Commit Graph

1893 Commits

Author SHA1 Message Date
bernd
887abf650b + ruby-icalendar 2007-11-05 21:35:29 +00:00
bernd
b003e50c56 Initial import of ruby-icalendar-1.0.1.
This is a Ruby library for dealing with iCalendar files.
2007-11-05 21:34:04 +00:00
naddy
d4fdb91205 make the renamed patches actually produce the same accumulative changes
as the mess before did
2007-11-03 16:26:34 +00:00
merdely
e9481ef01e Add p5-Text-ASCIIMathML, p5-Text-Restructured
Sort.
2007-11-02 14:57:10 +00:00
merdely
54ac0f0be9 Text::Restructured is a set of modules to parse reStructuredText
documents and output them in various formats, such as HTML or LaTeX.  For
details on reStructuredText, see http://docutils.sourceforge.net/rst.html.

From Okan Demirmen
ok simon@
2007-11-02 14:54:27 +00:00
merdely
76bd28a021 Text::ASCIIMathML is a parser for ASCIIMathML text which produces MathML
XML markup strings that are suitable for rendering by any
MathML-compliant browser.

From Okan Demirmen
ok simon@
2007-11-02 14:53:10 +00:00
steven
4aa0f3527c +p5-Text-Markdown 2007-11-01 20:24:31 +00:00
steven
299ea46895 import Text::Markdown 1.0.3
Markdown is a text-to-HTML filter; it translates an easy-to-read /
easy-to-write structured text format into HTML.  Markdown's text format
is most similar to that of plain text email, and supports features such
as headers, *emphasis*, code blocks, blockquotes, and links.

from okan at demirmen.com
2007-11-01 20:22:23 +00:00
ajacoutot
3e936da7e5 - domain name change; fix MASTER_SITES 2007-10-27 23:44:41 +00:00
simon
7145a41ee5 remove USE_X11 and CONFIGURE_ARGS now expat is in base
"looks ok" steven@, ok ajacoutot@
2007-10-26 22:18:54 +00:00
jasper
af001022d0 - use our naming scheme for patches
- regen patch-transpec_Makefile
2007-10-26 21:29:30 +00:00
simon
6e24e71497 add p5-CGI-FastTemplate 2007-10-25 21:33:57 +00:00
simon
f98904610a import p5-CGI-FastTemplate
CGI::FastTemplate manages templates and parses templates replacing
variable names with values.  It was designed for mid to large scale web
applications (CGI, mod_perl) where there are great benefits to
separating the logic of an application from the specific implementation
details.

ok jasper@
2007-10-25 21:33:48 +00:00
simon
3ca7744837 update to version 1.45 2007-10-24 08:53:47 +00:00
ajacoutot
e905abfc80 - add docbook to build_depends (so we don't need to do weird validation
stuffs online ; no need of systrace.filter anymore)

ok sturm@
2007-10-23 21:16:20 +00:00
espie
7ea21bd310 +xmlwf 2007-10-23 16:50:21 +00:00
espie
5bad752b2a resurrect the xmlwf command in case something needs it. 2007-10-23 15:33:39 +00:00
ajacoutot
83e7a9bd2c - enable building with USE_SYSTRACE 2007-10-22 13:56:29 +00:00
sthen
9e98db3730 fix BUILD_DEPENDS; problem seen by chl
ok simon@
2007-10-16 09:39:26 +00:00
simon
3a366c4880 add p5-XML-Generator 2007-10-13 09:56:20 +00:00
simon
8f25b09671 import p5-XML-Generator
In general, once you have an XML::Generator object, you then simply call
methods on that object named for each XML tag you wish to generate.

feedback & ok jasper@
2007-10-13 09:56:15 +00:00
steven
02671cffef +p5-Text-DoubleMetaphone 2007-10-08 15:24:58 +00:00
steven
3ea9309779 import Text::DoubleMetaphone 0.07
implementation of a "sounds like" algorithm

submitted by Jim Razmus
2007-10-08 15:24:41 +00:00
robert
f9e4938d1e +asciidoc 2007-10-08 14:40:59 +00:00
robert
896e966e25 import of asciidoc-8.2.3
AsciiDoc is a text document format for writing short documents, articles, books
and UNIX man pages. AsciiDoc files can be translated to HTML and DocBook
markups using the asciidoc(1) command.
2007-10-08 14:39:04 +00:00
steven
9bfed1ac43 bump PKGNAME after python version switch 2007-10-08 08:22:38 +00:00
simon
343aa51ffa remove duplicates
noticed by steven@
2007-10-06 18:13:39 +00:00
simon
b355f65275 unlink duplicates
noticed by steven@
2007-10-06 18:10:17 +00:00
simon
f42fa4e03a add p5-Text-Tags, p5-XML-Atom, p5-XML-Feed and p5-XML-RSS-LibXML 2007-10-06 15:27:37 +00:00
simon
7599d95821 import p5-XML-RSS-LibXML
XML::RSS::LibXML uses XML::LibXML (libxml2) for parsing RSS instead of
XML::RSS' XML::Parser (expat), while trying to keep interface
compatibility with XML::RSS.

ok jasper@
2007-10-06 15:27:28 +00:00
simon
a7e239d96e import p5-XML-Feed
XML::Feed is a syndication feed parser for both RSS and Atom feeds.  It
also implements feed auto-discovery for finding feeds, given a URI.

XML::Feed supports the following syndication feed formats:
 - RSS 0.91
 - RSS 1.0
 - RSS 2.0
 - Atom

The goal of XML::Feed is to provide a unified API for parsing and using
the various syndication formats.

ok jasper@
2007-10-06 15:27:16 +00:00
simon
ca7b6953fb import p5-XML-Atom
Atom is a syndication, API, and archiving format for weblogs and other
data.  XML::Atom implements the feed format as well as a client for the
API.

ok jasper@
2007-10-06 15:27:05 +00:00
simon
f9730c19fe import textproc/p5-Text-Tags
Parses "folksonomies", which are simple
space-separated-but-optionally-quoted tag lists.

ok jasper@
2007-10-06 15:26:54 +00:00
jasper
0ac957a572 add p5-XML-Stream 2007-10-05 14:18:42 +00:00
jasper
38f213d83d import p5-XML-Stream 1.22
This module provides the user with methods to connect to a remote
server, send a stream of XML to the server, and receive/parse an XML
stream from the server.

ok simon@
2007-10-05 14:16:57 +00:00
jasper
5b7266c0a6 fix categories
from Gleydson Soares
ok simon@
2007-10-04 21:23:41 +00:00
jasper
108c810afa fix icu-config by making it recognize the shared libs naming schema
from Carlos Valiente <superdupont at gmail.com>
ok Vincent Gross (MAINTAINER)
2007-10-02 20:53:29 +00:00
jakemsr
6cdebca360 + mxml 2007-10-01 18:42:31 +00:00
jakemsr
9d7cd3a5ab import mxml-1.2.2
Mini-XML is a small XML parsing library that you can use to read XML and
XML-like data files in your application without requiring large
non-standard libraries.

okay steven@
2007-10-01 18:40:11 +00:00
steven
3b92333205 switch teTeX -> texlive
discussed with sturm and mbalmer
2007-10-01 11:42:30 +00:00
simon
8f8551ec78 update to version 2.18 and remove HOMEPAGE
from brad@ and tweaks by me
2007-09-29 18:08:57 +00:00
simon
36b3a5d602 update to version 0.16 and lowercase COMMENT
from brad@
2007-09-29 17:59:59 +00:00
bernd
f0000c1548 Fix PLIST to unbreak package build. (I had a never ruby in my tree...)
Reported by STeve Andre', thanks!!
2007-09-27 05:29:54 +00:00
bernd
9d0f8d6a05 + ruby-fastri
+ ruby-redcloth
2007-09-26 17:10:42 +00:00
bernd
b795c8f674 Initial import of ruby-fastri-0.3.0.1.
FastRI is an alternative to the ri command-line tool. It is *much* faster,
and also allows you to offer RI lookup services over DRb. FastRI is a bit
smarter than ri, and can find classes anywhere in the hierarchy without
specifying the "full path". It also knows about gems, and can tell you e.g.
which extensions to a core class were added by a specific gem.
2007-09-26 17:08:13 +00:00
bernd
ada8d25a2e Initial import of ruby-redcloth-3.0.4.
RedCloth is a module for using Textile in Ruby. Textile is a text format.
A very simple text format. Another stab at making readable text that can
be converted to HTML.
2007-09-26 17:04:20 +00:00
bernd
4d0b3af67c Add HOMEPAGE. 2007-09-26 17:00:53 +00:00
simon
81ff2cf5e0 add p5-XML-XPathEngine 2007-09-22 11:04:47 +00:00
simon
f9d4d6b029 import p5-XML-XPathEngine
This module provides an XPath engine that can be re-used by other
module/classes that implement trees.
2007-09-22 11:04:40 +00:00
simon
c6104244b3 update to version 1.63 and kill unrequired VERSION variable
ok jasper@
2007-09-22 10:40:06 +00:00
simon
2e925a4d88 update to version 1.64 and kill unrequired VERSION variable
ok jasper@
2007-09-22 10:38:11 +00:00
martynas
6faac0c632 remove 2007-09-19 14:57:21 +00:00
martynas
9018ca1ac0 man pages lie. so fix that. regen patches and bump pkgname along, of
course;  ok jasper@
2007-09-19 13:04:57 +00:00
sturm
8f1f4e03c6 gsed 2007-09-17 08:40:31 +00:00
sturm
0d82a2fa98 Initial import of gnu sed 4.1.5
GNU sed is the Free Software Foundation's version of the sed(1) editor.

from Armin Wolfermann <armin@wolfermann.org>
prodded by Stefan Sperling
2007-09-17 08:39:53 +00:00
merdely
a9dfe71c74 Remove surrounding quotes in COMMENT 2007-09-15 22:16:55 +00:00
merdely
213f5c62e8 Remove surrounding quotes in COMMENT-*/PERMIT_* 2007-09-15 20:59:36 +00:00
merdely
0fef9127b0 Add p5-SWISH-API
Add swish-e
2007-09-11 21:20:37 +00:00
merdely
8849bc74e0 SWISH::API is an Object Oriented Perl interface to the swish-e C
library.  This can be used to embed the swish-e search code into your
perl program avoiding the need to run the swish-e binary for searching.

From simon@
ok sturm@, steven@
2007-09-11 20:55:21 +00:00
merdely
042280b96b Swish-e is a fast, flexible, and free open source system for indexing
collections of Web pages or other files. Swish-e is ideally suited for
collections of a million documents or smaller. Using the GNOME libxml2
parser and a collection of filters, Swish-e can index plain text,
e-mail, PDF, HTML, XML, Microsoft Word/PowerPoint/Excel and just about
any file that can be converted to XML or HTML text. Swish-e is also
often used to supplement databases like the MySQL DBMS for very fast
full-text searching.

help from simon, ok steven@, sturm@
2007-09-11 20:52:49 +00:00
steven
deaf531ffc update to libxslt 1.1.22 2007-09-10 17:21:38 +00:00
steven
cb14cb91ee update to libxml 2.6.30 2007-09-10 17:21:05 +00:00
sturm
3da0d568fe missing PKGNAME bump
there is only one way to make sure you don't have to bump PKGNAME, build
the package with PLIST_DB and ONLY if it doesn't complain, you don't have
to bump
2007-09-05 05:38:20 +00:00
sthen
adbff6b384 add iksemel 2007-09-04 15:08:03 +00:00
sthen
03d3f8319b import ikesemel 1.2
iksemel is an LGPL-licensed XML parser library mainly designed for
Jabber applications.

ok steven@
2007-09-04 15:05:27 +00:00
pyr
31e5a74ea6 + p5-ack 2007-08-29 08:07:45 +00:00
pyr
06bdea79a1 App::Ack - A container for functions for the ack program. ack is a tool
like grep, aimed at programmers with large trees of heterogeneous source
code.  ack is written purely in Perl, and takes advantage of the power
of Perl's regular expressions.

ok simon@
2007-08-29 08:05:10 +00:00
ajacoutot
d65dfa1244 * cleanup (no package change):
- don't copy fonts.dir in WRKINST (fonts.dir is handled by pkg tools)
- remove quotes around COMMENT
- remove USE_X11 where not needed
2007-08-27 10:39:21 +00:00
aanriot
32e8556acc remove expat, which was COMES_WITH=4.2 .
"go ahead" naddy@
2007-08-26 18:58:45 +00:00
aanriot
5f7b36d82e disconnect expat. 2007-08-26 18:53:57 +00:00
jasper
e202436719 update gnome-spell to 1.0.7 2007-08-26 18:34:05 +00:00
naddy
ad83bdd8a8 fix ASCII85 encoding on LP64 archs 2007-08-25 14:42:37 +00:00
espie
6bb957fa20 make sure to build correct packages even if WRKSRC gets fucked up.
okay naddy@
2007-08-08 13:47:38 +00:00
steven
843d61b8de don't install shared libraries that don't follow our naming scheme,
and some port cleanup while here.

ok naddy@ simon@
2007-08-06 21:17:43 +00:00
steven
7e4b0d9225 remove gpdf 2007-08-05 15:21:35 +00:00
steven
82348fc516 remove gpdf, superseded by evince.
pointed out by Daniel Dickman (didickman@gmail)

ok naddy, espie, kili
2007-08-05 15:20:48 +00:00
david
6d648f4372 sort SUBDIR list 2007-08-02 03:35:22 +00:00
naddy
981e5b9829 SECURITY fix for CVE-2007-3387.
Also remove former maintainer at his request.
ok kili@
2007-07-31 21:22:16 +00:00
naddy
7682bff9fd bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH 2007-07-27 19:17:11 +00:00
steven
df0a1538f3 +p5-XML-XSPF 2007-07-26 14:35:02 +00:00
steven
79ca8b6e59 parser and generator for XSPF playlists
from Stuart Henderson
2007-07-26 14:34:01 +00:00
simon
62959db76d add p5-Text-Aspell and p5-XML-RSSLite 2007-07-22 16:15:06 +00:00
simon
72ca60c434 import p5-XML-RSSLite
This module attempts to extract the maximum amount of content from
available documents, and is less concerned with XML compliance than
alternatives.  Rather than rely on XML::Parser, it uses heuristics and
good old-fashioned Perl regular expressions.  It stores the data in a
simple hash structure, and "aliases" certain tags so that when done,
you can count on having the minimal data necessary for re-constructing
a valid RSS file.  This means you get the basic title, description,
and link for a channel and its items.
2007-07-22 16:14:58 +00:00
simon
7616dfa4e3 import p5-Text-Aspell
This module provides a Perl interface to the GNU Aspell library.  It is
there to meet the need of looking up many words, one at a time, in a
single session, such as spell-checking a document in memory.
2007-07-22 16:14:30 +00:00
simon
1c0fe4e22d add icu4c 2007-07-19 21:52:19 +00:00
simon
0ec3e0dfd0 import icu4c-3.6
ICU (International Components for Unicode) is a set for C/C++ and Java
librairies providing Unicode and globalization support. icu4c is the
C/C++ version.

ICU services include code page conversion, collation (comparison using
locale-specific ordering), locale-wise formatting, Unicode regexp and
bidirectionnal text handling.

ICU is available under an open source non-copyleft licence.

from MAINTAINER Vincent Gross via jasper@, with hints from ajacoutot@
and tweak by me
ok jasper@
2007-07-19 21:52:09 +00:00
aanriot
154021822c USE_X11 = Yes
ok naddy@
2007-07-11 11:11:53 +00:00
steven
d6a080f846 update to 1.1.21
ok simon@
2007-07-05 16:05:56 +00:00
steven
5620303c30 update to libxml 2.6.29
ok simon@
2007-07-05 16:05:09 +00:00
jasper
871e183bf5 add highlight and yould 2007-07-05 10:00:36 +00:00
jasper
09433c35a9 import highlight 2.6.1
Highlight converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX and XML
files with syntax highlighting. Its language definitions, colour themes
and indentation schemes are customizable.

tweak & ok ajacoutot@
2007-07-05 09:58:32 +00:00
jasper
2bff35ffb0 import yould 0.3.3
Yould is a generator for pronounceable random words.  The engine uses
Markov chains with two letter transitions. This distribution includes
trained engines for several languages: English, Dutch, Finnish, Italian,
French and German.

ok ajacoutot@
2007-07-05 09:54:04 +00:00
djm
e2bb0d3250 +py-pygments 2007-07-02 06:22:43 +00:00
djm
7bbacec5db import of Pygments-0.8:
Pygments is a generic syntax highlighter for general use in all kinds of
software such as forum systems, wikis or other applications that need to
prettify source code.
2007-07-02 06:21:59 +00:00
martynas
20ad84604b better comments; ok steven@ 2007-06-29 21:38:31 +00:00
simon
661c3114e0 update to version 0.603
ok jasper@
2007-06-27 18:30:40 +00:00
martynas
3be417655c structurise mirror and s/~jolan/~martynas/; thanks jolan@ for this
great service
2007-06-09 17:59:52 +00:00
ajacoutot
09a00de2a5 - change mirror structure
suggested by martynas@
2007-06-05 17:39:32 +00:00
jcs
2bb3d706c0 use MASTER_SITE_RUBYFORGE 2007-06-01 16:17:55 +00:00
steven
c90d6f5ce6 fix PKGNAME 2007-05-31 08:13:32 +00:00
aanriot
7821a29660 get ride of RUN_DEPENDS=${BUILD_DEPENDS}.
ok msf@
2007-05-30 02:34:43 +00:00
jcs
734d4993b3 ruby-builder and ruby-markaby 2007-05-29 20:15:47 +00:00
jcs
877333f34e ruby-markaby-0.5
an HTML templating language for Ruby
2007-05-29 20:09:25 +00:00
jcs
e1c6259c49 ruby-builder-2.1.1
a ruby library to create XML markup and data structures
2007-05-29 20:06:59 +00:00
jcs
2a421111c9 += ruby-pdf-writer 2007-05-29 04:37:56 +00:00
jcs
2e7b56ef2b ruby-pdf-writer 1.1.3
PDF::Writer for Ruby provides the ability to create PDF documents
using only native Ruby libraries.
2007-05-29 04:32:17 +00:00
ajacoutot
6599bed837 - fix aspell support 2007-05-28 23:21:21 +00:00
kili
aa3f2d2354 Don't use RUN_DEPENDS=${BUILD_DEPENDS}, dropping bogus RUN_DEPENDS to bzip2. 2007-05-28 16:30:23 +00:00
aanriot
9ce572ddff pkg/MESSAGE has been removed, so also get ride of the MESSAGE= line in
the Makefile.

"looks good" todd@
2007-05-28 14:47:54 +00:00
martynas
0c46850d43 enable 3000 regression tests suite; ok steven@ 2007-05-27 14:06:06 +00:00
martynas
deb807cf0b remove MESSAGE
from ajacoutot@
2007-05-27 13:47:55 +00:00
jcs
8bc80ab8a4 += ruby-fastercsv 2007-05-26 21:45:44 +00:00
jcs
bdcbb4b341 fastercsv-1.2.0, a faster csv library for ruby 2007-05-26 21:44:10 +00:00
ajacoutot
5ab736c523 - drop maintainership 2007-05-23 06:28:03 +00:00
ajacoutot
6278c3e12c - give maintainership to martynas@ 2007-05-22 18:47:14 +00:00
naddy
0137c82d43 remove leading "a " from COMMENT 2007-05-22 17:23:53 +00:00
martynas
f703373107 - license is MIT;
- MASTER_SITES holds .tar.gz, use it instead of .zip;
- install examples and documentation;
- alek@ drops maintainership;
2007-05-22 15:40:19 +00:00
jasper
82cd4ba50c remove marcm@ as maintainer
ok marcm@
2007-05-19 09:13:54 +00:00
steven
f33d1c7235 shorten COMMENT 2007-05-17 09:56:44 +00:00
steven
d70c59a2f0 shorten COMMENT 2007-05-17 04:50:58 +00:00
steven
811d3ce006 shorten COMMENT 2007-05-16 06:53:29 +00:00
martynas
f4d7093c3e .tar.gz is the default so remove the line; ok steven@ 2007-05-15 21:40:01 +00:00
jasper
e489e2f625 update intltool to 0.35.5
ok steven@
2007-05-12 19:07:20 +00:00
bernd
eaffe70235 All ports are now using the libexpat that's shipped with xenocara.
Add COMES_WITH=4.2 here.

ok sturm@, steven@, matthieu@, naddy@
2007-05-10 11:39:23 +00:00
simon
95e78ad685 update my lastname
ok naddy@
2007-05-05 17:44:50 +00:00
steven
49ce0ae575 update to libxml 2.6.28 2007-05-03 06:37:19 +00:00
bernd
e9b9e48e93 Update to hyperestraier-1.4.10.
Submitted by Jeremy Evans (MAINTAINER), thanks.
2007-04-30 17:30:39 +00:00
robert
81deb641c9 libwpd's regression test depends on cppunit,
so add a REGRESS_DEPENDS entry for it;
noticed by sturm@
2007-04-30 09:52:22 +00:00
sturm
1d47395466 use xenocara's expat 2007-04-28 19:54:06 +00:00
bernd
1048eaadbd Use xenocara expat. 2007-04-28 09:32:38 +00:00
bernd
470396a8b6 Use xenocara expat. 2007-04-28 09:18:51 +00:00
bernd
ee467d8e45 Use xenocara expat. 2007-04-27 18:40:39 +00:00
steven
83535ac9f0 update to libxslt 1.1.20
from alek@ some time ago
2007-04-23 15:38:04 +00:00
steven
7a675830f5 update to libxml 2.6.27
from alek@ some time ago
2007-04-23 15:34:04 +00:00
martynas
7c8fe92b4e update to 0.09
ok simon@
2007-04-21 20:18:12 +00:00
espie
2745946778 add a few perl packages 2007-04-18 00:18:35 +00:00
espie
bb6ecf9e04 yet another WIAB dependency 2007-04-17 23:08:21 +00:00
espie
f226cea3ea yet another WIAB dependency. Fishy licence. Contacted author and hoping
for happy resolution. Otherwise, replace with a stub...
2007-04-17 21:34:34 +00:00
espie
21f88ca14c simple plugin to easy unicode IO in catalyst 2007-04-17 21:07:48 +00:00
bernd
7f31591009 Bump library major version to avoid confusion with libexpat from xenocara.
ok sturm@, steven@
2007-04-13 11:10:29 +00:00
jasper
d86ecfca5d unify my e-mail address and bump PKGNAMEs.
"looks good" sturm@
2007-04-12 18:59:35 +00:00
martynas
3c7b3bd57d +mozilla-dicts 2007-04-08 19:02:32 +00:00
steven
5d84f0e9db USE_LIBTOOL, sync plist 2007-04-07 14:05:34 +00:00
martynas
9e83c0fc4e import mozilla-dicts-1.0, dictionaries for MOZILLA_1_8_BRANCH products
(seamonkey-1, firefox-2, thunderbird-2) by MLP
discussed with kurt@, ajacoutot@, naddy@
ok naddy@ ajacoutot@
2007-04-07 11:52:20 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
ckuethe
454f465537 Forgot to cvs rm this one too. Pointed out by marco 2007-03-30 04:32:13 +00:00
ckuethe
3b5bcac916 Update to xpdf 3.0.2, from Stuart Henderson and Brad Smith
Includes some security fixes

ok pvalchev, todd
2007-03-30 04:09:42 +00:00
djm
1a78917623 Template-Toolkit-2.15, clean plist of things that depended on GD or XML
packages, drop MAINTAINERship
2007-03-25 10:56:53 +00:00
robert
0dbe5bb8c3 - adapt to the new pear port
- add @group annotations
- bump PKGNAMEs
- fix PLISTs by removing unneeded files and directories
2007-03-22 22:48:03 +00:00
ajacoutot
8fdd09c676 Add libxml++ 2007-03-22 08:12:39 +00:00
ajacoutot
a5c04f5cc2 Import libxml++-2.17.1
The libxml++ library provides a C++ interface to XML files.

based on an initial submission by Andreas Bihlmaier (MAINTAINER)
some inputs and ok naddy@
2007-03-22 08:08:47 +00:00
kili
ddd64d58e3 Security update to libwpd-0.8.9 (CVE-2007-0002). See
http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=490
for more information.

ok, robert@
2007-03-17 20:41:01 +00:00
jolan
4d65225fd7 remove Jim Geovedi as maintainer from all ports' Makefiles per his
request.
2007-03-15 11:30:07 +00:00
steven
6ce55bff1d bump PKGNAME due to PLIST changes after 4.0 -> 4.1 2007-02-14 16:55:28 +00:00
steven
22341e706b bump PKGNAME due to PLIST changes after 4.0 -> 4.1
"feel free to bump whatever is needed" espie@
2007-02-14 11:51:07 +00:00
bernd
858b4cc25c Add missing SHARED_ONLY=Yes, bump PKGNAME. ok espie@ 2007-02-13 23:47:26 +00:00
steven
db79367ae4 WANTLIB fixes, mostly needed by recent cairo update 2007-02-11 00:56:57 +00:00
msf
18ec62d2ca +p5-Regexp-DefaultFlags 2007-02-07 09:27:01 +00:00
msf
95768a91f2 initial import of Regexp::DefaultFlags 0.01
This module allows you to set a default set of flags to all regexes
in a particular namespace.
2007-02-07 09:25:21 +00:00
simon
8c93de130d simple updates and fixes, plists unchanged.
"looks ok" jasper@
2007-02-03 19:10:39 +00:00
jasper
5ebe700eed update p5-XML-Twig to 3.29 2007-02-02 14:52:50 +00:00
kili
e49a1f7621 +tre 2007-01-29 20:22:49 +00:00
kili
95d34293e6 With textproc/tre, we've yet another agrep binary, so add a @conflict tag.
(And bump the PKGNAME).
2007-01-29 20:19:57 +00:00
kili
9befed9df1 TRE is a lightweight, robust, and efficient POSIX compliant regexp
matching library with some exciting features such as approximate
(fuzzy) matching. It includes a version of the agrep (approximate
grep) command line tool for approximate regexp matching in the style
of grep.

ok, simon@
2007-01-29 20:14:29 +00:00
naddy
9816dff1ef fix from maintainer Jeremy Evans 2007-01-24 17:10:16 +00:00
simon
de3fc51890 cpanify, use SHARED_ONLY and set a few licenses
look okay to steven@
2007-01-21 21:46:20 +00:00
msf
58735f115f +p5-PDF-API2 2007-01-19 03:20:32 +00:00
msf
40fe6581db initial import of PDF::API2 0.57
This module is 'The Next Generation' of Text::PDF::API which initially
provided a nice API around the Text::PDF::* modules created by Martin Hosken.

	.  Works with more than one PDF file open at once
	.  It presents a object-oriented API to the user
	.  Supports the 14 base PDF Core Fonts
	.  Supports TrueType fonts
	.  Supports Adobe-Type1 Fonts (pfb/pfa/afm)
	.  Supports native Embedding of bitmap images (jpeg,ppm,png,gif)
	.  Supports modification of existing pdfs and import/cloning of pages
2007-01-19 03:13:20 +00:00
bernd
09b3edc7a4 add ruby-hyperestraier 2007-01-18 10:40:34 +00:00
bernd
c10f5b02c4 Initial import of ruby-hyperestraier-1.0.0.
This is a Ruby interface to the Hyper Estraier high performance full-text
search engine.

Submitted and maintained by Jeremy Evans <jeremyevans0 at gmail dot com>
2007-01-18 10:38:47 +00:00
ajacoutot
12fa3faeee - cpanify
ok jasper@
2007-01-17 15:36:45 +00:00
jasper
b55347c9a2 update to 0.5 2007-01-16 14:44:40 +00:00
bernd
88217add35 Add hyperestraier. 2007-01-16 10:39:47 +00:00
bernd
52db2a31e9 Initial import of hyperestraier-1.4.9.
Hyper Estraier is a full-text search system. You can search lots of documents
for some documents including specified words. If you run a web site, it is
useful as your own search engine for pages in your site. Also, it is useful as
search utilities of mail boxes and file servers.

Submitted and maintained by Jeremy Evans <jeremyevans0 at gmail dot com>
2007-01-16 10:38:40 +00:00
kurt
59012601cb bump pkg due to java.port.mk change in RUN_DEPENDS 2007-01-16 02:48:02 +00:00
jasper
8c504328f4 - update to 3.28
- CPAN'ify
- re-format DESCR while there
2007-01-11 15:40:54 +00:00
jasper
df5cb84de0 add gonzui 2007-01-11 15:26:25 +00:00
jasper
17b3e984b2 import gonzui 1.2
gonzui is a source code search engine. The goal is to help programmers
develop programs effectively by creating a source code search engine,
accessible via the commandline or via a web interface.

lots of help and ok bernd@
2007-01-11 15:18:43 +00:00
steven
56acab673f re-enable p5-POE-Component-Jabber and p5-POE-Filter-XML now that their
dependencies are in the tree ...
2007-01-07 14:59:26 +00:00
steven
9cbfd39d86 sync plist 2007-01-07 14:52:55 +00:00
steven
de51a09dea build the shared library properly during build, and avoid rebuilding it
during fake.
2007-01-04 20:56:43 +00:00
steven
26f5ae54bd fix WANTLIB of ports using gtk, needed after switch to our own pkg-config 2007-01-04 20:19:53 +00:00
ajacoutot
c35d89c262 - update to libebml-0.7.7
"go ahead" robert@
2007-01-04 15:52:07 +00:00
jasper
4556e935b9 uncomment p5-POE-Filter-XML and p5-POE-Component-Jabber for now, as some dependencies (i thought were already imported) are awaiting approval. 2007-01-02 16:07:30 +00:00
jasper
07776ab6e3 add p5-POE-Filter-XML 2007-01-02 14:57:20 +00:00
jasper
43dd3f8c47 forgot to clean this shit...sorry. 2007-01-02 14:55:09 +00:00
jasper
50f1547747 import p5-POE-Filter-XML 0.32
POE::Filter::XML provides POE with a completely encapsulated XML parsing
strategy for POE::Wheels that will be dealing with XML streams.
2007-01-02 14:50:20 +00:00
jasper
7c707e1ecd - update to 0.35.2
- swap RUN and BUILD_DEPENDS

ok steven@
2007-01-01 20:08:35 +00:00
msf
c11f7f72af +p5-Pod-Tests 2006-12-31 08:31:58 +00:00
msf
f1464ded3d initial import of Pod::Spell 1.01
Pod::Spell is a Pod formatter whose output is good for spellchecking.
Pod::Spell rather like Pod::Text, except that it doesn't put much
effort into actual formatting, and it suppresses things that look
like Perl symbols or Perl jargon (so that your spellchecking program
won't complain about mystery words like "$thing" or ""Foo::Bar""
or "hashref").
2006-12-31 08:30:15 +00:00
jasper
67ef531d36 update p5-XML-RSS to 1.22 2006-12-30 19:00:36 +00:00
jasper
d532144def add p5-LaTeX-TOM 2006-12-29 18:12:23 +00:00
jasper
8bb19f8ac0 2006-12-29 18:09:28 +00:00
kili
1b18c9b96f Update to the latest release (2.4).
Include i18n support.

tests and ok, steven@
2006-12-29 13:38:03 +00:00
jakob
0586d06158 bump pkgname(s) 2006-12-27 13:43:55 +00:00
jakob
c16960f304 drop MAINTAINER 2006-12-27 13:33:06 +00:00
avsm
45a6e1fb7c bump PKGNAME on ocaml ports for recent ocaml-3.09.3 dependency change 2006-12-26 22:39:31 +00:00
simon
f15b57f2b8 first part to change my email, a few licenses and categories;
bump all PKGNAMEs.

OK jasper@
2006-12-25 13:40:28 +00:00
dassow
866847e3cd author accepted our patches and released a new version.
adds new (previously missing) dependency. patches merged,
regressions fixed and port cpanified.

OK steven@
2006-12-24 11:16:44 +00:00
espie
495905ffab +clucene 2006-12-23 14:12:11 +00:00
espie
1187a9e209 full text search engine 2006-12-23 14:10:13 +00:00
steven
4c8fe3687b cpanification, from okan at demirmen.com 2006-12-22 16:44:25 +00:00
espie
c68bc21294 p5-PPI-HTML, p5-CSS-Tiny 2006-12-21 22:04:13 +00:00
espie
fc0ee90e8f convert perl programs into HTML 2006-12-21 22:02:42 +00:00
kili
f50270bc88 Swap RUN_DEPENDS and BUILD_DEPENDS.
ok dassow@
2006-12-17 20:13:33 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
jasper
ce1f51b467 update p5-XML-RSS to 1.21 2006-12-06 14:51:42 +00:00
deanna
a3723bbc6e - update to 0.78,
- use cpan module,
- dual GPL/Artistic license marked as "Perl",
- update my email address
ok msf
2006-12-06 06:09:36 +00:00
msf
0b96fa5cfe +p5-Pod-Tests 2006-12-04 10:15:27 +00:00
msf
f93b961bdc initial import of Pod::Tests 0.18
This is a specialized POD viewer to extract embedded tests and code
examples from POD. It doesn't do much more than that. pod2test does the
useful work.
2006-12-04 10:14:00 +00:00
kili
646088950e Remove empty patch files i left over on the last commit. 2006-12-03 12:49:53 +00:00
jasper
1acdc0c6e1 add p5-XML-SAX-Expat-Incremental 2006-11-30 19:38:10 +00:00
jasper
1752544321 import p5-XML-SAX-Expat-Incremental 0.04
XML::SAX::Expat subclass for non-blocking (incremental) parsing, with
XML::Parser::ExpatNB.

ok steven@
2006-11-30 19:36:49 +00:00
kili
b3adf5f033 Update to 2.3.2.
Take maintainership (previous maintainer isn't reachable).
Some tweaks and cleanups.

ok jasper@
2006-11-29 19:12:04 +00:00
espie
3f484db54f a few cpan changes, and simple updates from Simon Dassow 2006-11-28 11:09:51 +00:00
espie
5418dd1c4f This is GPL'ed stuff, so we're free to mirror it.
Just get rid of the stupid FETCH_MANUALLY shit, and be done with it.
2006-11-25 12:45:13 +00:00
steven
bd87ca6cb1 new MULTI_PACKAGES 2006-11-25 08:14:06 +00:00
espie
807e327094 ... and pkg/ 2006-11-23 19:42:45 +00:00
espie
1680f5796e new MULTI_PACKAGES 2006-11-23 19:41:40 +00:00
jakob
6ae5888e36 upgrade to RXP v1.4.8 2006-11-22 09:35:01 +00:00
jasper
7b65eca24e update p5-XML-Writer to 0.602 2006-11-16 18:09:34 +00:00
jasper
880d72c10b sigh...fix my own name...
bump pkgname
2006-11-16 08:50:54 +00:00
espie
1f19027b77 add more p5-* 2006-11-14 19:16:03 +00:00
espie
d17f73a6c5 validate SAX2 schemas 2006-11-14 19:09:46 +00:00
espie
6040075266 SAX2 writer 2006-11-14 19:09:32 +00:00
espie
70ad7926c7 SAX parser directly based on expat 2006-11-14 19:09:21 +00:00
espie
8e2e2ca771 SAX parser based on the perl interface to expat 2006-11-14 19:09:03 +00:00
espie
e3e0fdc4fb add line pos to XML events 2006-11-14 19:08:35 +00:00
espie
8fc3ec36ba collate text events in a SAX parser 2006-11-14 19:08:18 +00:00
jasper
f80dffddc0 update p5-XML-RSS to 1.20 and switch to MODULES=cpan
feedback and ok espie
2006-11-13 17:44:37 +00:00
steven
91a71496cd USE_X11 2006-11-13 12:51:14 +00:00
espie
5965c38623 link in some cpan ports 2006-11-12 16:34:33 +00:00
espie
59130b5f84 gabuzomeu as mnemo 2006-11-12 16:29:53 +00:00
robert
a86ca4c6c1 remove the version number from the library and
the include directory; bump PKGNAME
2006-11-11 14:39:10 +00:00
espie
2c1dbd6259 +p5-XML-Literal 2006-11-11 13:31:42 +00:00
espie
544a81a53f embed XML directly into perl 2006-11-11 13:28:00 +00:00
sturm
9041a0bb2e there is no aspell FLAVOR of enchant 2006-11-11 08:16:30 +00:00
ajacoutot
d5edf6320b add enchant 2006-11-10 19:14:00 +00:00
ajacoutot
44b6696ba9 Import enchant-1.3.0, a generic spell checking library/wrapper.
ok alek@
2006-11-10 19:11:22 +00:00
steven
e18ab22f59 you forgot LIB_DEPENDS and WANTLIB 2006-11-10 12:41:26 +00:00
robert
c1da57d329 +libwpd 2006-11-10 11:15:04 +00:00
robert
3d24f50b71 import of libwpd-0.8.7;
libwpd is a library for reading and writing WordPerfect(tm)
documents.
This package also includes utilities for converting to HTML
and plain text.
2006-11-10 11:13:00 +00:00
espie
c6f638e9af add a few more catalyst plugins 2006-11-07 18:22:29 +00:00
espie
87a8b36256 catalyst xslt view 2006-11-07 18:19:25 +00:00
espie
beb7e7e59f update to a newer version, needed for the catalyst xslt view plugin.
okay jasper@
2006-11-07 18:16:02 +00:00
espie
5adec22b20 + utf8 stuff for catalyst 2006-11-06 18:21:30 +00:00
espie
0276748a4e enforce UTF8 in catalyst TT views 2006-11-06 16:44:47 +00:00
espie
5ca046d033 support for explicit encoding in template toolkit 2006-11-06 16:38:27 +00:00
espie
65d373b992 a few more catalyst pieces 2006-11-06 13:42:41 +00:00
espie
e2ad9a4e76 shorter syntax to method calls in catalyst tt views 2006-11-06 13:00:43 +00:00