Dag-Erling Smørgrav
dbc36c9345
Remove useless metadata from ports I created.
2012-09-05 15:43:33 +00:00
Frederic Culot
b43e69448e
- Update to 1.27
...
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog
2012-09-05 11:04:43 +00:00
Ashish SHUKLA
4b9fb5608c
Chase Emacs updates
2012-09-04 17:05:43 +00:00
Koop Mast
0cffb26844
Fix the build with clang.
...
Submitted by: Pawel Worach
2012-09-03 22:57:42 +00:00
Emanuel Haupt
b05add0bb9
Fix build on 7.x by removing the dependency to devel/libgetline prior to
...
800067 and resort to to fgetln().
Notified by: pointyhat (via beat)
2012-09-03 19:46:41 +00:00
Chris Rees
475494f4d3
Update to latest versions
...
Submitted by: Office Scout (sunpoet)
2012-09-03 19:28:44 +00:00
Chris Rees
fba658a010
Fix plist issues by choosing which files to install, rather than trying to
...
delete them afterwards.
Submitted by: pointyhat (beat)
2012-09-03 19:22:00 +00:00
Raphael Kubo da Costa
c77bb4b630
- Make the port build with clang. [1]
...
- Remove dead MASTER_SITE.
PR: ports/171268 [1]
Submitted by: Pawel Worach <pawel.worach@gmail.com> [1]
2012-09-03 09:50:12 +00:00
Raphael Kubo da Costa
850e375f88
Update WWW, webglimpse.org looks like a parked domain these days
2012-09-03 09:33:02 +00:00
Bryan Drewery
c02559afd6
- Update to 0.0.8
...
PR: ports/171241
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Approved by: eadler (mentor)
2012-09-03 03:21:00 +00:00
Bryan Drewery
2c89e44f3d
- Fix build by adding dependency on pkgconfig
...
- Remove ABI version from LIB_DEPENDS
PR: ports/170771 [1]
Submitted by: bdrewery [1]
PR: ports/171139 [2]
Submitted by: Frank Wall <fw@moov.de> [2]
Approved by: maintainer timeout (2w)
Approved by: bapt (mentor)
2012-09-02 21:23:07 +00:00
Johan van Selst
79c4f0406f
- Update flex to 2.5.37
...
- Reduce Makefile header
2012-09-02 11:48:11 +00:00
Steve Wills
339d3be66d
- Update to 1.2.1
...
PR: ports/170643
Approved by: maintainer timeout (freebsdports@chillibear.com , >2 weeks)
2012-09-01 19:47:47 +00:00
Steve Wills
350ca43e19
- Update to 2.4.1
2012-09-01 16:55:17 +00:00
Pawel Pekala
7d80c68e74
Fix previous commit, some parts of patch was rejected
2012-09-01 13:29:03 +00:00
Pawel Pekala
de753950d5
- Update to version 1.10
...
- Sort pkg-plist
- Remove header
2012-09-01 13:18:17 +00:00
Eitan Adler
94958eba31
Remove p5-Xango support as it is expired and will soon be removed.
...
Approved by: sumikawa (maintainer)
2012-08-31 22:34:49 +00:00
Jase Thew
9c85a36aed
- Update to 0.2.6
...
- Convert to optionsNG
- Fix silent dependency on ocaml if option was disabled but ocaml was
installed [1]
- Add pre-install and pkg-plist shims to clean-up previous install
leftovers if found
- Rename OCAML option PLIST_SUB entry and associated marker in pkg-plist
PR: ports/169252 [1]
Submitted by: Edward Sanford Sutton III <mirror176@cox.net>
Approved by: flo (mentor)
2012-08-31 12:23:32 +00:00
Jun Kuriyama
5879b7da1d
- Upgrade to 0.13.
2012-08-31 09:57:14 +00:00
Steve Wills
60c396473d
- Fix sysctl lens
...
PR: ports/170761
Submitted by: Dave Duchscher <daved@tamu.edu>
2012-08-29 18:25:20 +00:00
Koop Mast
c564c3c3b1
Update to 1.2.0.
...
Python is a pure runtime dependancy.
2012-08-29 13:08:46 +00:00
Li-Wen Hsu
5c34dc192f
- Update to 0.27
...
PR: ports/170976
Submitted by: swills
2012-08-28 11:59:47 +00:00
Steve Wills
01b42809cf
- Update to 0.29
...
PR: ports/170969
Approved by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
2012-08-27 21:43:06 +00:00
Dima Panov
980e69d33b
- Disable -Werror so recent clang can build this port.
2012-08-27 04:17:09 +00:00
Thomas Abthorpe
1dbb9d3bb9
- Reset due to mail bounce
...
With hat: portmgr
2012-08-25 21:48:53 +00:00
Jason Helfman
1ca64e6ce5
- tightening COMMENT, removing redundancy
...
Submitted by: jgh@
Approved by: swills
With hat: ruby@
2012-08-25 00:53:16 +00:00
Frederic Culot
522a78941b
- Update to 1.5
...
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Text-Original/Changes
2012-08-24 09:53:55 +00:00
Steve Wills
e2ee7a3ecb
- Update to 0.14
...
PR: ports/170975
Approved by: loader@freebsdmall.com (maintainer)
2012-08-24 08:08:32 +00:00
Jun Kuriyama
57ab518bbf
- Upgrade to 0.91.
2012-08-23 10:15:28 +00:00
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