Commit Graph

2499 Commits

Author SHA1 Message Date
jeremy
e2431290e3 +=ruby-classifier
+=ruby-fast-stemmer
+=ruby-liquid
+=ruby-maruku
+=ruby-rdiscount
+=ruby-syntax
2010-12-20 18:52:03 +00:00
ajacoutot
f8f5897d81 Properly format COMMENT. 2010-12-20 18:21:58 +00:00
ajacoutot
3f440e05d0 Trailing whitespace. 2010-12-20 18:20:16 +00:00
jeremy
4709876089 Import ruby-syntax 1.0.0, dependency of ruby-jekyll
Syntax highlighting library for various languages. Has built-in support
for converting source code to syntax-highlighted HTML.
2010-12-20 18:19:10 +00:00
jeremy
ed178c22b5 Import ruby-maruku 0.6.0, dependency of ruby-jekyll
Maruku is a Markdown interpreter for Ruby. It also
implements the syntax of PHP Markdown extra.
2010-12-20 18:18:12 +00:00
jeremy
c2fbcefc21 Import ruby-liquid 2.2.2, dependency of ruby-jekyll
Liquid is a template engine which I wrote for very specific
requirements:

* It has to have beautiful and simple markup. Template engines which
don't produce good looking markup are no fun to use.

* It needs to be non evaling and secure. Liquid templates are made so
that users can edit them. You don't want to run code on your server
which your users wrote.

* It has to be stateless. Compile and render steps have to be seperate
so that the expensive parsing and compiling can be done once and later
on you can just render it passing in a hash with local variables and
objects.
2010-12-20 18:17:03 +00:00
jeremy
8e5f3b313e Import ruby-fast-stemmer 1.0.0, dependency of ruby-jekyll
Fast-stemmer is simply a wrapping around multithreaded Porter stemming
algorithm.

This gem adds a String#stem method, and it conflicts with the stemmer
gem.  It's in order of magnitude faster (and uses much less memory) than
the latter.
2010-12-20 18:15:48 +00:00
jeremy
cc7d5f5025 Import ruby-classifier 1.3.3, dependency of ruby-jekyll
Classifier is a general module to allow Bayesian and other types of
classifications. It supports both Bayes and LSI (Latent Semantic
Indexing) classifications.
2010-12-20 18:10:56 +00:00
jeremy
e928d90f34 Import ruby-rdiscount 1.6.5
Discount is an implementation of John Gruber's Markdown markup language
in C. It implements all of the language described in the markdown syntax
document and passes the Markdown 1.0 test suite. rdiscount is a ruby C
extension that wraps Discount.
2010-12-20 18:10:00 +00:00
kili
7c3917463e Update to docbook-4.5 (adding docbook-xml-4.5).
ok sthen@ (whe sent the same diff some time ago), jasper@
2010-12-19 22:11:56 +00:00
ajacoutot
b36f72a602 Bugfix update to enchant-1.6.0. 2010-12-15 16:57:39 +00:00
jasper
05b985db76 - missing dependency 2010-12-12 19:48:45 +00:00
kili
58eca89579 Update to hs-hexpat-0.19.5, necessary for an update of hs-snap-server,
which in turn is necessary after the update of hs-text.

Tested by jim@.
2010-12-12 16:30:16 +00:00
kili
e06cab5ac6 Update to hs-heist-0.2.4, necessary for an update of hs-snap-server,
which in turn is necessary after the update of hs-text.

Tested by jim@.
2010-12-12 16:29:51 +00:00
martynas
a51ee7eb60 update to py-sphinx-1.0.5. requested by Ryan Boggs, benoit@.
freedback, ok fgs@, benoit@
2010-12-11 11:02:08 +00:00
jeremy
17e89db3a8 Update to 1.4.9, required by update to ruby-rails.
ok landry
2010-12-08 22:53:01 +00:00
jeremy
47708a2175 Update to 1.0.0, required by update to ruby-merb.
ok landry
2010-12-08 22:47:14 +00:00
jeremy
b5e6570563 Update to 0.1.5, required by update to ruby-datamapper.
ok landry
2010-12-08 22:46:36 +00:00
jeremy
31950b60d0 Update to 1.5.3, needed by the new version of ruby-datamapper.
ok landry
2010-12-08 22:38:19 +00:00
jeremy
159a83647d Update to 2.6.6.
ok landry
2010-12-08 21:48:23 +00:00
jasper
7ef12932ae -sync 2010-12-08 16:23:35 +00:00
jasper
bef055686c import hs-attoparsec-enumerator 0.2.0.3
Convert an Attoparsec parser into an iteratee.

ok kili@
2010-12-08 16:22:56 +00:00
jasper
85a6156975 - use REVISION instead of a patch-level
from mikolaj kucharski, with a tweak by me in qt3-sqlite3-plugin
2010-12-05 18:24:33 +00:00
miod
0b43f8cc7c Prevent more out-of-bounds aray accesses by ignoring hints referencing point
numbers out of the correct range; ok kili@, riding on the update.
2010-12-04 10:45:21 +00:00
miod
81ea9ff787 Update to xpdf 3.02pl5. ok kili@ 2010-12-04 10:44:31 +00:00
ajacoutot
df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00
jasper
41f17990a3 sync 2010-12-02 13:09:44 +00:00
jasper
df84497504 import hebrew dictionary for aspell
from ido admon
2010-12-02 13:08:29 +00:00
kili
70a1c41618 Let this work with both texlive2009 and texlive2010.
The os.environ stuff is ok according to martynas@.
2010-11-28 18:19:50 +00:00
espie
15196452e1 default db-* for db/v4 is incorrect, set PKGSPEC=db->=4,<5, bump packages
with erroneous depends.
2010-11-26 14:44:27 +00:00
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
edd
486373a061 Minor update to 0.0.8.2.
OK MAINTAINER and landry@
2010-11-24 12:12:01 +00:00
espie
5e4a222751 last remaining old-style lib version numbers 2010-11-22 10:27:12 +00:00
espie
9ff53f35ab remaining WANTLIB go .>= to >= 2010-11-22 10:16:08 +00:00
espie
fbc20d9b54 missed a few depends 2010-11-22 09:38:08 +00:00
jasper
5160e43211 - drop maintainership of ports i don't use anymore, and take maintainership of three new ones. 2010-11-22 08:56:47 +00:00
espie
733eeeedb6 I don't know if the removal of versioning was intentional, but this is
definitely NOT the same library.
2010-11-21 12:25:49 +00:00
espie
811d94d9d6 new depends 2010-11-20 19:56:47 +00:00
jeremy
4bd4f509d7 Switch MODRUBY_REV to MODRUBY_LIBREV in PLIST.
OK landry@
2010-11-16 18:16:12 +00:00
jasper
3744502856 - bugfix update of libxml to 2.7.8
ok aja@, landry@ (who also tested it in a bulk, thanks)
2010-11-15 09:54:11 +00:00
sthen
9b7ff59c16 update Hunspell to 1.2.12, from LEVAI Daniel, with WANTLIB fix
pointed out by edd. ok edd@ (maintainer).
2010-11-14 14:25:23 +00:00
ajacoutot
d0d0a968ce Unfuck PKGNAME after recent WANTLIB/LIB_DEPENDS/REVISION. 2010-11-13 08:59:54 +00:00
martynas
b37742749d update to the more recent mozilla dictionaries. requested by Levai Daniel.
ok sthen@
2010-11-12 21:41:34 +00:00
jasper
3ce93ae9b1 - use libiconv module,
- regen plist while here
2010-11-11 09:21:37 +00:00
jasper
7fe177fc5e - last bits of WANTLIB/LIB_DEPENDS/REVISION cleaning for textproc. 2010-11-10 22:56:05 +00:00
jasper
de44b59fed - some WANTLIB/LIB_DEPENDS/REVISION cleaning 2010-11-10 22:44:03 +00:00
jasper
82dcbd9a43 - some WANTLIB/LIB_DEPENDS/REVISION cleaning 2010-11-10 22:24:16 +00:00
jeremy
9557dc4aba Replace MODRUBY_REV by MODRUBY_LIBREV in PLIST. Do not install
RDoc documentation, and use MODRUBY_EXAMPLEDIR for the examples.
Also, LIB_DEPENDS -> WANTLIB.

OK landry@
2010-11-09 18:47:57 +00:00
jeremy
c59f5b9113 Replace MODRUBY_REV by MODRUBY_LIBREV in PLIST. No package change,
no bump.

OK landry@
2010-11-09 18:46:18 +00:00
ajacoutot
ebef9b937f SMall update to gtkaml-0.4.1. 2010-11-09 15:21:06 +00:00