PKG_NAME = perl
PKG_VER = 5.10.0
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.gz
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 \
PKG_NAME = XML-Parser
PKG_VER = 2.34
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.gz
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
PKG_NAME = pixman
PKG_VER = 0.13.2
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.gz
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
PKG_NAME = pkg-config
PKG_VER = 0.22
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.gz
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
PKG_NAME = popt
PKG_VER = 1.14
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.gz
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
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
PKG_NAME = procps
PKG_VER = 3.2.8
+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 = 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
PKG_NAME = psmisc
PKG_VER = 22.7
+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 = 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