]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional info to the lfs files.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 May 2009 11:03:38 +0000 (13:03 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 May 2009 11:03:38 +0000 (13:03 +0200)
lfs/libxslt
lfs/lighttpd
lfs/lm-sensors
lfs/lzo
lfs/make
lfs/mc

index 3a63db27ddfc58600ca6711591ee5c03585960d5..32ecff77c5815abd3520c6b2c770b859bacbfe1d 100644 (file)
@@ -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
index 7fee635af2de6c3e977f9fdd85cf0c0e814f4fea..6b200155a62fb21953c874734a13feee6c5fbc7e 100644 (file)
@@ -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 <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
index 5c8c27692f074341990defcd65e8caafa063998e..6a49330c22acd7a027344ceeb24ec54e58eec7a1 100644 (file)
@@ -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 7f28ab2db69dc63ceadb3516bdce0e37c0265eab..7602cb2319d40a5b8261c71ed75870197d0cba2b 100644 (file)
--- 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
index cc69c5f57431642dfb6641b9be25d6c26cd476b4..a053d6c51430eb1fa8a5374f89770836c544357e 100644 (file)
--- 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 1b1871404dac255c2ef870830f08812e510be1af..2ed24ee26570af1ca6ad8a77371186671b8041b1 100644 (file)
--- 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
 ###############################################################################