sthen
9eb53d156b
+scamper
2011-06-19 10:20:00 +00:00
sthen
d9c0cadcab
import ports/net/scamper, ok benoit@
...
scamper is a program that is able to conduct Internet measurement
tasks to large numbers of IPv4 and IPv6 addresses, in parallel, to
fill a specified packets-per-second rate. Currently, it supports
the well-known ping and traceroute techniques, as well as radargun,
ally and mercator. (On some other OS it also supports sting, and
parts of tbit).
2011-06-19 10:19:43 +00:00
kili
2810386482
Remove some unused hunks containing CVS keywords.
...
ok sthen@
2011-06-18 14:02:38 +00:00
sebastia
f801a520f3
Fix to build with gcc-2.95
...
OK ajacoutot@
2011-06-17 15:46:20 +00:00
landry
4c1b141db0
s/REVISI0N/REVISION/.
2011-06-17 08:43:06 +00:00
sthen
fd761e2321
sync ngrep with version from upstream repo (mostly). there's been no release
...
(or much activity) in years and it has various fixes, including:
- unbreak IPv6
- support pflog capture files and pppoe
- chroot to /var/empty when dropping privs
2011-06-16 21:21:43 +00:00
sthen
645e6c1521
this previously had v0 but it was lost; add EPOCH.
2011-06-16 20:49:11 +00:00
sthen
ab2f020e0f
- pcap_yyrestart is supposed to take an argument, ngrep calls it without
...
one in the event of an error in the filter, this results in attempting
to deref bogus memory. pass it an explicit NULL which is handled correctly.
- don't strip the installed binary, remove USE_GROFF
2011-06-16 17:42:56 +00:00
sthen
0c0f030952
Remove patch which was removing various -W flags. The updated timestamp on
...
the file triggers an attempt to rebuild autoconf files, which breaks the build
if automake-1.11 is installed. Worked out by Nigel Taylor.
Fix typo in DESCR while there. The patch was there because these flags
broke the build in an earlier version of libnice, but are no longer needed
(checked gcc 3 and 4; port didn't build on gcc 2 arch anyway). ok jasper@
2011-06-16 08:58:32 +00:00
sthen
3b3edd9bee
Handle the dlopen()'d libavcodec the same way as transcode does with xvidcore;
...
move it from a BUILD+RUN_DEPENDS to WANTLIB+LIB_DEPENDS so that the dependency
is tracked and opal gets updated if the FFmpeg API changes. Comment to explain
why check-lib-depends says it's extra. Pointed out by Brad, ajacoutot@ hates
it but is ok with it.
2011-06-16 08:07:20 +00:00
sthen
2426dbb54a
update to samba 3.5.9, from maintainer Ian McWilliam
2011-06-15 19:34:45 +00:00
sthen
c1c7e36e9a
Add backup MASTER_SITES. Upstream developer is another of those who
...
make life harder for OS packagers by refusing to keep old versions.
From Gonzalo (maintainer).
2011-06-15 15:19:05 +00:00
sthen
1a418855cc
zap old MASTER_SITES line too..
2011-06-15 11:46:00 +00:00
sthen
da65ce5776
switch to working MASTER_SITES
2011-06-15 11:45:04 +00:00
landry
4e225dd68a
Update to rabbitmq 2.5.0, from MAINTAINER Piotr Sikora.
...
Regress target still SIGBUSes on sparc64..
2011-06-15 11:02:59 +00:00
jasper
6c48439a60
- fix license marker
2011-06-14 11:34:50 +00:00
robert
acf4a2f055
+p5-Regexp-Common-net-CIDR
2011-06-14 11:30:19 +00:00
robert
85c1a047e6
import of p5-Regexp-Common-net-CIDR-0.02 a module that provides
...
patterns for CIDR blocks
2011-06-14 11:29:28 +00:00
sthen
b170eee541
sync irssi-icb with pkgsrc changes, ok jasper@
...
- implement commands via irssi signals
- detect /topic on join
- support /names, including on join
2011-06-14 10:22:16 +00:00
ajacoutot
1b83748694
Update to openvmps-1.4.03.
...
Add an rc script.
2011-06-14 05:52:03 +00:00
sthen
0399738b35
bugfix update to mirmon 2.4
2011-06-14 00:35:36 +00:00
sthen
349276f886
typo in the DESCR line where we suggest a usable client to use instead of this.
2011-06-13 21:36:44 +00:00
landry
e14fb6e008
+nload
2011-06-13 20:16:27 +00:00
landry
a871d2ad93
Import nload 0.7.3 from MAINTAINER Gonzalo L. R.
...
nload is a console application which monitors network traffic and
bandwidth usage in real time. It visualizes the in- and outgoing traffic
using two graphs and provides additional info like total amount of
transfered data and min/max network usage.
ok sthen@
2011-06-13 20:15:45 +00:00
jasper
056c1a5ce7
- use MODPY_ADJ_FILES
...
- various small tweaks
2011-06-13 08:47:51 +00:00
ajacoutot
55c303e58d
Reorder PLIST+bump.
2011-06-13 07:11:30 +00:00
ajacoutot
97b02a191e
Simplify this port, remove useless patches.
2011-06-13 07:04:11 +00:00
ajacoutot
0e771080ec
Unbreak tls support after recent gnutls update.
2011-06-12 08:09:26 +00:00
gsoares
d47199402d
- fix MASTER_SITES
...
- zap a trailing whitespace
"yes, go for it" sthen@
"Sure." jakob@ (MAINTAINER)
2011-06-10 13:36:04 +00:00
ajacoutot
851bc8808c
Bugfix update to libsocialweb-0.25.18.
2011-06-10 06:57:19 +00:00
sthen
3b5e5cc63b
update pear-Net-LDAP to 1.1.5, tested by william@
2011-06-09 12:56:04 +00:00
jasper
88f8f0add6
bump after default python version switch
2011-06-08 18:00:49 +00:00
sthen
c9a4e09e75
fix sample directory ownerships, broken in last commit
...
spotted by pea@
2011-06-08 16:18:57 +00:00
sthen
dd88c40777
update to Icinga 1.4.1; bugfixes and minor improvements, rolls in XSS fix
...
we already had in a patch.
2011-06-08 14:24:50 +00:00
sthen
661dc0bf89
+pear-Net-LDAP2
2011-06-08 09:09:26 +00:00
sthen
d1f8e8e5de
import ports/net/pear-Net-LDAP2, from Gonzalo L. R., ok/tweaks aja@
...
Net_LDAP2 is the successor of Net_LDAP which is a clone of Perl's
Net::LDAP object interface to directory servers. It contains most of
Net::LDAP's features but has some of its own too.
With Net_LDAP2 you have:
* A simple object-oriented interface to connections, searches entries
and filters.
* Support for TLS and LDAP v3.
* Simple modification, deletion and creation of LDAP entries.
* Support for schema handling.
Net_LDAP2 layers itself on top of PHP's existing LDAP extensions.
2011-06-08 09:08:53 +00:00
sthen
70e703faea
add an rc script; from Mattieu Baptiste, thank you.
2011-06-07 22:15:38 +00:00
rpointel
114510e67c
Unbreak after recent commit of Python.
...
ok landry@ jasper@.
2011-06-07 07:33:24 +00:00
sthen
2df2738f20
use the python module to fetch MODPY_BIN's name, only used for regression tests.
2011-06-06 13:02:45 +00:00
sthen
87e670e33e
update ipcad to 3.7.3 and add rc.d script
...
From Kirill Bychkov with tweaks from me:
- set rc_reload
- add "@sample /var/ipcad" so you don't need to create it yourself
- use "@extraunexec rm -rf /var/ipcad/*" not rm -rf /var/ipcad
2011-06-06 08:34:57 +00:00
sthen
2fde866515
no need to set PKGNAME, pear.port.mk does it now.
...
checked with a batch "make show=PKGNAMES" before and after.
2011-06-04 11:41:08 +00:00
ajacoutot
5ab1d18b2e
Fix rc.d script ownerships.
...
from Bjorn Ketelaars
2011-06-03 21:38:44 +00:00
gsoares
dd8b7de103
Security Fix for SA44807, ejabberd Nested XML Entities Denial of Service Vulnerability
...
OK sthen@ viq(MAINTAINER)
"looks fine" jasper@
2011-06-03 13:45:43 +00:00
sthen
340ee33451
Change the sample cap_mkdb command so it only runs if login.conf.db is present.
...
ok Ian McWilliam, aja@, landry@
2011-06-03 10:21:54 +00:00
sthen
f10e7ce045
update aircontrol to 1.3.8-beta
2011-06-02 20:01:19 +00:00
sthen
4fef4216a0
Escape user-supplied URL parameter to avoid a cross-site scripting problem.
...
From upstream repo.
2011-06-02 19:48:17 +00:00
kili
27f99a5541
--disable-silent-rules is now added to CONFIGURE_ARGS per default,
...
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
kili
bbd3495036
Accept --disable-silent-rules.
...
ok naddy@
2011-06-02 15:43:05 +00:00
ajacoutot
f982995f2b
Add a consistent header that substitutes FULLPKGNAME for the READMEs.
...
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
dcoppa
87201ccf5c
Fix for --disable-silent-rules
...
OK sthen@, naddy@
2011-06-02 10:38:50 +00:00
jasper
dda6583223
update to Socket-GetAddrInfo-0.21
2011-06-01 17:05:01 +00:00
jakob
d5a1f8bf58
update to ldns 1.6.10
2011-05-31 17:40:49 +00:00
sthen
13602cba97
use base64-encoded checksums, "if you wish to regen, go ahead" espie@
2011-05-31 08:35:20 +00:00
martynas
a563217645
Switch yt over to using FFmpeg's internal AAC encoder (the other
...
encoder will be going away). From Brad.
OK sthen@.
2011-05-30 20:28:54 +00:00
ajacoutot
6b0fa96fe8
Typo, we're talking about a subpackage here, not a FLAVOR;
2011-05-30 13:02:26 +00:00
espie
5f9bfcdbed
bump to new version, the old one has completely vanished from cpan...
2011-05-28 08:19:52 +00:00
ajacoutot
81c428a12d
Redirect the glib-compile-schemas goo stdout to /dev/null, no need to
...
be chatty here.
2011-05-28 08:15:33 +00:00
sthen
d99db5acf5
Update unbound to 1.4.10, fixes CVE-2011-1922 which doesn't affect us -
...
this is only applicable if assertions are enabled in the arguments to the
configure script which this port doesn't do.
ok jakob@
2011-05-26 19:55:25 +00:00
dcoppa
a1d30b1ae5
Make code compatible with HaXml 1.20.*
...
Various fixes.
Zap USE_GROFF.
Ok kili@
2011-05-26 08:24:59 +00:00
lum
06374e4594
update to filezilla-3.5.0
...
Tested with the new version of wx by myself (on i386) and Amit Kulkarni (amd64).
ok landry@
2011-05-25 05:21:43 +00:00
giovanni
bf35fb2c10
Bugfix update to 2.40.63
2011-05-24 17:46:40 +00:00
ajacoutot
5bce39c508
Bugfix update to glib-networking 2.28.7.
...
* Fixed a race condition in GProxyResolverGnome
2011-05-23 21:29:40 +00:00
gsoares
f34f7772fa
update net/p5-Net-SFTP-Foreign to 1.65
...
for now keep USE_GROFF here. these manpages
wants a missing (.RS/.RE) feature, already in mandoc TODO
discussed with schwarze@
OK sthen@
2011-05-23 14:13:50 +00:00
gsoares
f6f62c7825
update p5-NetAddr-IP to 4.044;
...
OK jasper@ sthen@ bluhm@
2011-05-23 13:16:58 +00:00
jasper
a4d0fa353a
using PKGNAME to construct WRKDIST is bad practice.
2011-05-22 14:03:39 +00:00
sthen
4ac70bb27c
update p5-Nagios-Plugin to 0.35, minor changes only
2011-05-20 08:40:12 +00:00
sthen
7a3b2e7274
depend on the specific required GeoIP version
2011-05-19 21:15:32 +00:00
gsoares
cf9171530b
- use TRUEPREFIX instead of hardcoding it; ok aja@ sthen@
2011-05-19 20:44:51 +00:00
jasper
651c1c7fbc
add backup master site
2011-05-17 11:36:26 +00:00
ajacoutot
350610e96c
Add ${MODGETTEXT_RUN_DEPENDS}.
2011-05-17 06:29:25 +00:00
jasper
0b5b0d1982
fix LIB_DEPENDS/WANTLIB
...
spotted by landry@
2011-05-16 08:42:45 +00:00
ajacoutot
4e2b6df1b3
Add the EPOCH to the webkit dependency.
...
spotted by landry@
2011-05-16 08:24:31 +00:00
ajacoutot
5f94cda39e
Merge -gnome into -main.
...
landry@ is ok with the idea
ok jasper@
2011-05-15 09:34:06 +00:00
jasper
d7e57e448b
- update to 0.25.17
2011-05-14 10:08:51 +00:00
jasper
5eb93fbd94
- update telepathy-idle to 0.1.10
2011-05-14 09:35:05 +00:00
jasper
cfcaa982b6
- update telepathy-logger to 0.2.9
2011-05-14 09:01:42 +00:00
jasper
e95fe535db
- update telepathy-spec to 0.22.3
2011-05-14 08:52:07 +00:00
giovanni
7879c89cec
Update to 1.3.9
...
ok sthen@
2011-05-12 15:35:17 +00:00
giovanni
aad559a670
Update to 1.2.5 from Wen Heping
...
ok sthen@
2011-05-12 15:33:59 +00:00
giovanni
6d4f8472d6
Update to 1.4.7 from Wen Heping
...
ok sthen@
2011-05-12 15:32:32 +00:00
ajacoutot
7bac3b6cda
Use proper AUTOCONF_VERSION, from Brad.
2011-05-12 05:54:16 +00:00
jasper
7f75234235
import p5-POE-Component-Resolver-0.912
...
POE::Component::Resolver performs Socket::GetAddrInfo::getaddrinfo()
calls in subprocesses where they're permitted to block as long as
necessary.
By default it will run eight subprocesses and prefer address
families in whatever order Socket::GetAddrInfo returns them.
These defaults can be overridden with constructor parameters.
from wen heping (MAINTAINER),
needed by upcoming p5-POE update, not hooking this up yet.
ok sthen@
2011-05-11 18:59:59 +00:00
ajacoutot
31ada7499f
Adapt dc_gui_helpdir because using share/gnome/help is wrong when we don't
...
provide xml file(s) for yelp. Use the regular share/doc/PKGNAME.
Drop dependency on yelp.
2011-05-11 14:59:56 +00:00
sthen
8351e35a04
- update Icinga to 1.4.0
...
- tweak @extraunexec's
2011-05-11 13:57:41 +00:00
jasper
4fee5ffce0
Sanitize some @unexec/@extraunexec calls to rm: move them up in the
...
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
ok aja@
2011-05-11 12:03:19 +00:00
ajacoutot
1beeb02eb3
Add rc script, from Vadim Zhukov with some tweaks.
2011-05-11 09:01:26 +00:00
ajacoutot
69db523da2
Fix after recent webkit update.
2011-05-11 06:02:15 +00:00
ajacoutot
cc2ceedb5e
xulrunner build depends is only needed for the mozilla flavor... obviously.
2011-05-10 16:23:03 +00:00
ajacoutot
6372ee055c
FLAVORless libproxy is not needed.
2011-05-10 16:21:04 +00:00
ajacoutot
a1a50bd7d2
Add mozilla to the list of FLAVOR to build for libproxy.
2011-05-10 16:19:16 +00:00
ajacoutot
2f004a9d04
Add mozilla to the PSEUDO_FLAVOR list and don't build it by default:
...
xulrunner does not build on all arches.
Prodded by landry@
2011-05-10 16:17:47 +00:00
sthen
aabc136010
tweaks following feedback from aja@; ok aja.
...
- don't use ${rcexec} where not needed
- disable reloads; if certain config changes are made, manual confirmation
is required, users should use the standard "/usr/local/bin/nfsen reconfigure"
by hand.
2011-05-06 13:04:08 +00:00
jasper
27a6ba8791
sync
2011-05-06 08:57:49 +00:00
jasper
6dcd2b01ff
import IRC-Utils 0.07
...
IRC::Utils take care of many of the tasks you are faced with
when working with IRC. Mode lines, ban masks, message encoding
and formatting, etc.
needed for upcoming p5-POE update
from wen heping with tweaks by me
ok sthen@
2011-05-06 08:56:01 +00:00
jasper
8c074e4e03
import Socket-GetAddrInfo 0.20
...
Socket::GetAddrInfo is a perl module for RFC 2553's getaddrinfo and
getnameinfo functions.
needed for upcoming p5-POE update
from wen heping with tweaks by me
ok sthen@
2011-05-06 08:55:26 +00:00
sthen
22a54948fa
add an rc script for nfsen, prompted by a mail from Barry Grumbine
2011-05-05 21:49:48 +00:00
sebastia
525dcd579b
Spectrum picks up libMagick for resizing avatars, when it is installed, so make it a LIB_DEPENDS
...
pointed out by viq, thanks.
OK sthen@
2011-05-05 13:59:12 +00:00
sebastia
4fecea8866
REMOVE empty patch file.
2011-05-05 08:51:35 +00:00
sebastia
b625699790
Update spectrum to 1.4.7, minor bugfixes and little enhancements.
...
OK landry@, reads fine jasper@
2011-05-05 08:50:05 +00:00
jasper
c5c7038342
use MASTER_SITE_PYPI
2011-05-04 09:39:52 +00:00
ajacoutot
465c0ad7fd
+py-smbc
2011-05-04 08:03:54 +00:00
ajacoutot
5ba3e44e60
Import py-smbc-1.0.10.
...
Set of Python bindings for the libsmbclient library from the SAMBA
project.
ok jasper@
2011-05-04 08:03:18 +00:00
kevlo
ba406f7ed0
Update to 4.2.3
...
ok jasper@
2011-05-04 00:59:30 +00:00
sthen
450ebe0708
- update to 1.3.1 (bug fixes + adds 'med metric' for bgp)
...
- add rc scripts
2011-05-02 10:49:46 +00:00
sthen
7c499ba4f7
SECURITY update (CVE-2011-0418), glob memory exhaustion with braces.
...
ok Brad
2011-05-02 03:03:46 +00:00
jasper
2b21a3e13c
- remove unneeded patch
...
- prevent patch left-over from ending up in PLIST
2011-05-01 20:38:18 +00:00
sthen
d52574a8af
Use correct AUTOCONF_VERSION, from Brad.
2011-05-01 20:22:34 +00:00
ajacoutot
d3e984026f
Add proper AUTOCONF_VERSION, from Brad.
2011-05-01 17:56:46 +00:00
sthen
a0b11d8d8c
update to 0.098, from Brad
2011-05-01 11:28:10 +00:00
landry
246ade0791
Explicitely add 1.7 to the list of allowed jdks. Needed by an incoming
...
apache-ant update, and it's more correct anyway since MODJAVA_VER is set
to 1.7+.
From Daniel Dickman.
2011-05-01 09:25:02 +00:00
ajacoutot
7088cee7da
Use the gnome MODULE.
...
ok jasper@
2011-04-28 13:58:36 +00:00
jasper
35114d20c6
- update to 0.25.16
...
- set SHARED_ONLY
ok aja@
2011-04-28 13:49:48 +00:00
jasper
903d68ac21
- update to 0.7.10
...
- change MASTER_SITES to ftp.gnome.org
- take maintainership
2011-04-28 13:49:38 +00:00
landry
1ad242809d
Various fixes from Piotr Sikora (maintainer) :
...
- simplify rabbitmqctl diff, use su to make sure command is run as ${RABBITUSER}
- change _rabbitmq shell to /sbin/nologin,
- remove redundant setting of PYTHON,
- remove unnecessary SUBST_CMD calls,
- remove trailing space in MAKE_ENV.
discussed with maintainer and ajacoutot@
2011-04-28 11:28:43 +00:00
jasper
272f2dd622
sync
2011-04-28 10:51:26 +00:00
jasper
3c2756e182
import libsocialweb
...
Social data server which will fetch data from the "social web", such as
blog posts and photos, upcoming events, recently played tracks, and
pending auctions. It also provides a service to update status on
supported web services such as Facebook and Twitter. Libsocialweb can be
accessed via D-Bus, or with a custom socialweb client.
ok aja@
2011-04-28 10:50:46 +00:00
jasper
f44163b5ee
- update to 0.7.9
...
- enable gnome and introspection support
ok landry@ (for a previous revision of the diff), aja@
2011-04-28 10:48:38 +00:00
sthen
ccf144d5ea
- add an rc script for igmpproxy
...
- tweak Makefile while there
ok markus@
2011-04-28 09:45:39 +00:00
dcoppa
6579c5d0ce
Remove david@ as maintainer, as per his request.
2011-04-28 09:45:14 +00:00
sthen
6a2a5681ae
disable multiplexing in the default SSH command for -via mode
...
(which automatically sets up port-forwards for VNC connections);
if you connect to an existing multiplexed connection you can't
create the port-forward.
2011-04-27 22:07:08 +00:00
landry
70709875bb
Update to OpenMDNS 0.5, from MAINTAINER Gonzalo L. R.
2011-04-27 14:01:46 +00:00
jasper
68eba76f60
- update folks to 0.4.3
...
* various bugfixes
2011-04-26 19:04:26 +00:00
ajacoutot
d2f2d3d3aa
Update to glib-networking-2.28.6.1.
...
* fixed a bug in the gnutls backend introduced in 2.28.6
2011-04-26 18:23:36 +00:00
ajacoutot
687b73d774
No need for the itlocaledir tweak anymore.
2011-04-26 13:09:07 +00:00
ajacoutot
18605b3eba
cmake likes to link with -lpthread instead of -pthread, so prevent that.
...
Fix dependencies of all subpackages.
2011-04-26 08:06:41 +00:00
jasper
8c5d4081e4
- update to 0.12.0
2011-04-26 06:59:11 +00:00
jasper
4b5d37bfec
- update to 0.14.5
2011-04-26 06:58:31 +00:00
ajacoutot
41ab2eedbb
Bugfix update to glib2-networking-2.28.6.
2011-04-26 05:56:13 +00:00
jasper
951451a628
Remove, been marked broken for about 8 years so obviously no-one cares.
...
ok jakob@ (maintainer)
2011-04-25 12:33:12 +00:00
ajacoutot
d20817e597
Update to avahi-0.6.30.
2011-04-25 10:02:43 +00:00
sthen
f177ca20da
- update to 1.0.31
...
- add an rc script
ok Brad
2011-04-25 09:26:47 +00:00
ajacoutot
86c929fbef
Update to zabbix 1.8.5.
...
See http://www.zabbix.com/documentation/1.8/manual/about/what_s_new_1.8.5
for details.
2011-04-25 07:42:36 +00:00
rpointel
256faba89b
Tarball has changed. Bump revision because one file has changed.
...
ok sthen@.
2011-04-24 10:14:43 +00:00
kili
ab954ec4cf
New distinfo after DIST_SUBDIR change in ghc.port.mk.
2011-04-23 20:22:13 +00:00
weerd
133ced9108
Add rc script
...
same diff and ok from sthen@
2011-04-23 17:40:34 +00:00
kili
67047fb4b8
Depend on and use mtl-2 from devel/hs-mtl.
2011-04-23 14:32:50 +00:00
landry
098bcc22ba
Add libtool=${LIBTOOL} to ldns-utils' CONFIGURE_ENV, so that it
...
correctly picks ports libtool, instead of just failing when gnu libtool
is not installed.
ok sthen@.
2011-04-21 21:13:57 +00:00
sthen
5394819523
- switch to Icinga's fork of nrpe (it hasn't changed much; mostly auto*
...
changes and v6 support)
- remove unnecessary /dev/*random patch
- force libwrap detection via autoconf variables, it's less intrusive
than patching configure
2011-04-21 11:23:38 +00:00
ajacoutot
6d01c2069a
Fix build/run with new libnotify.
...
tested in a bulk by landry, thanks!
ok landry@ jasper@
2011-04-21 07:04:56 +00:00
jasper
df38c8e81f
more spring cleaning; these aren't needed anymore since we don't need the
...
NULL casts patches anymore.
2011-04-20 18:04:41 +00:00
jasper
7902691041
remove some patches that are unneeded since we can deal with them in Makefile
2011-04-20 17:53:44 +00:00
jasper
d3cfa8c4a2
- update to 0.14.4
2011-04-20 17:50:03 +00:00
jasper
aa9ffade87
- update spec to 0.22.2
2011-04-20 17:35:12 +00:00
jasper
f22fcee494
bump
2011-04-20 15:05:24 +00:00
jasper
b4c93f8eb2
- update to 0.13
...
from new maintainer gleydson soares
2011-04-19 20:35:00 +00:00
jasper
a07307ec5f
- update to 1.051
...
- doesn't need groff
- fix build depends
- fix regress depends
from gleydson soares
2011-04-19 20:33:58 +00:00
giovanni
673152cd5e
Update to 1.5.2
2011-04-19 15:17:12 +00:00
giovanni
88b00d258e
Update to 1.5.1
...
From Wen Heping
2011-04-19 14:13:27 +00:00
giovanni
c50953bd6a
Update to 1.0.10
...
from Wen Heping with tweaks by me
2011-04-19 13:40:20 +00:00
dcoppa
e329d99fe5
Remove useless patch.
...
ok jasper@
2011-04-19 04:58:01 +00:00