###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
+# Copyright (C) 2007, 2008, 2009 Michael Tremer & Christian Schmidt #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
PKG_NAME = libxslt
PKG_VER = 1.1.24
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.gz
DIR_APP = $(DIR_SRC)/$(THISAPP)
-DEPS = libxml2
-
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = System/Libraries
CORE = yes
EXTRA = no
DEBUG = no
+DEPS = libxml2 python
+
+URL = http://xmlsoft.org/XSLT/
+LICENSE = MIT
+SHORT_DESC = Library providing the Gnome XSLT engine.
+
+define LONG_DESC
+ This C library allows to transform XML files into other XML files \
+ (or HTML, text, ...) using the standard XSLT stylesheet transformation \
+ mechanism.
+endef
###############################################################################
# Top-level Rules
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
+# Copyright (C) 2007, 2008, 2009 Michael Tremer & Christian Schmidt #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
PKG_NAME = lighttpd
PKG_VER = 1.4.22
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.bz2
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER = Michael Tremer <michael.tremer@ipfire.org>
+GROUP = Networking/Webservers
CORE = yes
EXTRA = no
DEBUG = no
+DEPS = bzip2 openssl pcre zlib
+
+URL = http://www.lighttpd.net/
+LICENSE = BSD
+SHORT_DESC = Lightning fast webserver with light system requirements.
+
+define LONG_DESC
+ Secure, fast, compliant and very flexible web-server which has been optimized \
+ for high-performance environments. It has a very low memory footprint compared \
+ to other webservers and takes care of cpu-load. Its advanced feature-set \
+ (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and many more) make \
+ it the perfect webserver-software for every server that is suffering load \
+ problems.
+endef
###############################################################################
# Top-level Rules
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
+# Copyright (C) 2007, 2008, 2009 Michael Tremer & Christian Schmidt #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
PKG_NAME = lm_sensors
PKG_VER = 3.0.0
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.bz2
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = Application/Statistics
CORE = yes
EXTRA = no
DEBUG = no
+DEPS =
+
+URL = http://www.lm-sensors.org/
+LICENSE = GPLv2+
+SHORT_DESC = Hardware monitoring tools.
+
+define LONG_DESC
+ The lm_sensors package includes a collection of modules for general SMBus \
+ access and hardware monitoring.
+endef
###############################################################################
# Top-level Rules
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
+# Copyright (C) 2007, 2008, 2009 Michael Tremer & Christian Schmidt #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
PKG_NAME = lzo
PKG_VER = 2.03
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.gz
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = Applications/Compression
CORE = yes
EXTRA = no
DEBUG = no
+DEPS = zlib
+
+URL = http://www.oberhumer.com/opensource/lzo/
+LICENSE = GPLv2+
+SHORT_DESC = Data compression library with very fast (de)compression.
+
+define LONG_DESC
+ LZO is a portable lossless data compression library written in ANSI C. \
+ It offers pretty fast compression and very fast decompression. \
+ Decompression requires no memory. In addition there are slower \
+ compression levels achieving a quite competitive compression ratio \
+ while still decompressing at this very high speed.
+endef
###############################################################################
# Top-level Rules
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
+# Copyright (C) 2007, 2008, 2009 Michael Tremer & Christian Schmidt #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
PKG_NAME = make
PKG_VER = 3.81
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.bz2
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+
+MAINTAINER =
+GROUP = Development/Tools
CORE = no
EXTRA = no
DEBUG = no
+DEPS =
+
+URL = http://www.gnu.org/software/make/
+LICENSE = GPLv2+
+SHORT_DESC = A GNU tool which simplifies the build process for users.
+
+define LONG_DESC
+ A GNU tool for controlling the generation of executables and other \
+ non-source files of a program from the program's source files. Make \
+ allows users to build and install packages without any significant \
+ knowledge about the details of the build process. The details about \
+ how the program should be built are provided for make in the program's \
+ makefile.
+endef
###############################################################################
# Top-level Rules
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
+# Copyright (C) 2007, 2008, 2009 Michael Tremer & Christian Schmidt #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
PKG_NAME = mc
PKG_VER = 4.6.2
-
-CORE = no
-EXTRA = yes
-DEBUG = no
-DEPS = glib2 slang
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.gz
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = Applications/System
+CORE = no
+EXTRA = yes
+DEBUG = no
+DEPS = e2fsprogs glib2 slang
+
+URL = http://www.ibiblio.org/mc/
+LICENSE = GPLv2+
+SHORT_DESC = User-friendly text console file manager and visual shell.
+
+define LONG_DESC
+ Midnight Commander is a visual shell much like a file manager, only \
+ with many more features. It is a text mode application, but it also \
+ includes mouse support. Midnight Commander's best features are its \
+ ability to FTP, view tar and zip files, and to poke into RPMs for \
+ specific files.
+endef
+
###############################################################################
# Top-level Rules
###############################################################################