From: Stefan Schantl Date: Sat, 27 Jun 2009 06:42:27 +0000 (+0200) Subject: Added additional information to various lfs files. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d894836ede9317c53b93148db2c15700cd86d712;p=ipfire-3.x.git Added additional information to various lfs files. 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 --- diff --git a/lfs/perl b/lfs/perl index b849a2aa0..02f789b7d 100644 --- 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 \ diff --git a/lfs/perl-xml-parser b/lfs/perl-xml-parser index f2ed0b90a..965f99dac 100644 --- a/lfs/perl-xml-parser +++ b/lfs/perl-xml-parser @@ -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 diff --git a/lfs/pixman b/lfs/pixman index 28ebef229..1816587c9 100644 --- a/lfs/pixman +++ b/lfs/pixman @@ -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 diff --git a/lfs/pkg-config b/lfs/pkg-config index 20575df96..86598b253 100644 --- a/lfs/pkg-config +++ b/lfs/pkg-config @@ -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 diff --git a/lfs/popt b/lfs/popt index 12b67a01d..362b128eb 100644 --- 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 3075dd4b2..918f36a94 100644 --- 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 diff --git a/lfs/procps b/lfs/procps index a901a7767..10cbdeb42 100644 --- a/lfs/procps +++ b/lfs/procps @@ -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 diff --git a/lfs/psmisc b/lfs/psmisc index c82b2a215..dbc50c3af 100644 --- a/lfs/psmisc +++ b/lfs/psmisc @@ -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