Commit Graph

1639 Commits

Author SHA1 Message Date
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