Commit graph

12246 commits

Author SHA1 Message Date
Raphael Kubo da Costa
ab3f3864e6 Make the port build if textproc/raptor is installed.
Both textproc/raptor and textproc/raptor2 provide a raptor.h header; the
former puts it in ${LOCALBASE}/include, whereas the latter puts it into
${LOCALBASE}/include/raptor2.

The way CPPFLAGS and LDFLAGS were changed so far, -I${LOCALBASE}/include was
passed to the compiler before -I${LOCALBASE}/include/raptor2, so the raptor1
headers were picked up and the build failed.

The fix is consists of several separate adjustments:
  - The port only depends on raptor2 (and obtains the required compiler and
    linker flags via pkg-config) and optionally on OpenSSL from ports in
    case one has installed it.
    We thus need USE_OPENSSL and OPENSSLINC/OPENSSLLIB.
  - Due to the other the CFLAGS are defined in the port's configure.ac, we
    need to make raptor2's CFLAGS be passed before the rest, so
    -I${LOCALBASE}/include/raptor2 is passed to the compiler before other
    paths such as the infamous ${LOCALBASE}/include.
  - We need to change CFLAGS instead of CPPFLAGS, otherwise the OpenSSL
    CFLAGS still come before the actual CFLAGS and the problem persists.
2012-08-22 21:55:54 +00:00
Steve Wills
c5bf9471cf - Update to 0.03
PR:		ports/170867
Approved by:	Denis Pokataev <catone@cpan.org> (maintainer)
2012-08-22 19:01:06 +00:00
Jun Kuriyama
9c30169314 This module implements the Brew edit distance that is very close to
the dynamic programming technique used for the Wagner-Fischer (and so
for the Levenshtein) edit distance.

WWW: http://search.cpan.org/dist/Text-Brew/
2012-08-22 13:29:18 +00:00
Doug Barton
1f20635742 Without USE_PKGCONFIG= build, configure fails. 2012-08-22 00:12:21 +00:00
Jung-uk Kim
1264bfe308 Update to 0.0.19. 2012-08-21 23:29:53 +00:00
Nicola Vitale
291593981a This module adds custom roles to Sphinx for linking to resources
on BitBucket projects.

WWW: http://www.doughellmann.com/projects/sphinxcontrib-bitbucket/
2012-08-21 21:09:15 +00:00
Sunpoet Po-Chuan Hsieh
c28a610caf - Update to 0.11
- Add LICENSE

Changes:	http://search.cpan.org/dist/XML-LibXML-Cache/Changes
2012-08-21 16:18:00 +00:00
Steve Wills
114eeb1f2d - Update to 3.2.1 2012-08-21 14:35:14 +00:00
Chris Rees
ef23de7290 Fix with pkgng-- !sh scripts are forbidden as $PKG(DE)?INSTALL
If you are using pkgng and can't deinstall this package, reinstall using:

make -DFORCE_PKG_REGISTER -C /usr/ports/textproc/p5-XML-SAX-ExpatXS install

Fix by:		swills
2012-08-21 12:55:18 +00:00
Baptiste Daroussin
9ee32a7403 remove trailing spaces in plist
PR:		ports/168840
Submitted by:	bapt
Approved by:	maintainer timeout (>2 months)
2012-08-21 11:20:18 +00:00
Steve Wills
3930bf85ba - Update pkg install/deinstall scripts to work with pkgng 2012-08-20 22:01:06 +00:00
Frederic Culot
82a3812e5e - Update to 1.26
- Pet portlint(1) by moving TEST_DEPENDS earlier

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
2012-08-20 17:45:16 +00:00
Sunpoet Po-Chuan Hsieh
746b603ce2 - Update to 0.06
Changes:	http://search.cpan.org/dist/XML-Parsepp/Changes
2012-08-20 15:51:28 +00:00
Sunpoet Po-Chuan Hsieh
33b129c9f4 - Update to 2012.08.20 2012-08-20 15:50:39 +00:00
Sunpoet Po-Chuan Hsieh
e837405bed - Update to 2012.08.19 2012-08-20 15:50:34 +00:00
Sunpoet Po-Chuan Hsieh
ab13e48946 - Update to 2012.08.19 2012-08-20 15:50:28 +00:00
Alexey Dokuchaev
7d09012aa2 - Update to latest github snapshot (tagged 0.5.0; fetch distfile from Gentoo)
and switch to textproc/raptor2 (required for upcoming audio/ardour update)
- Do some small Makefile cleanups and touch port description while I am here
- Teach configure script of audio/aqualung to use `pkg-config --cflags lrdf`,
  so it can always find correct headers

Submitted by:	nox@ (a while ago)
2012-08-20 08:47:18 +00:00
Erwin Lansing
7dfef43e7b Mark BROKEN: leaves files behind on deinstallation
Submitted by:	pointyhat
2012-08-20 07:25:05 +00:00
Tom Judge
3e2c68623e Update to 1.0001.
Changes: http://cpansearch.perl.org/src/SIXTEASE/XML-Entities-1.0001/Changes

Approved by:	db (mentor)
2012-08-20 01:42:56 +00:00
Sunpoet Po-Chuan Hsieh
300712fee0 - Update to 2.53
- Convert to new options framework
- Respect EXAMPLES

Changes:	http://search.cpan.org/dist/SVG/Changes
2012-08-18 18:15:19 +00:00
Steve Wills
d7e052c7b9 The Libxml-Ruby project provides Ruby language bindings for the GNOME
Libxml2 XML toolkit. It is free software, released under the MIT License.

WWW: http://rubygems.org/gems/libxml-ruby

PR:		ports/170529
Submitted by:	Michael Schout <mschout@gkg.net>
2012-08-18 16:38:53 +00:00
Olli Hauer
63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00
Wen Heping
7f18480597 - Update to 3.23
Changes: http://cpansearch.perl.org/src/DWHEELER/Pod-Simple-3.23/ChangeLog
2012-08-18 08:11:26 +00:00
Guido Falsi
c7cfe4890a - Update to 8.6.6
While I'm here:

- Use ETCDIR
- Make it preserve configuration files

PR:		ports/170655
Submitted by:	Sebastian Chmielewski <chmielsster@gmail.com>
Approved by:	tabthorpe (mentor)
2012-08-18 07:49:51 +00:00
Alberto Villa
5ee54264ce - Make BDB optional (on by default). [1]
- OPTIONSngify.
- Use USE_PKGCONFIG.
- Bump PORTREVISION.

PR:		168780 [1]
Submitted by:	scf [1]
2012-08-17 08:12:13 +00:00
Pawel Pekala
9f6f762939 Use PYEASYINSTALL_EGG instead of PLIST_SUB hacks
Reported by:	rm@
2012-08-17 04:33:09 +00:00
Steve Wills
bcd7a251c8 Publican is a single source publishing tool based on DocBook XML.
WWW:	https://fedorahosted.org/publican/
2012-08-16 22:10:58 +00:00
Dennis Herrmann
dadf494e36 - Update to 1.2.2 2012-08-16 19:04:50 +00:00
Koop Mast
9df7deee2a Merge the patch-Makefile.in into patch-aa which already patched Makefile.in. 2012-08-16 17:51:49 +00:00
Steve Wills
cc23664904 - Oops, this was already ported and I missed it, remove the duplicate
Pointy hat to:		swills
2012-08-16 16:47:49 +00:00
Steve Wills
068a0c4534 Perl module for line wrapping to form simple paragraphs and expand and unexpand
tabs per the unix expand(1) and unexpand(1).

WWW:	http://search.cpan.org/dist/Text-Tabs%2BWrap/
2012-08-16 16:24:01 +00:00
Pawel Pekala
e81599b4dc - Update to version 1.9
- Fix plist when USE_PYTHON != 2.7
2012-08-16 14:37:23 +00:00
Martin Matuska
3ff0470892 Give up maintainership on my PEAR ports 2012-08-16 08:51:39 +00:00
Dmitry Sivachenko
12e0349f95 Compile static libxml2.a with -fPIC so 3rd party shared libs can
link statically with libxml2.a.

OK from:	mezz
2012-08-16 07:42:00 +00:00
Steve Wills
0059a3ec80 Converts HTML to Text with tables in tact
WWW:	http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables/
2012-08-16 03:22:48 +00:00
Thomas Abthorpe
83fc7a83ad - Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
2012-08-15 19:26:13 +00:00
Thomas Abthorpe
d3fbddc569 - Reassign ports to the heap due to a mail bounce
With hat:	portmgr
2012-08-14 18:19:34 +00:00
Sunpoet Po-Chuan Hsieh
8934f32d10 - Update to 2012.08.13 2012-08-14 08:43:14 +00:00
Sunpoet Po-Chuan Hsieh
034aa1410c - Update to 2012.08.12 2012-08-14 08:43:07 +00:00
Sunpoet Po-Chuan Hsieh
9e37740f9c - Update to 2012.08.12 2012-08-14 08:43:01 +00:00
MANTANI Nobutaka
b162f0424a Update to 1.8.2. 2012-08-11 14:41:20 +00:00
Wen Heping
3a379d1a5f - Update to 0.49
Changes: http://cpansearch.perl.org/src/KEICHNER/XML-Reader-0.49/Changes
2012-08-11 13:20:39 +00:00
Olivier Duchateau
838f9dbf72 - Update to 0.9.1
- Update maintainer address
- Create symlink for scripts (request by email)

Submitted by:	myself
Approved by:	miwi, rene (mentors)
2012-08-09 20:11:50 +00:00
Michael Scheidell
47b4182ebf - Update to 2.2.0
PR:		ports/170426
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2012-08-08 14:15:24 +00:00
Sunpoet Po-Chuan Hsieh
6f9c05b10a - Update to 0.05
Changes:	http://search.cpan.org/dist/XML-Parsepp/Changes
2012-08-08 07:54:31 +00:00
Sunpoet Po-Chuan Hsieh
35e7493f51 - Update to 0.46
Changes:	http://search.cpan.org/dist/XML-Reader/Changes
2012-08-06 19:12:57 +00:00
Sunpoet Po-Chuan Hsieh
dc6b635a93 - Update to 2012.08.06 2012-08-06 19:08:09 +00:00
Sunpoet Po-Chuan Hsieh
81ee65b9b2 - Update to 2012.08.05 2012-08-06 19:08:04 +00:00
Sunpoet Po-Chuan Hsieh
2ee6fdf82f - Update to 2012.08.05 2012-08-06 19:07:57 +00:00
Frederic Culot
53ffb7d20d - Update to 0.80
- Remove dependencies already in core
- Add LICENSE (Artistic 1 & GPL 1)
- Take maintainership

Changes:	http://search.cpan.org/dist/Text-WikiFormat/Changes
2012-08-06 17:32:02 +00:00