]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to various lfs files.
authorStefan Schantl <Stevee@ipfire.org>
Sat, 27 Jun 2009 06:42:27 +0000 (08:42 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Sat, 27 Jun 2009 06:42:27 +0000 (08:42 +0200)
I added information to the following files:
* lfs/perl
* lfs/perl-xml-parser
* lfs/pixman
* lfs/pkg-config
* lfs/popt
* lfs/ppp
* lfs/procps
* lfs/psmisc

lfs/perl
lfs/perl-xml-parser
lfs/pixman
lfs/pkg-config
lfs/popt
lfs/ppp
lfs/procps
lfs/psmisc

index b849a2aa074952ea9ed9e0a240807c17d68e8d57..02f789b7d6a15a733aaed9b534b2d479e00295ab 100644 (file)
--- a/lfs/perl
+++ b/lfs/perl
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = perl
 PKG_VER    = 5.10.0
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,9 +34,29 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = Development/Languages
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       =
+
+LICENSE    = GPL+ or Artistic and GPLv2+ or Artistic
+URL        = http://www.perl.org/
+SHORT_DESC = Practical Extraction and Report Language.
+
+define LONG_DESC
+       Perl is a high-level programming language with roots in C, sed, awk \
+       and shell scripting. Perl is good at handling processes and files, \
+       and is especially good at handling text. Perl's hallmarks are \
+       practicality and efficiency. While it is used to do a lot of \
+       different things, Perl's most common applications are system \
+       administration utilities and web programming. A large proportion of \
+       the CGI scripts on the web are written in Perl.  You need the perl \
+       package installed on your system so that your system can handle Perl \
+scripts.
+endef
 
 define QUALITY_AGENT_WHITELIST_RPATH
        /usr/lib/perl5/*/auto/DB_File/DB_File.so \
index f2ed0b90aac66dc9bc0d03d53f143ba0279f9d29..965f99dacc4ac23a83e630e046604bae268e3e18 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = XML-Parser
 PKG_VER    = 2.34
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,9 +34,23 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = Development/Libraries
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       = perl
+
+LICENSE    = GPL+ or Artistic
+URL        = http://search.cpan.org/dist/XML-Parser/
+SHORT_DESC = Perl module for parsing XML files.
+
+define LONG_DESC
+       This module provides ways to parse XML documents. It is built on \
+       top of XML::Parser::Expat, which is a lower level interface to \
+       James Clark's expat library.
+endef
 
 define QUALITY_AGENT_WHITELIST_RPATH
        /usr/lib/perl5/site_perl/*/auto/XML/Parser/Expat/Expat.so
index 28ebef22963e450c4d59f5702ad21ead4b725fae..1816587c97cec674e4e08c6e646ae1bfb0aa0936 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = pixman
 PKG_VER    = 0.13.2
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,9 +34,21 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = System/Libraries
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       =
+
+LICENSE    = MIT
+URL        = http://xorg.freedesktop.org/archive/individual/lib/
+SHORT_DESC = Pixel manipulation library.
+
+define LONG_DESC
+       Pixman is a pixel manipulation library for X and cairo.
+endef
 
 CONFIGURE_ARGS = --disable-mmx --disable-sse2
 
index 20575df96694e8f2aaaf92e6e4b9d3a561922eca..86598b253520e57b4950c3ffc0c841735d900505 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = pkg-config
 PKG_VER    = 0.22
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,9 +34,23 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = Development/Tools
 CORE       = no
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       =
+
+LICENSE    = GPLv2+
+URL        = http://pkgconfig.freedesktop.org/
+SHORT_DESC = A tool for determining compilation options.
+
+define LONG_DESC
+       The pkgconfig tool determines compilation options. For each required \
+       library, it reads the configuration file and outputs the necessary \
+       compiler and linker flags.
+endef
 
 ###############################################################################
 # Top-level Rules
index 12b67a01d6d0247d777ac31dd16ddd18282517e3..362b128eb8a74e98882f4ad45800a90c6c5b7157 100644 (file)
--- a/lfs/popt
+++ b/lfs/popt
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = popt
 PKG_VER    = 1.14
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,9 +34,23 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = System/Libraries
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       = gettext
+
+LICENSE    = MIT
+URL        = http://www.rpm5.org/
+SHORT_DESC = C library for parsing command line parameters.
+
+define LONG_DESC
+       Popt is a C library for parsing command line parameters. Popt was \
+       heavily influenced by the getopt() and getopt_long() functions, but \
+       it improves on them by allowing more powerful argument expansion.
+endef
 
 ###############################################################################
 # Top-level Rules
diff --git a/lfs/ppp b/lfs/ppp
index 3075dd4b2f8247e5e0aacfc022847b3b17d27e05..918f36a9457a9447f1bbfd8ad698ab84d8c6b8ad 100644 (file)
--- a/lfs/ppp
+++ b/lfs/ppp
@@ -26,19 +26,33 @@ include Config
 
 PKG_NAME   = ppp
 PKG_VER    = 2.4.4
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.gz
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
-BUILD_DEPS =
-DEPS       = libpcap linux-atm
-
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = System/Daemons
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       = libpcap linux-atm
+
+LICENSE    = BSD and LGPLv2+ and GPLv2+ and Public Domain
+URL        = ftp://ftp.samba.org/pub/ppp/ 
+SHORT_DESC = The PPP (Point-to-Point Protocol) daemon.
+
+define LONG_DESC
+       The ppp package contains the PPP (Point-to-Point Protocol) daemon and \
+       documentation for PPP support. The PPP protocol provides a method for \
+       transmitting datagrams over serial point-to-point links. PPP is \
+       usually used to dial in to an ISP or other organization over a modem \
+       and phone line.
+endef
 
 ###############################################################################
 # Top-level Rules
index a901a7767ff94cc659a8e612d136b36106437a95..10cbdeb42297683c216c75af53537713458d8d0f 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = procps
 PKG_VER    = 3.2.8
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,9 +34,23 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = Applications/System
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       =
+
+LICENSE    = GPLv2+ and LGPLv2+
+URL        = http://procps.sourceforge.net/
+SHORT_DESC = System and process monitoring utilities.
+
+define LONG_DESC
+       The procps package contains a set of system utilities that provide \
+       system information. Procps includes ps, free, skill, pkill, pgrep, \
+       snice, tload, top, uptime, vmstat, w, watch and pdwx.
+endef
 
 ###############################################################################
 # Top-level Rules
index c82b2a2156f011a8c27d057fae4a3d94fcce9d53..dbc50c3afb1fda3def9c05ab05b4469250d12174 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = psmisc
 PKG_VER    = 22.7
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,9 +34,27 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = Applications/System
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS = 
+DEPS       = 
+
+LICENSE    = GPLv2+
+URL        = http://sourceforge.net/projects/psmisc
+SHORT_DESC = Utilities for managing processes on your system.
+
+define LONG_DESC
+       The psmisc package contains utilities for managing processes on your \
+       system: pstree, killall and fuser. The pstree command displays a \
+       tree structure of all of the running processes on your system. The \
+       killall command sends a specified signal (SIGTERM if nothing is \
+       specified) to processes identified by name. The fuser command \
+       identifies the PIDs of processes that are using specified files or \
+       filesystems.
+endef
 
 ###############################################################################
 # Top-level Rules