From: Michael Tremer Date: Tue, 12 May 2009 11:03:38 +0000 (+0200) Subject: Added additional info to the lfs files. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=415044aa114ad87526d6773eeb88423c7a5e52d8;p=ipfire-3.x.git Added additional info to the lfs files. --- diff --git a/lfs/libxslt b/lfs/libxslt index 3a63db27d..32ecff77c 100644 --- a/lfs/libxslt +++ b/lfs/libxslt @@ -1,7 +1,7 @@ ############################################################################### # # # 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 # @@ -26,18 +26,30 @@ include Config 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 diff --git a/lfs/lighttpd b/lfs/lighttpd index 7fee635af..6b200155a 100644 --- a/lfs/lighttpd +++ b/lfs/lighttpd @@ -1,7 +1,7 @@ ############################################################################### # # # 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 # @@ -26,6 +26,7 @@ include Config PKG_NAME = lighttpd PKG_VER = 1.4.22 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,9 +34,25 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = Michael Tremer +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 diff --git a/lfs/lm-sensors b/lfs/lm-sensors index 5c8c27692..6a49330c2 100644 --- a/lfs/lm-sensors +++ b/lfs/lm-sensors @@ -1,7 +1,7 @@ ############################################################################### # # # 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 # @@ -26,6 +26,7 @@ include Config PKG_NAME = lm_sensors PKG_VER = 3.0.0 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,9 +34,21 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) 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 diff --git a/lfs/lzo b/lfs/lzo index 7f28ab2db..7602cb231 100644 --- a/lfs/lzo +++ b/lfs/lzo @@ -1,7 +1,7 @@ ############################################################################### # # # 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 # @@ -26,6 +26,7 @@ include Config PKG_NAME = lzo PKG_VER = 2.03 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.gz @@ -33,9 +34,24 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) 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 diff --git a/lfs/make b/lfs/make index cc69c5f57..a053d6c51 100644 --- a/lfs/make +++ b/lfs/make @@ -1,7 +1,7 @@ ############################################################################### # # # 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 # @@ -26,6 +26,7 @@ include Config PKG_NAME = make PKG_VER = 3.81 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,9 +34,26 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) 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 diff --git a/lfs/mc b/lfs/mc index 1b1871404..2ed24ee26 100644 --- a/lfs/mc +++ b/lfs/mc @@ -1,7 +1,7 @@ ############################################################################### # # # 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 # @@ -26,11 +26,7 @@ include Config 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 @@ -38,6 +34,25 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) 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 ###############################################################################