Commit graph

450 commits

Author SHA1 Message Date
xtraeme
d46006fe28 + cvsup-{bin,gui-bin} 2004-01-05 23:56:31 +00:00
kristerw
ca14d3470c Make the list sorted. 2003-12-31 00:13:35 +00:00
kristerw
dc70eecc2c Add and enable buddy and libtecla. 2003-12-31 00:07:48 +00:00
grant
e599c424b7 +p5-Devel-Profile 2003-12-30 04:30:56 +00:00
xtraeme
a193d5c977 + at-spi 2003-12-29 17:48:15 +00:00
grant
476d7470ce +p5-Log-Dispatch-FileRotate 2003-12-29 13:22:03 +00:00
salo
390422f064 Add blib. 2003-12-27 23:05:06 +00:00
grant
fc1692e5bb +p5-Memoize-ExpireLRU 2003-12-19 06:46:03 +00:00
grant
9ffbcce6fa +p5-File-DirSync 2003-12-17 06:26:32 +00:00
wiz
64644f25a7 Add and enable automake17. 2003-12-12 19:05:39 +00:00
grant
1106a14c7b +p5-Net-CIDR 2003-12-09 04:54:44 +00:00
epg
168d9d3a20 Add and enable rapidsvn. 2003-12-07 04:14:45 +00:00
recht
5008c1153e remove old subversion-python
and add py-subversion to Makefile
2003-12-04 17:01:54 +00:00
epg
16c1010e59 Add and enable p5-Algorithm-Annotate, p5-Algorithm-Diff,
p5-Algorithm-Merge p5-subversion, and swig-perl (thanks Thomas
Klausner).
2003-12-04 15:26:55 +00:00
agc
edcc97f833 Add and enable mph 2003-12-04 08:45:43 +00:00
gson
f183de3a00 Add and enable libstree 2003-12-04 04:53:48 +00:00
xtraeme
48a13dd05c Add and enable libidn, libntlm. 2003-12-03 19:21:37 +00:00
xtraeme
62728d065e Add and enable devIL, ode and ogre. 2003-12-03 19:03:19 +00:00
recht
97908781d9 - arch
+ tla
2003-12-02 23:24:47 +00:00
cube
2054da7292 Add and enable emacs20-elib. 2003-11-18 16:28:13 +00:00
thorpej
34893d7420 CPAN File::Spec - portably perform operations on file names. 2003-10-09 06:21:59 +00:00
taca
6b063a6309 Add and enable ruby-testunit. 2003-10-05 09:30:49 +00:00
grant
ec56334fe5 +liboop 2003-09-27 08:15:16 +00:00
xtraeme
76ed011d9c Add and enable devhelp 2003-09-25 16:05:05 +00:00
kim
78f93a1791 Added p5-Module-Build-0.20 and p5-Image-Imlib2-0.12
Updated p5-Apache-Gallery to 0.7
2003-09-21 16:24:26 +00:00
wiz
394f950631 Add py-TPG and sort. 2003-09-19 13:26:00 +00:00
jmmv
7dcb728706 Remove nasm-devel. 2003-09-17 16:42:04 +00:00
gson
dbd4a5bde5 Add and enable p5-Set-IntSpan 2003-09-14 20:31:01 +00:00
agc
a1530aa0a3 Order SUBDIRs alphabetically 2003-09-11 08:54:12 +00:00
xtraeme
069cac5511 Add and enable gtranslator 2003-09-05 17:01:36 +00:00
xtraeme
37b2336ba3 Add and enable loudmouth 2003-09-02 07:28:47 +00:00
jdolecek
90c1c1709f Update PHP to final 4.3.3
Some highlights of changes since 4.2.3:
* PCRE updated to 4.3, GD to 2.0.15
* improved Apache2 support
* much improved stream & URL wrapper support, output compression support
* added CLI (Command Line Interface) SAPI
* debug_backtrace() backported from ZendEngine2
* faster build system
* huge number of other bug fixes and improvements

Packaging changes:
* 'pcre', 'xml', and 'session' modules folded back into main package -
  'pcre' and 'xml' is required by PEAR, and 'session' is just too essential
  to be separate
* 'gd' module now uses bundled PHP GD library, which is better integrated
* PHP modules use shared distinfo when possible to ease future PHP updates
* ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php
  remains CGI version
2003-08-31 19:55:21 +00:00
he
84729c73f5 Enable p5-Scalar-List-Utils.
This distribution is a replacement for the builtin distribution.

This package contains a selection of subroutines that people have
expressed would be nice to have in the perl core, but the usage would not
really be high enough to warrant the use of a keyword, and the size so
small such that being individual extensions would be wasteful.
2003-08-30 19:02:17 +00:00
he
99a3c3e91f Enable p5-Exception-Class.
This module allows you to declare hierarchies of exception classes for
use in your code.  It also provides a simple exception class that it
uses as the default base class for all other exceptions.

You may choose to use another base class for your exceptions.
Regardless, the ability to declare all your exceptions at compile time
is a fairly useful trick and helps push people towards more structured
use of exceptions.
2003-08-30 19:00:44 +00:00
he
569550bf9b Enable p5-Class-Data-Inheritable.
Class::Data::Inheritable is for creating accessor/mutators to class
data. That is, if you want to store something about your class as a
whole (instead of about a single object). This data is then inherited
by your subclasses and can be overriden.
2003-08-30 18:59:07 +00:00
he
1a9089286b Enable p5-Class-Container.
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason", in which
the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several
other objects must create each other transparently, passing the appropriate
parameters to the right class, possibly substituting other subclasses for
any of these objects.
2003-08-30 18:57:32 +00:00
he
46a91d2174 Enable p5-Cache-Cache.
The Cache modules are designed to assist a developer in persisting
data for a specified period of time.  Often these modules are used
in web applications to store data locally to save repeated and
redundant expensive calls to remote machines or databases.  People
have also been known to use Cache::Cache for its straightforward
interface in sharing data between runs of an application or
invocations of a CGI-style script or simply as an easy to use
abstraction of the filesystem or shared memory.
2003-08-30 18:55:40 +00:00
taca
523750f14e Add and enable ruby-zlib. 2003-08-30 07:17:52 +00:00
jmmv
098aec171f Add and enable fastdep. 2003-08-22 13:48:52 +00:00
wulf
93f33616bc Added and enabled gputils: a collection of tools for Microchip's PIC
micro-processors, replacing obsoleted package gpasm.
Removed obsoleted package gpasm.
2003-08-03 23:57:52 +00:00
agc
39ba0ed371 Add and enable re2c 2003-07-29 16:18:31 +00:00
agc
7e8ca7dae4 Add and enable device-driver-doc-de 2003-07-29 12:45:38 +00:00
drochner
3c0c57dc4c +py-zconfig 2003-07-25 16:05:26 +00:00
drochner
08c25fadbf add python libs 2003-07-24 13:31:13 +00:00
jmmv
46013339aa Add and enable buildtool-doc. 2003-07-24 10:14:14 +00:00
drochner
dbef2751bd +eric3 2003-07-22 17:35:34 +00:00
agc
920f0e11a5 Add and enable libffi 2003-07-18 12:40:31 +00:00
dillo
a0fef87de6 add and enable physfs 2003-07-13 20:03:24 +00:00
taca
511bc2ec77 Add and enable ruby-installpkg. 2003-07-06 15:36:55 +00:00
wiz
18ee1d2002 Add and enable libgsf. 2003-07-03 13:16:50 +00:00