Commit Graph

24401 Commits

Author SHA1 Message Date
drahn
18d5867eab emacs works fine on cats(arm) with this minor patch. 2004-05-31 01:43:27 +00:00
jmc
7590b59c70 sync description of GRE w/ GENERIC;
ok reinhard@
2004-05-30 21:54:03 +00:00
naddy
51d00dae02 update maintainer address as per his request 2004-05-30 10:59:16 +00:00
avsm
3396843a3a +p5-Test-Pod
+p5-XML-Twig
2004-05-29 21:15:49 +00:00
avsm
6cb2d22084 initial import of p5-XML-Twig-3.15
--
XML::Twig provides a way to process XML documents.  It is built on
top of XML::Parser.

The module offers a tree interface to the document, while allowing
you to output the parts of it that have been completely processed.

It allows minimal resource (CPU and memory) usage by building the
tree only for the parts of the documents that need actual processing.

XML::Twig tries to make simple things easy so it tries its best to
takes care of a lot of the (usually) annoying (but sometimes
necessary) features that come with XML and XML::Parser.
2004-05-29 21:14:40 +00:00
avsm
372fff8ac8 initial import of p5-Test-Pod-1.16
--
Test::Pod is a perl module that lets you check the validity of a
POD file, and reports its results in standard Test::Simple fashion.
2004-05-29 21:12:57 +00:00
avsm
729cf863bb +p5-Test-Builder-Tester 2004-05-29 21:11:36 +00:00
avsm
298cfd2cca initial import of Test-Builder-Tester-0.09
--
This module helps to lint automated tests created with the
Test::Builder module.
2004-05-29 21:10:02 +00:00
jakob
69fbb0b214 add jabberd 2004-05-29 13:59:04 +00:00
jakob
1c04224216 jabberd; from Gerardo Santana Gomez Garrido 2004-05-29 13:12:30 +00:00
jakob
043b234ca3 _jabberd 2004-05-29 13:08:54 +00:00
brad
9bba6f33c1 more gaim FLAVORs 2004-05-28 23:35:23 +00:00
naddy
b4d0317fd6 Sync with -current ls to make the field width agree for long listings with
human-readable sizes.
2004-05-28 22:03:49 +00:00
naddy
745a04ca39 Update to 0.4.2b; from Nick Nauwelaerts <nick@nauwelaerts.net>.
Highlight of this release is improved multihead support.
2004-05-28 21:42:50 +00:00
naddy
bddedc2562 fix building with gcc3; from tedu@ 2004-05-28 21:39:13 +00:00
naddy
1598bd8724 also provide config.sub; fixes build on amd64 2004-05-28 21:21:42 +00:00
naddy
fd914edbbe cleanup 2004-05-28 19:03:49 +00:00
naddy
55e131d5da cleanup 2004-05-28 18:54:45 +00:00
naddy
38f5506647 fix directory deletion 2004-05-28 18:40:54 +00:00
naddy
7b94f749e4 sort 2004-05-28 18:37:55 +00:00
brad
a5896df842 upgrade to Samba 2.2.9
This is a maintenance release of Samba 2.2.8a to address the problem with
user password changes after applying the Microsoft hotfix described in
KB828741 to Windows NT 4.0/200x/XP clients.
2004-05-28 17:24:54 +00:00
sturm
4d61da0e1a fix build
spotted by naddy@
2004-05-28 15:38:23 +00:00
msf
3832fd0e8a +p5-Net-BGP 2004-05-28 00:48:35 +00:00
msf
493f3e15cb Initial import of Net-BGP-0.07
This module is an implementation of the BGP-4 inter-domain routing
protocol. It encapsulates all of the functionality needed to establish
and maintain a BGP peering session and exchange routing update
information with the peer. It aims to provide a simple API to the BGP
protocol for the purposes of automation, logging, monitoring, testing,
and similar tasks using the power and flexibility of perl. The module
does not implement the functionality of a RIB (Routing Information Base)
nor does it modify the kernel routing table of the host system. However,
such operations could be implemented using the API provided by the
module.

ok sturm@
2004-05-28 00:47:31 +00:00
pvalchev
b6666a005f remove powerpc workaround and add patch for the mutex issue
provided by sleepycat via Philippe Lelédy <phl@leledy.org>
2004-05-27 21:05:25 +00:00
xsa
9be3be1408 + signify 2004-05-27 20:33:35 +00:00
xsa
90a12a7be4 Initial import of signify-1.11
Signify is a neat little Perl program that allows a semi-random email
signature to be generated from a set of rules.  You can create multiple
sections where each section can be one of an unlimited number of
possibilities, each with its own weighting so those really cool quotes
can appear more often than others.  Sections can be placed next to each
other vertically to create columns.  You can even format each section
independently as left/right/center and top/bottom/vcenter.

Some email clients, such as Mutt, can be made to automatically invoke
signify when you write a new email message.

Submitted and maintained by Andreas Kahari <andreas.kahari at unix.net>
2004-05-27 20:31:44 +00:00
naddy
8205995281 update to 1.2.3: small fixes, translation updates 2004-05-27 20:10:19 +00:00
sturm
1e300f15ee update to SQL-Statement 1.09
maintainer timeout
2004-05-27 18:36:34 +00:00
sturm
1bc23db1a6 new version of mempatch.sty, bump PKGNAME
from maintainer Morten Liebach <m at mongers.org>
2004-05-27 18:21:00 +00:00
brad
6310d9ce81 upgrade to Dovecot 0.99.10.5
--
ok MAINTAINER
2004-05-27 16:38:30 +00:00
robert
1e90f21022 fix MASTER_SITES 2004-05-26 14:20:29 +00:00
sturm
6ba86afdcd +p5-Maypole
+p5-Maypole-Authentication-UserSessionCookie
2004-05-26 13:59:42 +00:00
sturm
62039d3c0e Initial import of Maypole-Authentication-UserSessionCookie 1.1
This module allows Maypole applications to have the
concept of a user, and to track that user using cookies
and sessions.

It provides three methods to be inherited by a Maypole
class. The first is get_user, which tries to populate the
user slot of the Maypole request object.

from Sam Smith <S at msmith.net>
2004-05-26 13:58:44 +00:00
sturm
8eedee0314 Initial import of Maypole 1.4
Maypole is an MVC-based web application framework, built
around Class::DBI and Template Toolkit.

from Sam Smith <S at msmith.net>
2004-05-26 13:56:43 +00:00
sturm
4a5b01bd7b add
p5-Class-DBI
p5-Class-DBI-FromCGI
p5-Class-DBI-Pager
p5-Class-DBI-SQLite
p5-Class-DBI-AbstractSearch
p5-Class-DBI-Loader
p5-Class-DBI-Plugin-RetrieveAll
p5-Class-DBI-mysql
p5-Class-DBI-AsForm
p5-Class-DBI-Loader-Relationship
p5-Class-DBI-Plugin-Type
p5-Ima-DBI
2004-05-26 13:39:43 +00:00
sturm
a60ce5902e Initial import of several DBI-related perl modules.
all from Sam Smith <S at msmith.net>
2004-05-26 13:36:07 +00:00
sturm
926d447532 wrongly imported 2004-05-26 11:28:46 +00:00
msf
c1e28458ca +p5-Module-Build 2004-05-26 11:23:28 +00:00
msf
975e0f0aac infrastructure bits for p5-Module-Build
ok espie@ sturm@ pvalchev@
2004-05-26 11:20:26 +00:00
msf
d00550f237 Initial import of Module-Build-0.25
"Module::Build" is a system for building, testing, and installing Perl
modules. It is meant to be a replacement for "ExtUtils::MakeMaker".
Developers may alter the behavior of the module through subclassing in a
much more straightforward way than with "MakeMaker". It also does not
require a "make" on your system, most of the "Module::Build" code is
pure-perl and written in a very cross-platform way.

ok sturm@
2004-05-26 11:16:49 +00:00
naddy
fb4bdf38be update to 1.2.14; from new maintainer Peter Williams <peterbw@citi.umich.edu> 2004-05-25 16:36:35 +00:00
pedro
bba36daf03 enable lua on sparc64 2004-05-25 12:14:30 +00:00
xsa
9e7d448439 sync MASTER_SITE_AFTERSTEP, remove broken sites, add a new one; 2004-05-25 10:31:08 +00:00
xsa
0c0efb90a7 use MASTER_SITE_AFTERSTEP; 2004-05-25 10:21:30 +00:00
dtucker
d98383e0b9 Add myself 2004-05-25 09:32:02 +00:00
xsa
392be9c8b8 update to rawdog-1.12; 2004-05-25 08:03:54 +00:00
brad
42c825fdf7 remove extra ulimit setting 2004-05-24 22:40:28 +00:00
robert
f2ecafe50e update to 0.18; from new maintainer Victor Sahlstedt <cvss@home.se>
ok pvalchev@
2004-05-24 20:26:36 +00:00
jcs
1443a7dfe2 fix build 2004-05-24 16:42:21 +00:00