pkgsrc/net
wiz 58e3eb25ae Update to 0.9.1:
* Release 0.9.1 (21-Sep-2015)

Point release to deal with PyPI upload problems. No code changes.


* Release 0.9.0 (21-Sep-2015)

** Plugins for Connection Handlers (#236)

New types of connection hints can now be used, by installing a suitable
connection handler into the Tub. These hints could point to I2P servers or
Tor hidden-service (.onion) addresses. The built-in TCP handler can be
replaced entirely to protect a client's IP address by routing all connections
through Tor. Implementation of these plugins are left as exercise for the
reader: Foolscap only provides the built-in "DefaultTCP" handler. See
doc/connection-handlers.rst for details.

** Shared Listeners are removed (#239)

Until this version, it was possible to create a single Listener that serviced
multiple Tubs (by passing the Listener returned from `l=tubA.listenOn(where)`
into `tubB.listenOn(l)`). This seemed useful a long time ago, but in fact was
not, and the implementation caused irreparable problems that were exposed
while testing the new connection handlers. So support for shared Listeners
has been removed: Tubs can still use multiple Listeners, but each Listener
now services at most one Tub. In particular, `Tub.listenOn()` now only
accepts a string, not a Listener instance.

Note that relays and redirects are still on the roadmap, but neither feature
requires sharing a Listener between multiple local Tubs.

** Extended-Form Connection Hints are removed

Support for extended-form connection hints has been removed. These were hints
with explicit key names like "tcp:host=example.org:port=12345", or
"tcp:example.org:timeout=30". They were added in the 0.7.0 release, but since
then we've realized that this is power that should not be granted to external
FURL providers.

The parser now only accepts "tcp:example.org:12345" and "example.org:12345".
Foolscap has never particularly encouraged applications to call
Tub.setLocation() with anything other than these two forms, so we do not
expect any compatibility problems.

** Option to Disable Gifts (#126)

"Gifts", more precisely known as "third-party reference introductions", occur
when one Tub sends you a message that includes a reference to some object on
a third Tub. This allows references to be passed around transparently,
without regard to which Tub they live on (yours, mine, or theirs), but allows
other Tubs to cause you to create network connections to hosts and ports of
their choosing. If this bothers you, the new `tub.setOption("accept-gifts",
False)` option instructs your Tub to reject these third-party references,
causing the calls that used them to signal a Violation error instead.

** Unreachable Tubs now fully supported (#208)

Unreachable "client-only" Tubs can be created by simply not calling either
`tub.listenOn()` nor `tub.setLocation()`. These Tubs can make outbound
connections, but will not accept inbound ones. `tub.registerReference()` will
throw an error, and Gifts delivered to third parties will not work.

Previous versions suggested using `tub.setLocation("")`: this is no longer
recommended.

** new util.allocate_tcp_port() function

To support a future deprecation of `Tub.listenOn("tcp:0")`, the new
allocate_tcp_port() function was added to return (synchronously) a
currently-unused TCP port integer. This can be used during app configuration
to decide on a listening port, which can then be passed into
`Tub.listenOn("tcp:%d" % portnum)`. This may allow Tub.setLocation() to be
called *before* the reactor is started, simplifying application startup code
(this also requires a suitable hostname or IP address, which is a separate
issue).

** Packaging/Dependency Changes

Foolscap now requires Twisted 10.1.0 or newer, to use Endpoints and
connection handler plugins.

Foolscap's logging system (specifically the twisted-to-foolscap bridge) is
now compatible with Twisted-15.2.0. The previous version had problems with
the new contents of twisted.logger's "eventDict" objects. (#235)
2015-09-30 19:24:35 +00:00
..
3proxy Update to latest release, 0.7.1.2. Fix build on OpenBSD and Bitrig, as 2015-04-06 02:26:53 +00:00
6tunnel Fixes: 2013-04-06 03:45:05 +00:00
adns recursive revbump due to net/adns update 1.4 to 1.5.0 2015-01-29 09:53:29 +00:00
aget Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
aiccu Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
airport2basestationconfig Drop spurious ONLY_FOR_PLATFORM. This package is a binary blob 2015-07-12 05:05:50 +00:00
airportbasestationconfig Remove bogus ONLY_FOR_PLATFORM. This package is just a .jar file and 2015-07-12 05:10:32 +00:00
airportmodemutility Remove bogus ONLY_FOR_PLATFORM. This package is just a .jar file (without 2015-07-12 05:12:10 +00:00
amule Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
aoe-vblade Use BROKEN_EXCEPT_ON_PLATFORM instead of ONLY_FOR_PLATFORM for package 2015-07-12 05:14:20 +00:00
apollo
argus Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
aria2 Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
arp-scan Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
arpd
arping Update to 2.15 2015-01-28 00:27:43 +00:00
arpwatch Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
autonet needs groff 2015-03-13 17:17:11 +00:00
avahi Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
awhois
balance Update balance to 3.57 2015-09-05 16:16:03 +00:00
barnyard Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
batchftp Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
bftpd Update to 3.7. Notable changes: 2013-06-01 12:13:04 +00:00
bind99 Update bind99 to 9.9.7pl3 (BIND 9.9.7-P3). 2015-09-03 00:35:03 +00:00
bind910 Update bind910 to 9.10.2pl4 (BIND 9.10.2-P4). 2015-09-03 00:33:31 +00:00
bing
bird Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
bird6 Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
bittornado Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
bittornado-gui Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
bittorrent Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
bittorrent-gui Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
bmon Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some 2015-09-08 11:57:48 +00:00
bounce SunOS needs -lsocket -lnsl. 2014-09-23 14:50:03 +00:00
bridged
bsddip Drop pointless pointer compare. 2014-03-06 15:44:21 +00:00
btget Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
btpd cloud.github.com unconditionally redirects to https. Use it directly. 2015-09-12 20:03:00 +00:00
bug-buddy Update libsoup buildlink path. 2015-06-07 14:05:57 +00:00
bwping SunOS needs -lnsl -lresolv. 2014-09-25 15:21:46 +00:00
cacti Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
cacti-spine Updated to 0.8.8c : 2015-06-11 08:45:48 +00:00
calypso Install man page. Bump PKGREVISION. 2015-02-25 21:20:16 +00:00
cclive Revbump after updating devel/boost-libs 2015-04-17 15:52:56 +00:00
ccrtp Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
cdpd 'For consistency, please add a trailing slash to "http://example.com".' 2013-04-06 12:08:38 +00:00
cftp
chimera bulk build wants openssl 2015-01-18 15:52:05 +00:00
chksniff Reset maintainer, domain no longer exists. 2013-03-28 23:59:03 +00:00
choparp Add USE_TOOLS+=nroff to packages which generate catman pages. 2013-09-12 11:15:12 +00:00
choqok Updated to latest version, 1.5. Changes include: 2015-06-30 11:48:12 +00:00
chrony Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
cia Update master site URL. 2015-06-07 11:06:43 +00:00
cidr
cisco-mibs needs gzip(1) tool 2015-03-13 17:58:39 +00:00
citrix_ica Disable on Linux too as it hangs the 32-bit bulk build. 2015-06-19 15:30:27 +00:00
clisp-rawsock
clive Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
cmu-dhcpd
cntlm Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
coda Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
coherence Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
coilmq Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
connect Correction. Add patch for Makefile, not to overwrite pkgsrc settings. 2015-03-09 09:24:35 +00:00
corebird Update libsoup buildlink path. 2015-06-07 14:05:57 +00:00
corkscrew
couriertcpd Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
csup Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
dante Update net/dante to dante-1.4.1. 2015-09-13 21:55:15 +00:00
darkstat Update darkstat to 3.0.718. 2014-12-14 08:39:56 +00:00
DarwinStreamingServer Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
dc_gui2 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
dcsharp Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
dctc Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ddclient Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
delegate Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
dgd Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
dhcpcd Update to dhcpcd-6.9.3 with the following changes: 2015-09-04 12:30:04 +00:00
dhcpcd-dbus
dhcpcd-gtk Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
dhcpcd-icons Fix distfile checksum, PR pkg/49552 2015-01-10 12:25:15 +00:00
dhcpcd-qt Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
dhcpd-pools Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
dhid Correction to LICENSE, not modified-bsd but 2-clause-bsd. 2015-03-05 15:44:57 +00:00
dhisd Fix rpath use. 2015-03-21 17:31:47 +00:00
djbdns Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
djbdns-run Based on feedback from joerg@ and riastradh@, don't save a persistent 2014-12-07 04:33:30 +00:00
dlint Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
dnscap Update net/dnscap to dnscap-141, from Benedek Gergely via pkgsrc-users@. 2015-08-14 21:08:00 +00:00
dnscheck Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
dnsdoctor MASTER_SITES has gone. 2015-03-08 16:52:06 +00:00
dnsmasq Update net/dnsmasq to dnsmasq-2.75, based on patches from Benedek Gergely via 2015-08-15 12:38:17 +00:00
dnstop Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
dnstracer Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
docsis
driftnet libungif is not relevant any longer since the GIF relevant patents 2014-05-31 15:56:26 +00:00
drill fix openssl detection 2015-03-14 14:41:07 +00:00
dtcp Update 20060109 to 20130602 2015-03-08 02:20:59 +00:00
dtcpclient Sync the logic that decides whether to pull in openssl with the makefile 2015-07-12 05:36:50 +00:00
dtorrent Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
dynipclient Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
echoping Drop one alternative of MASTER_SITES, which was not registered in DNS. 2015-04-25 09:16:49 +00:00
ed2k-gtk-gui Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
edonkey2k
ekiga Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
entropy Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
ether2dns Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
etherape Reset MAINTAINER, resigned ages ago. 2015-05-27 21:46:26 +00:00
ettercap Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some 2015-09-08 11:57:48 +00:00
ettercap-NG Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual 2015-09-07 12:02:05 +00:00
exabgp Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ez-ipupdate Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
fair-identd Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
fetch Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
filezilla Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
firewalk PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
flickcurl Update to 1.26 2015-03-07 07:26:02 +00:00
flodo Update flodo-4.20040907 to 5.0 2015-03-07 07:42:16 +00:00
flow-tools Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
fmirror
fpdns Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
fping Update to fping 3.10. 2014-05-09 15:28:53 +00:00
fping6
freeDiameter Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
freenet-tools Add socket libraries and inttypes on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:03:30 +00:00
freeradius Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
freeradius2 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
freerdp Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
ftplibpp Update HOMEPAGE (of github). 2015-03-09 10:07:40 +00:00
ftpproxy
gated Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
gcloud-golang-metadata Revbump all packages using Go after the Go update. 2015-09-13 14:34:25 +00:00
GeoIP Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
Geomyidae Update to version 0.26.3, the latest current version, which features 2015-04-19 19:21:15 +00:00
get-flash-videos Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
get_iplayer Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
gethost Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
gift Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
gift-fasttrack
gift-gnutella
gift-openft
giftcurs Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
gini
gitso Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gkrellm-multiping Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gkrellm-snmp Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gkrellm-wireless Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
glib-networking Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
gnapfetch Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
gnet Fix HOMEPAGE. 2013-08-07 12:36:08 +00:00
gnet1
gnetcat makeinfo is required to build. 2014-06-03 07:11:52 +00:00
gnome-netstatus Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gnome-nettool Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gnome-online-accounts Needs msgfmt. 2015-09-17 17:12:38 +00:00
gnome-vfs-smb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gnugk Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
go-net Revbump all packages using Go after the Go update. 2015-09-13 14:34:25 +00:00
gofish Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
gopher Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
grilo Update libsoup references in buildlink files. 2015-06-07 14:14:04 +00:00
grilo-plugins Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
grilo-testui Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
grive Revbump after updating devel/boost-libs 2015-04-17 15:52:56 +00:00
grive2 Needs pkg-config. 2015-06-25 07:37:58 +00:00
gsnmp
gssdp Update libsoup references in buildlink files. 2015-06-07 14:14:04 +00:00
gst-plugins0.10-mms
gst-plugins0.10-rtmp Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
gst-plugins0.10-soup Update libsoup buildlink path. 2015-06-07 14:05:57 +00:00
gst-plugins1-libnice Update to 0.1.13, use Makefile.common. 2015-07-14 09:17:28 +00:00
gst-plugins1-mms Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-rtmp Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-soup Update libsoup buildlink path. 2015-06-07 14:05:57 +00:00
gst-rtsp-server Update to 1.4.5. All pkgsrc patches were integrated :-) 2015-01-03 18:09:30 +00:00
gt-itm Help finding libgb without implicit -L${PREFIX}/lib. 2014-12-11 22:14:50 +00:00
gtk-gnutella Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
gtk-vnc Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
gtk_wicontrol Don't use "*BSD" in ONLY_FOR_PLATFORM as it is both an 2015-07-12 06:06:14 +00:00
gupnp Update libsoup references in buildlink files. 2015-06-07 14:14:04 +00:00
gupnp-av Installs vala files now. Bump revision. 2015-06-08 23:15:04 +00:00
gupnp-dlna Update to 0.10.3: 2015-07-29 18:07:51 +00:00
gupnp-igd Add gobject-introspection/bl3.mk. 2015-06-08 21:17:54 +00:00
gupnp-tools Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
haproxy Security update to newest version. 2015-07-04 13:13:53 +00:00
hesiod
hf6to4
hlfl Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
host Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ld 2014-08-28 10:58:18 +00:00
howl Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
hping Fix build on SunOS 2013-10-21 09:01:20 +00:00
hping3 depends on libpcap 2015-09-06 12:08:06 +00:00
hs-network Bump PKGREVISION for hs-text-1.2.1.3 2015-08-02 11:27:04 +00:00
httping Add -lintl on Darwin. 2015-03-19 14:33:35 +00:00
httptunnel (pkgsrc) 2015-03-08 12:37:43 +00:00
iana-etc empty PLIST + downloads in the build phase -> excluded from bulk builds 2015-03-05 20:29:13 +00:00
icinga-base Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
icsi-finger Fix Solaris detection; should fix Solaris build. 2014-09-11 21:27:09 +00:00
iftop Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
IglooFTP
inadyn If the update call fails, log the response from the remote service 2015-08-14 20:24:27 +00:00
iodine Update to 0.7.0, fixing a security issue. 2014-06-26 18:54:09 +00:00
ipcalc Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ipcheck Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
iperf Apply patch from upstream's issue 38 to prevent iperf from using 100% CPU 2014-11-28 10:30:52 +00:00
iperf3 link network libs on SunOS 2015-06-07 14:05:08 +00:00
ipgrab Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
iplog Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
ipv6calc Update ipv6calc to 0.94.1, patches by Sebastian Wiedenroth. 2013-10-21 09:22:43 +00:00
ipw Remove dead home page URL. 2014-07-27 08:38:33 +00:00
irrd Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
irrtoolset5 Be consistent about rslparse. 2013-08-31 08:44:49 +00:00
isc-dhclient4 Update isc-dhcp4 and related packages to 4.3.1. 2014-10-14 13:53:00 +00:00
isc-dhcp4 Update ISC DHCP packages to 4.3.3. 2015-09-27 06:58:11 +00:00
isc-dhcpd4 Update isc-dhcp4 and related packages to 4.3.1. 2014-10-14 13:53:00 +00:00
isc-dhcrelay4 Update isc-dhcp4 and related packages to 4.3.1. 2014-10-14 13:53:00 +00:00
ishell Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
isic
istgt bulk build wants openssl 2015-01-18 15:52:05 +00:00
jftpgw Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
jigdo Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
jumpgate
jwhois
kdenetwork-filesharing Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdenetwork-strigi-analyzers Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdenetwork3 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kftpgrabber Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
kget Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kiax Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kismet Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
kmldonkey Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kmldonkey-kde3 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
knock PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
knot fix rc script 2015-06-30 13:17:10 +00:00
kopete Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kphone Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kppp Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
krdc Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
krfb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
ktorrent Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ktorrent-kde3 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
LaBrea PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
lambdamoo Link explicitly against libm. 2013-11-06 13:31:38 +00:00
lambdamoo-core
lambdamoo-doc
latd Fix const use. 2014-08-13 22:35:29 +00:00
ldns Fix for perl-5.22. 2015-06-18 13:04:29 +00:00
lft PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
lftp Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual 2015-09-07 12:02:05 +00:00
libares
libasyncns
libbind I have no idea why I was maintaining this package. 2014-10-03 11:51:54 +00:00
libcares Don't play games with CFLAGS/CPPFLAGS and munging -isystem, fixes SunOS. 2013-12-13 10:42:57 +00:00
libcmis Revbump after updating devel/boost-libs 2015-04-17 15:52:56 +00:00
libdlna Recursive revbump from pkgsrc/multimedia/libvpx (buildink3.mk). 2015-06-30 10:02:21 +00:00
libdmapsharing Update libsoup buildlink path. 2015-06-07 14:05:57 +00:00
libdmapsharing3 Update libsoup references in buildlink files. 2015-06-07 14:14:04 +00:00
libdnet
libexosip Make variable name match PKGNAME. 2015-07-10 09:55:15 +00:00
libfetch When the openssl option is enabled, ensure that the openssl libraries 2015-08-13 21:49:47 +00:00
libgdata Update comments for gnome option. 2015-07-12 00:48:14 +00:00
libgdata0.6 Re-import libgdata-0.6.6nb16 as net/libgdata0.6 before updating libgdata. 2015-07-11 16:41:55 +00:00
libIDL Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
libktorrent Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
liblive Update to 20141211. Set LICENSE. 2014-12-13 09:20:02 +00:00
libmms Update to 0.6.4: 2014-04-17 11:15:09 +00:00
libnice Add upstream bug report. 2015-07-14 09:22:31 +00:00
libnids Symbols for inline functions are not exported when built with clang. 2015-01-26 15:52:18 +00:00
libnipper Add a number of includes hidden by libstdc++'s name space pollution. 2013-04-29 21:31:09 +00:00
libpcap Thursday Feb. 12, 2015 guy@alum.mit.edu/mcr@sandelman.ca 2015-03-11 21:05:09 +00:00
libquvi Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
libquvi-scripts Update to 0.4.21: 2013-12-05 23:31:35 +00:00
libradius Use nbcompat, add patch comments. Fixes build on SunOS. 2015-07-09 12:07:38 +00:00
librsync Use the slightly better DESCR from devel/librsync. 2015-09-17 17:55:10 +00:00
libsoup Remove gobject-introspection here -- this is only a build dependency 2015-06-08 14:52:33 +00:00
libsscript Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
libtorrent Attempt to fix build problems of "rtorretn" on 32bit platforms like 2014-11-04 08:36:17 +00:00
libtrace Account for the files installed on FreeBSD 2015-03-02 23:30:45 +00:00
libupnp Set MAINTAINER to pkgsrc-users. 2015-03-15 17:09:00 +00:00
libvncserver Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
libzrtpcpp Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
linc Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
lldpd Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
llnlxdir
llnlxftp Fix return types. 2013-03-02 17:59:40 +00:00
logjam Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
lopster
lua-socket Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
maradns Update to 2.0.13 2015-09-26 07:40:25 +00:00
mbrowse Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mcast-tools
md-whois Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
mDNSResponder Use -install_name on OSX to fix installed dylib. 2015-08-29 17:41:07 +00:00
mDNSResponder-nss
microdc2 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
mikutter Update to mikutter 3.2.9. 2015-09-27 06:52:53 +00:00
mimms (pkgsrc) 2015-01-29 02:46:25 +00:00
miniupnpd Changes 2015/09/22: 2015-09-30 12:00:44 +00:00
miredo client-hook isn't an rc.d script, and the binary doesn't look for it in 2014-05-06 14:59:18 +00:00
mirror Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
miruo Fix github tag to enable make fetch. 2015-05-21 13:20:57 +00:00
mitmproxy Update net/mitmproxy to mitmproxy-0.13. 2015-08-23 14:32:24 +00:00
mldonkey Update net/mldonkey* to 3.1.5. 2015-09-14 06:03:58 +00:00
mldonkey-gui Update net/mldonkey* to 3.1.5. 2015-09-14 06:03:58 +00:00
modpcap Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:01:49 +00:00
mono-nat Bring mono-nat, monotorrent and monsoon into mono4 world 2015-07-06 04:46:10 +00:00
monotorrent Bring mono-nat, monotorrent and monsoon into mono4 world 2015-07-06 04:46:10 +00:00
monsoon Bring mono-nat, monotorrent and monsoon into mono4 world 2015-07-06 04:46:10 +00:00
mosh Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
mouse-pppoe Fixes: 2013-04-06 03:45:05 +00:00
mping Fix build on SunOS. Patches from Sebastian Wiedenroth. 2013-12-10 13:59:16 +00:00
mppe-lkm Mark this unavailable on NetBSD 6.0+ until such time as someone ports 2013-06-01 22:42:49 +00:00
mrstat
mrt Don't use IP_PKTINFO on NetBSD. 2013-08-30 22:39:27 +00:00
mrtg Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
msdl Set MAINTAINER to pkgsrc-users. 2015-03-15 18:31:52 +00:00
mtftpd
mtr Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
mydns-mysql Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
mydns-pgsql Bump PostgreSQL default version to 9.3. 2014-06-10 14:21:37 +00:00
nagios-base Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
nagios-nrpe Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
nagios-nsca Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
nagios-plugin-dnsrbl Remove commented PKGREVISION. Remove DESTDIR=user-destdir, which is default 2015-03-22 19:42:53 +00:00
nagios-plugin-dotpid Update check_dotpid to 0.4 2015-09-14 13:46:25 +00:00
nagios-plugin-dumpdates Updated to version 0.2. No ChangeLog provided. 2015-04-03 18:04:56 +00:00
nagios-plugin-fstab Update check_fstab to 0.3 2015-09-14 13:53:03 +00:00
nagios-plugin-gfbricks Add nagios-plugin-gfbricks 2015-09-25 13:20:36 +00:00
nagios-plugin-ldap Sync with net/nagios-plugins. 2015-04-03 18:18:00 +00:00
nagios-plugin-milter milter monitoring pluging for nagios 2013-10-01 03:37:15 +00:00
nagios-plugin-mysql Sync with nagios-plugins. Fixes broken build on FreeBSD. 2015-05-17 21:23:28 +00:00
nagios-plugin-mysqlslave Add nagios-plugin-mysqlslave 2015-09-25 13:18:45 +00:00
nagios-plugin-pgsql Sync with nagios-plugins. Fixes broken build on FreeBSD. 2015-05-17 21:23:28 +00:00
nagios-plugin-radius Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
nagios-plugin-raidctl Fix permission for setuid binary 2014-10-14 13:27:45 +00:00
nagios-plugin-snmp Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
nagios-plugin-spamd Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
nagios-plugin-syncrepl Remove PKG_DESTDIR_SUPPORT=user-destdir, which is default. 2015-03-22 19:51:06 +00:00
nagios-plugins Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
nagstamon Update nagstamon to 1.0.1, ok imil@ 2015-07-03 14:41:42 +00:00
nam Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
nap Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some 2015-09-08 11:57:48 +00:00
napshare
nasd Use BROKEN_EXCEPT_FOR_PLATFORM for package that needs porting. Also, 2015-07-12 06:20:01 +00:00
nbtscan Add distfile patch: 2014-11-23 00:05:30 +00:00
ncftp3 Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
nemesis PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
net-snmp Support Crossbow VNICs. Patch by Ben Rockwood, previously of Joyent. 2015-08-20 13:51:03 +00:00
net6 Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
netatalk22 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
netatalk30 Disable DTrace support under NetBSD because it breaks the build. 2015-08-24 22:00:57 +00:00
netbsd-iscsi-initiator 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
netbsd-iscsi-target 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
netcat Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
netcat-openbsd Use YYYYMMDD as version instead of "1". 2015-03-13 16:10:08 +00:00
netcat6 Hand in maintainership. 2013-04-13 07:55:01 +00:00
netdisco Fix make syntax. 2015-09-12 23:00:08 +00:00
netgroup
netname Revert previous: already fixed in patch-aa 2013-03-14 14:20:58 +00:00
netpipes
nfdump Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
ngrep Fix build with GNU Make 4.0 and newer. 2014-01-14 22:43:19 +00:00
nicotine Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
nicovideo-dl Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN. 2015-06-29 11:06:46 +00:00
nidentd Fixes: 2013-04-06 03:45:05 +00:00
nipper
nload Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
nmap Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
nocol Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
nprobe
ns Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
nsd NSD 4.1.5 2015-09-21 13:38:52 +00:00
nslint
nstx
ntop Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual 2015-09-07 12:02:05 +00:00
ntp4 Update ntp4 to 4.2.8p3. 2015-06-30 16:08:21 +00:00
ocaml-ipaddr Recursive revbump associated with lang/ocaml update. 2015-08-07 11:20:32 +00:00
ocamlnet Recursive revbump associated with lang/ocaml update. 2015-08-07 11:20:32 +00:00
ocsinventory-agent Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ocsync Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
oidentd document NOT_FOR_PLATFORM 2015-01-04 03:41:59 +00:00
oinkmaster Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
omniNotify
omniORB Ensure we set rpath in SunOS build, fixes check-shlibs. 2014-07-25 16:23:35 +00:00
openag prevent hidden dependency on curl, instead of wget, using wget as a tool. 2014-02-15 03:21:43 +00:00
openconnect Import openconnect-7.04 as net/openconnect, packaged for wip by 2015-03-02 15:27:58 +00:00
openh323 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
openntpd Update to 5.7p4, provided by Paul B. Henson in PR 49930: 2015-07-03 12:31:12 +00:00
openresolv openresolv-3.7.1 has been released with the following changes: 2015-09-29 09:19:48 +00:00
openslp Remove pkg_views support, second part: infrastructure. 2014-12-30 15:13:19 +00:00
openvmps Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
openvpn use the correct version in solaris-tap's bl3.mk. 2015-09-22 02:38:32 +00:00
openvpn-acct-wtmpx Update checksums for openvpn update. 2014-12-03 10:09:33 +00:00
openvpn-nagios bulk build wants openssl 2015-01-18 16:01:37 +00:00
openwbem Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ORBit Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ORBit2 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ortp Wrapping a macro in a do while(0) loop works better when including the do. 2015-06-08 13:43:45 +00:00
overnet
owncloudclient Update to 1.8.4 2015-08-05 15:17:21 +00:00
p5-Cisco-Abbrev Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Danga-Socket Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Data-Stream-Bulk Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-DNS-LDNS Don't use PKGVERSION, the infrastructure already does. Also avoid 2015-07-03 12:47:16 +00:00
p5-DNS-ZoneParse Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-File-RsyncP Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-FusionInventory-Agent Add a missing PERL5_PACKLIST entry, should fix build with new perl 2015-06-24 18:07:45 +00:00
p5-FusionInventory-Agent-Task-Network Set packlist name. 2015-08-14 20:59:10 +00:00
p5-gcap Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Geo-IP Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Geo-IPfree Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-grake Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-IO-Interface Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-IO-SessionData Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-IO-Socket-INET6 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-IO-Socket-Multicast Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-IP-Country Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net Update to 3.07: 2015-08-06 11:04:43 +00:00
p5-Net-Akismet Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Amazon Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Net-Amazon-S3 Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Net-AMQP Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Bind Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Bonjour Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-CIDR-Lite Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-CIDR-Set Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Daemon Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-DBus Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Dev-MIBLoadOrder Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-DHCP Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-DNS Update to 1.02: 2015-09-30 19:15:44 +00:00
p5-Net-DNS-Resolver-Programmable Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Net-DNS-Zone-Parser Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-DNSServer Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Domain-TLD Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-eBay Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Frame Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Frame-Dump Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Frame-Layer-IPv6 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Frame-Simple Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-FTPSSL Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-GitHub Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Gnats Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Google Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Google-AuthSub Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Google-Code Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Ident Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-INET6Glue Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Interface Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-IP Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-IPv4Addr Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-IPv6Addr Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Jifty Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Net-LDAP-Server Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Libdnet Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Libdnet6 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-LibIDN Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-MAC Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-NBName Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-OAuth Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Net-OpenID-Common Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-OpenID-Consumer Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Net-Packet Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Pcap Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-RawIP Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Server Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Server-SS-PreFork Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-SMTP-TLS Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-SNMP Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Net-SNMP-Mixin Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-SSH-Expect Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Telnet Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Telnet-Cisco Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Net-TFTP Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Trac Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Twitter Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Net-Write Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-XMPP Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-XWhois Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Net-Z3950-ZOOM Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-NetAddr-IP Update to 4.078 2015-08-20 23:44:05 +00:00
p5-NetPacket Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Nmap-Parser Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-POE-Component-Client-DNS Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-POE-Component-Client-Ident Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-POE-Component-SNMP Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-RADIUS Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-RadiusPerl Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Regexp-Common-net-CIDR Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Regexp-IPv6 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-RPC-XML Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-RT-Client-REST Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-SNMP-Info Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-SNMP-MIB-Compiler Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-SNMP_Session Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-SOAP-Lite Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Socket6 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Test-DNS Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Test-RequiresInternet Update to 0.05: 2015-08-06 08:30:31 +00:00
p5-Test-TCP Update to 2.14 2015-09-30 11:38:41 +00:00
p5-umph Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Umph-Prompt Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-WebService-Google-Reader Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-WebService-MusicBrainz Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-X500-DN Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Zabbix-Sender Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
packit PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
paris-traceroute Fix build on SunOS (needs -lsocket -lnsl and strings.h for bzero()). 2014-09-25 16:08:24 +00:00
parpd Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
partysip Link network libs on SunOS 2014-02-22 14:08:58 +00:00
pchar Fix "abs(int) is ambiguous" and make sure _XOPEN_SOURCE and __EXTENSIONS__ are not both defined 2014-02-24 12:49:56 +00:00
pconsole Regenerate. 2015-07-07 11:41:51 +00:00
pear-Net_DIME
pear-Net_IDNA2
pear-Net_LDAP2 Update to 2.1.0 2014-07-19 02:50:41 +00:00
pear-Net_LDAP3 Utilize PEAR_PACKAGE_XML and add prefix ${PHP_PKG_PREFIX} to PKGNAME as 2015-08-23 15:36:20 +00:00
pear-Net_Sieve Update pear-Net_Sieve to 1.3.4. 2015-02-01 16:42:01 +00:00
pear-Net_SMTP Update pear-Net_SMTP to 1.7.1. 2015-09-13 04:28:11 +00:00
pear-Net_Socket Changes 1.0.14: 2014-07-23 14:06:10 +00:00
pear-Net_URL
pear-Net_URL2 Update pear-Net_URL2 to 2.2.0. 2015-08-30 09:02:43 +00:00
pear-SOAP
pen Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
perlbal Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
pfnet Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
php-ftp Reset PKGREVISION with updating of php54, php55 and php56. 2015-03-20 16:33:28 +00:00
php-geoip
php-snmp
php-soap
php-sockets Use -D_XOPEN_SOURCE=500 on SunOS for msghdr extensions. 2014-01-22 12:26:11 +00:00
php-xmlrpc Reset PKGREVISION with updating of php54, php55 and php56. 2015-03-20 16:33:28 +00:00
php-yaz Update php-yaz to 1.1.9. 2015-08-30 14:40:58 +00:00
pim6dd Use socklen_t. Don't bail out on K&R promotion warnings for clang. 2013-09-10 14:36:37 +00:00
pim6sd Include stdlib.h for newer yacc 2015-02-10 19:28:29 +00:00
pload Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
podcastdl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
poink Link network libs on SunOS 2014-02-22 14:16:06 +00:00
polsms Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
poptop Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
portmap Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
powerdns Change powerdns dependency from polarssl to mbedtls. Streamline bl3 setup 2015-06-12 10:50:57 +00:00
powerdns-ldap Change powerdns dependency from polarssl to mbedtls. Streamline bl3 setup 2015-06-12 10:50:57 +00:00
powerdns-mysql Change powerdns dependency from polarssl to mbedtls. Streamline bl3 setup 2015-06-12 10:50:57 +00:00
powerdns-pgsql Change powerdns dependency from polarssl to mbedtls. Streamline bl3 setup 2015-06-12 10:50:57 +00:00
powerdns-recursor Update net/powerdns-recursor to 3.7.3 (previous commit was 3.7.2). 2015-06-10 14:40:07 +00:00
pppd Expand ONLY_FOR_PLATFORM: the package internally thinks it supports 2015-07-12 06:25:37 +00:00
pptp
proftpd Package ProFTPD using DSO (Dynamic Shared Objects) support. 2015-09-25 10:01:36 +00:00
proftpd-geoip Package ProFTPD using DSO (Dynamic Shared Objects) support. 2015-09-25 10:01:36 +00:00
proftpd-ldap Package ProFTPD using DSO (Dynamic Shared Objects) support. 2015-09-25 10:01:36 +00:00
proftpd-memcached Package ProFTPD using DSO (Dynamic Shared Objects) support. 2015-09-25 10:01:36 +00:00
proftpd-mysql Package ProFTPD using DSO (Dynamic Shared Objects) support. 2015-09-25 10:01:36 +00:00
proftpd-odbc Package ProFTPD using DSO (Dynamic Shared Objects) support. 2015-09-25 10:01:36 +00:00
proftpd-postgresql Package ProFTPD using DSO (Dynamic Shared Objects) support. 2015-09-25 10:01:36 +00:00
proftpd-sqlite Package ProFTPD using DSO (Dynamic Shared Objects) support. 2015-09-25 10:01:36 +00:00
proxycheck
proxytunnel Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
publicfile Fix various prototypes and missing inclueds. 2013-05-23 14:57:32 +00:00
publicfile-run Add publicfile-run, a package that creates the users and group 2015-01-27 23:01:31 +00:00
puf Update puf to 1.0.0. Changeset from Thomas Merkel. 2013-10-24 11:00:49 +00:00
pure-ftpd note pure_ftpd_flags="" for configuration 2015-03-09 12:44:06 +00:00
pxe Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
py-adns recursive revbump due to net/adns update 1.4 to 1.5.0 2015-01-29 09:53:29 +00:00
py-amqp 1.4.6 2014-11-09 20:18:33 +00:00
py-apache-libcloud Updated py-apache-libcloud to 0.17.0 2015-02-23 10:46:31 +00:00
py-beanstalkc Import py27-beanstalkc-0.4.0 as net/py-beanstalkc. 2014-06-08 22:55:51 +00:00
py-boto Update net/py-boto to 2.37.0. 2015-04-05 21:38:32 +00:00
py-caldav Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-celery 3.1.16 2014-11-09 20:47:58 +00:00
py-dns Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-dns3 Removing python26. EOL'd quite some ago and discussed a couple times on 2015-04-13 23:12:40 +00:00
py-dpkt Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-dropbox Update net/py-dropbox to 2.2.0. 2015-04-05 22:07:31 +00:00
py-eventlib Removing python26. EOL'd quite some ago and discussed a couple times on 2015-04-13 23:12:40 +00:00
py-foolscap Update to 0.9.1: 2015-09-30 19:24:35 +00:00
py-GeoIP Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-gevent Use __builtin_unreachable on Clang instead of the broken C11 hack. 2014-11-10 18:09:10 +00:00
py-google Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-hatop Removing python26. EOL'd quite some ago and discussed a couple times on 2015-04-13 23:12:40 +00:00
py-hpack Import net/py-hpack as py-hpack-1.1.0 (needed to update net/mitmproxy). 2015-08-23 14:06:11 +00:00
py-IP Update to 0.81 2014-07-28 02:38:24 +00:00
py-ipaddress Update to 1.0.14, changes not found. 2015-08-06 08:09:47 +00:00
py-irclib Extract everything as text. 2015-03-26 15:57:12 +00:00
py-junos-eznc Removing python26. EOL'd quite some ago and discussed a couple times on 2015-04-13 23:12:40 +00:00
py-kenosis Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-kombu 3.0.23 2014-11-09 20:40:01 +00:00
py-libdnet Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-libpcap Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-medusa Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-metar Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-ncclient Removing python26. EOL'd quite some ago and discussed a couple times on 2015-04-13 23:12:40 +00:00
py-netaddr py-netaddr is a Python library for representing and manipulating 2014-09-02 13:48:13 +00:00
py-netifaces Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-netlib Update net/py-netlib to py-netlib-0.13.1. 2015-08-23 14:31:25 +00:00
py-netsnmp Fix buiding py-netsnmp 2015-01-09 14:00:00 +00:00
py-omniORBpy Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-ORBit Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-pcap Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-ptt
py-s3cmd Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-simplesoap Import py27-simplesoap-1.10 as net/py-simplesoap. 2014-04-22 00:07:52 +00:00
py-smb Fixes: 2013-04-06 03:45:05 +00:00
py-soaplib Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-soappy Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-socketpool Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-softlayer Drop trailing '/' from DEPENDS lines. Found by Bernhard Riedel. 2015-02-07 22:06:52 +00:00
py-softlayer_messaging Import py27-softlayer_messaging-1.0.3 as net/py-softlayer_messaging. 2014-06-08 23:09:53 +00:00
py-spreadmodule Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-suds Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-tweepy Add Tweepy 2.3.0, a python API for Twitter. 2014-06-13 20:11:17 +00:00
py-twisted Update to 15.4.0: 2015-09-06 20:35:58 +00:00
py-twisted-docs Stop using "pax -rw -pe", it doesn't work. Use "-pp" instead. 2014-06-27 00:25:20 +00:00
py-twython Added dependency over security/py-requests-oauthlib needed for Twitter 2014-05-08 15:36:57 +00:00
py-zmq Update py-zmq to 14.4.1. 2014-11-15 02:09:46 +00:00
py-zsi Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
pygopherd Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
qadsl
quagga Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
queryperf
quvi Revbump for Lua multiversion support. 2014-05-03 13:14:36 +00:00
ra-rtsp-proxy Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
rabbiter Allow this package build on Ruby 2.2. 2015-06-11 17:41:00 +00:00
rabbitmq Update net/rabbitmq to 3.5.5. 2015-09-25 07:17:37 +00:00
rabbitmq-c Update net/rabbitmq-c to 0.7.0. 2015-08-26 01:01:34 +00:00
Radicale Update Radicale to 1.0.0 2015-09-25 16:49:32 +00:00
radiusclient-ng Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
radiusd-cistron Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
radsecproxy needs openssl 2015-03-15 19:10:28 +00:00
rancid Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
rbldnsd 0.997a (23 Jul 2013) 2014-05-30 21:06:39 +00:00
rdesktop Add "share/rdesktop/keymaps/sk" to the package list. 2015-02-15 08:52:51 +00:00
rdist6
remmina Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
remmina-plugins Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
rinetd Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
rootprobe Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 12:37:32 +00:00
rp-l2tp
rp-pppoe Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
rsync NetBSD extended attribute support, from upstream 2015-09-14 14:00:01 +00:00
rtmpdump Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
rtorrent Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
ruby-addressable Update ruby-addressable to 2.3.8. 2015-06-08 15:02:16 +00:00
ruby-amq-client Apply the same Ruby restrictions as ruby-amq-protocol has. 2015-09-15 20:54:44 +00:00
ruby-amq-protocol Drop support for Ruby 1.9.3. Noted by joerg@ and thanks! 2015-09-15 03:06:58 +00:00
ruby-amqp Apply the same Ruby restrictions as ruby-amq-protocol has. 2015-09-15 20:54:44 +00:00
ruby-dnsruby Update HOMEPAGE. 2015-09-26 15:11:01 +00:00
ruby-domain_name Update ruby-domain_name to 0.5.24. 2015-06-08 15:06:39 +00:00
ruby-em-socksify Add ruby-em-socksify pacakge version 0.3.0. 2013-09-15 18:46:56 +00:00
ruby-icmp
ruby-ipaddress Import net/ruby-ipaddress into pkgsrc. 2014-06-03 13:46:00 +00:00
ruby-net-dhcp Import net-dhcp as net/ruby-net-dhcp. 2015-01-19 20:37:07 +00:00
ruby-net-ldap Update HOMEPAGE. 2015-09-26 15:11:01 +00:00
ruby-net-ping Update HOMEPAGE. 2015-09-26 15:11:01 +00:00
ruby-netaddr
ruby-netrc Update ruby-netrc to 0.10.3. 2015-03-13 15:09:52 +00:00
ruby-rubytter Update ruby-rubytter to 1.5.1. 2013-09-15 14:37:54 +00:00
ruby-snmp Allow this package build on Ruby 2.2. 2015-06-08 15:09:20 +00:00
ruby-soap4r * Add support for pkg_alternatives. 2015-06-08 15:13:02 +00:00
ruby-stompserver Update HOMEPAGE. 2015-09-26 15:11:01 +00:00
ruby-tw Allow this package build on Ruby 2.2. 2015-06-11 17:37:09 +00:00
ruby-twitter Allow this package build on Ruby 2.2. 2015-06-11 17:37:09 +00:00
ruby-twitter-stream Set MAINTAINER to pkgsrc-users. 2015-03-15 17:41:58 +00:00
ruby-userstream Correct dependency to textproc/ruby-yajl; do not override gemspec yajl 2015-09-27 04:11:36 +00:00
samba Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
samba4 Update to 4.3.0 2015-09-28 17:37:04 +00:00
scamper Update scamper to 20141101 (PR pkg/49353) 2014-11-16 05:17:24 +00:00
scapy Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
scdp
scli Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
sdig Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
sdist Use PKGBASE in config file name (match net/ssync/Makefile). 2013-03-14 17:23:12 +00:00
SDL2_net Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
SDL_net Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
sendfile
ser locks only exists for pthread_mutex_lock and friends, don't use it 2015-02-19 22:27:15 +00:00
sharity-light
sipcalc Update to 1.1.6. Changes: 2015-08-26 21:40:24 +00:00
sipsak Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
sitescooper Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
slurm Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
smokeping Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
sniffit Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
sniproxy Update sniproxy to 0.4.0 2015-06-04 22:14:22 +00:00
snmptt Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
snort Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
snort-rules
socat Update socat to 1.7.3.0. From Ben Gergely in PR pkg/49996. 2015-07-25 14:43:23 +00:00
socket++ Partial pkglint cleanup. 2013-01-26 22:14:10 +00:00
socks4 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
solaris-tap use the correct version in solaris-tap's bl3.mk. 2015-09-22 02:38:32 +00:00
speedtouch Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
spegla
spread Regenerate for lost patches. 2015-06-18 19:01:34 +00:00
spreadlogd Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
srsh Revive MASTER_SITES. 2013-03-14 16:02:39 +00:00
sslh Since sslh-1.17, argument to -F can no longer be separated from 2015-07-19 16:49:41 +00:00
ssmping
ssync Revive MASTER_SITES. 2013-03-14 16:36:48 +00:00
stripes Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
sup libutil is needed on FreeBSD for fparseln. 2014-06-19 07:12:44 +00:00
syncffsd Missing file from initial package import 2015-09-30 13:18:27 +00:00
synergy Updated net/synergy to 1.7.4 2015-08-26 10:57:05 +00:00
sysmon Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
tacacs Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
tacacs-shrubbery Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
tcl-scotty Update homepage - according to archive.org, the URL entered in 2006 2015-09-14 11:30:49 +00:00
tcpdmerge Fix spelling of noreturn to match what any newer GCC compatible compiler 2013-09-10 14:38:22 +00:00
tcpdpriv PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
tcpdstat PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
tcpdump Monday March. 11, 2015 guy@alum.mit.edu 2015-03-11 21:07:46 +00:00
tcpflow PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
tcpick Fix inttypes on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 12:36:35 +00:00
tcpillust Fix signature of main. Fix missing string.h. Request compat from TCL. 2014-02-21 20:31:08 +00:00
tcpreplay Make tcpreplay build on Darwin 2013-11-19 03:07:49 +00:00
tcpslice Update to 1.2a3 (2005). No change log. 2014-08-14 19:44:53 +00:00
tcptrace Fix owin calculation on 64bit machine. These subtraction must be done 2015-01-20 08:29:22 +00:00
tcptraceroute PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
teamspeak-client Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
teamspeak-server Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
tigervnc Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
tightvnc ROP_UNROLL_CASE63() wants a RROP_UNROLL_CASE32 that doesn't exist, 2015-08-08 23:37:56 +00:00
tightvncviewer
tinc Changes 1.0.26: 2015-07-20 17:44:41 +00:00
tinyfugue Pick output name that is going to work. Make signal handler test more 2013-05-28 19:03:49 +00:00
tkined Update homepage - according to archive.org, the URL entered in 2006 2015-09-14 11:17:25 +00:00
tn5250 Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
tnftp replace optional socks5 dependencies with net/dante 2015-09-30 08:25:37 +00:00
tnftpd Reset maintainer, lukem has no pkgsrc capabilities. 2015-02-24 08:58:56 +00:00
tor Update to 0.2.6.10: 2015-07-19 12:04:47 +00:00
torrentutils Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
totd
traceroute-as
traceroute-nanog
trafshow Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
transmission Simplify PKGNAME. 2015-01-10 20:48:58 +00:00
transmission-gtk Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
transmission-qt Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
trickle added support for MacOS X (which is a BSD-style UNIX system, too) 2014-07-06 12:48:03 +00:00
tsclient Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
tsocks "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
tspc Use BROKEN_EXCEPT_ON_PLATFORM for package requiring porting. This 2015-07-12 06:31:26 +00:00
ttt Honour system CFLAGS. Fix build with TCL 8.6. Bump revision. 2014-02-04 00:19:54 +00:00
twittering-mode Sorry, removing garbage. 2013-06-14 14:03:50 +00:00
twitux Update libsoup buildlink path. 2015-06-07 14:05:57 +00:00
u6rd Add u6rd-1.7.1 based on packaging provided in PR#47254 2014-04-19 17:34:01 +00:00
ucarp Add SIOCGLIFHWADDR support on newer SunOS. Bump PKGREVISION. 2013-12-10 17:56:23 +00:00
ucspi-ssl Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ucspi-tcp Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
udns Upgrade to 0.4: 2014-02-24 19:29:02 +00:00
udpcast Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
udptunnel
uftp wants to link with pthreads 2015-03-15 16:51:17 +00:00
unbound Unbound 1.5.4 2015-07-15 18:09:05 +00:00
unfs3 flex (libfl) is a runtime dependency. 2014-07-24 13:22:36 +00:00
unison Recursive revbump associated with lang/ocaml update. 2015-08-07 11:20:32 +00:00
unison2.32 Recursive revbump associated with lang/ocaml update. 2015-08-07 11:20:32 +00:00
unison2.40 Recursive revbump associated with lang/ocaml update. 2015-08-07 11:20:32 +00:00
unworkable Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
upclient Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
upnpinspector Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
urlgfe Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
userppp
uucp Provide __COPYRIGHT and __RCSID if missing. This has USE_FEATURES+=cdefs 2014-06-29 19:18:28 +00:00
vcheck Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
vde
vinagre Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
vino Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
vnc Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
vncviewer Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
vnstat Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
vpnc use the correct version in solaris-tap's bl3.mk. 2015-09-22 02:38:32 +00:00
vpnc-script Import vpnc-script-20140805 as net/vpnc-script, packaged for wip 2015-03-02 15:24:12 +00:00
vsftpd Enable ssl by default, bump PKGREVISION 2014-10-12 10:25:05 +00:00
vtun use the correct version in solaris-tap's bl3.mk. 2015-09-22 02:38:32 +00:00
wakeup
walker Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
wap-utils Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some 2015-09-08 11:57:48 +00:00
waste
wget Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
wgetpaste Update 2.20 to 2.25 ChangeLog unknown. 2014-12-13 14:27:35 +00:00
whatmask
whois3 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
whoson Update 2.03 to 2.05 2014-12-13 14:22:05 +00:00
wide-dhcpv6 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
wimon Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
wireshark Update to wireshark-1.12.7. 2015-09-12 19:03:59 +00:00
wistumbler
wistumbler2 Add MirBSD and Bitrig to ONLY_FOR_PLATFORM. They most likely won't 2015-07-12 06:40:46 +00:00
wistumbler2-gtk Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
wmget Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
wminet Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
wmnd Update to 0.4.17 (released 2012). Changes: 2013-11-16 07:17:24 +00:00
wmnet Add support for CFLAGS 2015-08-06 22:29:04 +00:00
wmpload
wol Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
wpa_gui Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
wpa_supplicant Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
wu-ftpd The SUNET archive is being decomissioned ( http://ftp.sunet.se/news.html ) 2015-02-07 22:49:31 +00:00
x2vnc Remove dga from PKG_SUGGESTED_OPTIONS, and add a note that is breaks 2015-04-23 09:17:48 +00:00
xfce4-wavelan-plugin Update to 0.5.12. 2015-06-29 11:02:30 +00:00
xfindproxy Update to 1.0.4: 2015-04-17 07:06:43 +00:00
xipdump Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
xl2tpd rc.d scripts live in share/examples/rc.d/ 2015-06-01 14:01:21 +00:00
xmftp Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
xnap
xorp Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
xrmftp Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
xtraceroute Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
xymon Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
xymonclient Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
yafc Fix readline use. 2014-04-17 20:27:32 +00:00
yale-tftpd Add USE_TOOLS+=nroff to packages which generate catman pages. 2013-09-12 11:15:12 +00:00
yaz Not MAKE_JOBS_SAFE. 2015-08-10 19:30:42 +00:00
youtube-dl Fix DEPENDENCY pattern on mozilla-rootcerts-ssl. 2015-09-12 20:14:39 +00:00
ytalk Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
ywho Revive MASTER_SITES. 2013-03-14 17:06:12 +00:00
zeroconf-ioslave Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
zeromq Fix build on SunOS. 2015-09-30 10:45:10 +00:00
zsync USE_LANGUAGES=c99, fixes build on SunOS. 2013-10-29 10:54:38 +00:00
Makefile remove net/socks5 successor net/dante 2015-09-30 05:09:51 +00:00