Pav Lucistnik
5c171e70d1
- Update to 4.02
...
PR: ports/78042
Submitted by: Alexander S. Usov <usov@KVI.nl>
2005-03-02 22:28:07 +00:00
Pav Lucistnik
0cbf0bb272
- Update to 4.02.00
...
- Unbreak on 5.x
- Break on 4.x
- Break on amd64
PR: ports/78043
Submitted by: Alexander S. Usov <usov@KVI.nl>
Approved by: maintainer
2005-03-02 22:17:53 +00:00
Thierry Thomas
513c2cb874
Upgrade to 1.2.1.
...
Changelog at <http://pear.php.net/package/XML_RPC/download/1.2.1/ >.
PR: ports/78292
Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
2005-03-02 21:42:52 +00:00
Sergey Skvortsov
5b99c19d61
Remove PORTREVISION to satisfy portupgrade's idiosyncrazy
...
(this greatest tool is confused by leading zeros).
Sumbmitted by: Alex Kapranoff <kappa@rambler-co.ru>
2005-03-02 19:19:50 +00:00
Cheng-Lung Sung
140a5ede32
- Update to 0.30, much faster :)
...
- add patch-YAML: (suggested by author) makes SVK requires YAML 0.35 only,
since textproc/p5-YAML will not be updated unless it passes tests on
5.6.x. Once it is updated, please remove this patch.
* I'll watch patch-YAML.
PR: 78296
Submitted by: Rong-En Fan (maintainer)
2005-03-02 17:14:25 +00:00
Simon Barner
98b01656eb
Add py-elementtree 1.2, a container for hierarchical data
...
structures written in Python
PR: ports/77640
Approved by: arved (mentor)
2005-03-02 16:20:25 +00:00
Florent Thoumie
74b20b441f
- Update to 0.11.1.
...
PR: ports/78295
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Approved by: pav (mentor)
2005-03-02 13:41:36 +00:00
Michael Johnson
18c237f839
Remove this port, it is a dupe to devel/py-ro
...
Pointed out by: barner
2005-03-02 11:56:40 +00:00
Lars Thegler
31886f8b78
Update to 1.13
...
Rearranged _DEPENDS to please portlint
2005-03-02 11:28:17 +00:00
Michael Johnson
7df37490fe
- Update to 0.6.11
...
PR: ports/77950
Submitted by: maintainer
2005-03-02 09:15:56 +00:00
Michael Johnson
ff582cdf5b
Add py-pyro 3.4, distributed Object Technology system written entirely
...
in Python.
PR: ports/78261
Submitted by: Choe, Cheng-Dae
2005-03-02 09:05:39 +00:00
Cheng-Lung Sung
8bd3604083
- Update to 0.05
...
PR: 78277
Submitted by: Rong-En Fan (maintainer)
2005-03-02 06:59:40 +00:00
Cheng-Lung Sung
50e7ffc222
- Update to 0.56
...
PR: 78276
Submitted by: Rong-En Fan (maintainer)
2005-03-02 06:50:52 +00:00
David E. O'Brien
c431d9c61f
Fix typo.
2005-03-02 03:59:04 +00:00
Trevor Johnson
e66743b7d5
Respect the user's USE_LINUX setting.
2005-03-01 21:51:48 +00:00
Thierry Thomas
f03074528e
Upgrade to 1.1.2.
...
Changelog at <http://pear.php.net/package/HTML_Form/download/1.1.2/ >
PR: ports/78201
Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
2005-03-01 20:12:40 +00:00
Volker Stolz
6efc6eeafb
Remove some patches in favour of USE_LIBTOOL_VER=15
2005-03-01 19:23:04 +00:00
Dirk Meyer
84220608af
- update to 0.9.2
2005-03-01 19:16:36 +00:00
Yen-Ming Lee
5764fef3b1
- skip bin/prove and its manpage under perl 5.8
...
PR: 70233
Submitted by: leeym
2005-03-01 18:17:40 +00:00
Erwin Lansing
510ac04cd5
Patch Makefile.PL to work around old Makemaker, so that the manpage
...
also gets installed for ancient perl versions.
Suggested by: tobez
2005-03-01 13:14:03 +00:00
Mathieu Arnold
c3263236a0
Update to 0.21
2005-03-01 12:43:06 +00:00
Sergey Matveychuk
30af7fcc3e
- Ubdate to 2.7.0e and unbreak
2005-03-01 07:14:11 +00:00
Sergey Matveychuk
d96d660160
- Update to 0.38
...
PR: ports/76090
Submitted by: Sergey Prikhodko <sergey@network-asp.biz>
Approved by: maintainer
2005-03-01 06:29:57 +00:00
Ade Lovett
2255dacd66
Relinquish maintainership. I no longer have the time, energy,
...
or interest to look after these things any more.
To whomever picks these up, I salute you. I'll reset the relevant
PRs to ports-bugs in a couple of weeks if no-one has taken over
maintainership.
Farewell, autotool hell.
2005-02-28 23:32:14 +00:00
Michael Johnson
daf4cc81e4
- split multimedia/gstreamer-plugins in to individual ports per
...
gstreamer plugin (52 new ports).
- Chase changes to ports that used USE_GNOME=gstreamerplugisn
to use new USE_GSTREAMER= macro, Bump PORTREVISION's
--
Examples of new USE_GSTREAMER macro:
USE_GSTREAMER= dvd lame flac
.include <bsd.port.mk>
If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
you must follow one of the examples listed below
WANT_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_VORBIS)
USE_GSTREAMER+= vorbis
.endif
or
USE_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_FAAD)
USE_GSTREAMER+= faad
.endif
Note: USE_GSTREAMER=yes will always add a dependency to
ports/multimedia/gstreamer-plugins
--
Thanks to krion for runing this on pointyhat
Thanks to kwm for helping with this, and many bug fixes , and updates.
2005-02-28 22:16:10 +00:00
Mathieu Arnold
db241e2abb
Update to 0.20
2005-02-28 16:01:50 +00:00
Mathieu Arnold
9088d6ff9d
Update to 0.28
2005-02-28 15:52:28 +00:00
Mathieu Arnold
14e61b4048
Update to 0.20
2005-02-28 15:42:10 +00:00
Mathieu Arnold
b0e0515157
Update to 0.33
2005-02-28 15:13:28 +00:00
Simon Barner
b1ff38d266
Change email address in ports maintained by me to barner@FreeBSD.org
...
Approved by: arved (mentor)
2005-02-28 13:05:25 +00:00
Sergey Skvortsov
a40009e26e
Update to 0.09
...
PR: ports/77790
Submitted by: hideo <lin-chi@lastamericanempire.com> (maintainer)
2005-02-28 13:05:16 +00:00
Volker Stolz
346ba3a5a4
Chase master site
...
PR: ports/77819
Submitted by: Sam Lawrance
2005-02-28 09:40:29 +00:00
Erwin Lansing
f7da836676
The manpage is only installed for perl 5.6.0 and higher, so make
...
it conditional. This also explains why neither the submitter nor me
found it, while both pointyhat and leeym did.
2005-02-28 07:30:14 +00:00
Erwin Lansing
d0a7634f96
Add manpages I missed in the last update.
2005-02-28 07:19:04 +00:00
Kris Kennaway
167b9fef58
BROKEN: Size mismatch
2005-02-28 04:38:13 +00:00
Kris Kennaway
a71c961dc4
BROKEN on 5.x: Install fails
2005-02-28 04:09:48 +00:00
Kris Kennaway
9030612814
BROKEN: Incomplete pkg-plist
2005-02-28 04:06:46 +00:00
Kris Kennaway
70886c1846
BROKEN: Incomplete pkg-plist
2005-02-28 01:50:22 +00:00
Kris Kennaway
919ed046ef
BROKEN: Does not correctly use gettext
2005-02-28 01:45:31 +00:00
Anton Berezin
dde3a89e47
Add p5-File-PathConvert, a perl module to perform various path
...
manipulations. Although the author of the module has deprecated it and
asks to use File::Spec and Cwd instead, it apparently is still being
used (by freshports, for example).
2005-02-27 19:24:45 +00:00
Volker Stolz
bdcd4927a8
Update to 0.9.3
...
PR: ports/77864
Submitted by: maintainer
2005-02-27 17:47:50 +00:00
Kirill Ponomarev
4923132a0c
Install .info files by using INFO knob.
2005-02-27 08:54:13 +00:00
Joe Marcus Clarke
e30ce99809
Update to 0.23.2.
2005-02-27 07:13:36 +00:00
Yen-Ming Lee
208936d25c
- utilize MASTER_SITE_PERL_CPAN
...
- add missing MAN3
- add WWW: in pkg-descr
2005-02-27 06:07:40 +00:00
Jeremy Messenger
f77b32bbf9
Update to 1.0.6, see details: http://www.go-mono.com/archive/1.0.6/
...
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
2005-02-27 04:27:54 +00:00
Thierry Thomas
6b05254d71
Upgrade to 1.2.5.
...
Changelog at <http://pear.php.net/package/XML_Parser/download/ >.
2005-02-26 22:03:36 +00:00
Kirill Ponomarev
3a5f48eb66
Install .info files properly by using INFO knob.
2005-02-26 18:37:27 +00:00
Thierry Thomas
b27cadaa3a
Update to 2.1.6.
...
Changelog at <http://pear.php.net/package/PHPUnit2/download/2.1.6/ >.
Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
2005-02-26 08:50:50 +00:00
Ade Lovett
ddfe529532
Update to 1.9.5, cursing a few more gratuitous changes
2005-02-26 03:29:38 +00:00
Volker Stolz
33ece4847d
Register CONFLICTS with devel/mingw-binutils
...
Approved by: maintainer
2005-02-25 13:18:50 +00:00