pkgsrc/net
wiz 76647b44b0 Update to 0.4.20:
Version 0.4.20                                       [2008-07-29]
=================================================================
focus: minor improvements

* Fixed some typos in the manual page

* Upgraded license to GPLv3

* --version: prints now build date and cleaned up the print out

* src/clive/util.py: added

* update config.{guess,sub} (sr #2064):

    * Upgraded autoconf: 2.61 -> 2.62 (automake: 1.10.1)

    * config.guess: replaced version 2003-07-02 with 2008-03-12

    * config.sub: replaced version 2003-07-04 with 2008-03-26

    * depcomp: replaced version 2005-07-09.11 with 2007-03-29.01

    * install-sh: replaced version 2005-05-14.22 with 2006-12-25.00

    * missing: replaced version 2005-06-08.21 with 2006-05-10.23

    * ltmain.sh: replaced version 1.5.24 with 1.5.26

* Added more comments and cleaned up the code here and there


Version 0.4.19                                       [2008-07-22]
=================================================================
+new !fix ~change -remove | focus: minor improvements, bugfixes

+ tests/scan.lst
    Related to the "--scan: multiple url disarray" issue described
    further below.

! "OperationalError: Could not decode to UTF-8 column 'cache_title'"
    Endless string of encoding issues. An attempt was made to improve
    the overall unicode/string handling throughout the program.

    Ditched HTMLParser in favor for a custom SGMLParser.

    Related to this: UnicodeDecodeError should no longer cause
    instability as much anymore. Added safeguards (ignore 'n forget)
    for these errors.

! --scan: Multiple URL disarray
    The list was filled incorrectly if multiple scan URLs were supplied,
    e.g.: % clive -S < tests/scan.lst

~ Improved: Youtube: HQ video not available (error: no-content) [bug #12000]
    clive would previously exit with "no-content" error if the automatic
    quality switching failed for still unknown reason.

    This was originally fixed in the last release but that created a new
    bug which caused clive to crash with the "CliveNoMediaError" exception.

    Because this crash is very difficult to reproduce, the original code
    was slightly modified so that clive should now report it as a "host
    returned zero file length (timeout?)" error instead of crashing.

    Should this error occur, re-extraction usually sorts it out.

~ Video filenames: "/" are no longer permitted in filenames
    These characters are now converted by the program to "_". This
    caused crashing for obvious reasons. Using the --filter option
    does not have any effect on this.

~ Updated: README, INSTALL files
    Description was changed, removed obsolete text. Added a note
    about using --with-installed-PACKAGE.

~ Updated: Manual page (clive.1)
    Complete overhaul.

~ --version:
    OS release and locale encoding are now printed.

~ $HOME/.clive/config: renamed "youtube_id" to "youtube_user"
~ $HOME/.clive/config: renamed "dmotion_id" to "dmotion_user"

~ Modified: "warn: ... (same length) exists already"
    Added "skipped:" to the message.

- Arcane filename limitation
    Filename length is no more limited to 64 characters.


Version 0.4.18                                       [2008-07-15]
=================================================================
+new !fix ~change -remove | focus: major bugfixes

! Metacafe:  Extraction fails ("HTTP/404 error")
    Due to changes made to the website.

! Youtube: HQ video not available (error: no-content) [bug #12000]
    Automatic quality detection would fail with some videos. clive
    now switches to low quality if the host returns zero length
    for a video file.

! --rss: Do not display empty feeds
    Show no more feeds without items.

~ Updated: INSTALL and README files
    INSTALL was rewritten, README was cleaned up.

~ NEWS: Utilized
    All user-visible changes are now described in the NEWS file.

~ configure: --with-PACKAGE renamed (downstream maintainers take a note)
    Renamed the --with-PACKAGE options to --with-installed-PACKAGE.
    See the NEWS and the INSTALL files for more details.

~ Cleaned up: Version and options display at start
    Less is more. Use --version for more detailed information, e.g. modules.

~ Cleaned up: removed unnecessary module import calls
    Should speed up program start.

~ --rss, --cache, --scan: Utilize terminal size better
~ --scan, --cache, --rss: "OK - Extract" -> "Extract"
~ --scan, --cache, --rss: "Refresh" -> "Resize"

~ Removed remaining "notice:" messages
    These messages were either renamed or removed.


Version 0.4.17                                       [2008-06-29]
=================================================================
+new !fix ~change -remove | focus: minor bugfixes, improvements

NOTE: Feature freeze (0.5.0).Shifting the effort towards fixing any
remaining bugs and improving the usability.

+ Locale settings
    All printed (stdout, stderr, newt) strings are now encoded.
    clive depends on the locale settings for this. If the setting
    is not found, clive defaults the encoding to "iso-8859-1".
    This change is related to the bug #11848.

+ --cache, --rss, --cache: Refresh function
    Added a new button. Refresh can be used to resize the widgets
    if the terminal size was changed.

+ --clear-cache,-d
    Clears all cache data from ~/.clive/cache.

+ --clear-last,-D
    Clears last batch data from ~/.clive/recall.

! --scan, --rss, --cache: Hitting F12 would result in "TypeError" crash
    Hitting F12 is now the same as hitting "OK".

! Typo: src/clive/login.py.in (ln:99)
    The exception instance was referred incorrectly.

! --scan: "UnicodeDecodeError: 'unicodeescape'" (bug #11848)
    Should no longer occur. All printed (stdout, stderr, newt) strings are
    now encoded to the locale encoding.

~ Print out: Tweaked
    Making better use of available line space.

~ Startup: Options display
    Replaced "exist" with "locale".

~ --cache: Changed data layout
    Changed from the old layout (VideoTitle) to (VideoTitle / VideoURL).

~ --scan: Changed data layout (sr #2032)
    Scrapped the old layout (ScanURL / VideoTitle) in favor for (VideoTitle /
    VideoURL). The CheckboxTree widget has its limitations.

~ --recall: Changed no data error message
    Exits now with "error: no recall data".

~ --cache: Check for existing data
    clive now checks if cache data is available before displaying it.

~ Run and terminate options can be chained
    Chaining the "run and terminate" options, such as --write-conf and
    --clear-cache, is now possible. For example:
        % clive -udDw

~ --scan: Improved duplicate URL checking (sr #2032)
    For example:

    * http://video.google.com/videoplay?docid=-1943351180544198777
    * http://video.google.com/googleplayer.swf?docid=-1943351180544198777

    Are considered to be the same.

~ --scan, --rss, --cache: Improved title clipping (sr #2032)
    Titles are no longer clipped unnecessarily if there's enough
    space left. clive will now also attempt to maximize the use
    of the terminal area instead of using hardcoded dimensions.
2008-07-29 21:30:10 +00:00
..
3proxy Add DESTDIR support. 2008-06-12 02:14:13 +00:00
6tunnel Add DESTDIR support. 2008-06-12 02:14:13 +00:00
adns Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aget Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aiccu Full DESTDIR support. 2008-01-04 11:55:37 +00:00
airport2basestationconfig
airportbasestationconfig Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
airportmodemutility
amule Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aoe-vblade Add DESTDIR support. 2008-06-12 02:14:13 +00:00
argus Perl path fix 2007-03-18 18:59:05 +00:00
aria2 Update to version 0.14.0+1. This release brings us myriad bug fixes 2008-07-15 02:02:50 +00:00
arla Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
arpd Mark as destdir ready. 2008-07-14 12:55:56 +00:00
arping Add DESTDIR support. 2008-06-20 01:09:05 +00:00
arpwatch Add DESTDIR support. 2008-06-20 01:09:05 +00:00
autonet Mark as destdir ready. 2008-07-14 12:55:56 +00:00
awhois Add DESTDIR support. 2008-06-20 01:09:05 +00:00
balance Need some pre-created directories. 2007-12-20 14:00:07 +00:00
batchftp Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bftpd Move /var/log/bftpd.log and /var/run/bftpd creation to install time. 2008-07-10 15:52:03 +00:00
bind8 Fix build on newer NetBSD. 2008-06-21 20:01:59 +00:00
bind9 Update to 9.4.2-P1 2008-07-10 21:05:30 +00:00
bind95 Changes since 9.5.0: 2008-07-08 21:55:25 +00:00
bing Mark as destdir ready. 2008-07-14 12:55:56 +00:00
bittornado Add DESTDIR support. 2008-06-12 02:14:13 +00:00
bittornado-gui Add DESTDIR support. 2008-06-12 02:14:13 +00:00
bittorrent Add DESTDIR support. 2008-06-12 02:14:13 +00:00
bittorrent-gui Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bmon Add DESTDIR support. 2008-06-20 01:09:05 +00:00
boinc3-coreclient Add DESTDIR support. 2008-06-20 01:09:05 +00:00
boinc3-libs Add DESTDIR support. 2008-06-20 01:09:05 +00:00
boinc3-seti
bounce Update MAINTAINER email address. 2006-11-19 08:03:05 +00:00
bpalogin Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bridged Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bsddip Add DESTDIR support. 2008-06-20 01:09:05 +00:00
btget Add DESTDIR support. 2008-06-20 01:09:05 +00:00
btpd revbumps due to libevent update. 2008-04-22 18:06:09 +00:00
bug-buddy Add DESTDIR support. 2008-06-12 02:14:13 +00:00
cdpd Add DESTDIR support. 2008-06-20 01:09:05 +00:00
cftp Assert OWNERship of some packages, relinquish others entierly. 2008-05-25 13:16:10 +00:00
chksniff
choparp Add DESTDIR support. 2008-06-12 02:14:13 +00:00
chrony + AUTO_MKDIRS 2008-01-05 15:04:57 +00:00
cia Fix indentation. 2008-05-25 20:49:39 +00:00
cidr Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
cisco-mibs
citrix_ica Pass through command line arguments to wfica and wfcmgr 2008-02-29 16:41:44 +00:00
clive Update to 0.4.20: 2008-07-29 21:30:10 +00:00
cmu-dhcpd Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
coda Add DESTDIR support. 2008-06-12 02:14:13 +00:00
connect Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
corkscrew Based on some feedback, comment out the newly added LICENSE=xxx for now. 2007-10-30 19:31:38 +00:00
couriertcpd Get rid of the "gnutls" and "ssl" options and replace with a 2008-02-21 15:50:29 +00:00
csup Some more packages need lex and yacc. Patch by Aleksey Cheusov on 2007-12-02 08:32:23 +00:00
ctorrent Supports DESTDIR. 2008-01-29 11:28:45 +00:00
dante Remove trailing white-space. 2007-12-27 14:24:00 +00:00
darkstat Add missing rc.d script. 2008-06-11 13:30:06 +00:00
DarwinStreamingServer Changes 5.5.5: 2007-05-23 07:52:15 +00:00
dc_gui2 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
dcsharp Bump gnome-sharp API depends for shlib name changes and dependency changes. 2008-04-27 23:09:53 +00:00
dctc Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ddclient Regenerate patch-aa avoiding CVS keyword in the patch. 2007-10-03 23:02:52 +00:00
delegate Updated delegate to 9.7.7. 2008-02-17 10:20:56 +00:00
dgd Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
dhid
dhisd
djbdns Add commented-out LICENSE=public-domain. Nudged by gdt@. 2008-02-19 21:12:06 +00:00
djbdns-run Fix DESTDIR. Don't create bin. 2008-06-16 14:48:42 +00:00
dlint pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
dnsdoctor Update dnsdoctor package to 1.0.1. 2007-01-28 15:22:54 +00:00
dnsmasq Update dnsmasq to version 2.45 in order to fix CVE-2008-1447. 2008-07-23 23:46:08 +00:00
dnstop Depend on appropriate libpcap version. From Sergey Svishchev. 2007-12-02 12:59:11 +00:00
dnstracer Add DESTDIR support. 2008-06-12 02:14:13 +00:00
docsis Add DESTDIR support. 2008-06-12 02:14:13 +00:00
driftnet Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
drill Import drill version 1.0-pre3 from NLnet Labs, as embedded in ldns-1.3.0. 2008-07-22 08:32:33 +00:00
dtcp Remove FreeBSD CVS ID -- it doesn't add much information and creates 2007-07-02 09:46:51 +00:00
dtcpclient Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
dynipclient Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
echoping Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ed2k-gtk-gui Add DESTDIR support. 2008-06-12 02:14:13 +00:00
edonkey2k * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
entropy give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
etherape Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
ettercap Replace USE_NCURSES with INCOMPAT_CURSES, now that PR 24928 is fixed. 2008-04-28 22:08:14 +00:00
ettercap-NG Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ez-ipupdate Full DESTDIR support. 2008-01-04 12:18:27 +00:00
fair-identd
firewalk Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
flan
flodo Add CONFLICTS line for previous PKGNAME versions. 2008-03-10 10:33:38 +00:00
flow-tools Mark as destdir ready. 2008-07-14 12:55:56 +00:00
fmirror Add DESTDIR support. 2008-06-12 02:14:13 +00:00
fpdns Initial import of fpdns-0.9.1: 2007-09-08 12:03:07 +00:00
fping
fping6
freenet-tools give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
freeradius Add CONFLICTS for upcoming freeradius 2.x import 2008-05-15 19:40:58 +00:00
freeradius2 Version 2.0.5 has been released. The focus of this release is stability. 2008-06-20 20:57:39 +00:00
freewais-sf Fix installation. 2008-04-07 17:11:25 +00:00
ftplibpp Fix possibility of installation problem. 2007-12-20 15:11:06 +00:00
ftpproxy Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
gated Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
GeoIP Updated to version 1.4.4. 2008-02-06 23:27:02 +00:00
Geomyidae Import Geomyidae version 0.11. 2008-04-06 11:50:36 +00:00
gethost Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gift Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gift-fasttrack Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gift-gnutella Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gift-openft Add DESTDIR support. 2008-06-20 01:09:05 +00:00
giftcurs Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gini Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gkrellm-multiping Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gkrellm-snmp Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gkrellm-wireless Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gnapfetch Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gnet Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gnet1
gnetcat I18N (PR 37581) and DESTDIR support. 2007-12-21 20:35:36 +00:00
gnome-netstatus Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gnome-vfs-smb Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gnugk Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
gofish Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gopher Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gsnmp Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gt-itm Include sys/param.h to use NBBY on Linux. 2006-08-18 14:52:02 +00:00
gtk-gnutella Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
gtk_wicontrol Modular Xorg support. 2007-01-08 16:16:38 +00:00
hesiod Mark as destdir ready. 2008-07-14 12:55:56 +00:00
hf6to4 fix obsolete URLs for www.NetBSD.org 2007-10-07 12:59:11 +00:00
hlfl Mark as destdir ready. 2008-07-14 12:55:56 +00:00
hobbitclient Make it easier to build and install packages "unprivileged", where 2007-07-04 20:54:31 +00:00
hobbitmon Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
host Put back a couple of IRIX conditionals the way they used to behave, 2008-03-11 18:47:40 +00:00
howl Mark as destdir ready. 2008-07-14 12:55:56 +00:00
hping Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
httping Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
httptunnel Mark as destdir ready. 2008-07-14 12:55:56 +00:00
icsi-finger Don't depend on mtree to provide man page directories. Sort PLIST. 2007-03-17 19:29:58 +00:00
iftop Suports DESTDIR. 2007-08-08 17:33:44 +00:00
IglooFTP Fix patchsum. 2008-06-20 11:22:17 +00:00
inadyn Initial import of inadyn-1.96.2. 2008-06-22 04:52:39 +00:00
ipcalc update to 0.41: 2007-07-24 17:23:34 +00:00
ipcheck Update ipcheck to 0.233. 2006-10-16 08:36:04 +00:00
iperf
ipgrab Mark as destdir ready. 2008-07-14 12:55:56 +00:00
iplog
ipv6calc Convert packages that test and use USE_INET6 to use the options framework 2007-09-07 22:12:10 +00:00
ipw Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
irrd Some more packages need lex and yacc. Patch by Aleksey Cheusov on 2007-12-02 08:32:23 +00:00
irrtoolset-nox11 - update DESCR to match reality 2008-03-08 11:00:34 +00:00
isc-dhclient Make sure that DHCP 3 packages only pull in v3, not v4. 2008-06-16 14:52:58 +00:00
isc-dhclient4 ISC's Dynamic Host Configuration Protocol Distribution provides a 2008-02-13 22:05:21 +00:00
isc-dhcp Make sure that DHCP 3 packages only pull in v3, not v4. 2008-06-16 14:52:58 +00:00
isc-dhcp4 ISC's Dynamic Host Configuration Protocol Distribution provides a 2008-02-13 22:03:58 +00:00
isc-dhcpd Update to 3.1.1 2008-05-27 19:35:16 +00:00
isc-dhcpd4 ISC's Dynamic Host Configuration Protocol Distribution provides a 2008-02-13 22:06:15 +00:00
isc-dhcrelay Make sure that DHCP 3 packages only pull in v3, not v4. 2008-06-16 14:52:58 +00:00
isc-dhcrelay4 ISC's Dynamic Host Configuration Protocol Distribution provides a 2008-02-13 22:06:55 +00:00
ishell
isic Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
ispman
jftpgw Mark as destdir ready. 2008-07-14 12:55:56 +00:00
jigdo Mark as destdir ready. 2008-07-14 12:55:56 +00:00
jumpgate
jwhois
kdenetwork3 Use <X11/Xmd.h> to define CARD32 et al so that local definition 2008-04-01 22:50:24 +00:00
kftpgrabber Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
kiax Remove superfluous patch (was already included in upstream). 2008-06-01 15:25:37 +00:00
kismet Make it easier to build and install packages "unprivileged", where 2007-07-04 20:54:31 +00:00
kphone Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ktorrent Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
LaBrea Add DESTDIR support. 2008-06-12 02:14:13 +00:00
lambdamoo Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:14:01 +00:00
lambdamoo-core Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
lambdamoo-doc Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
latd Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
ldns Um, get rid of warnings from pkglint by setting USE_LIBTOOL and fixing 2008-07-22 08:40:24 +00:00
lft Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
lftp Fix post-install-perl target to honor "user-destdir". 2008-03-05 21:17:32 +00:00
libares Mark as destdir ready. 2008-07-14 12:55:56 +00:00
libcares Mark as destdir ready. 2008-07-14 12:55:56 +00:00
libdnet Mark as destdir ready. 2008-07-14 12:55:56 +00:00
libfetch Deal with OpenSSL const changes as suggested by wiz. 2008-07-27 13:51:27 +00:00
libIDL update to 0.8.10 2008-02-13 19:33:26 +00:00
liblive Update net/liblive to liblive-20080725 2008-07-26 14:44:34 +00:00
libmms Mark as destdir ready. 2008-07-14 12:55:56 +00:00
libnids Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
libpcap The package supports installation to DESTDIR. 2008-02-29 00:38:12 +00:00
libradius Fix installation. 2008-04-07 17:28:55 +00:00
libsoup-devel Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
libsoup24 import libsoup24-2.4.1, a new major branch of libsoup, for use 2008-04-10 16:09:44 +00:00
libsscript Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
libtorrent Fix indentation. 2008-05-25 20:49:39 +00:00
libtrace Update libtrace to 3.0.4 2008-06-10 10:21:41 +00:00
libupnp Fix for setsockopt() in Threadpool.c to allow more than one process 2008-05-15 13:42:29 +00:00
libvncserver Mark as destdir ready. 2008-07-14 12:55:56 +00:00
linc Mark as destdir ready. 2008-07-14 12:55:56 +00:00
llnlxdir Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
llnlxftp Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
logjam Mark as destdir ready. 2008-07-14 12:55:56 +00:00
lopster Mark as destdir ready. 2008-07-14 12:55:56 +00:00
maradns Fix a Denial-of-Service vulnerability in maradns version 1.2.12.06 2008-03-19 22:55:21 +00:00
mbrowse Instead of the bogus path for the net-snmp package use 2007-06-30 13:28:06 +00:00
mcast-tools Fix build on DragonFly. Fix PLIST. Bump revision. 2007-12-27 17:46:53 +00:00
md-whois Update md-whois package to 4.7.22. 2007-08-07 21:48:39 +00:00
mDNSResponder Add DESTDIR support. 2007-12-21 11:59:39 +00:00
mDNSResponder-nss * Also need ${PKGMANDIR}/man5 before install. 2007-12-21 11:49:38 +00:00
microdc2 Changed hard link to symbolic link. Otherwise people using MANZ get two 2007-09-18 19:59:38 +00:00
miredo Name of sample config files has been changed. 2007-12-21 12:43:09 +00:00
mirror Some pkglint cleanup: use SUBST framework, remove .gz from man pages in PLIST. 2007-03-01 19:33:39 +00:00
mldonkey Update to 2.9.5: 2008-05-21 15:14:44 +00:00
mldonkey-gui Bump PKGREVISION for gtkspell API bump. 2008-05-30 12:29:00 +00:00
mouse-pppoe
mping Require "inet6" option to be present. 2007-01-03 15:51:24 +00:00
mppe-lkm
mrstat
mrt Fix installation. 2008-06-16 14:54:41 +00:00
mrtg Grab MAINTAINER 2008-04-15 11:09:58 +00:00
msdl Update msdl to 1.2. 2008-05-24 04:49:14 +00:00
mtftpd Import mtftpd-20080229, an open-loop multicast TFTP server implementation 2008-05-11 20:27:04 +00:00
mtr Implement a fix for the security vulnerability reported in 2008-05-22 12:10:49 +00:00
mydns-mysql
mydns-pgsql Make PostgreSQL 8.2 the default version. Bump all packages using it. 2008-03-13 17:38:48 +00:00
nagios-base Also add two missing nagios patches... 2008-07-21 00:36:11 +00:00
nagios-imagepak-base Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
nagios-nrpe Update nagios-nrpe to version 2.12. Changes: 2008-06-21 14:52:48 +00:00
nagios-nsca - Minor fix to MESSAGE file. 2007-11-26 22:14:23 +00:00
nagios-plugin-ldap Update the nagios-plugins package to version 1.4.11. This fixes various 2008-05-27 21:22:02 +00:00
nagios-plugin-mysql Update the nagios-plugins package to version 1.4.11. This fixes various 2008-05-27 21:22:02 +00:00
nagios-plugin-pgsql Update the nagios-plugins package to version 1.4.11. This fixes various 2008-05-27 21:22:02 +00:00
nagios-plugin-radius Update the nagios-plugins package to version 1.4.11. This fixes various 2008-05-27 21:22:02 +00:00
nagios-plugin-snmp Update the nagios-plugins package to version 1.4.11. This fixes various 2008-05-27 21:22:02 +00:00
nagios-plugin-spamd Initial import of nagios-plugin-spamd 1.4. 2007-10-14 17:37:49 +00:00
nagios-plugins Remove some broken malloc logic from the nagios-plugins library. 2008-06-08 14:08:47 +00:00
nam Modular Xorg support. 2007-01-15 16:32:24 +00:00
nap
napshare Mark as destdir ready. 2008-07-14 12:55:56 +00:00
nasd Need makedepend command to build. 2007-12-22 11:25:52 +00:00
nbtscan
ncftp3
neat
nemesis Mark as destdir ready. 2008-07-14 12:55:56 +00:00
net-snmp Changes 5.4.1.2: 2008-07-15 09:14:01 +00:00
net6 Update net6 to 1.3.7. 2008-07-12 15:11:40 +00:00
netatalk Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
netatalk1 Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
netbsd-tap Drop clauses 3 and 4 from TNF licenses 2008-04-29 05:46:08 +00:00
netcat Removed ftp.rge.com from MASTER_SITES, doesn't resolve anymore 2007-11-12 20:05:38 +00:00
netcat6 Full DESTDIR support. 2008-01-04 12:50:13 +00:00
netdisco Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
netgroup
netname * Need some cirectories before install. 2007-12-24 08:47:31 +00:00
netpipes
netsaint-base Make it easier to build and install packages "unprivileged", where 2007-07-04 20:54:31 +00:00
netsaint-plugin-cluster
netsaint-plugin-snmp Mark some packages as NOT_FOR_BULK_PLATFORM= Linux-*-* 2008-05-26 22:25:25 +00:00
netsaint-plugins Mark as destdir ready. 2008-07-14 12:55:56 +00:00
nfdump Update to version 1.5.7 2008-02-24 20:38:49 +00:00
ngrep Fix a tyop, and re-format the paragraph 2008-07-09 10:26:32 +00:00
nicotine Add DESTDIR support. 2008-06-20 01:09:05 +00:00
nidentd
nipper Remove half sentence that does not make much sense here. Pipe through fmt. 2007-09-02 08:02:44 +00:00
nload Update nload to 0.7.0, based on maintainer update request in PR 38461. 2008-04-19 10:57:34 +00:00
nmap Add DESTDIR support. 2008-06-20 01:09:05 +00:00
nocol Fix path to Perl. Depend on and fix path to tk-Tix. 2007-08-12 14:06:55 +00:00
nprobe
ns Update ns to 2.31. 2007-04-26 16:11:50 +00:00
nsca
nsd Update to nsd-3.0.8: 2008-06-01 19:26:13 +00:00
nslint Add DESTDIR support. 2008-06-20 01:09:05 +00:00
nstx
ntop Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ntop1 Also need sbin directory before install. 2007-12-22 11:48:09 +00:00
ntp4 Fixed PLIST for Solaris, installs ntptime but not tickadj. 2008-06-24 13:57:09 +00:00
ocamlnet Initial import of ocamlnet-1.1.2: 2006-08-11 15:43:36 +00:00
oidentd Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
oinkmaster Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
openafs Update OpenAFS to version 1.4.6, fixing CVE-2007-6599 (and nothing else). 2008-07-13 19:10:41 +00:00
openag Fixed "extra qualification". 2007-12-01 16:20:09 +00:00
openh323 Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
openntpd Added VARBASE to BUILD_DEFS and make the rest a bit simpler. 2008-03-01 18:58:52 +00:00
openslp Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
openvmps Add DESTDIR support. 2008-06-20 01:09:05 +00:00
openvpn + Add full DESTDIR support. 2008-02-20 04:24:17 +00:00
openwbem Fix type issue with siglongjmp. Fix autoconf test for pthread_barrier 2007-12-27 18:54:18 +00:00
ORBit Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ORBit2 update to 2.14.13 2008-06-13 10:34:26 +00:00
overnet * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
p5-DNS-ZoneParse Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Geo-IP Updated to version 1.33. 2008-07-17 15:17:19 +00:00
p5-Geo-IPfree Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-INET6 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-IO-Interface Change HOMEPAGE urls to use http://search.cpan.org/dist/ 2008-07-14 18:54:18 +00:00
p5-IO-Socket-Multicast Change HOMEPAGE urls to use http://search.cpan.org/dist/ 2008-07-14 18:54:18 +00:00
p5-IP-Country Updated to version 2.25. 2008-07-17 15:36:16 +00:00
p5-ispman Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Net-Amazon-S3 Update from version 0.37 to version 0.44. 2008-06-21 22:33:34 +00:00
p5-Net-Bind Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-CIDR-Lite Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-Daemon Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-Dev-MIBLoadOrder Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-DNS Update "p5-Net-DNS" package to version 0.63. 2008-03-15 12:10:21 +00:00
p5-Net-DNSServer Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-eBay Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-FTPSSL Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-Gnats Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-Google Update from version 0.61 to 1.0. Changes: 2008-06-22 16:24:28 +00:00
p5-Net-Ident Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-IP Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Net-IPv4Addr Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-IPv6Addr Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-IRC Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-LDAP-Server Change HOMEPAGE urls to use http://search.cpan.org/dist/ 2008-07-14 18:54:18 +00:00
p5-Net-Libdnet Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-NBName Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-OpenID-Consumer Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Net-Packet Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-Pcap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-RawIP Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-Rendezvous Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-Server Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-SNMP Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Net-Telnet Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-Telnet-Cisco Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-TFTP Update from version 0.10 to 0.17. Changes: 2008-06-22 16:19:22 +00:00
p5-Net-Write Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-XMPP Import p5-Net-XMPP version 1.02: 2008-06-22 16:05:39 +00:00
p5-Net-XWhois Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-Z3950 Update from version 0.32 to 0.51. Changes: 2008-06-22 16:49:49 +00:00
p5-NetAddr-IP Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-NetPacket Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Nmap-Parser Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-POE-Component-Client-DNS Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-POE-Component-Client-Ident Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-POE-Component-SNMP Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-RADIUS Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-RPC-XML updated to 0.60 2008-07-23 22:30:50 +00:00
p5-SNMP-Info Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-SNMP-MIB-Compiler Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-SNMP_Session Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-SOAP-Lite Update from version 0.69nb1 to 0.71.08. 2008-07-27 20:56:27 +00:00
p5-Socket6 Update to 1.20: 2008-04-23 21:15:08 +00:00
p5-X500-DN Add DESTDIR support. 2008-06-12 02:14:13 +00:00
packit Add DESTDIR support. 2008-06-12 02:14:13 +00:00
partysip Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pchar Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pconsole Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pear-Net_DIME Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pear-Net_Sieve Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
pear-Net_SMTP 1.3.0 2008-04-30 19:32:34 +00:00
pear-Net_Socket Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pear-Net_URL Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pear-SOAP Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
pen Update pen to the latest version (0.17.2, which almost a year old now). 2008-01-30 08:27:30 +00:00
pfnet Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-ftp Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-snmp Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-sockets Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-xmlrpc Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-yaz Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-yp Add DESTDIR support. 2008-06-20 01:09:05 +00:00
php5-soap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pim6dd bumped revision to noted added conflict 2007-10-11 19:48:11 +00:00
pim6sd bumped revision to noted added conflict 2007-10-11 19:48:11 +00:00
pload Mark some packages as not for bulk building on HPUX. 2008-05-26 22:37:30 +00:00
poink Add DESTDIR support. 2008-06-12 02:14:13 +00:00
polsms Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
poptop Fixed "test ==". 2006-11-11 16:48:14 +00:00
portmap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
powerdns The package supports installation to DESTDIR. 2008-01-30 22:36:14 +00:00
powerdns-ldap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
powerdns-mysql Add DESTDIR support. 2008-06-12 02:14:13 +00:00
powerdns-pgsql Add DESTDIR support. 2008-06-12 02:14:13 +00:00
powerdns-sqlite Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ppp-lzs Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
pppd Make this build. 2008-07-29 21:02:23 +00:00
pptp Add DESTDIR support. 2008-06-12 02:14:13 +00:00
proftpd Add DESTDIR support. 2008-06-12 02:14:13 +00:00
proxycheck Add DESTDIR support. 2008-06-12 02:14:13 +00:00
publicfile
puf Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pure-ftpd Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pxe Update pxe to 1.4.2. 2007-12-22 12:08:58 +00:00
py-adns Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-boto Update to version 1.3a. The author explicity states that he does 2008-07-24 17:37:56 +00:00
py-dns Update PYTHON_VERSIONS_COMPATIBLE 2008-04-25 20:39:06 +00:00
py-GeoIP Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-google Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-IP Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-kenosis Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-libdnet Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-libpcap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-medusa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-mimelib Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-ORBit PYTHON_VERSIONS_ACCEPTED+=25 2008-04-16 12:34:13 +00:00
py-soaplib Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-soappy Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-spreadmodule Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-twisted Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-twisted-docs Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-zsi Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pygopherd Add DESTDIR support. 2008-06-20 01:09:05 +00:00
qadsl Add DESTDIR support. 2008-06-20 01:09:05 +00:00
quagga Fixes PLIST. 2008-06-02 12:08:54 +00:00
quagga-devel Fixes PLIST. 2008-06-02 12:08:54 +00:00
queryperf give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
ra-rtsp-proxy Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
radiusclient-ng The package supports installation to DESTDIR. 2007-10-14 01:42:27 +00:00
radiusd-cistron Update radiusd-cistron to 1.6.8. 2007-12-22 12:39:57 +00:00
rbldnsd Make it easier to build and install packages "unprivileged", where 2007-07-04 20:54:31 +00:00
rdesktop Update "rdesktop" package to version 1.6.0. Changes since 1.5.0: 2008-06-08 16:29:28 +00:00
rdist6 Honour PKGMANDIR 2008-05-20 20:21:25 +00:00
rinetd Fixed file permissions of the installed files. 700 is not appropriate 2007-01-08 21:12:31 +00:00
rootprobe
rp-l2tp - add/update patches to introduce LDFLAGS to links in the package 2008-03-11 09:16:38 +00:00
rp-pppoe Call pppoe-{start,stop} instead of adsl-{start,stop} from pppoe.sh. 2007-09-29 21:46:33 +00:00
rsync Update "rsync" package to version 3.0.3 Changes since 3.0.2: 2008-07-13 22:18:23 +00:00
rtorrent Fix indentation. 2008-05-25 20:49:39 +00:00
ruby-icmp - Switch to use vendor_dir with Ruby 1.8.7. 2008-06-19 14:52:11 +00:00
ruby-netaddr Initial import of ruby-netaddr as version 1.4.0 into the NetBSD 2008-05-09 22:28:12 +00:00
ruby-snmp Initial import of ruby-snmp as version 1.0.2 into the NetBSD 2008-04-06 23:38:40 +00:00
samba Update "samba" package to version 3.0.30. Changes since 3.0.28a: 2008-06-28 22:51:21 +00:00
scamper Reset maintainer, rpaulo resigned. 2007-07-08 12:35:10 +00:00
scapy Update PYTHON_VERSIONS_COMPATIBLE 2008-04-25 20:39:06 +00:00
scdp Add DESTDIR support. 2008-06-20 01:09:05 +00:00
scli Add DESTDIR support. 2008-06-20 01:09:05 +00:00
sdig Restore PKGREVISION=1 lost apparently by accident in -r1.13 a year ago. 2008-06-23 03:53:57 +00:00
sdist Add DESTDIR support. 2008-06-20 01:09:05 +00:00
SDL_net Update to 1.2.7: 2007-07-26 00:06:04 +00:00
sendfile Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
ser Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
sharity-light Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
sipcalc Add DESTDIR support. 2008-06-20 01:09:05 +00:00
sipsak Add DESTDIR support. 2008-06-20 01:09:05 +00:00
sitescooper Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
skype Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
slurm Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
smokeping Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
sniffit Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
snort Use stdbool.h instead of defining bool manually. 2008-06-21 21:44:21 +00:00
snort-rules
socat Add DESTDIR support. 2008-06-20 01:09:05 +00:00
socket++ Add DESTDIR support. 2008-06-20 01:09:05 +00:00
socks4 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
socks5 add 2007-10-31 21:45:02 +00:00
solaris-tap Remove trailing spaces. 2007-10-09 19:19:08 +00:00
speedtouch Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
spegla
spread Make it easier to build and install packages "unprivileged", where 2007-07-04 20:54:31 +00:00
spreadlogd revbumps due to libevent update. 2008-04-22 18:06:09 +00:00
srsh * Use *_MAKE_FLAGS instead of *_TARGET to pass variables. 2007-12-27 12:08:01 +00:00
ssmping Fix installation. 2008-04-07 18:06:07 +00:00
ssync Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
stripes Fixed creating libexec/cgi-bin as a regular file. Corrected PKGMANDIR. 2006-10-17 07:00:19 +00:00
sup welcome to sup-0.3 2008-05-30 14:25:26 +00:00
synergy Added support for installation to DESTDIR. 2008-02-23 18:04:57 +00:00
synergy1.2 Modular Xorg support. 2007-02-19 19:39:53 +00:00
tacacs Fixed build problem with gcc4 reported by Yakovetsky Vladimir in PR 36929. 2007-09-23 16:25:01 +00:00
tcl-scotty Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
tcpdmerge Fixed the package for unprivileged users. 2006-11-09 09:36:41 +00:00
tcpdpriv static functions must not be declared inside functions. 2007-12-01 13:03:27 +00:00
tcpdstat Do not declare a static variable in a header file. This makes the package 2007-05-30 17:47:04 +00:00
tcpdump Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tcpflow Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tcpick Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tcpillust Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. 2007-12-02 13:04:06 +00:00
tcpreplay Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tcpslice Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tcptrace Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
tcptraceroute Bump PKGREVISION to pick up a fix in the libnet10 package so it can find 2007-03-02 09:28:55 +00:00
teamspeak-client * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
teamspeak-server Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
tightvnc pkgsrc-users, not packages (hi riz!) 2008-06-18 11:12:53 +00:00
tightvncviewer Update to tightvncviewer-1.3.9. 2007-06-17 20:39:39 +00:00
tinc Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
tinyfugue * Need some pre-created directories. 2007-12-27 11:43:51 +00:00
tkined Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
tn5250 Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tnftp Add a marker for bootstrap packages to allow special cases them during 2008-06-19 18:36:51 +00:00
tnftpd Fix build on systems which have pw_change but not _PASSWORD_CHGNOW. 2007-03-07 17:56:37 +00:00
tor revbumps due to libevent update. 2008-04-22 18:06:09 +00:00
torrentutils Remove explicit dependence on "bash" package. "USE_TOOLS+= bash:run" 2007-06-22 17:46:19 +00:00
totd Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, 2008-02-28 11:58:47 +00:00
traceroute-as Add DESTDIR support. 2008-06-20 01:09:05 +00:00
trafshow Update trafshow to 5.2.3. 2007-10-18 09:32:43 +00:00
trickle revbumps due to libevent update. 2008-04-22 18:06:09 +00:00
tsclient Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tsocks Changed tsocks.sh so that it matches the man page. PKGREVISION++ 2007-07-26 12:27:18 +00:00
tspc Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, 2008-02-28 11:58:47 +00:00
ttt Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. 2007-12-02 13:04:06 +00:00
ucarp pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
ucspi-ssl Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ucspi-tcp Add commented-out LICENSE=public-domain. Nudged by gdt@. 2008-02-19 21:12:06 +00:00
udpcast DESTDIR support. 2008-04-07 18:19:22 +00:00
udptunnel Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
unbound Import unbound-1.0.0, a DNS recursor library and daemon from the guys 2008-05-26 22:36:56 +00:00
unfs3 Provide an rc script. PKGREVISION++ 2008-01-30 09:39:13 +00:00
unison Update net/unison to 2.27.53 2008-07-25 20:03:03 +00:00
unison-devel Update net/unison-devel to 2.30.4 2008-07-25 19:43:13 +00:00
upclient Slightly reorder includes to allow it to build on DragonFly (again). 2006-09-19 22:25:48 +00:00
urlgfe Add DESTDIR support. 2008-06-20 01:09:05 +00:00
userppp Fixes installation directory issue, reported in PR 36779. 2007-08-25 09:00:45 +00:00
uucp Need to replace variables in uucpd/pathnames.h 2008-01-21 13:52:17 +00:00
vcheck Add DESTDIR support. 2008-06-20 01:09:05 +00:00
vde Needs a c++ compiler, and runs configure, so set USE_LANGUAGES to 2006-11-19 09:36:15 +00:00
vino Add DESTDIR support. 2008-06-20 01:09:05 +00:00
vnc Fix NetBSD/amd64. 2008-07-10 12:44:59 +00:00
vncviewer Add DESTDIR support. 2008-06-20 01:09:05 +00:00
vpnc Added option to permit use of ssl with the package. By default, it's 2008-07-13 22:46:48 +00:00
vsftpd Add DESTDIR support. 2008-06-20 01:09:05 +00:00
vtun Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wakeup Add DESTDIR support. 2008-06-20 01:09:05 +00:00
walker Fix DESTDIR. 2008-06-16 15:14:26 +00:00
wap-utils Add DESTDIR support. 2008-06-20 01:09:05 +00:00
waste Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wget Update to 1.11.4: 2008-07-18 09:36:39 +00:00
whatmask Add DESTDIR support. 2008-06-20 01:09:05 +00:00
whois3 Add DESTDIR support. 2008-06-20 01:09:05 +00:00
whoson Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wide-dhcpv6 Update wide-dhcpv6 to 20070507. 2007-05-22 12:53:01 +00:00
wimon Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
wireshark Update "wireshark" package to version 1.0.2. Changes since version 1.0.1: 2008-07-11 07:51:56 +00:00
wistumbler
wistumbler2
wistumbler2-gtk
wmget Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
wminet - fine grained X11 dependencies for packages which have either USE_IMAKE 2006-12-27 13:37:35 +00:00
wmnd Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wmnet Resign as maintainer. I have not used this package for a long time. 2007-09-19 06:20:07 +00:00
wmpload Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wol Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wpa_gui DESTDIR support. 2008-04-07 18:25:38 +00:00
wu-ftpd Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:18:09 +00:00
x2vnc Add DESTDIR support. 2008-06-20 01:09:05 +00:00
xfce4-wavelan-plugin Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xipdump Remove trailing spaces. 2007-10-09 19:19:08 +00:00
xmftp Fixed invalid lvalue cast and reminded the programmers that the return 2007-12-01 13:39:05 +00:00
xnap Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
xorp Fix build fails on recent DragonFly and OpenBSD, removed FDDI and Token Ring 2008-05-24 10:37:32 +00:00
xrmftp Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
xtraceroute Put back a couple of IRIX conditionals the way they used to behave, 2008-03-11 18:47:40 +00:00
yafc Mark as destdir ready. 2008-07-14 12:55:56 +00:00
yale-tftpd Added compatibility fixes for NetBSD/FreeBSD/Linux/Solaris provided by 2007-10-02 20:23:07 +00:00
yaz Mark as destdir ready. 2008-07-14 12:55:56 +00:00
youtube-dl Update to youtube-dl-20080420. 2008-05-05 08:25:14 +00:00
ytalk Mark as destdir ready. 2008-07-14 12:55:56 +00:00
ywho Fixed pkglint warnings. 2007-09-20 08:54:18 +00:00
Makefile Add drill and ldns. 2008-07-22 08:41:46 +00:00