jasper
d0aff2b9d6
- update p5-XML-NamespaceSupport to 1.10
2009-08-30 17:08:00 +00:00
jasper
0d680f0158
- update catalan and slovak dictionaries
2009-08-29 13:45:09 +00:00
jasper
8cb11f2f92
-add p5-Template-Plugin-GD
2009-08-29 13:36:24 +00:00
jasper
c2767af38f
import p5-Template-GD 2.66
...
The Template-GD distribution provides a number of Template Toolkit
plugin modules to interface with Lincoln Stein's GD modules. These in
turn provide an interface to Thomas Boutell's GD graphics library.
from Stephan A. Rickauer (MAINTAINER), with a few minor tweaks by me
2009-08-29 13:34:55 +00:00
ajacoutot
bdab82ceca
Move xml2 to WANTLIB.
...
ok avsm@
2009-08-26 15:34:17 +00:00
sthen
cb1b5aa03b
update MASTER_SITES; upstream have a redirect but it's broken
2009-08-26 00:09:12 +00:00
bernd
85b81812d5
Backout last update and go back to ruby-htmlentities-4.0.0.
...
www/ruby-typo doesn't like the new version.
Noticed by naddy@. Thanks!
2009-08-25 21:52:00 +00:00
avsm
5b9e5bf292
no article in COMMENT, fixup LIB_DEPENDS; ajacoutot@bsdfrog.org
2009-08-25 17:43:01 +00:00
avsm
e9faa2e30a
+ruby-nokogiri
2009-08-25 17:08:03 +00:00
avsm
68175e2065
import ruby-nokogiri-1.3.2
...
--
Nokogiri is an HTML, XML, SAX and Reader parser written in Ruby.
It has the ability to search documents via XPath or CSS3 selectors.
2009-08-25 17:07:26 +00:00
bernd
d3446feddb
Update to ruby-htmlentities-4.1.0.
2009-08-20 23:14:15 +00:00
bernd
29f23170fa
Update to ruby-haml-2.2.2 and use MODRUBY_REGRESS.
2009-08-20 23:10:25 +00:00
bernd
b8307fdb97
Update to ruby-fastercsv-1.5.0.
2009-08-20 22:59:56 +00:00
bernd
c93fbc6714
Update to ruby-redcloth-4.2.2, use MODRUBY_REGRESS and fix HOMEPAGE.
2009-08-20 22:29:38 +00:00
bernd
29975519b5
Update to ruby-erubis-2.6.5.
2009-08-20 22:15:47 +00:00
msf
311f17ead3
+ruby-treetop
2009-08-19 07:23:17 +00:00
msf
f46fab25ed
initial import of ruby-treetop-1.3.0
...
Treetop is a Ruby-based DSL for text parsing and interpretation.
It facilitates an extension of the object-oriented paradigm called
syntax-oriented programming.
ok bernd@
2009-08-19 07:05:39 +00:00
jolan
24d1b60509
remove myself as maintainer since i haven't touched this port in >5yrs
2009-08-18 23:15:16 +00:00
jasper
45168c3a72
- add sr/
2009-08-17 10:59:07 +00:00
jasper
026d4c7c1a
import aspell6-sr 0.02
...
This package adds a Serbian dictionary that can be used by aspell.
from Anton Yabchinskiy
2009-08-17 10:58:35 +00:00
jolan
fb6de31937
+luaexpat
2009-08-15 18:19:58 +00:00
jolan
9b086db4cb
luaexpat-1.1, lua library for the expat XML parser
...
from scott vokes
2009-08-15 18:19:02 +00:00
sthen
398dbe3e47
+namazu
2009-08-14 00:03:36 +00:00
sthen
a8faa8834d
import textproc/namazu:
...
Namazu is a full-text indexer/search engine intended for easy use.
Not only does it work as a small or medium scale Web search engine,
but also as a personal search system for email or other files.
It provides a CGI interface for web searches, and a command-line
search tool. Third-party frontends are available such as namazu.el
and Wanderlust on Emacs and Tknamazu on X Window System.
Filters enable namazu to index various formats of files. Some are
standalone (e.g. Mail/News); others require external dependencies.
2009-08-14 00:00:18 +00:00
sthen
9c33cbf851
SECURITY; add a patch to fix CVE-2009-2414 and CVE-2009-2416,
...
from Daniel Veillard via redhat bug 515195. Add @bin markers to
PLIST while there. ok jasper@
2009-08-13 09:29:47 +00:00
sthen
b34a46aae8
Add intltool module; fixes clean build.
2009-08-10 22:02:52 +00:00
msf
64ee1a44ec
respect MODRUBY_LIB_DEPENDS, no plist change
...
ok bernd@
2009-08-10 16:48:27 +00:00
kili
8fc6287292
WANTLIB changes after xcb addition and bump.
2009-08-10 06:29:51 +00:00
sthen
2197c6ed07
Use python.port.mk; fixes MODPY_VERSION=2.6 build. Doesn't affect
...
the package -> no bump. ok ajacoutot@
2009-08-07 22:12:44 +00:00
sthen
ae67102472
Update to p5-Template 2.22, from Stephan Rickauer.
2009-08-07 10:35:37 +00:00
fgsch
1f86089ac1
Use MASTE_SITE_PYPI
2009-08-07 08:36:52 +00:00
ajacoutot
51076d458e
+libtextcat
2009-07-31 15:43:53 +00:00
ajacoutot
b74f50b2b8
Import libtextcat-2.2
...
Libtextcat is a library with functions that implement the classification
technique described in Cavnar & Trenkle, "N-Gram-Based Text
Categorization". It was primarily developed for language guessing, a
task on which it is known to perform with near-perfect accuracy.
Based on the FreeBSD port.
This is a prerequisite for pinot.
2009-07-31 15:42:58 +00:00
msf
0bd618ce70
update to haml-2.2.1 and adjust dome dependencies
...
ok bernd@
2009-07-21 07:22:16 +00:00
sthen
833ce98d0c
Trap SHM errors from X, and fall back to !SHM. this lets mupdf work
...
with a remote DISPLAY (diff also sent upstream). Clues from oga@ and
reading the VLC source code. Thanks naddy@ for testing.
2009-07-14 19:20:41 +00:00
sthen
fa4d005f16
- update to newer snapshot, using the source code tarballs now
...
available from upstream.
- switch from jasper to openjpeg, fixes JPEG2000 image display
2009-07-14 15:38:46 +00:00
sthen
7c6ba86a56
add no_cjk FLAVOR giving a smaller binary for systems where disk space
...
is at a premium. (memory use of the two is pretty similar).
2009-07-12 19:40:11 +00:00
jolan
2549c3f823
mark conflict with sysutils/rancid
2009-06-25 00:33:40 +00:00
jolan
d28c68705d
rename god to ggod to avoid conflict with sysutils/god
2009-06-25 00:23:39 +00:00
okan
9b60c24820
maintenance update to 0.8
...
ok merdely@
2009-06-23 21:50:39 +00:00
naddy
2b84b064ff
bump PKGNAME for PLIST changes 4.5 -> 4.6
2009-06-22 17:00:23 +00:00
sthen
bdac34ca3b
update to 0.4; thanks very much to Tor Andersson (upstream author) who
...
has clarified the license, so packages are now enabled.
2009-06-22 11:56:15 +00:00
avsm
09774bdfe0
update to ocaml-3.11.1 and bump dependent package PKGNAMEs
2009-06-20 22:05:11 +00:00
kili
0cbb7e2402
Update to 0.7.6 and adjust license marker (2 clause BSD now).
...
No code changes except for some cleanups and small bugs, so no
change of the shared lib version is required.
2009-06-20 20:06:55 +00:00
sthen
0368121d47
- add a new generator supplied by Roberto Fernandez which
...
greatly reduces memory use building font tables. tested arm,
sparc64, amd64, i386.
- enable CJK fonts on small mem arch, remove VMEM_WARNING.
- bump.
2009-06-19 13:42:29 +00:00
simon
a30fbe9a87
update to version 0.12
2009-06-19 12:24:37 +00:00
sthen
09b6b780a3
update to a newer snapshot (much smaller tar.gz thanks to a suggestion
...
from Roberto Fernandez).
2009-06-19 00:51:49 +00:00
ajacoutot
4e34a0799a
+hunspell
2009-06-13 07:50:02 +00:00
ajacoutot
ff71fa8f93
Import hunspell-1.2.8
...
Hunspell is a spell checker and morphological analyzer library and
program designed for languages with rich morphology and complex word
compounding or character encoding.
Note that this is not to be considered as an aspell replacement just
yet. We install no hunspell dictionnaries for now but use the ones from
mozilla.
Reworked from an original port by Edd Barrett (maintainer).
Tested by sthen@ in a bulk, thanks!
ok sthen@
2009-06-13 07:48:53 +00:00
ajacoutot
53ad660634
Use the devel/gettext MODULE. Regen PLIST and WANTLIB.
2009-06-11 06:11:19 +00:00