Commit Graph

1185 Commits

Author SHA1 Message Date
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
naddy
4e1f11b7aa update MAINTAINER's E-mail address; from Andreas Kahari 2004-12-18 16:23:07 +00:00
jolan
37719a190d +ots 2004-12-15 08:00:45 +00:00
jolan
152fef2eae ots-0.4.2, open source tool for summarizing texts 2004-12-15 07:59:13 +00:00
kevlo
e095b18fbe upgrade to 2.34 2004-12-14 01:40:25 +00:00
marcm
6ec746161d Distfile changed on Master site(s). Diffing showed only text changes
(and mostly CVS tags at that).

MAINTAINER timeout.
2004-12-12 04:56:17 +00:00
marcm
5810da6087 +gnome-spell 2004-12-11 06:20:57 +00:00
marcm
cd6022ba02 Import gnome-spell, a spelling component for Gnome apps. 2004-12-11 06:19:52 +00:00
kevlo
303b6ca896 add p5-Text-Aligner and p5-Text-Table. 2004-12-09 07:23:46 +00:00
kevlo
9240565ff7 Initial import of p5-Text-Table 1.107
This module allows you to create and maintain tables that adapt to
alignment requirements as you use them.
2004-12-09 07:22:17 +00:00
kevlo
17d04e7d76 Initial import of p5-Text-Aligner 0.03
This module exports a single function, align(), which is used to
justify strings to various alignment styles.
2004-12-09 07:20:48 +00:00
kevlo
146f6c603d add p5-XML-AutoWriter. 2004-12-09 06:02:20 +00:00
kevlo
c146fab836 Initial import of p5-XML-AutoWriter 0.38
This module provides DOCTYPE based XML output.
2004-12-09 06:01:36 +00:00
msf
d75caff424 Update to Text-Template-1.44
add missing PKG_ARCH
take maintainer

ok avsm@
2004-12-08 18:00:37 +00:00
alek
23b926dc64 Add WANTLIB markers 2004-12-07 00:23:20 +00:00
alek
caac3fe9ee - ispell-config groks now command line arguments
- Replace INSTALL script with MESSAGE and @exec in PLIST
- Bump PKGNAME

ok sturm@, pvalchev@
2004-11-17 01:19:28 +00:00
alek
05f238b648 - Trim empty line
- Don't hardcode /usr/X11R6

ok pvalchev@
2004-11-12 23:59:54 +00:00
espie
58b461850e make sure directory exists along with the rest of it... 2004-11-12 21:46:40 +00:00
espie
c20e749cd4 force bump of shared version number.
regen old patches while we're there.
2004-11-11 22:08:13 +00:00
espie
71fb01ea05 bump library major and pkgname.
I don't trust libxml to not have changed...
2004-11-11 20:55:28 +00:00
millert
dd74639b67 Using == in test(1) is a ksh-ism; since this is sh, use =. OK jakob@ naddy@ 2004-11-11 18:50:01 +00:00
naddy
60ba9707ef update to 1.1.12; from kevlo@ 2004-11-11 15:11:12 +00:00
naddy
3fc22b40e1 update to 2.6.16, fixes crashes; from kevlo@ 2004-11-11 15:03:50 +00:00
naddy
0526de1350 update to 2.6.15; from kevlo@ 2004-11-10 12:58:29 +00:00
naddy
398c2b8469 Remove workaround for GNU m4 incompatibility, which has been fixed in our m4. 2004-11-08 16:34:52 +00:00
naddy
1a313ddeea freetype fixes, adapted from FreeBSD; ok brad@ 2004-11-06 18:19:53 +00:00
espie
d170ee34cb %SHARED% before exec, of course.
problem noticed by fries@
2004-11-05 08:20:43 +00:00
brad
cbf75f4cbf gcc3/powerpc 2004-10-31 07:23:13 +00:00
xsa
53d8133696 +py-feedparser 2004-10-28 09:55:03 +00:00
xsa
d0fc7522cb Initial import of py-feedparser-3.3.
Universal Feed Parser is a Python module for downloading and parsing
syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland
RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF
feeds.

Universal Feed Parser is easy to use; the module is self-contained in a
single file, feedparser.py, and it has only one public function, parse.
parse takes a number of arguments, but only one is required, and it can
be a URL, a local filename, or a raw string containing feed data in any
format.
2004-10-28 09:53:49 +00:00
pvalchev
8b3148766e sync list of byte compiler ocaml w/ ocaml port; ok espie 2004-10-26 15:22:48 +00:00
marcm
af1f945158 Update 0.30 -> 0.31.3
Minor DEPENDS cleanup as well.
2004-10-26 03:53:41 +00:00
brad
31ca292e2d Chris Evans discovered numerous vulnerabilities in the xpdf package:
Multiple integer overflow issues affecting xpdf.
These can result in writing an arbitrary byte to an attacker controlled
location which probably could lead to arbitrary code execution.
CAN-2004-0888

Multiple integer overflow issues.
These can result in DoS or possibly arbitrary code execution.
CAN-2004-0889

Chris also discovered issues with infinite loop logic error.
2004-10-23 02:24:36 +00:00
naddy
26f299c152 update to 1.1.11; from Thomas Delaet <thomas@delaet.org> 2004-10-22 22:06:57 +00:00
naddy
aaed57868d update to 2.6.14; from Thomas Delaet <thomas@delaet.org> 2004-10-22 22:05:50 +00:00
danh
c902aefaa6 second sweep for MESSAGE decoration removal; ok espie@ 2004-10-13 20:28:01 +00:00
danh
6362fb0bc7 initial sweep for MESSAGE decoration removal; ok espie@ 2004-10-13 18:59:18 +00:00
weingart
16bf15146f I do not use/update this anymore. The ports people have been kind to me.
pval@ ok.
2004-10-11 17:21:58 +00:00
marcm
e7e1938e25 INSTALL/DEINSTALL here too. 2004-10-11 04:29:10 +00:00
sturm
a4fdf2d2b1 fix BUILD_DEPENDS 2004-10-10 16:44:12 +00:00
sturm
4724e077eb MASTER_SITE no longer available 2004-10-09 15:10:34 +00:00
xsa
8825e43e35 remove MAINTAINER per his request; 2004-10-08 08:22:28 +00:00
naddy
7860ea83a1 update to 1.1.9; from kevlo@ 2004-10-02 17:59:52 +00:00
naddy
cf728edb32 update to 2.6.13; from kevlo@ 2004-10-02 17:57:31 +00:00
xsa
c27f0e131e new-style MODULES; 2004-09-29 07:51:17 +00:00
brad
44d4b02358 remove MAINTAINER by request 2004-09-27 01:21:02 +00:00
espie
54b35a1c25 fix clo++ for gcc3.
From Aleksander Piotrowski.
2004-09-26 13:11:37 +00:00
espie
15f461f5d7 kill INSTALL 2004-09-23 06:57:40 +00:00
espie
b893ad5d98 new style conflicts 2004-09-18 13:06:43 +00:00
espie
e71d571eaf make sure we don't pick up libgcrypt. 2004-09-15 18:42:10 +00:00
espie
f291301328 new plist, install documentation along with the rest. 2004-09-15 18:41:03 +00:00
espie
d1fa125d45 new plists 2004-09-15 18:39:31 +00:00
pvalchev
a4e1e24ad5 remove David Lebel from maintainer position per his request. 2004-09-15 00:06:58 +00:00
naddy
f37ba8b502 revert build fix that has turned into an error with our new errno 2004-08-13 19:40:01 +00:00
naddy
a6daef6d27 * make another branch of the libintl test deal with our ancient gettext
* clean-up
2004-08-11 20:55:50 +00:00
xsa
f251ec4558 new PLISTs. 2004-08-10 14:00:27 +00:00
espie
25520392ed updated plist 2004-08-10 11:10:54 +00:00
xsa
addd8a38e2 new-style MODULES. 2004-08-10 08:46:49 +00:00
xsa
52ab7f4a5e MODULES= www/php4/pear 2004-08-09 20:39:53 +00:00
xsa
4cc2b2d9b3 use MODPY_EXPAT_DEPENDS; MAINTAINER timeout ....... 2004-08-08 09:29:01 +00:00
naddy
6b9c0f500b fix up MODGNU_CONFIG_GUESS_DIRS 2004-08-04 16:12:14 +00:00
xsa
583440ee36 MODULES= lang/python 2004-08-03 21:31:06 +00:00
espie
7ba7bbeb63 switch to devel/gettext and new-style packing-list 2004-08-03 09:55:37 +00:00
naddy
51b4d86024 drop obsolete lib requirement 2004-07-30 01:19:28 +00:00
xsa
5711f0ae5c python -> Python 2004-07-26 21:04:24 +00:00
kevlo
27aa210007 upgrade to libxslt 1.1.8 2004-07-12 02:09:51 +00:00
kevlo
c099e5fbfe update to libxml2 2.6.11 2004-07-12 02:08:16 +00:00
jolan
2cb88a41c0 i dont forsee me being able to fix this on alpha anytime soon 2004-07-04 21:18:11 +00:00
naddy
1246cc407f restore build with g++ 2.95 2004-07-02 23:47:44 +00:00
msf
dab1acda24 Update to 3.02.
Take maintainership.
ok avsm@
2004-07-01 13:51:04 +00:00
msf
eaa1a376cf Update to 1.04.
Take maintainership
ok avsm@
2004-07-01 13:46:45 +00:00
naddy
f0f410d44d update to 04-173; from Andreas Kahari <ak+openbsd@freeshell.org> 2004-06-30 23:38:56 +00:00
xsa
93568351bb set BUILD_DEPENDS= ${RUN_DEPENDS} not the opposite .. for obvious
reasons... okay pvalchev@.
2004-06-26 07:35:05 +00:00
naddy
fe81f25568 work around a C/C++ namespace issue (fixes build on powerpc) 2004-06-24 23:04:10 +00:00
marcm
0f9f74c571 Update to 0.132 to sync up with Gnome 2.6. And printing works too :) 2004-06-24 18:40:14 +00:00
kevlo
626387c3de update to 1.9 2004-06-24 05:30:42 +00:00
robert
b2efa5011c bump PKGNAME; ok brad@ jolan@ 2004-06-19 23:16:32 +00:00
jakob
11c6bb833a update to v1.3.0 2004-06-19 21:00:45 +00:00
jakob
02c1f5977a update to v1.24 2004-06-19 20:42:30 +00:00
robert
31f4084d6d This patch fixes a buffer overflow in word-list-compress;
http://marc.theaimsgroup.com/?l=bugtraq&m=108761564006503&w=2

ok jolan@
2004-06-19 16:40:12 +00:00
kevlo
2ff6364559 update to 1.1.7 2004-06-16 05:45:49 +00:00
kevlo
57a558973f upgrade to libxml2 2.6.10 2004-06-15 06:17:01 +00:00
msf
804d04d63d -p5-Test-Pod
ok avsm@
2004-06-12 21:13:08 +00:00
msf
21e38c8767 Depend on devel/p5-Test-Pod
ok avsm@
2004-06-12 21:12:35 +00:00
msf
21a14d861d Remove duplicate p5-Test-Pod.
ok avsm@
2004-06-12 21:11:36 +00:00
robert
9ca6d53fcd update to 0.510 2004-06-05 23:13:01 +00:00
msf
53ac0ccab6 +p5-Text-Diff 2004-06-01 23:27:58 +00:00
msf
97d4528484 Initial import of Text-Diff-0.35
Text::Diff provides a basic set of services akin to the GNU "diff"
utility. It is not anywhere near as feature complete as GNU "diff", but
it is better integrated with Perl and available on all platforms. It is
often faster than shelling out to a system's "diff" executable for small
files, and generally slower on larger files.

ok sturm@
2004-06-01 23:19:24 +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
naddy
fd914edbbe cleanup 2004-05-28 19:03:49 +00:00
jolan
caab30d7f3 drop maintainership 2004-05-22 19:54:10 +00:00
sturm
7d7c3f292d +p5-Lingua-EN-Inflect
+p5-Lingua-EN-Inflect-Number
2004-05-17 19:37:20 +00:00
sturm
92f1a62049 Initial import of p5-Lingua-EN-Inflect-Number 1.1
This module extends the functionality of Lingua::EN::Inflect with three
new functions for word-number conversions.

from Sam Smith <S at msmith.net>
2004-05-17 19:36:22 +00:00
sturm
f5c1e93216 Initial import of p5-Lingua-EN-Inflect 1.86
The exportable subroutines of Lingua::EN::Inflect provide
plural inflections, "a"/"an" selection for English words,
and manipulation of numbers as words.

from Sam Smith <S at msmith.net>
2004-05-17 19:35:14 +00:00
naddy
8b735c27b0 check for __LP64__ rather than enumerating individual LP64 archs
and forgetting, say, amd64
2004-05-15 14:54:24 +00:00