rpe
875847e82b
update to 1.1.3
...
ok martynas@ (MAINTAINER)
2013-03-28 23:44:14 +00:00
jasper
d261ccb1e8
newer version of gobject-introspection are stricter, and caught an undefined/
...
unsubstituted variable.
ok aja@ (MAINTAINER)
2013-03-28 08:13:39 +00:00
nigel
c9ab53d272
The purpose of this Perl module is try determine what encodings should
...
be used when interfacing to various external interfaces.
required by p5-libwww >= 6.0
Ok sthen landry
2013-03-26 23:49:55 +00:00
jeremy
cb720936c6
Bump REVISION as recent ruby.port.mk change modified shebang lines.
...
OK sthen@
2013-03-26 18:52:54 +00:00
sthen
7acde22df4
build fix on a clean-install system with new perl, from gentoo
2013-03-26 00:16:39 +00:00
benoit
4d71e87743
- update p5-String-Similarity to 1.04
...
- remove USE_GROFF
ok kevlo@ (maintainer)
2013-03-25 07:32:38 +00:00
benoit
60ea644b11
- update p5-String-Approx to 3.27
...
- remove USE_GROFF
ok kevlo@ (maintainer)
2013-03-24 21:42:54 +00:00
benoit
e6267bbc34
- update cloc to 1.58
...
- update MAINTAINER
ok jung@ (maintainer)
2013-03-24 21:31:36 +00:00
benoit
a207a4dbd0
- update p5-Text-Autoformat to 1.669002
...
- remove USE_GROFF
ok Sam Smith (maintainer)
2013-03-24 14:46:27 +00:00
benoit
58968f663a
- update p5-Text-TabularDisplay to 1.33
...
- remove USE_GROFF
2013-03-24 13:39:27 +00:00
benoit
4394fcc290
- update p5-Text-Format to 0.58
2013-03-24 13:16:06 +00:00
ajacoutot
24f9d701f0
Update to icu4c-51.1.
2013-03-24 10:28:35 +00:00
sthen
cc9835c031
zap p5-XML-Sablotron; dead upstream, needs patching to build with newer
...
perl, but tests fail anyway (including with in-tree perl). ok benoit@
2013-03-21 21:36:30 +00:00
kili
b7d577e9b8
Add textproc/libxml dependency (noticed by landry@).
...
"if it's only fixin' the dep, why not just commiting it ? :)" landry@
2013-03-21 19:41:12 +00:00
fgsch
fb08238997
update to hunspell 1.3
...
bulk testing by landry@. sthen@ ok.
2013-03-21 08:57:49 +00:00
ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
sthen
4b1ea5f56c
update to MuPDF 1.2 (just the base for now, I may add a flavour for the
...
form support later; that needs v8 so won't be in the standard package)
2013-03-21 01:26:03 +00:00
jeremy
ac78ad4e83
Make ruby 1.9 the default ruby for non-gem/extconf ports,
...
for consistency with the gem/extconf ports.
Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.
OK ajacoutot@
2013-03-20 19:13:50 +00:00
jasper
f45e853c87
- update to icalendar-1.2.3
2013-03-18 10:02:26 +00:00
jasper
679065f208
- update to libxslt-1.1.28
...
tested on various arches, as well as in a bulk by landry@, thanks.
ok aja@
2013-03-16 09:59:19 +00:00
ajacoutot
f8cc1c78b0
devel/gmake is needed to build.
2013-03-15 07:45:17 +00:00
jasper
3920c586c8
ftp.gnome.org hasn't updated it's libxslt mirror in 6 years, so add a new mirror instead.
2013-03-14 19:56:53 +00:00
ajacoutot
b4b29533a8
Update to gtkspell3-3.0.2.
2013-03-14 19:41:42 +00:00
sthen
0096f578e7
replace some dead MASTER_SITES with a mirror.
2013-03-14 09:25:09 +00:00
landry
1fefa234ae
Fix packaging after previous PERMIT_* sweep, PLIST changed because
...
PERMIT_PACKAGE_FTP-german defaults to PERMIT_PACKAGE_FTP which defaults to
yes in that case. spotted by rpe@
2013-03-14 09:20:17 +00:00
ajacoutot
c0295c1134
No need for MODRUBY_ADJ_REPLACE anymore; MODRUBY_pre-configure take care of
...
it.
2013-03-13 22:50:26 +00:00
fgsch
097d76735b
and last bump after py-Imaging change.
2013-03-11 23:06:12 +00:00
benoit
c8d96aa957
- update py-prettytable to 0.7.1
...
ok edd@ (maintainer)
2013-03-11 16:23:48 +00:00
jasper
1c2f8c2d83
drop now-unneeded pre-configure and use ERL_APP_SUBST instead.
2013-03-11 13:02:16 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
jasper
70c1dbc3b1
- remove now unneeded CONFIGURE_STYLE
2013-03-10 19:35:26 +00:00
jasper
e891362f69
switch to the erlang module, so more stuff may be factored into the module, but
...
it's a good start.
2013-03-10 19:20:06 +00:00
benoit
1708fc7a24
- update highlight to 3.13
...
- update PERMIT_*
- update PLIST
- update patches
2013-03-10 15:32:30 +00:00
sthen
2480da0dd1
update to Text::CSV_XS 0.95, from dhill (maintainer)
2013-03-09 15:23:24 +00:00
jasper
674d4b98f7
import erl-neotoma
...
Neotoma is a packrat parser-generator for Erlang for Parsing Expression
Grammars (PEGs). It consists of a parsing-combinator library with
memoization routines, a parser for PEGs, and a utility to generate
parsers from PEGs. It is inspired by treetop, a Ruby library with
similar aims, and parsec, the parser-combinator library for Haskell.
ok aja@
2013-03-08 12:11:06 +00:00
jasper
20386173e6
import erl-edown
...
Edown is an EDoc extension for generating GitHub-flavored Markdown.
ok aja@
2013-03-08 12:10:48 +00:00
jasper
d086e4408d
sync
2013-03-08 12:07:42 +00:00
djm
128e83da3c
drop MAINTAINERship of my ports. I simply don't have time to give them
...
the attention they deserve
2013-03-08 02:04:37 +00:00
benoit
16678c8bd1
- update py-polib to 1.0.3
...
ok ajacoutot@
2013-03-05 08:49:33 +00:00
okan
0bfa3b3422
- update to 1.76
...
- add REGRESS_DEPENDS
- remove USE_GROFF
ok jasper@
2013-03-02 17:33:48 +00:00
ajacoutot
24110b18bb
Update to asciidoc-8.6.8.
...
ok robert@ (maintainer)
2013-03-02 14:08:48 +00:00
jasper
b594444971
- update py-pygments to 1.6
...
- reset maintainer as per djm@'s request
ok djm@
2013-03-02 12:30:10 +00:00
sthen
f5a323c546
Don't use ${FLAVOR:L}, we only support lower-case flavours now.
...
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
ajacoutot
e03c56c9c5
MODGCC4_VERSION default to 4.6 now.
2013-02-07 19:13:49 +00:00
stu
f604ff37dc
Update to xml2rfc-1.36.
...
ok sthen@
2013-02-07 14:21:04 +00:00
jasper
19326172ef
- update to wdiff-1.1.2
2013-02-05 21:16:19 +00:00
ajacoutot
4e67f9e69a
No need for conditionnal var.
2013-02-05 10:40:38 +00:00
ajacoutot
cf54f2a184
Set the full path to gtar and do not hardcode /usr/local.
2013-02-05 10:39:29 +00:00
jasper
18be29f952
sync
2013-02-02 16:00:55 +00:00
jasper
95b0d2dca1
import yard-0.8.3
...
YARD is a documentation generation tool for the Ruby programming
language. It enables the user to generate consistent, usable
documentation that can be exported to a number of formats very easily,
and also supports extending for custom Ruby constructs such as custom
class level definitions.
ok jeremy@
2013-02-02 15:58:55 +00:00