Commit Graph

1972 Commits

Author SHA1 Message Date
jasper
02209d9956 - update p5-XML-Twig to 3.32 2008-08-31 23:17:33 +00:00
jasper
04af58499f - update p5-XML-Writer to 0.604 (now with examples) 2008-08-31 23:09:00 +00:00
simon
9fe02373e4 update to version 1.02
ok sturm@
2008-08-23 14:27:19 +00:00
simon
473ef75da3 update to version 1.33 and remove maintainer as requested
ok jasper@ (former maintainer)
2008-08-20 19:26:06 +00:00
ajacoutot
e4b218fbd6 - minor update to gtkspell-2.0.14
small bug fixes ; one new translation
- USE_GMAKE to build and install translations
2008-08-20 08:31:47 +00:00
jasper
967b64511a - update gnome-spell to 1.0.8 2008-08-19 22:28:11 +00:00
djm
1fe099a739 revert update commit (I misread the lock message, bad me) 2008-07-29 08:50:16 +00:00
djm
af3153c6f9 update to Pygments-0.10 2008-07-29 08:42:40 +00:00
sthen
4369454d22 SHARED_LIBS and PKGNAME bumps for libm. 2008-07-28 23:41:54 +00:00
ajacoutot
d8b6ee3c2b - update to intltool-0.40.3
version 0.40.1 was successfully tested in a bulk build by bernd@, thanks!
this new version fixes some small bugs
2008-07-28 07:32:47 +00:00
okan
b25c23fe18 maintenance update to 1.0.21
ok simon@
2008-07-27 20:46:22 +00:00
simon
e13e0d443f update to version 0.8 and add missing dependencies
feedback & ok okan@
2008-07-27 18:05:04 +00:00
simon
dabfdf9a81 maintenance update to version 0.09 2008-07-27 17:44:03 +00:00
bernd
4bd47e32b1 Update to ruby-rubigen-1.3.2. 2008-07-26 12:02:14 +00:00
bernd
c9cd740b9f Update to ruby-erubis-2.6.2. 2008-07-26 10:05:07 +00:00
sthen
323cf44154 shared library and PKGNAME bumps due to use of isinf/isnan/nan
following libc/libm changes
2008-07-25 20:25:59 +00:00
landry
20f62be0d6 typo in MAINTAINER e-mail address. Bump PKGNAME. 2008-07-25 17:11:31 +00:00
bernd
128baba7e1 add sphinx 2008-07-21 12:44:47 +00:00
bernd
ad20e73f9b Initial import of sphinx-0.9.8.
Sphinx is a full-text search engine.

Generally, it's a standalone search engine, meant to provide fast,
size-efficient and relevant fulltext search functions to other
applications. Sphinx was specially designed to integrate well with SQL
databases and scripting languages. Currently built-in data sources
support fetching data either via direct connection to MySQL, or from
an XML pipe.

As for the name, Sphinx is an acronym which is officially decoded as
SQL Phrase Index.

Submitted and maintained by Rama McIntosh.
2008-07-21 12:42:21 +00:00
espie
bd913ef132 fix build with improved make: lex/yacc interdependencies should be marked
as DEV_ONLY, because with a full dependency analysis, it will trigger
rebuild, and our flex doesn't understand this source.
2008-07-18 14:20:34 +00:00
dhill
24dddd7cd0 upgrade to 2.36
OK merdely@, maintainer timeout.
2008-07-17 14:51:36 +00:00
sthen
b3336cc89f Patch to #include more headers to fix missing prototypes, which
resulted in pointer truncation on LP64 arch.

patch-debugXML_c - string.h is wrapped in #ifdef, but the macro is
never set by autoconf. Most other source here unconditionally includes
string.h, so follow suit - fgsch@ would prefer mending configure.in.
Explanatory notes added to patch. ok martynas@.

patch-xmlmemory_h - stdlib.h missing. ok fgsch@ martynas@.
2008-07-14 20:42:41 +00:00
dhill
c7bb4cd254 upgrade to 3.07
ok msf@
2008-07-12 12:22:33 +00:00
naddy
b3e53655d3 bump PKGNAME for PLIST changes 4.3 -> 4.4 2008-07-04 19:57:06 +00:00
jasper
13c82b8f14 - update gtkaml to 0.2.1.1 2008-06-29 22:05:24 +00:00
kurt
5476403976 Bump PKGNAME due to RUN_DEPENDS change caused by 1.3 and 1.4 jdk
depreciations.
2008-06-24 02:46:21 +00:00
martynas
9ff4557468 There's a fine utility in base, called ftp. There's no reason at
all that some of the ports RUN_DEPEND on wget.
"Nice!" naddy@, who also went even further and made libxml not
BUILD_DEPEND on wget.
2008-06-20 10:49:42 +00:00
simon
c8dc52eb7b remove aspell from REGRESS_DEPENDS as p5-Test-Spelling now pulls it in;
no bump required

ok okan@, merdely@, msf@
2008-06-16 20:24:54 +00:00
landry
06e7b2ac77 bump PKGNAMEs after lang/ruby module change. 2008-06-14 23:53:05 +00:00
eric
50373d5f8e add py-epydoc 2008-06-14 21:54:58 +00:00
eric
3df49c3793 Epydoc is a tool for generating API documentation for Python modules,
based on their docstrings. A lightweight markup language called
epytext can be used to format docstrings, and to add information about
specific fields, such as parameters and instance variables. Epydoc
also understands docstrings written in reStructuredText, Javadoc, and
plaintext.

from Jason Meltzer

tweaks and ok ajacoutot@
2008-06-14 21:54:12 +00:00
merdely
0971bdd090 Update to 0.10
ok simon@
2008-06-13 19:00:22 +00:00
ajacoutot
3d45a75933 - fix path in MESSAGE
- fix WANTLIB
- regen PLIST while here
2008-06-11 01:45:11 +00:00
ajacoutot
fde9befe20 - update intltool to version 0.40.0
- use x11/gnome MODULE
- tweak DESCR

tested on a bulk build by bernd@, thank you!
2008-06-09 16:21:03 +00:00
naddy
8bfa6fcc33 fix build with gmake 3.81; from upstream via brad@ 2008-06-09 04:47:59 +00:00
okan
aaa32ef01b now superseded by p5-Text-Markdown (1.0.19) 2008-06-05 11:45:19 +00:00
okan
04ac1b9e5a - update to 1.0.19.
- new license (BSD).
- merges in and deprecates textproc/p5-Text-MultMarkdown.
- install {Multi,}Markdown scripts for command line use.

ok merdely, "looks good" sanity check espie@
2008-06-05 11:41:44 +00:00
ajacoutot
04df175707 - add comment about why we need to use bundled intltool for this port 2008-06-03 13:56:56 +00:00
ajacoutot
a01c35911b - add a small reminder comment so one does not have to wonder next time 2008-06-03 10:47:28 +00:00
simon
67084ce1c9 update to version 0.11 2008-06-02 22:56:26 +00:00
simon
72a1f935e2 add p5-Catalyst-Plugin-Markdown 2008-06-01 16:32:34 +00:00
simon
7e943cb8f3 import p5-Catalyst-Plugin-Markdown
This module adds a method to Catalyst for accessing a persistent and
ready to use Text::Markdown object.

from Jim Razmus
2008-06-01 16:32:30 +00:00
ajacoutot
66856ad8b0 - install html devhelp files
"looks ok" steven@
2008-06-01 14:56:06 +00:00
sturm
46bcb898f8 fix a gint-gsize-confusion to get rid of a bus error on sparc64
tested by jasper
2008-05-31 17:37:53 +00:00
ajacoutot
a5ab7ddd1e - update to gtkspell-2.0.13
- use textproc/intltool MODULE
- fix my email and precise license marker while here
2008-05-28 07:42:36 +00:00
ajacoutot
ba24d38327 - fix ASPELL_CFLAGS 2008-05-26 16:56:13 +00:00
ajacoutot
78b73ecee7 - make help available by adding MODGNOME_HELP_FILES / ::x11/gnome/yelp
to RUN_DEPENDS

"mkay" jasper@
2008-05-26 16:29:26 +00:00
jasper
044eefbfde - update libxslt to 1.1.24, which includes a SECURITY FIX for SA30315
- bump the minors (suggested by kili@)

ok kili@ simon@ steven@
2008-05-22 16:14:26 +00:00
simon
997bbe43af maintenance update to version 0.27 2008-05-22 14:52:48 +00:00
robert
69bc402026 update to version 8.2.6; from Emilien Gaspar <gapz@sceen.net> 2008-05-20 14:27:16 +00:00
simon
f5fc35b0e3 update to version 0.3002 2008-05-17 17:49:05 +00:00
simon
927a93f02e maintenance update to version 0.04 2008-05-17 17:05:17 +00:00
okan
b741618707 update email address
ok merdely@
2008-05-15 21:48:26 +00:00
jasper
d32bee9450 - update gtkaml to 0.2.1.0 2008-05-13 11:19:58 +00:00
bernd
047d6fbb58 Update to ruby-erubis-2.6.0 and enable regress tests. 2008-05-09 17:59:46 +00:00
bernd
1825d42807 Update to ruby-fastercsv-1.2.3 and enable regress tests. 2008-05-09 17:51:12 +00:00
bernd
2569c87523 Update to ruby-icalendar-1.0.2. 2008-05-09 17:36:32 +00:00
espie
6adf320c13 CATEGORIES repairs 2008-05-08 22:44:13 +00:00
simon
1c0ecd11d1 update to version 1.66 2008-05-06 22:02:50 +00:00
steven
8e46995295 update to 1.1.23 2008-05-06 18:53:46 +00:00
steven
28437252b2 update to 2.6.32 2008-05-06 18:53:01 +00:00
jasper
cb84e7bab6 - add gtkaml 2008-05-05 09:34:03 +00:00
jasper
da139f8f7c import gtkaml 0.2.0.2
gtkaml is an XML parser that extends the Vala.Parser (literally) and
transforms all your tags into a valid Gtk+ UI class described in the
Vala language.

ok ajacoutot@
2008-05-05 09:31:16 +00:00
robert
d8f5d8b8b3 make the setBreakType function public. the diff has been extracted
from openoffice's diff, so we can switch to our icu4c;

tested by simon@, jasper@; ok jasper@
2008-05-04 12:01:42 +00:00
bernd
31d8429f8a Update to ruby-rubigen-1.3.1. 2008-04-26 10:18:06 +00:00
bernd
7719584c47 Don't hardcode ruby-builder version number in RUN_DEPENDS and add
a regress target.
2008-04-26 10:05:23 +00:00
bernd
8143ad461e Update to ruby-builder-2.1.2 and add regress target. 2008-04-26 10:04:15 +00:00
deanna
7d59c0e898 Simplify anti-DRM patches. Catches a new DRM check that slipped in
from upstream.

Diff from brad@, inspired by Floor on ports@

ok brad@, bernd@, pvalchev@, and a special "Kill the DRM!  DIE DIE
DIE!!!!!!!!" from todd@
2008-04-25 19:19:05 +00:00
bernd
bd0fe434c1 Add ruby-rubigen and ruby-haml. 2008-04-19 19:13:05 +00:00
bernd
240754c507 Initial import of ruby-haml-1.8.2.
Haml and Sass are templating engines for the two most common types of
documents on the web: HTML and CSS, respectively.
They are designed to make it both easier and more pleasant to code
HTML and CSS documents, by eliminating redundancy, reflecting the
underlying structure that the document represents, and providing
elegant, easily understandable, and powerful syntax.
2008-04-19 19:11:21 +00:00
bernd
0004288a65 Initial import of ruby-rubigen-1.2.4.
A framework to allow Ruby applications to generate file/folder stubs
(like the `rails` command does for Ruby on Rails, and the 'script/generate'
command within a Rails application during development).
2008-04-19 19:02:10 +00:00
bernd
8e25161c33 Add ruby-hpricot. 2008-04-19 17:27:47 +00:00
bernd
e6b65b792d Initial import of ruby-hpricot-0.6.
Hpricot is a fast, flexible HTML parser written in C.  It's designed 
to be very accommodating (like Tanaka Akira's HTree) and to have a
very helpful library (like some JavaScript libs -- JQuery, Prototype
-- give you.)  The XPath and CSS parser, in fact, is based on John
Resig's JQuery.

Also, Hpricot can be handy for reading broken XML files, since many of
the same techniques can be used.  If a quote is missing, Hpricot tries
to figure it out. If tags overlap, Hpricot works on sorting them out.
2008-04-19 17:21:27 +00:00
bernd
902efaf529 Add ruby-erubis. 2008-04-19 17:02:57 +00:00
bernd
e80af09697 Initial import of ruby-erubis-2.5.0.
Erubis is an implementation of eRuby written in pure Ruby.
2008-04-19 17:01:45 +00:00
ajacoutot
38f79919bf - add missing pyexpat FLAVOR fragment in PLIST
- install egg-info file so that we don't end up with errors like
"pkg_resources.DistributionNotFound: PyXML..." when using some apps that
need this module
2008-04-19 09:24:50 +00:00
bernd
972e5a3c90 Security fix for CVE-2008-1693. From Debian.
ok naddy@
2008-04-19 07:38:24 +00:00
ajacoutot
000d35881c - update to enchant-1.4.0
* improved languages support
 * better support for Unicode
 * follows XDG
 * many bugfixes
2008-04-14 08:12:19 +00:00
ajacoutot
691767b6fb +py-lxml 2008-04-03 11:32:42 +00:00
ajacoutot
fd16266315 Import py-lxml-2.0.3
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries.
It provides safe and convenient access to these libraries using the
ElementTree API.

It extends the ElementTree API significantly to offer support for XPath,
RelaxNG, XML Schema, XSLT, C14N and much more.

from Benoit Chesneau <benoitc at metavers dot net>
2008-04-03 11:31:59 +00:00
jasper
ffefbd4fb2 - add missing BUILD_DEPENDS on wget
(specifically in a seperate commit of the security fix)

spotted by sthen@, thanks!
2008-04-01 11:36:24 +00:00
jasper
7585a37f8e SECURITY FIX for http://secunia.com/advisories/28444/
Libxml2 UTF-8 Parsing Denial of Service Vulnerability

Patch taken from upstream author.

testing and ok simon@ sthen@
2008-04-01 11:34:16 +00:00
sturm
81ede3a6b8 missing PKGNAME bumps after java.port.mk changes
noticed by espie@
2008-03-26 13:07:04 +00:00
winiger
5a0b5e75a4 build only for python2.4 because it is included in python2.5
ok martynas@
2008-03-19 15:54:01 +00:00
djm
e8178b7596 unbreak PLIST 2008-03-17 00:30:25 +00:00
ajacoutot
112f73b720 - bugfix update to intltool-0.37.1 2008-03-15 10:09:01 +00:00
djm
2db159acef pygments-0.9; from Benoit Chesneau 2008-03-14 23:55:30 +00:00
naddy
96a5171118 bump PKGNAME for PLIST changes 4.2 -> 4.3 2008-02-22 19:16:49 +00:00
kurt
ef1a64e45b - pkg bump all 1.3+ ports due to 1.3-linux removal and change in
RUN_DEPENDS via java.port.mk. okay ian@ pval@
2008-02-14 21:51:31 +00:00
merdely
6ceec323ef Make glimpse honor our CFLAGS and not hardcode -O.
Fixes build on alpha.

help and ok naddy@
2008-02-14 21:00:00 +00:00
landry
cca632a485 Finally, fix make install (spotted by markus lude at gmx.de)
fix from sthen@
ok sthen@ steven@
2008-02-14 08:52:35 +00:00
landry
fda5721896 Finally, make xpdf MULTI_PACKAGES, xpdf -main package provides x-depending
parts of xpdf, and xpdf -utils provides non-x-depending parts (replacing the
no_x11 flavor). Appropriate @conflict marker makes upgrade flawless.
While here, remove dependency on a specific version of auto* (prompted by naddy@)
(and remember me to never _ever_ touch xpdf again)

Change requested by naddy@ espie@
ok sthen@ naddy@
2008-02-13 16:18:33 +00:00
landry
4a655e71a5 Add a no_x11 FLAVOR, based on an initial submission by Jeremy Evans
Discussed with many on ports@

ok brad@
2008-02-10 20:25:13 +00:00
bernd
276d23b1bf Update to ruby-fastri-0.3.1.1 and add a regress target. 2008-02-07 20:22:14 +00:00
ajacoutot
009cb54b7f - update to intltool-0.37.0
- remove gettext module and add it as run_depends instead

"smack yah diff in" jasper@
2008-02-06 13:48:25 +00:00
robert
9d5689dcbe update to version 8.2.5;
from Pierre-Emmanuel André <pea@raveland.org>
2008-02-03 21:19:30 +00:00
ajacoutot
bec42b0535 - update to gtkspell-2.0.11
- take over maintainership

ok jolan@ (former maintainer)
2008-02-01 18:42:56 +00:00
laurent
6bb5b0ce35 Link to SIM port, ok jasper@ 2008-01-29 11:12:56 +00:00
laurent
c1c5e217ae SIM 2.21 port 2008-01-29 10:45:38 +00:00
okan
4b14c85cba - maintenance update to 1.0.11
ok merdely@
2008-01-28 20:07:37 +00:00
ajacoutot
2df89dced5 - give it a chance to compile: USE_GMAKE
- remove unneeded pkg/SECURITY file
- regen patches while here

ok jasper@
2008-01-24 11:49:21 +00:00
okan
92e655a224 +p5-Text-MultiMarkdown 2008-01-24 04:54:56 +00:00
okan
62e307e261 import p5-Text-MultiMarkdown
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.

This module implements MultiMarkdown, which is an extension to Markdown.

ok merdely@
2008-01-24 04:53:55 +00:00
okan
8297713a7f - maintenance update to 1.0.5
- correct license
- update my address
- TEST_POD reminder from merdely@

ok merdely@
2008-01-24 02:06:58 +00:00
landry
3b8a06c228 - Update p5-ack to 1.76
- add missing BUILD_DEPENDS=${RUN_DEPENDS}
- rewrite DESCR

ok pyr@ (MAINTAINER)
2008-01-22 09:19:09 +00:00
jasper
733be6087a - update p5-Template to 2.19
ok simon@
2008-01-16 06:25:07 +00:00
ajacoutot
68f5c7a7fe - update to xerces-2.9.1
- rework DESCR

ok kevlo@ (maintainer)
2008-01-15 08:47:09 +00:00
bernd
a544ffe99c Update to hyperestraier-1.4.13.
From Jeremy Evans. (MAINTAINER)
2008-01-12 15:16:07 +00:00
naddy
65e9df9d79 don't look for expat in ${X11BASE} anymore 2008-01-06 17:13:04 +00:00
espie
9ca2e064cf do the same thing with REGRESS_FLAGS as FAKE_FLAGS 2008-01-04 18:38:51 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
okan
38aa9fb970 - maintenance update
- add CPAN_AUTHOR
- update my address while here

ok merdely@
2007-12-30 22:37:55 +00:00
okan
be8e3aa5ac - maintenance update
- add CPAN_AUTHOR

ok merdely@
2007-12-30 22:32:13 +00:00
okan
30741e5a0a add libical 2007-12-28 17:32:46 +00:00
okan
139140a7a2 import libical, from Sebastian Reitenbach
libical is an Open Source (MPL/LGPL) implementation of the IETF's
iCalendar Calendaring and Scheduling protocols.  (RFC 2445, 2446, and
2447).  It parses iCal components and provides a C API for manipulating
the component properties, parameters, and subcomponents.

feedback and ok merdely@ and simon@
2007-12-28 17:32:12 +00:00
bernd
be778a9fce Fix PLIST after ruby update. 2007-12-27 18:35:06 +00:00
ajacoutot
0a61f2f7b5 - execute scrollkeeper-update at package install time
- remove unused VERSION variable

"looks good" jasper@
2007-12-17 20:33:43 +00:00
jasper
e74bf39ea7 add p5-Text-Affixes 2007-12-16 22:27:51 +00:00
jasper
9a96c706a8 import p5-Text-Affixes 0.07
Provides methods for prefix and suffix analisys of text.
2007-12-16 22:20:23 +00:00
ajacoutot
dc9a7dff5b - add support for intltool module
this allows easy use of the intltool-* scripts from our package instead
of the ones bundled in the source tarball of a program
2007-12-12 14:41:58 +00:00
merdely
9e4fe11229 Update to 0.08.
From JC Roberts.
ok simon@
2007-12-11 19:49:43 +00:00
martynas
4ed5988446 remove lang/python category from individual ports 2007-12-10 21:07:51 +00:00
okan
b09bbe7c59 - update to 1.6b from Will Maier (MAINTAINER) with tweaks
ok merdely@ ajacoutot@
2007-12-06 15:45:16 +00:00
simon
2dfb40bc18 update to version 0.5g
from Giovanni Bechis
ok winiger@
2007-11-24 14:46:29 +00:00
mgrimm
75f3498214 Update to pinfo 0.6.9; many bugfixes.
With feedback, help and fixes from both kili@ and espie@.

ok kili@, "go ahead" espie@ (MAINTAINER)
2007-11-19 18:31:03 +00:00
okan
d28b41a4c8 update to 0.6; update my address while here
ok merdely@ simon@
2007-11-17 22:29:49 +00:00
bernd
aee4790913 Update to xpdf-3.02pl2 which contains security fixes for CVE-2007-4352,
CVE-2007-5392 and CVE-2007-5393.

More info:
http://secunia.com/secunia_research/2007-88/advisory/

testing & ok simon@, jasper@
2007-11-09 07:15:12 +00:00
bluhm
d8cf318027 + p5-PDF-Table 2007-11-06 15:30:01 +00:00
bluhm
17fe4604c6 Initial import of p5-PDF-Table-0.9.3
A utility class for building table layouts in a PDF::API2 object.

ok sturm
2007-11-06 15:12:07 +00:00
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