pkgsrc/net
ryoon 2be7b641bd Update to 1.13.0
Changelog:
aria2 1.13.0
============

Release Note
------------

This release fixed libgcrypt version check error. Several command line
options were added. For details of each new option, read changes
below.  aria2 now returns error response if RPC request parameter has
wrong type.  For MinGW32 build, Unicode filenames support was added.

From this release, aria2 uses libnettle and libgmp by default instead
of libgcrypt.  If you want to use libgcrypt, use configure options
--without-libnettle --with-libgcrypt.

Changes
-------

 * Check libgcrypt version is greater or equal to required version.
   This will fixes Debian bug#642989.

 * Added --piece-length option.  This option sets a piece length for
   HTTP/FTP downloads. This is the boundary when aria2 splits a
   file. All splits occur at multiple of this length. This option will
   be ignored in BitTorrent downloads.  It will be also ignored if
   Metalink file contains piece hashes.

 * Throw exception if parameter has wrong type in RPC method.
   Formally, depending on the method implementation, this kind of
   error is just ignored and parameter is skipped. Now aria2 responds
   error for these cases. The required parameter checking is also
   reworked along with this change.

 * Cleanup log message for binding server socket.

 * Recognize tab as white space before option in -i list.

 * Added geom parameter to --stream-piece-selector option.  If 'geom'
   is given, at the beginning aria2 selects piece which has minimum
   index like 'inorder', but it exponentially increasingly keeps space
   from previously selected piece. This will reduce the number of
   establishing connection and at the same time it will download the
   beginning part of the file first. This will be useful to view movie
   while downloading it.

 * Added completedLength response key in aria2.getFiles RPC method

 * Added #checksum help tag.

 * Added --checksum option.  Added --checksum=TYPE=DIGEST option. This
   option sets checksum. TYPE is hash type. The supported hash type is
   listed in "Hash Algorithms" in "aria2c -v". DIGEST is hex digest.
   For example, setting sha-1 digest looks like this:
   sha-1=0192ba11326fe2298c8cb4de616f4d4140213838 This option applies
   only to HTTP(S)/FTP downloads.

 * Added --hash-check-only opiton.  Added --hash-check-only opiton.
   If true is given, after hash check using --check-integrity option,
   abort download whether or not download is complete. The default
   value is false.

 * Added --download-result option.  Added --download-result=OPT
   option.  This option changes the way "Download Results" is
   formatted. If OPT is 'default', print GID, status, average download
   speed and path/URI. If multiple files are involved, path/URI of
   first requested file is printed and remaining ones are omitted.  If
   OPT is 'full', print GID, status, average download speed,
   percentage of progress and path/URI. The percentage of progress and
   path/URI are printed for each requested file in each row.

 * Added --rpc-allow-origin-all option.  This option adds
   Access-Control-Allow-Origin header field with value '*' to the RPC
   response.

 * Ignore --out option supplied in command-line if -i is used.  You
   can still use out option in the text file specified in -i.

 * Disable SSLv2 by default and optimize memory usage.
   Patch from Cristian Rodríguez.

 * Added libnettle and libgmp support.  libnettle and libgmp is used
   by default. Old implementation uses libgcrypt as default. If more
   and more Linux distributions offer libnettle linked GnuTLS, then
   this change decrease library dependency against libgcrypt and
   libgpg-error.  The current library detection for libnettle and
   libgmp is very simple, just use AC_SEARCH_LIBS.
   util::generateRandomData() was written using SimpleRandomizer, thus
   no external library dependency from this function.

 * In MinGW32, open file with UNICODE filename and print them in ANSI.
2011-10-20 13:24:47 +00:00
..
3proxy Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
6tunnel Update DESCR from website. 2011-10-13 11:44:47 +00:00
adns Update adns to 1.4. 2010-04-17 12:43:03 +00:00
aget
aiccu Use @RCD_SCRIPTS_SHELL@ 2011-04-24 13:47:45 +00:00
airport2basestationconfig Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
airportbasestationconfig Actually enable DESTDIR support 2010-02-12 02:01:57 +00:00
airportmodemutility DESTDIR support 2010-02-11 20:20:38 +00:00
amule recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
aoe-vblade Fixes for DragonFly-2.8.2. 2011-01-01 12:42:28 +00:00
argus Create directories for root. 2010-02-19 19:08:13 +00:00
aria2 Update to 1.13.0 2011-10-20 13:24:47 +00:00
arla Remove BROKEN_IN variable. It was no maintained, and there was no 2009-08-25 12:32:54 +00:00
arpd
arping Reset maintainer. 2010-11-01 00:08:09 +00:00
arpwatch Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
autonet Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
avahi Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
awhois Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
balance Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
barnyard Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
batchftp Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
bftpd Update bftpd to 2.9. 2010-06-04 04:30:45 +00:00
bind96 PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
bind97 PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
bind98 PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
bing Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
bittornado enable crypto connections 2011-06-19 13:46:29 +00:00
bittornado-gui recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
bittorrent Using xgettext, msguniq, msgmerge and msgfmt. 2011-01-01 12:34:14 +00:00
bittorrent-gui recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
bmon Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
bounce DESTDIR support 2010-02-11 20:25:12 +00:00
bpalogin Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
bridged
bsddip Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
btget recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
btpd Reset MAINTAINER -- according to 2011-07-22 11:58:13 +00:00
bug-buddy recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
cdpd service suspended. fetch from backup. 2011-03-17 21:42:12 +00:00
cftp Make py-twisted and cftp conflict with each other, both install a 2009-12-31 08:37:31 +00:00
chksniff
choparp
chrony Update to 1.24. 2010-02-26 09:27:43 +00:00
cia DESTDIR support 2010-02-11 20:27:45 +00:00
cidr DESTDIR support 2010-02-11 20:27:45 +00:00
cisco-mibs service suspended. prevent timeout. fetch from backup. 2011-03-17 21:43:58 +00:00
citrix_ica Update Solaris packages to 8.63 and force user to fetch the distfile 2011-03-17 09:05:32 +00:00
clisp-rawsock Import CLISP rawsock module as net/clisp-rawsock. 2010-07-09 19:12:27 +00:00
clive Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
cmu-dhcpd
cntlm As advised by wiz@: 2009-11-03 21:13:24 +00:00
coda Add missing match file. 2011-03-12 13:59:59 +00:00
coherence update to 0.6.6.2 2010-05-20 21:22:51 +00:00
connect PKG_DESTDIR_SUPPORT 2009-12-17 22:34:37 +00:00
corkscrew Reset maintainer. 2010-09-28 13:21:29 +00:00
couriertcpd recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
csup Fix a tyop. 2010-11-11 01:01:35 +00:00
dante Add user-destdir installation support. 2010-03-08 11:59:54 +00:00
darkstat Update to 3.0.714, using patch from Bartosz Kuzma in PR 45095. 2011-06-23 09:21:37 +00:00
DarwinStreamingServer Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
dc_gui2 recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
dcsharp recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
dctc check-interpreter fix. 2011-07-03 11:52:55 +00:00
ddclient Fix config file ownership. 2010-02-19 19:26:09 +00:00
delegate Set $SHELL in the environment so it doesn't end up trying to use zsh, or 2011-07-03 01:36:58 +00:00
dgd Fix getline conflict. 2011-09-25 19:53:07 +00:00
dhcpcd PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
dhcpcd-dbus Add patch from roy@ to enable building on Darwin. Bump PKGREVISION 2010-12-07 22:26:10 +00:00
dhcpcd-gtk Change from prior version: 2011-06-13 10:57:46 +00:00
dhcpd-pools Changes 2.16: 2011-07-20 07:03:53 +00:00
dhid Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
dhisd Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
djbdns Instead of a separate PLIST file for inet6, use PLIST_VARS. 2011-06-09 01:44:16 +00:00
djbdns-run Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
dlint +PKG_DESTDIR_SUPPORT 2009-05-19 07:00:50 +00:00
dnsdoctor update master_sites 2011-03-17 21:29:20 +00:00
dnsmasq PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
dnstop Update dnstop to 20090128. 2009-07-25 10:26:17 +00:00
dnstracer Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usage 2011-04-15 08:34:00 +00:00
docsis Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
driftnet recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
drill Update from version 1.4.0 to 1.6.4. 2010-03-03 13:43:08 +00:00
dtcp PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
dtcpclient PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
dtorrent Not just CONFLICTS with , but SUPERSEDES ctorrent. 2011-09-16 12:26:03 +00:00
dynipclient Add missing include. Fix getline conflict. 2011-09-25 19:53:55 +00:00
echoping recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
ed2k-gtk-gui recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
edonkey2k DESTDIR support 2010-02-11 20:50:59 +00:00
ekiga Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
entropy DESTDIR support 2010-02-11 20:50:59 +00:00
ether2dns ether2dns-1.6: typo in README, noticed by jnemeth. 2011-01-28 20:28:33 +00:00
etherape recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
ettercap recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
ettercap-NG MAKE_JOBS_SAFE=no 2010-05-28 14:49:22 +00:00
ez-ipupdate Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
fair-identd DESTDIR support 2010-02-11 20:50:59 +00:00
fetch Explicitly check for X509_get_issuer_name in libcrypto first. 2010-06-24 22:51:00 +00:00
filezilla recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
firewalk Some clean up realted to net/libnet{10,11}. 2009-12-09 12:27:27 +00:00
flickcurl Add pkg-config and libtool dependencies. 2011-08-29 14:45:59 +00:00
flodo PKG_DESTDIR_SUPPORT 2009-12-17 22:14:27 +00:00
flow-tools Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
fmirror service suspended. prevent timeout. fetch from backup. 2011-03-17 21:47:31 +00:00
fpdns DESTDIR support 2010-02-11 20:50:59 +00:00
fping
fping6 Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usage 2011-04-15 08:34:00 +00:00
freenet-tools DESTDIR support 2010-02-11 20:50:59 +00:00
freeradius Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
freeradius2 Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
freewais-sf Add user-destdir installation support. 2011-05-21 05:56:08 +00:00
ftplibpp Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
ftpproxy DESTDIR support 2010-02-11 20:50:59 +00:00
gated Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
GeoIP fixes last commit, not wanted to change MASTERSITE. 2011-07-02 05:36:14 +00:00
Geomyidae Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
gethost Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usage 2011-04-15 08:34:00 +00:00
gift Bump revisions for libltdl update. 2009-12-21 20:34:05 +00:00
gift-fasttrack Bump revisions for libltdl update. 2009-12-21 20:34:05 +00:00
gift-gnutella Bump revisions for libltdl update. 2009-12-21 20:34:05 +00:00
gift-openft Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
giftcurs recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gini Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
gkrellm-multiping recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gkrellm-snmp recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gkrellm-wireless recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
glib-networking DragonFly needs gettext in USE_TOOLS for this to build. 2011-07-31 11:39:13 +00:00
gnapfetch
gnet recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gnet1 recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gnetcat recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gnome-netstatus recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gnome-nettool recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gnome-vfs-smb recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gnugk Add destdir installation support. 2011-05-21 04:17:44 +00:00
gofish Update to 1.2, provided by maintainer Emil Skoeldberg in PR 44406. 2011-01-18 10:27:30 +00:00
gopher update master_sites. 2009-10-18 19:37:51 +00:00
gsnmp recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gssdp recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
gst-plugins0.10-libnice Update to 0.1.1, for changes see libnice. 2011-09-12 21:46:13 +00:00
gst-plugins0.10-mms reset PKGREV for base pkg update 2011-05-18 09:48:59 +00:00
gst-plugins0.10-soup recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
gt-itm DESTDIR support 2010-02-11 21:22:17 +00:00
gtk-gnutella recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gtk-vnc recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gtk_wicontrol recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gupnp recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
gupnp-av recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
gupnp-igd recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
gupnp-tools recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
hesiod Add builtin handling for hesiod. Previously, this was setting 2011-10-06 08:48:00 +00:00
hf6to4 DESTDIR support 2010-02-11 21:22:17 +00:00
hlfl Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
host Fix a typo, PR#43924. 2010-10-11 12:15:12 +00:00
howl Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
hping Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
hping3 Added dual LICENSE (which this package has) 2010-03-15 10:20:21 +00:00
httping Changes 1.4.4: 2011-07-09 07:45:08 +00:00
httptunnel update master_sites 2011-03-17 21:50:09 +00:00
icsi-finger Move FingerDir back to /var/spool; this way it can be writable by a specific 2011-02-11 17:16:03 +00:00
iftop NetBSD/current can use the native ncurses. 2009-07-07 21:20:36 +00:00
IglooFTP recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
inadyn
ipcalc Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
ipcheck DESTDIR support 2010-02-11 21:33:29 +00:00
iperf Changes 2.0.5: 2011-01-31 08:42:09 +00:00
ipgrab
iplog DESTDIR support 2010-02-11 21:33:29 +00:00
ipv6calc DESTDIR ready 2010-02-11 21:38:06 +00:00
ipw Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
irrd teach the package options for cases where pthreads would be used, but are 2011-10-17 20:14:50 +00:00
irrtoolset5 for the time being, force using pkgsrc flex for all NetBSD variants 2011-09-29 20:48:19 +00:00
isc-dhclient4 Update ISC DHCP package to 4.2.1p1 (4.2.1-P1), fixes a few security 2011-04-08 14:09:23 +00:00
isc-dhcp4 Update isc-dhcp4 package to 4.2.2 and it also update isc-dhcpd4, isc-dhclient4 2011-09-13 15:06:54 +00:00
isc-dhcpd4 Update ISC DHCP package to 4.2.1p1 (4.2.1-P1), fixes a few security 2011-04-08 14:09:23 +00:00
isc-dhcrelay4 Update ISC DHCP package to 4.2.1p1 (4.2.1-P1), fixes a few security 2011-04-08 14:09:23 +00:00
ishell Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
isic Update isic to 0.07. 2009-12-09 12:32:22 +00:00
ispman Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
istgt doc/istgt.1 does not exist at pre-configure, now it is istgt.1.in. 2011-09-17 07:03:57 +00:00
jftpgw Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
jigdo recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
jumpgate DESTDIR support 2010-02-11 21:43:39 +00:00
jwhois recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
kdenetwork3 Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
kdenetwork4 Recursive Bump from boost-libs ABI bump. 2011-10-19 06:12:58 +00:00
kftpgrabber recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
kiax png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
kismet png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:53:23 +00:00
kmldonkey recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
kmldonkey-kde3 recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
knock Changes rev.1: 2011-05-02 10:11:34 +00:00
kphone png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
ktorrent Recursive Bump from boost-libs ABI bump. 2011-10-19 06:12:58 +00:00
ktorrent-kde3 recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
LaBrea Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
lambdamoo Declare main correctly in test programs. gcc apparently doesn't care if 2011-09-04 23:55:00 +00:00
lambdamoo-core DESTDIR support 2010-02-11 21:58:29 +00:00
lambdamoo-doc DESTDIR support 2010-02-11 21:58:29 +00:00
latd DESTDIR support 2010-02-11 22:04:09 +00:00
ldns Fixes builtin openssl version detection. 2011-08-20 08:07:48 +00:00
lft Update net/lft to 3.31. 2011-03-11 07:02:38 +00:00
lftp Version 4.3.1 - 2011-06-28 2011-07-27 04:57:47 +00:00
libares Reset maintainer, he resigned. 2010-08-16 09:48:00 +00:00
libasyncns Initial import of libasyncns-0.7: 2009-08-25 12:18:09 +00:00
libbind Fixes build on DragonFly. 2010-12-31 14:36:07 +00:00
libcares Update libcares to 1.6.0. 2010-07-25 13:09:42 +00:00
libdlna Import libdlna-0.2.3 as net/libdlna. 2010-05-23 08:03:18 +00:00
libdmapsharing Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
libdnet Fix build on SunOS by overriding the test for Linux-specific PF_PACKET, 2011-09-14 17:28:19 +00:00
libfetch PR#45210: Fix pkgsrc bootstrap with gcc 4.6 2011-10-02 19:15:34 +00:00
libgdata Fix build with PKG_OPTIONS.libgdata+= -gnome. It requires libsoup24, even 2011-08-02 21:50:46 +00:00
libIDL recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
liblive My initial stab at fixing the Linux build was incomplete. 2010-05-10 08:18:38 +00:00
libmms recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libnice Update to 0.1.1: 2011-09-12 21:45:43 +00:00
libnids recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
libnipper DESTDIR support 2010-02-11 22:04:09 +00:00
libpcap Explicitly specify DLPI backend on SunOS < 5.11. 2011-10-12 17:33:58 +00:00
libquvi Add missing line to buildlink3.mk file. 2011-10-16 08:08:29 +00:00
libquvi-scripts Import of libquvi-scripts-0.4.0 as net/libquvi-scripts 2011-10-16 07:29:08 +00:00
libradius
libsoup24 update to 2.34.3 2011-09-12 18:04:51 +00:00
libsscript Pass --tag=CC to libtool. This fixes build failure 2011-09-05 20:23:52 +00:00
libtorrent The "rtorrent" packges needs at least version 0.12.9 of the "libtorrent" 2011-08-01 21:42:45 +00:00
libtrace Fixed: build failure on Linux, approved by reed@ 2011-07-30 10:17:41 +00:00
libupnp Fix C99 vs GNU89 inline mess 2011-08-20 15:36:16 +00:00
libvncserver Update libVNCServer to 0.9.8.1. 2011-10-13 10:50:56 +00:00
linc recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
llnlxdir DESTDIR support 2010-02-11 22:04:09 +00:00
llnlxftp DESTDIR support 2010-02-11 22:04:09 +00:00
logjam recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
lopster recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
lua-socket Import lua-socket-2.0.2 as net/lua-socket. 2010-09-21 10:08:48 +00:00
maradns Update maradns to 1.4.06. 2011-05-06 11:36:23 +00:00
mbrowse Changes 0.4.3: 2011-07-08 09:41:16 +00:00
mcast-tools Add required tools to USE_TOOLS, pkglint fixes, approved by wiz@ 2011-08-07 16:11:16 +00:00
md-whois Update md-whois package to 5.0.11. 2011-05-10 14:01:10 +00:00
mDNSResponder Fix build on SunOS. 2011-10-04 14:08:48 +00:00
mDNSResponder-nss update mDNSResponder-nss to 258.14 (matches mDNSResponder version) 2011-08-21 18:48:42 +00:00
microdc2 recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
mikutter Update mikutter to 0.0.3.549. 2011-10-18 09:13:05 +00:00
miniupnpd Update to miniupnpd-1.4.20100308 2010-05-11 08:53:29 +00:00
miredo Added rc script (based on Pierre Abbat suggestion) 2011-02-09 22:59:50 +00:00
mirror * Avoid to use timelocal.pl since it cause warning with perl 5.14 now. 2011-09-12 16:35:43 +00:00
mldonkey Update to 3.1.0: 2011-09-12 19:14:42 +00:00
mldonkey-gui Update to 3.1.0: 2011-09-12 19:14:42 +00:00
modpcap Initial import of modpcap version 0.0.5 into the packages collection. 2010-11-29 07:25:04 +00:00
mono-nat recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
monotorrent recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
monsoon recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
mouse-pppoe Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
mping Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usage 2011-04-15 08:34:00 +00:00
mppe-lkm marked as destdir installation support. 2011-03-21 05:05:06 +00:00
mrstat
mrt Add user-destdir installation support. 2011-03-21 04:53:49 +00:00
mrtg Update "mrtg" package to version 2.17.2. Changes since version 2.16.4: 2011-08-06 11:52:16 +00:00
msdl Update msdl to 1.2.7r2. 2010-08-02 04:49:55 +00:00
mtftpd include <sys/socket.h> additionally for socket related things. 2010-12-31 16:39:22 +00:00
mtr Update to 0.81: 2011-10-15 14:48:49 +00:00
mydns-mysql recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
mydns-pgsql PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
nagios-base Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
nagios-imagepak-base Add DESTDIR support 2011-04-08 22:38:08 +00:00
nagios-nrpe Don't pass --disable-command-args to configure. 2011-02-22 15:23:43 +00:00
nagios-nsca Update to nagios-nsca 2.7.2. Add DESTDIR support. 2011-04-08 22:45:43 +00:00
nagios-plugin-ldap recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
nagios-plugin-mysql recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
nagios-plugin-pgsql recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
nagios-plugin-radius It needs runtime dependency to radiusclient-ng. 2011-06-07 11:47:04 +00:00
nagios-plugin-snmp recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
nagios-plugin-spamd service suspended. fetch from backup. 2011-03-17 21:52:23 +00:00
nagios-plugins Update nagios-base to 3.3.1, fixig CVE-2011-1523 and CVE-2011-2179. 2011-08-02 14:03:18 +00:00
nagstamon recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
nam recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
nap add user-destdir installation support. 2011-03-21 02:36:40 +00:00
napshare recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
nasd * MAKE_JOBS_SAFE=no 2011-03-21 02:33:14 +00:00
nbtscan Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
ncftp3 Fix DESTDIR installation. 2010-07-02 17:11:01 +00:00
nemesis
net-snmp PR/44479 -- disable use of nlist() if we're using sysctl() to get IP stats. 2011-10-17 19:40:26 +00:00
net6 recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
netatalk update to 2.2.1, see: 2011-09-22 01:20:20 +00:00
netbsd-iscsi-initiator Update to 20111006. Changes: 2011-10-06 14:20:40 +00:00
netbsd-iscsi-target Update to latest NetBSD -current sources rather than being built from 2010-06-04 16:24:55 +00:00
netcat Use dynamic linking by default. ok wiz 2011-01-13 15:09:58 +00:00
netcat6 recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
netdisco Update netdisco-1.1 and add DESTDIR support. 2011-05-23 19:39:09 +00:00
netgroup DESTDIR support 2010-02-11 22:14:30 +00:00
netname service suspended. prevent timeout. fetch from backup. 2011-03-17 21:55:54 +00:00
netpipes DESTDIR support 2010-02-11 22:14:30 +00:00
nfdump recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
ngrep Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
nicotine * LICENSE=gnu-gpl-v2 2011-06-13 11:45:59 +00:00
nicovideo-dl Update to 0.0.20110208 2011-07-29 21:07:33 +00:00
nidentd DESTDIR support 2010-02-11 22:14:30 +00:00
nipper DESTDIR support 2010-02-11 22:14:30 +00:00
nload Update nload to 0.7.2. 2010-03-30 11:17:45 +00:00
nmap Fix configuring with Clang. 2011-07-08 09:24:48 +00:00
nocol fix problem with sys_errlist; still doesn't build though. 2011-10-03 06:59:49 +00:00
nprobe Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
ns Fix build with gcc4.5 2011-01-29 22:16:51 +00:00
nsd Fix build problem on NetBSD current (5.99.55). 2011-09-12 17:05:01 +00:00
nslint
nstx Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
ntop Changes 4.1.0: 2011-10-18 10:33:06 +00:00
ntp4 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
ocamlnet Don't mess with ldconf. 2010-02-11 13:10:15 +00:00
ocsinventory-agent Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
oidentd marked as user-destdir installation support. 2011-03-20 12:45:07 +00:00
oinkmaster PR/39143 -- use generic 'perl' option instead of private one. 2011-09-17 11:12:26 +00:00
omniNotify add omniNotify-2.1, a CORBA Notification Service implementation based 2010-09-02 15:20:36 +00:00
omniORB update to 4.1.5 2011-04-21 16:34:17 +00:00
openafs Update OpenAFS package to 1.4.14. 2011-03-19 23:35:40 +00:00
openag DESTDIR support 2010-02-11 22:24:33 +00:00
openh323 Add destdir installation support. 2011-03-21 13:29:44 +00:00
openntpd remove pacnet mirror. service down. 2010-04-17 10:39:33 +00:00
openresolv Update to openresolv-3.4.2 which fixes printf(1) usage 2011-06-13 10:59:33 +00:00
openslp add a patch from upstream to avoid an endless loop in the extensions 2011-04-08 12:19:17 +00:00
openvmps Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
openvpn Fix buildling on Mac OS X 10.7 2011-08-12 09:38:08 +00:00
openvpn-acct-wtmpx This OpenVPN plugin logs VPN logins and logouts in the wtmpx file. 2010-07-14 04:46:18 +00:00
openwbem DESTDIR support 2010-02-11 22:46:18 +00:00
ORBit recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
ORBit2 recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
ortp recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
overnet Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
p5-Cisco-Abbrev Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Data-Stream-Bulk Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-DNS-ZoneParse Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-eBay-API Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Geo-IP Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Geo-IPfree Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-IO-Interface Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-IO-Socket-INET6 Update "p5-IO-Socket-INET6" package to version 2.67. 2011-08-06 10:54:25 +00:00
p5-IO-Socket-Multicast Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-IP-Country Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-ispman Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net Add LICENSE. 2011-09-09 00:39:33 +00:00
p5-Net-Akismet Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Amazon Update p5-Net-Amazon to 0.60. 2011-08-18 09:46:03 +00:00
p5-Net-Amazon-S3 Fix DEPENDS. 2011-10-17 10:51:57 +00:00
p5-Net-Bind Add HOMEPAGE and LICENSE. 2011-10-17 11:09:31 +00:00
p5-Net-Bonjour Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-CIDR-Lite Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-CIDR-Set Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-CUPS Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Daemon Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-DBus Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Dev-MIBLoadOrder Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-DNS Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-DNS-Resolver-Programmable Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-DNS-Zone-Parser Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-DNSServer Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-eBay Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-FTPSSL Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-GitHub Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Gnats Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Google Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Google-AuthSub Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Google-Code Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Ident Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-INET6Glue Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Interface Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-IP Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-IPv4Addr Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-IPv6Addr Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Jifty Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-LDAP-Server Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Libdnet Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-LibIDN Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-MAC Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-NBName Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-OAuth Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-OpenID-Consumer Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Packet Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Pcap Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-RawIP Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Server Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Server-Coro Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Server-SS-PreFork Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-SMTP-TLS Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-SNMP Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-SNMP-Mixin Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Telnet Add HOMEPAGE and LICENSE. 2011-10-17 10:00:07 +00:00
p5-Net-Telnet-Cisco Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-TFTP Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Trac Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Twitter Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Write Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-XMPP Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-XWhois Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Net-Z3950-ZOOM Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-NetAddr-IP Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-NetPacket Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Nmap-Parser Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-POE-Component-Client-DNS Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-POE-Component-Client-Ident Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-POE-Component-SNMP Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-RADIUS Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-RadiusPerl Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-RPC-XML Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-RT-Client-REST Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-SNMP-Info Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-SNMP-MIB-Compiler Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-SNMP_Session Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-SOAP-Lite Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Socket6 Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
p5-Test-DNS Drop Module::Build requirements, default dependency is sufficient. 2011-08-16 09:40:46 +00:00
p5-Test-TCP Update p5-Test-TCP to 1.13. 2011-10-07 11:36:56 +00:00
p5-WebService-Google-Reader Update p5-WebService-Google-Reader to 0.20. 2011-10-06 15:36:20 +00:00
p5-X500-DN Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
packit Some clean up realted to net/libnet{10,11}. 2009-12-09 12:27:27 +00:00
parpd PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
partysip Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
pchar Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
pconsole Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
pear-Net_DIME Update pear-Net_DIME package to 1.0.2. 2010-12-22 15:43:19 +00:00
pear-Net_IDNA2 Update pear-Net_IDNA2 package to 0.1.1. 2010-12-22 15:44:40 +00:00
pear-Net_LDAP2 Update pear-Net_LDAP2 package to 2.0.9 since 2.0.8 no longer available. 2010-03-15 07:51:06 +00:00
pear-Net_Sieve Update pear-Net_Sieve package to 1.3.2. 2011-08-20 14:13:19 +00:00
pear-Net_SMTP Update pear-Net_SMTP package to 1.6.1. 2011-08-20 14:12:07 +00:00
pear-Net_Socket Update pear-Net_Socket package to 1.0.10. 2010-12-22 15:46:35 +00:00
pear-Net_URL Update pear-Net_URL from 1.0.14 to 1.0.15. 2010-02-06 15:59:38 +00:00
pear-SOAP Update pear-SOAP from 0.8.1 to 0.12.0. 2010-02-06 16:00:49 +00:00
pen remove dead mirror. 2011-03-17 21:58:20 +00:00
pfnet
php-ftp Reset PKGREVISION. 2010-02-27 03:35:11 +00:00
php-snmp
php-soap Re-import net/php5-soap package as net/php-soap. 2010-03-16 15:08:54 +00:00
php-sockets
php-xmlrpc Revert revision of several PHP extensions after both core PHP packages 2010-07-24 22:24:21 +00:00
php-yaz Update php-yaz package to 1.1.1. 2011-08-20 14:15:32 +00:00
pim6dd Use USE_FEATURES=inet6 instead of unusual usage of PKG_OPTIONS_REQUIRED_GROUPS. 2011-04-15 07:51:23 +00:00
pim6sd Use USE_FEATURES=inet6 instead of unusual usage of PKG_OPTIONS_REQUIRED_GROUPS. 2011-04-15 07:51:23 +00:00
pload
poink Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
polsms Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
poptop LP64 printf format patches 2011-05-08 17:07:25 +00:00
portmap Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
powerdns Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
powerdns-ldap Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
powerdns-mysql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
powerdns-pgsql Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
powerdns-recursor Compile on DragonFlyBSD. 2011-04-06 10:35:38 +00:00
powerdns-sqlite
pppd simplify destdir support. 2011-03-21 04:59:44 +00:00
pptp Missed the included patch in PR pkg/38038, now its also appended 2010-10-24 16:55:03 +00:00
proftpd Changes 1.3.3f: 2011-10-03 11:23:31 +00:00
proxycheck
proxytunnel Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
publicfile DESTDIR support, and take MAINTAINER. 2010-03-20 01:51:40 +00:00
puf
pure-ftpd Update pure-ftpd to 1.0.30. 2011-04-02 08:00:58 +00:00
pxe Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
py-adns Update py-adns to 1.2.1. 2010-04-17 12:46:18 +00:00
py-boto doesn't build with python24 2011-10-02 16:58:57 +00:00
py-dns Update net/py-dns to 1.9.4. Changes since 1.8.0: 2011-07-18 16:10:32 +00:00
py-dpkt Fast, simple packet creation / parsing, with definitions for 2010-03-11 11:31:19 +00:00
py-foolscap Let's assume for now that everything that worked with python-2.6 also 2011-02-25 09:47:18 +00:00
py-GeoIP Update py-GeoIP to 1.2.4. 2010-01-22 13:45:57 +00:00
py-google * no need to buildlink with py-SOAPpy, simple DEPENDS is sufficient. 2011-10-15 08:50:22 +00:00
py-IP Update py-IP to 0.70. 2010-02-02 11:34:52 +00:00
py-kenosis Update kenosis to 0.96. 2011-06-14 08:48:09 +00:00
py-libdnet This package has no contents to buildlink. 2011-10-16 04:23:02 +00:00
py-libpcap This package has no contentes to buildlink. 2011-10-16 04:25:33 +00:00
py-medusa distutilify. 2011-06-14 08:31:05 +00:00
py-omniORBpy update to 3.5 2011-04-21 16:35:27 +00:00
py-ORBit Fix build on SunOS. 2011-10-12 17:43:14 +00:00
py-pcap make patch 2.5.4 happy (on 64bit Linux in case it matters) 2011-05-09 11:17:22 +00:00
py-s3cmd require py-elementtree for python-2.4. 2010-10-09 09:34:07 +00:00
py-soaplib
py-soappy Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
py-spreadmodule Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
py-suds The Suds web services client is a lightweight soap-based client for python the 2011-01-12 08:04:14 +00:00
py-twisted Update to twisted 11.0.0. -- Too many changes to list. 2011-10-17 03:47:57 +00:00
py-twisted-docs Changes 10.1.0: 2010-11-04 19:40:02 +00:00
py-zsi Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
pygopherd Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
qadsl Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
quagga Replace with contents of quagga-devel, thus upgrading to 0.99.17. 2010-08-31 13:20:13 +00:00
queryperf DESTDIR support 2010-02-11 22:24:33 +00:00
quvi Update to 0.4.0 2011-10-16 07:31:57 +00:00
ra-rtsp-proxy PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
rabbitmq Updated net/rabbitmq to 2.6.1. 2011-09-29 14:00:39 +00:00
radiusclient-ng Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
radiusd-cistron PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
rancid 2.3.6 2011-01-24 14:54:57 +00:00
rbldnsd Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
rdesktop Update rdesktop to 1.7.0. 2011-05-04 14:47:18 +00:00
rdist6 Update lukem's earlier fixes to use intmax_t for printing/reading time_t 2010-06-12 19:36:00 +00:00
rinetd DESTDIR support 2010-02-11 22:35:09 +00:00
rootprobe DESTDIR support 2010-02-11 22:35:09 +00:00
rp-l2tp Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
rp-pppoe Fix DESTDIR support 2010-02-19 18:41:39 +00:00
rsync Replace whitespaces with tabs. 2011-10-19 14:47:30 +00:00
rtmpdump Update to rtmpdump version 2.4: 2011-10-08 06:09:33 +00:00
rtorrent Build this package with "-march=i486" on IA32 systems if GCC is used as 2011-09-29 16:53:14 +00:00
ruby-addressable Update ruby-addressable package to 2.2.6. 2011-06-19 02:50:20 +00:00
ruby-amqp Update ruby-amqp package to 0.8.0. 2011-09-12 13:29:22 +00:00
ruby-dnsruby dnsruby-1.52: 2011-03-21 13:22:27 +00:00
ruby-icmp * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:37:25 +00:00
ruby-net-ldap Importing net-ldap version 0.2.2. 2011-06-19 14:07:17 +00:00
ruby-net-ping Update net/ruby-net-ping package to 1.5.1. 2011-09-15 21:57:10 +00:00
ruby-netaddr * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:37:25 +00:00
ruby-rubytter Update ruby-rubytter package to 1.4.2. 2011-06-19 02:52:44 +00:00
ruby-snmp * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:38:35 +00:00
ruby-tweetstream * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:38:56 +00:00
ruby-twitter-stream Update ruby-twitter-stream to 0.1.14. 2011-07-11 11:58:35 +00:00
samba Add workaround for NetBSD 5.99.54 as samba35. 2011-08-02 14:05:27 +00:00
samba33 Add workaround for NetBSD 5.99.54 as samba35. 2011-08-02 14:05:27 +00:00
samba35 integrate the patch from the following url: 2011-10-11 20:30:00 +00:00
scamper Update scamper to 20110503. 2011-05-03 11:51:12 +00:00
scapy * No need to buildlink with python modules, simple DEPENDS is sufficient. 2011-10-16 04:16:49 +00:00
scdp
scli recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
sdig DESTDIR support 2010-02-11 22:35:09 +00:00
sdist service suspended. prevent timeout. fetch from backup. 2011-03-17 22:00:48 +00:00
SDL_net Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
sendfile adding DIST_SUBDIR and PKGREVISION since the package has changed but distinfo and version have not 2011-07-07 03:06:24 +00:00
ser regen distinfo. 2011-03-24 05:27:49 +00:00
sharity-light Fix format strings and clang build. 2011-08-29 06:22:07 +00:00
sipcalc Update sipcalc from version 1.1.4 to version 1.1.5. 2010-02-20 07:43:10 +00:00
sipsak added licensing information 2010-09-14 14:57:39 +00:00
sitescooper DESTDIR support 2010-02-11 22:46:18 +00:00
skype Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
slurm provide mirror 2010-04-19 19:39:35 +00:00
smokeping DESTDIR support 2010-01-27 17:38:00 +00:00
sniffit DESTDIR support 2010-02-11 22:46:18 +00:00
snmptt Import of snmptt 1.3 2011-04-13 10:23:47 +00:00
snort PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
snort-rules DESTDIR support 2010-01-27 17:38:00 +00:00
socat Update socat to 1.7.1.3 2010-08-12 17:54:14 +00:00
socket++ Convert to use automake instead of automake14. 2010-01-16 17:48:02 +00:00
socks4 Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
socks5 Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
solaris-tap Update to 20091116. 2011-04-14 20:20:33 +00:00
speedtouch Fix DESTDIR installation by not messing with ${PREFIX}/etc. 2010-03-24 15:36:22 +00:00
spegla Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
spread Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
spreadlogd Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
srsh service suspended. prevent timeout. fetch from backup. 2011-03-17 22:00:48 +00:00
sslh Add sslh-1.7a. 2010-07-31 17:04:47 +00:00
ssmping DESTDIR support 2010-01-27 17:38:00 +00:00
ssync service suspended. prevent timeout. fetch from backup. 2011-03-17 22:00:48 +00:00
stripes service suspended. prevent timeout. fetch from backup. 2011-03-17 22:00:48 +00:00
sup DESTDIR support 2010-02-11 22:46:18 +00:00
synergy Update synergy pacakge to 1.3.7. (leaf package) 2011-06-23 03:16:50 +00:00
synergy1.2 Make it build on non Linux systems having alloca definedi, like DragonFly. 2009-06-05 09:49:53 +00:00
sysmon Sysmon is a network monitoring tool designed to provide high performance 2010-03-10 23:37:48 +00:00
tacacs DESTDIR support 2010-01-27 17:38:00 +00:00
tcl-scotty Several changes rolled into one: 2011-09-02 08:06:55 +00:00
tcpdmerge DESTDIR support 2010-02-11 22:46:18 +00:00
tcpdpriv service suspended. prevent timeout. fetch from backup. 2011-03-17 22:00:48 +00:00
tcpdstat service suspended. prevent timeout. fetch from backup. 2011-03-17 22:00:48 +00:00
tcpdump Changes 4.1.1: 2011-02-11 12:13:13 +00:00
tcpflow Give up MAINTAINER 2009-07-17 18:00:13 +00:00
tcpick
tcpillust DESTDIR support 2010-02-11 22:57:40 +00:00
tcpreplay
tcpslice
tcptrace DESTDIR support 2010-02-11 22:57:40 +00:00
tcptraceroute DESTDIR support 2010-02-11 22:57:40 +00:00
teamspeak-client Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
teamspeak-server Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
tightvnc Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
tightvncviewer Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
tinc recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
tinyfugue Fix broken destdirization. (hi joerg) 2011-08-18 05:03:10 +00:00
tkined Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
tn5250
tnftp Turn off socks support via configure when option not enabled. 2011-03-12 12:02:09 +00:00
tnftpd Update to tnftpd-20100324: 2010-03-24 14:12:44 +00:00
tor update to 0.2.2.33 2011-10-06 18:06:15 +00:00
torrentutils Add comments to patches. 2011-03-27 23:05:22 +00:00
totd Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usage 2011-04-15 08:34:00 +00:00
traceroute-as
traceroute-nanog updated download paths 2011-01-22 14:48:00 +00:00
trafshow service suspended. prevent timeout. fetch from backup. 2011-03-17 22:00:48 +00:00
trickle revbump(1) for devel/libevent update. 2011-02-11 21:22:02 +00:00
tsclient recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
tsocks Added support for installation to DESTDIR. 2010-01-21 23:40:18 +00:00
tspc PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
ttt Fix path to bltwish. Bump revision. 2010-03-19 15:04:05 +00:00
twitux recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
ucarp recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
ucspi-ssl PR/39143 -- use generic 'perl' option instead of private one. 2011-09-17 11:12:26 +00:00
ucspi-tcp Add inet6 option using fefe's patch. Fix indentation and quell pkglint. 2011-06-09 01:47:13 +00:00
udns Switch to INSTALL_LIB 2011-01-28 09:09:40 +00:00
udpcast Not MAKE_JOBS_SAFE. 2009-10-22 13:44:18 +00:00
udptunnel DESTDIR support 2010-02-11 22:57:40 +00:00
unbound Unbound 1.4.13: 2011-09-17 22:46:50 +00:00
unfs3 Use LIBS for -lfl, not LDFLAGS. Otherwise the primary compiler check fails. 2010-02-14 20:00:12 +00:00
unison Depend on ocaml-3.11.2 per the web page (via Nicolas Thauvin). 2011-08-06 08:52:09 +00:00
unison2.32 recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
unworkable service suspended. fetch from backup. 2011-03-17 21:30:42 +00:00
upclient DESTDIR support 2010-02-11 22:57:40 +00:00
upnpinspector Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
urlgfe recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
userppp Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
uucp Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
vcheck Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
vde * LICENSE=gnu-gpl-v2 2011-03-20 09:05:54 +00:00
vinagre Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
vino Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
vnc More getline() fallout 2009-08-09 00:53:09 +00:00
vncviewer unistd.h is not the right header for select(2)! 2011-09-22 01:10:07 +00:00
vnstat png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:53:23 +00:00
vpnc -back out HAVE_GETLINE, so that this builds on pre-5.99 NetBSD 2011-05-18 12:28:50 +00:00
vsftpd PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
vtun Changes 3.0.2: 2011-03-18 10:39:07 +00:00
wakeup
walker
wap-utils recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
waste Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wget Pod2man is needed to build the manpage. 2011-10-12 17:35:15 +00:00
whatmask Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
whois3 Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
whoson Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
wide-dhcpv6 Rename own dprintf function to avoid conflicting with POSIX.1-2008 dprintf(3). 2011-09-03 08:19:57 +00:00
wimon Fixes patch for DragonFly BSD for if_wavelan_ieee.h's path. 2011-01-03 07:38:57 +00:00
wireshark Changes 1.6.2: 2011-09-09 13:02:04 +00:00
wistumbler recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wistumbler2 Fixes patch for DragonFly BSD for if_wavelan_ieee.h's path. 2011-01-03 07:38:57 +00:00
wistumbler2-gtk recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wmget recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wminet Fix do-install, the man page is installed under a different now. 2010-02-14 19:25:24 +00:00
wmnd service suspended. prevent timeout. fetch from backup. 2011-03-17 22:12:09 +00:00
wmnet Add user-destdir installation support. 2011-03-20 06:55:13 +00:00
wmpload
wol Fix build problem on system which has getline(3). 2011-05-10 14:07:48 +00:00
wpa_gui Update wpa_supplicant and wpa_gui to 0.7.3. Fix PR/40379 (recent libpcap 2011-09-03 10:33:12 +00:00
wpa_supplicant Update wpa_supplicant and wpa_gui to 0.7.3. Fix PR/40379 (recent libpcap 2011-09-03 10:33:12 +00:00
wu-ftpd Don't overwrite our permissions to make DESTDIR work. 2010-02-14 21:36:20 +00:00
x2vnc
xfce4-wavelan-plugin recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xipdump DESTDIR support 2010-02-11 22:57:40 +00:00
xmftp Finish DESTDIR support 2010-02-15 17:24:54 +00:00
xnap Finish DESTDIR support 2010-02-15 17:24:54 +00:00
xorp Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
xrmftp Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
xtraceroute recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xymon fix build issues when building with non-standard PREFIX (found by dholland) 2011-10-16 15:19:08 +00:00
xymonclient Update xymon and xymonclient to 4.3.5 2011-10-15 23:07:24 +00:00
yafc Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
yale-tftpd Include <arpa/inet.h> for inet_ntoa additionally. 2011-09-06 11:20:19 +00:00
yaz recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
youtube-dl Update to 20111019 2011-10-19 18:25:49 +00:00
ytalk Updated master site and homepage (both disappeared). 2011-07-14 00:40:13 +00:00
ywho service suspended. prevent timeout. fetch from backup. 2011-03-17 22:12:09 +00:00
zeromq Update zeromq to 2.1.10. 2011-10-04 07:59:04 +00:00
Makefile put back libpcap deleted in last update 2011-10-20 03:42:30 +00:00