Commit Graph

1381 Commits

Author SHA1 Message Date
steven
beefcb78d5 update to 0.17
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
2005-12-11 02:14:36 +00:00
bernd
bf60fbb21f Fix several security bugs in the xpdf code of gpdf.
o iDefense advisories from 2005-12-05
o CAN-2005-3191, CAN-2005-3192, CAN-2005-3193

- JPX Stream Reader Heap Overflow Vulnerability
- DCTStream Baseline Heap Overflow Vulnerability
- DCTStream Progressive Heap Overflow
- StreamPredictor Heap Overflow Vulnerability

Patch provided by xpdf developers.

Remove mbalmer@ from MAINTAINER per his request.
2005-12-07 10:51:40 +00:00
bernd
73df9cb65e Fix several security bugs in the xpdf code.
o iDefense advisories from 2005-12-05
o CAN-2005-3191, CAN-2005-3192, CAN-2005-3193

- JPX Stream Reader Heap Overflow Vulnerability
- DCTStream Baseline Heap Overflow Vulnerability
- DCTStream Progressive Heap Overflow
- StreamPredictor Heap Overflow Vulnerability

Patch provided by xpdf developers.
2005-12-07 09:22:14 +00:00
steven
73d97528a4 update to 1.44
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
ok sturm@
2005-11-30 22:13:31 +00:00
steven
af60d4d5b0 +gnuvd 2005-11-25 21:35:11 +00:00
steven
7ae9b4c5b9 gnuvd is a commandline frontend for the online Van Dale dictionary.
It will search any word in the dictionary and return its description
in Dutch.

ok sturm@
2005-11-25 21:34:18 +00:00
sturm
ee1496bc33 update to XML-Twig 3.22
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
2005-11-25 21:06:58 +00:00
alek
9488d52bf3 - Fixes for python 2.4
- Replace WRKSRC with WRKDIST as WRKSRC shouldn't be there
- Bump PKGNAME
2005-11-22 22:13:23 +00:00
wilfried
675cb21919 fix wantlib + bump 2005-11-15 19:55:11 +00:00
wilfried
94a93b6e10 fix wantlib + bump 2005-11-15 19:48:34 +00:00
wilfried
076c1d88ea fix wantlib + bump 2005-11-15 19:38:22 +00:00
cathcart
a43aacf384 Update 0.36.1 -> 0.37
Take maintainership
tested i386 & sparc64

ok niallo@
2005-11-14 02:03:19 +00:00
jakob
4e231475b7 fix deinstall of default dictionary; reported by Moritz Grimm 2005-11-13 18:19:31 +00:00
fgsch
c5b44fec6e after querying brad@ he decided to drop maintainership for these. 2005-10-30 00:10:39 +00:00
pvalchev
c8d86ba556 remove maintainer Shell Hung due to years of inactivity 2005-09-23 19:41:43 +00:00
avsm
27d8f47c64 drop MAINTAINER 2005-09-22 12:28:54 +00:00
espie
077fd01954 missing run-depends 2005-09-18 16:41:55 +00:00
brad
f78eac374a upgrade to xpdf 3.01
Most of the update is from Bernd Ahlers <bernd at ba-net dot org>
2005-09-09 17:34:53 +00:00
espie
dc9dde284d gcc 3 knows about proper typename. Same patch as sp, kills most
of the warnings.
2005-09-06 22:47:35 +00:00
espie
d814d7705f rename patches, fix manpage location. 2005-09-05 13:25:04 +00:00
espie
d9c701618e fixed manpages with new make-plist. 2005-09-05 13:12:47 +00:00
espie
e25ef46a0b replace the @exec stuff with a registration mechanism that handles
updates correctly.
2005-09-04 23:38:17 +00:00
sturm
0d88196840 bump PKGNAME so that 3.7 won't have higher PKGNAMEs than 3.8
suggested by espie@, ok pval@
2005-08-31 19:55:36 +00:00
naddy
b5ba305851 SECURITY:
Catch up with xpdf 3.00 pl2 and pl3 for various vulnerabilities, and a fix
for CAN-2005-2097 from Kristian Hoegsberg.
ok mbalmer@, pvalchev@
2005-08-22 22:37:12 +00:00
espie
f1e7eab840 those packages have not changed names since 3.6, even though their
packing-lists was changes in significant ways, and they do not have
enough dependencies that pkg_add can detect they changed through their
signature.

Bump the pkgname, so that pkg_add -r will choose to update them.

okay pvalchev@
2005-08-17 16:10:02 +00:00
espie
87cb3293e4 missing dirs in PLIST
okay pvalchev@
2005-08-13 18:19:31 +00:00
naddy
9c8738ab34 Fix denial of service vulnerability.
Check sanity of the TrueType "loca" table.  Specially crafted broken
tables caused disk space exhaustion due to very large generated glyph
descriptions when attempting to fix the table.  CAN-2005-2097.

from Ubuntu Linux; ok brad@
2005-08-11 14:18:47 +00:00
naddy
5fde06cb73 sync patches 2005-08-10 20:27:25 +00:00
espie
b2acde38da adjust config.h to correspond to what gcc actually does.
Suppresses most of the warnings.
2005-08-10 09:59:13 +00:00
sturm
0bd250df08 missing BUILD_DEPENDS on p5-XML-Parser 2005-08-06 17:46:24 +00:00
aanriot
7ce669c260 add gtk-doc. 2005-07-24 12:51:39 +00:00
aanriot
7ee7780854 import gtk-doc-1.4.
GTK-Doc is used to document C code. It is typically used to document the
public API of libraries, such as the GTK+ and GNOME libraries, but it
can also be used to document application code.

help and ok alek@
2005-07-24 12:45:01 +00:00
naddy
4f7760482f update to 05-154; from Andreas Kahari <andreas.kahari@gmail.com> 2005-07-23 18:44:02 +00:00
aanriot
47765956ee I forgot to fix comment and dependencies.
ok sturm@
2005-07-23 14:15:38 +00:00
aanriot
c6c0591dcd add p5-Object-MultiType and p5-XML-Smart. 2005-07-23 07:56:13 +00:00
aanriot
90ded2ccf6 import XML-Smart-1.6.9, submitted on ports@ by
Okan Demirmen <okan@demirmen.com>.

This module is a smart, easy and powerful way to access/create XML 
files/datas.

help and ok sturm@
2005-07-23 07:53:43 +00:00
aanriot
2980295a2d import Object-MultiType-0.05, submitted on ports@ by
Okan Demirmen <okan@demirmen.com>.

This module returns an object that works like a Hash, Array, Scalar,
Code and Glob object at the same time.

help and ok sturm@
2005-07-23 07:49:44 +00:00
alek
a4ebac6106 Add docbook-xsl 2005-07-16 13:31:02 +00:00
alek
a94b3fd819 Import docbook-xsl 1.68.1
These are XSL stylesheets for transforming DocBook XML document
instances into various output formats. (They would also work for
transforming DocBook SGML document instances, modulo certain namecase
problems and the fact that there aren't (yet) any XSL implementations
that work with SGML source documents.)

From Bernd Ahlers <b.ahlers@ba-net.org>

help & ok aanriot@
2005-07-16 13:26:57 +00:00
kevlo
8660f21d63 upgrade to 1.02 2005-07-15 01:27:59 +00:00
jolan
63948522eb remove peter galbavy as maintainer per his request 2005-07-06 23:18:09 +00:00
avsm
a38f2ac823 fix build on bytecode architectures like sparc64, prodded by nikolay 2005-06-27 08:27:07 +00:00
kurt
c17938ee39 - begin using java MODULE
- bump pjkname
2005-06-17 22:19:02 +00:00
marcm
a162ac1c2d Update for latest Evolution/Gnome 2005-05-25 18:21:57 +00:00
avsm
81831b741c fix date format to work with Safari, from djs@fraserresearch.org 2005-05-24 00:12:23 +00:00
avsm
333da72e90 +ocaml-rss
+ocaml-xml-light
2005-05-23 23:16:55 +00:00
avsm
71879bfa6b initial import of ocaml-rss-0.3
--
OCaml-RSS is a library to parse RSS 2.0 files (which are XML files)
and build a structure representing the document.  Some functions
are also provided to print RSS documents from the structure.

The parser tries also to parse some RDF files, but many fields of
these RDF files are not taken into account.
2005-05-23 23:04:53 +00:00
avsm
cfa1ed7efa initial import of ocaml-xml-light-2.2
--
Xml Light is a minimal Xml parser & printer for OCaml.  It provides
a few functions to parse a basic Xml document into an OCaml data
structure and to print back the data structures to an Xml document.

Xml Light has also support for DTD (Document Type Definition).
2005-05-23 23:03:56 +00:00
db
0b159d3eb8 update to version 0.19.3
ok maintainer, sturm@
2005-05-15 18:09:40 +00:00
djm
44d83eb0cc update to Template-Toolkit-2.14 2005-05-09 12:03:37 +00:00
xsa
577cbf9cc5 Update to PyRTF-0.45; support for JPG and PNG images added. 2005-05-09 08:52:56 +00:00
xsa
cb37545ea8 + py-rtf 2005-05-04 20:44:12 +00:00
xsa
75263aa206 Initial import of PyRTF-0.44
PyRTF is a pure python module for the efficient generation of rich text
format documents.  It has good support for tables and tries to maintain
compatibility with as many RTF readers as possible.
2005-05-04 20:43:12 +00:00
alek
64fcf6599e Update to 1.2.2
- http://www.htmlhelp.com/tools/validator/offline/changelog.html

From Gerardo Santana Gomez Garrido <santana@openbsd.org.mx> (MAINTAINER)
2005-05-01 18:45:55 +00:00
alek
ece3529f34 Update to 1.1.4
- http://www.htmlhelp.com/tools/validator/offline/changelog.html

From Gerardo Santana Gomez Garrido <santana@openbsd.org.mx> (MAINTAINER)
2005-05-01 18:39:13 +00:00
alek
c4c96d7b1b Update to 1.3.4.12
- http://www.htmlhelp.com/tools/validator/offline/changelog.html

From Gerardo Santana Gomez Garrido <santana@openbsd.org.mx> (MAINTAINER)
2005-05-01 18:33:05 +00:00
espie
e2a4649fd3 revert fake stuff, as it doesn't work 100% yet (kdelibs does not build
under some circumstances at least).
2005-05-01 11:39:14 +00:00
alek
7b5a5491d9 Add py-docutils 2005-04-30 14:09:28 +00:00
alek
20562de0a0 Import py-docutils 0.3.7
Docutils is a set of tools for processing plaintext documentation into
useful formats, such as HTML, XML, and LaTeX. Includes reStructuredText,
the easy to read, easy to use, what-you-see-is-what-you-get plaintext
markup language.

From Ben Lovett <ben@tilderoot.com>
2005-04-30 14:05:56 +00:00
sturm
2c02540224 run mktexlsr at pkg_add and remove an irritating message in fake
noticed by Matthias Bauer <bauer at genua.de>
2005-04-28 14:42:26 +00:00
espie
40fada2188 oops, repair it if !USE_FAKE_LIB.
Noticed by drahn
2005-04-26 21:05:56 +00:00
espie
0cd7565943 prepare the barf bag.
Enforce fixing DEPBASE in pkgconfig and libtool shit.
2005-04-26 09:43:04 +00:00
sturm
1509ced22b p5-XML-RSS-Parser is now part of p5-XML-RAI 2005-04-25 18:51:13 +00:00
sturm
59eb50ca55 update to XML-RAI-1.2
now includes XML-RSS-Parser

from maintainer Sam Smith <s at msmith.net>
2005-04-25 18:48:30 +00:00
sturm
521802a7c2 +p5-XML-Elemental 2005-04-25 18:32:43 +00:00
sturm
38bd744b6b Initial import of XML-Elemental-1.03
This is a package of a XML::Parser style and
generic classes for easily parsing XML documents into
native object-oriented perl form.

from Sam Smith <s at msmith.net>
2005-04-25 18:31:56 +00:00
espie
0dbc07eebe revert partially: installing iconv there results in a bogus xml2-config. 2005-04-25 16:55:05 +00:00
espie
422a0cfcb9 FAKE=all, @endfake. Remove old dependency on pkg-config that is no longer
used.
2005-04-25 16:43:30 +00:00
sturm
24051e0561 update to xxdiff 3.1
from Wim Lewis <wiml at hhhh.org>
2005-04-24 19:02:04 +00:00
naddy
6f0ce92d1f change illegal dash in package version into underscore; ok jolan@ 2005-04-20 22:07:39 +00:00
msf
683ba2a0ef - p5-Text-German is in-tree now, remove BROKEN. 2005-04-12 19:45:03 +00:00
marcm
e1fe63e373 Update to 0.33, long overdue update here. 2005-04-12 06:34:16 +00:00
sturm
6e32a545aa explicitly set texpath 2005-04-06 18:21:51 +00:00
fgsch
855b8c847b ops, missing patch. 2005-04-05 21:34:50 +00:00
fgsch
8b07da0f35 update to antiword 0.36.1 2005-04-05 21:34:02 +00:00
sturm
c8e7684389 update to latex2html 2002-2-1, this package is no longer interactive 2005-04-04 17:12:42 +00:00
msf
64db75af35 +p5-Text-German
- now that we have p5-Text-German under an acceptable license reenable
  p5-Lingua-Stem as well.
2005-04-03 17:32:24 +00:00
msf
f75fee2d8f - initial import of Text-German-0.06
This is a rather incomplete implementation of work done by Gudrun Putze-Meier
<gudrun.pm@t-online.de>. I have to confess that I never read her original
paper. So all credit belongs to her, all bugs are mine. I tried to get some
insight from an implementation of two students of mine. They remain anonymous
because their work was the wost piece of code I ever saw. My code behaves
mostly as their implementation did except it is about 75 times faster.
2005-04-03 17:29:07 +00:00
jolan
6ffcd63197 +p5-Text-Glob 2005-03-30 07:19:30 +00:00
jolan
2159457df7 p5-Text-Glob-0.06, match globbing patterns against text 2005-03-30 07:18:14 +00:00
alek
12f3dee4ab New MASTER_SITES hosting distfile that contains our patch.
From Steve Shockley <steve.shockley@shockley.net>
2005-03-26 23:07:27 +00:00
alek
644f32ce81 Oh my^W^WMore no longer needed WWW:... lines 2005-03-25 15:13:59 +00:00
alek
94a139625c - Fix WANTLIB marker
- Use converters/libiconv MODULE
- Bump PGKNAME

ok naddy@
2005-03-15 23:30:00 +00:00
mbalmer
c3b0c02e11 Added
SUBDIR += pear-XML-Parser
    SUBDIR += pear-XML-Util
2005-02-28 12:36:49 +00:00
mbalmer
00092d98bf XML parsing class based on PHP's bundled expat.
ok alek@
2005-02-28 12:35:42 +00:00
mbalmer
1bb302627d XML utility class for PHP
ok alek@
2005-02-28 12:32:47 +00:00
mbalmer
bbf04b6645 Update to PHP5.
ok alek@
2005-02-27 23:14:32 +00:00
mbalmer
0d348faba0 Update to PHP5.
ok alek@
2005-02-27 23:05:58 +00:00
alek
8c56853913 Adjust WANTLIB marker 2005-02-21 21:04:13 +00:00
alek
3626108251 Fix WANTLIB marker 2005-02-21 16:54:19 +00:00
alek
2da12128b1 Update WANTLIB marker 2005-02-21 14:47:02 +00:00
alek
ebedca052a - Fix libintl linking
- Bump PKGNAME
2005-02-21 14:29:47 +00:00
espie
8f799db563 cvs expands Headers, so do part of the TMPFILE substitution manually... 2005-02-14 12:07:37 +00:00
espie
561bdb9bfd +docbook-to-man, extra converters category 2005-02-14 11:58:03 +00:00
espie
c7a10cbfb2 docbook-to-man converter 2005-02-14 11:56:38 +00:00
pvalchev
d2dee31acf remove Lurene Grenier from maintainer position (unresponsive, and now
email bounces)
2005-02-14 00:35:53 +00:00
alek
38a60c6d78 Add txt2tags 2005-02-11 12:02:31 +00:00
alek
662fd0753c Import txt2tags 2.2
txt2tags is a format conversion tool written in Python that generates
HTML, XHTML, SGML, LaTeX, Lout, Man Page, MoinMoin, Magic Point and
PageMaker documents from a single text file with minimal markup.

From Gleydson Soares <mail@gsoares.org>

help & ok xsa@
2005-02-11 11:59:23 +00:00
sturm
75169adadc update to diffstat 1.38
from maintainer Jon Olsson <jon at abc.se>
2005-02-08 18:32:20 +00:00
pvalchev
b98cbc574d remove margarida@ from the maintainer position after a generous timeout 2005-02-07 19:01:47 +00:00
sturm
b462802c9c p5-Sort-Versions 2005-02-06 15:19:09 +00:00
sturm
a700d20d7e Initial import of Sort-Versions 1.5
Sort::Versions allows easy sorting of mixed non-numeric and numeric strings,
like the 'version numbers' that many shared library systems and revision
control packages use. This is quite useful if you are trying to deal with
shared libraries. It can also be applied to applications that intersperse
variable-width numeric fields within text. Other applications can
undoubtedly be found.
2005-02-06 15:18:23 +00:00
kevlo
2aca5be391 upgrade to XML-Simple 2.14 2005-02-04 05:52:35 +00:00
alek
c76bfe653d - Update to 1.0.1
- Uncomment SHARED_ONLY
2005-02-04 00:01:56 +00:00
kevlo
ff66c39369 upgrade to 0.08 2005-01-27 05:45:44 +00:00
alek
a858933f73 Missed in previous commit
noticed by naddy@
2005-01-26 21:31:55 +00:00
naddy
c195398c7e XF86Config -> xorg.conf; from Morten Liebach and Bernd Ahlers 2005-01-23 20:57:42 +00:00
alek
d546f61e04 Update to 0.9.8 (missed in previous commit) 2005-01-23 17:03:28 +00:00
alek
3b6a8a2a31 Update to 0.9.8 2005-01-23 16:59:06 +00:00
alek
1a88e082f1 Upgrade to 0.9.3
spotted by naddy@
2005-01-22 13:30:02 +00:00
alek
4df0ef27a8 += py-ElementTree and py-cElementTree 2005-01-22 02:43:25 +00:00
alek
883d6c6c4e Import py-cElementTree 0.9.2
The cElementTree module is a C implementation of the ElementTree API. On
typical documents, it's 15-20 times faster than the Python version of
ElementTree, and uses 2-5 times less memory.

looks good & ok xsa@, mbalmer@
2005-01-22 02:36:56 +00:00
alek
bfdcc1a8e5 Import py-ElementTree 1.2.4
The ElementTree type is a simple but flexible container object, designed
to store hierarchical data structures, such as simplified XML infosets,
in memory. The element type can be described as a cross between a Python
list and a Python dictionary.

looks good & ok xsa@, mbalmer@
2005-01-22 02:33:43 +00:00
naddy
fe99af154b SECURITY:
Fix a buffer overflow due to insufficient bounds checking while
processing a PDF file that provides malicious values in the /Encrypt
/Length tag.

http://www.idefense.com/application/poi/display?id=186&type=vulnerabilities&flashstatus=false

ok robert@
2005-01-19 16:23:16 +00:00
robert
7284b0f29e SECURITY:
fix a buffer overflow vulnerability; bump PKGNAME;
http://www.vuxml.org/openbsd/0393affc-68d8-11d9-9b34-00065bd5b0b6.html
2005-01-17 22:46:05 +00:00
david
10e7a24e80 +SIZE 2005-01-10 06:29:20 +00:00
jakob
165bc45d53 xml2rfc v1.26 2005-01-07 10:09:29 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00
sturm
9d76975f56 update to Lingua-EN-Inflect 1.88
from Sam Smith <S at msmith.net>
2005-01-04 19:55:58 +00:00
mcbride
8af640620d Make COMMENT consistent with other dictionaries. 2005-01-04 18:46:08 +00:00
sturm
b2524f8673 comment p5-Lingua-Stem, which is broken, as mirror-maker doesn't like
missing dependencies
2005-01-01 13:59:43 +00:00
msf
97a58645fd - mark as BROKEN for now. I cannot import Text::German due to Licensing
restrictions. This will remain broken until either the author of Lingua::Stem
  removes the dependency on Text::German or the Text::German author rereleases
  Text::German under an appropriate license.
2004-12-31 20:01:15 +00:00
espie
d9d152b24e zap fairly old comment 2004-12-31 12:48:52 +00:00
sturm
6cf39eadd7 How many BUILD_DEPENDS does a man have to fix, before they call him a man? 2004-12-30 22:01:21 +00:00
msf
9aa50a8eee +p5-Lingua-PT-Stemmer
+p5-Lingua-Stem
+p5-Lingua-Stem-Fr
+p5-Lingua-Stem-It
+p5-Lingua-Stem-Ru
+p5-Lingua-Stem-Snowball-Da
+p5-Lingua-Stem-Snowball-No
+p5-Lingua-Stem-Snowball-Se
2004-12-30 04:26:13 +00:00
msf
c7241cbbf4 - initial import of Lingua-Stem-0.81
This routine applies stemming algorithms to its parameters, returning
the stemmed words as appropriate to the selected locale.
2004-12-30 04:20:34 +00:00
msf
07c035344b - missing PKG_ARCH 2004-12-30 04:15:06 +00:00
msf
765fffcadf - too much stemming going on
- reimport the second to last stemming port
2004-12-30 04:12:43 +00:00
msf
ce3a704c90 - initial import of Lingua-Stem-Snowball-No-1.0
The stem function takes a scalar as a parameter and stems the word
according to Martin Porters Danish stemming algorithm, which can be
found at the Snowball website: <http://snowball.tartarus.org/>.
2004-12-30 04:00:50 +00:00
msf
eee5be0381 - this is GPL, fix the comment 2004-12-30 03:58:31 +00:00
msf
03dd2f133e - initial import of Lingua-Stem-Snowball-Da-1.01
The stem function takes a scalar as a parameter and stems the word
according to Martin Porters Danish stemming algorithm, which can be
found at the Snowball website: <http://snowball.tartarus.org/>.
2004-12-30 03:54:43 +00:00
msf
d08417a131 - initial import of Lingua-Stem-Ru-0.01
This module applies the Porter Stemming Algorithm to its parameters,
returning the stemmed words.
2004-12-30 03:08:15 +00:00
msf
d7dca586a6 - initial import of Lingua-Stem-It-0.01
This module applies the Porter Stemming Algorithm to its parameters,
returning the stemmed words.
2004-12-30 03:04:57 +00:00
msf
4afb8fb039 - initial import of Lingua-Stem-Fr-0.02
This module uses the a modified version of the Porter Stemming Algorithm
to return a stemmed word
2004-12-30 03:01:02 +00:00
msf
1517a500ca - initial import of Lingua-PT-Stemmer-0.01
This module implements a Portuguese stemming algorithm proposed in the
paper A Stemming Algorithm for the Portuguese Language by Moreira, V.
and Huyck, C.
2004-12-30 02:57:51 +00:00
marcm
bacc8fda16 Work around an old gcc3 bug in the configure script. This should make the
*.mo files install on those arches.
2004-12-29 05:49:13 +00:00
sturm
b3ce47ca04 teTeX_base now owns share/texmf-local in order to allow for clean
pkg deletes
2004-12-26 14:01:36 +00:00
sturm
fdc8bb04e6 dictionary packages are no longer interactive
bump PKGNAMEs

ok maintainer jakob@
2004-12-25 22:37:36 +00:00
robert
1186293490 SECURITY:
fix a buffer overflow vulnerability; bump PKGNAME; use autoconf-2.59

ok MAINTAINER (brad@)
2004-12-22 17:36:24 +00:00
wilfried
b2aa40b1e9 powerppc has gcc3 in base 2004-12-22 09:01:20 +00:00
marcm
eca61dc891 Update to 2.8.1 in support of Gnoem 2.8.2. Fix WANTLIB. 2004-12-22 06:04:22 +00:00
msf
859dd391aa +p5-Regexp-Common
+p5-Text-Quoted
+p5-Text-Wrapper
2004-12-22 03:12:56 +00:00
msf
a6d83c682a - Initial import of Text-Wrapper-1.000
This module provides simple word wrapping.  It breaks long lines, but
does not alter spacing or remove existing line breaks.  If you're
looking for more sophisticated text formatting, try the Text::Format
module. 

In short, Text::Wrapper is the object-oriented equivalent of Text::Wrap,
but with fewer bugs (I hope).
2004-12-22 03:09:18 +00:00
msf
e1dbb0bdc6 - Initial import of Text-Quoted-1.8
Text::Quoted examines the structure of some text which
may contain multiple different levels of quoting, and
turns the text into a nested data structure.
2004-12-22 02:58:44 +00:00
msf
3ee347d18b - Initial import of Regexp-Common-2.118
By default, this module exports a single hash (`%RE') that stores or
generates commonly needed regular expressions. Patterns currently
provided include:

   * balanced parentheses and brackets
   * delimited text (with escapes)
   * integers and floating-point numbers in any base (up to 36)
   * comments in C, C++, Perl, and shell
   * offensive language
   * lists of any pattern
   * IPv4 addresses
2004-12-22 02:46:39 +00:00
sturm
6a2b849585 +p5-XML-RAI
+p5-XML-RSS-Parser
+p5-XML-RSS-Timing
+p5-XML-RSS-TimingBot
2004-12-21 22:00:48 +00:00
sturm
754c073b05 Initial import of p5-XML-RSS-TimingBot 2.03
XML::RSS::TimingBot is for requesting RSS feeds only as
often as needed.

from Sam Smith <s at msmith.net>
2004-12-21 21:58:34 +00:00
sturm
1f33853b4e Initial import of p5-XML-RSS-Timing 1.07
Understands a variety of ways RSS feeds say how often
they can/should be refetched.

from Sam Smith <s at msmith.net>
2004-12-21 21:56:20 +00:00
sturm
59e37c76f7 Initial import of p5-XML-RAI 0.51
XML::RAI is an object-oriented layer that maps
overlapping and alternate tags in RSS to one common
simplified interface.

from Sam Smith <s at msmith.net>
2004-12-21 21:53:02 +00:00
sturm
2902beac26 Initial import of p5-XML-RSS-Parser 2.15
XML::RSS::Parser is a lightweight liberal parser of RSS
feeds. This parser is "liberal" in that it does not
demand compliance of a specific RSS version and will
attempt to gracefully handle tags it does not expect or
understand.

from Sam Smith <s at msmith.net>
2004-12-21 21:51:21 +00:00