pkgsrc/net
wiz 57cd63c79d Update to 2.0.4, based on 2.0.1 update from Ove Soerensen in PR 26811.
Add ssl (default off) and tcpwrappers (default on) options.

Changes:

- Improve logging (log deletes, renames, chmods, etc. as requested by users).
- Add no_log_lock to work around Solaris / Veritas locking hangs.
- Add EPRT, EPSV, PASV and TVFS to FEAT response.
- Implement use of MDTM to set timestamps.
- Recognize FEAT prior to login.
- Add OpenSSL (AUTH TLS / SSL) support for encrypted control and data
connections! Hurrah.
- Increase max size of .message files to 4000 characters, thanks to Eric
Pancer for the report.
- Add easy builddefs.h ability to disable PAM builds even when PAM is installed.
- Report vsftpd version in STAT output.
- Add REFS file.
- Change parent<->child socket comms from DGRAM to STREAM for increased
reliability. The main benefit is should the parent be killed (or crash out)
then the child won't block on a read() that will never return.
- Make str_reserve reserve space for the trailing zero as well, so we don't
cause a reallocation if we exactly fill the buffer.
- Optimize the sending of strings over the parent<->child comms links.
- Improve the build system so tcp_wrappers, PAM and OpenSSL can be forcibly
compiled out.
- Fix vsftpd.conf.5 typos, thanks to Dmitry V. Levin
- If trans_chunk_size is between 1 and 4096, use 4096 rather than ignoring
totally. Thanks to Brad
- Lose Makefile.sun and README.solaris special cases.
- Add SSL / TLS info to SECURITY texts.
- Add README.ssl
- Add documentation for new SSL options to vsftpd.conf.5.
- Add support for CWD ~ (and in general support ~ at start of any filename).
Also support stuff like ~chris/pics, if tilde_user_enable=YES is set. Note that
all of this is for very very broken clients :-(
- Fix compile warnings.
- Update INSTALL with (recent) OS X as a working platform.

At this point: v2.0.0 released!
===============================

- Add -lcrypto for the SSL build; needed for some systems! Thanks to Nelson
Chang
- Oops; fix session bale out if an empty length password is given.
- Fix build on Fedora Core 2 (-lcap cannot seem to find /lib/libcap.so).
- Fix vsftpd.conf.5 man page error in "ssl_sslv3", thanks to Etienne Chevillard
- Clarify licensing: I allow linking of my GPL software with the OpenSSL
libraries. Thanks to Jonas Bofjall
- Add COPYRIGHT.
- Fix build on OpenBSD, FreeBSD, probably NetBSD too (they aren't SuSv2
compliant; timezone should be a variable not a function).
- Fix build where PAM build is enabled but PAM headers are missing.
- Fix build on RHEL3 (remove errant include from twoprocess.c).

At this point: v2.0.1 released!
===============================

- Fix FAQ typo, thanks to Jose Santiago Oyervides Gonzalez
- Emit data transfer status messages (success / failure) after flushing and
waiting for the full data transfer to reach the client. This should help work
around buggy FTP clients such as FlashFXP, which is known to truncate files
incorrectly.
(v2.0.2pre1)
- Make str_empty actually allocate an empty string.
- Change the ASCII receive code to ONLY rip out \r if it is just before a \n;
someone finally complained about this.
(v2.0.2pre2)
- Enable AIX Large File Support #define from Tomas gren
- Add a couple of FAQ entries.
- Fix time delta code areas to cope with negative deltas, which will occur
if the clock is adjusted backwards. Thanks to Andrew Anderson
for a great report.
- Fix "errno" checks to be robust in multiple places; previously, calls to
failing library calls could be made inbetween the original library call and
the "errno" reads. Thanks to Andrew Anderson for a great
report.
- Make bandwidth limiter work with SSL data connections.
(v2.0.2pre3)
- Note that the SSL / bandwidth limiter bug fixed a much more serious bug:
SSL data connection dropouts after data_connection_timeout seconds.
- Typo fixes.

At this point: v2.0.2 released! (need to get the SSL dropout fix out)
=====================================================================

- Document what regex expressions are supported in the man page.
- New settings rsa_private_key_file and dsa_private_key_file to allow
separate files for the certificates and private keys.
- Initial, simple fix for timed out processes not exiting when SSL is in use.
Better fix (which reports timeout to client properly) to follow.
- Add which setsockopt option failed to die("setsockopt") calls.
- Fix when running on recent OpenBSDs - OpenBSD change broke vsftpd. Lower
linger timeout from INT_MAX to 32767 (SHORT_MAX). Reported by
Ewoud van der Vliet and Ed Vazquez (v2.0.3pre1)
- Fix error with IPv4 connections to IPv6 listeners and PORT type data
connections when connect_from_port_20 is set. RedHat bugzilla 134541. Reported
by Joe Orton, Radek Vokal and Andreas Kupfer
- Remove vsf_sysutil_sockaddr_same_family (unused).
- Support protocol 1 (IPv4) in EPRT.
- Add ssl.c to AUDIT.
- Allow config file to use "ssl_ciphers=" to use default OpenSSL cipher list.
- Allow "EPSV 1" to mean IPv4 EPSV.
- Report dummy IP but correct port with IPv6 / PASV.
- Handle SSL_WANT_READ and SSL_WANT_WRITE retries in SSL_read and SSL_write;
fixes SSL upload failures when data timeouts are in use with some clients.
Specifically, I used the test case FileZilla 2.2.12a on Windows XP. Reported
by Lee Lawrence (using CuteFTP and BackupEdge) and
Christian DELAIR (using lftp, FileZilla and
SmartFTP). Thanks to these two people for valuable help.
(v2.0.3pre2)
- Implicitly disable connect_from_port_20 and chown_uploads when a non-root
user is using run_as_launching_user.
- Add force_anon_logins_ssl and force_anon_data_ssl for a fully SSL secure
anonymous-only solution (useful when you don't have root access and a range
of acceptable anonymous passwords as credentials).
- Use SSL BIO callbacks to fix data connection timeout checks; the checks
weren't all occurring promply.

At this point: v2.0.3 released! (need to get about three imporant fixes out)
============================================================================

- Add explicit "This FTP server does not allow anonymous logins" message.
- Add paranoid checks to sysutil.c for large values / lengths.
- Fix incorrect comment about ASCII and SIZE in the vsftpd.conf example.
- Load per-IP config files earlier; allows more settings to be tuned on a
per-IP level. Suggested by Reber Tobias
- Fix MDTM on non-existant files. Reported by Ken A
- {} regex fix so that {*} correctly matches everything. Reported by
Tom Van de Wiele
- Add "mdtm_write" option to disable MDTM being able to set file timestamps.
- Fix HPUX build, thanks to Kevin Vajk
- Add optional file locking support via lock_upload_files (default on).
- Apply LDFLAGS patch from Mads Martin Joergensen
- Add pasv_addr_resolve option to allow pasv_address to get DNS resolved once
at startup.
- Apply patch to fix timezone issues (caused by chroot() interacting badly with
newer glibc versions). Thanks to Dmitry V. Levin and
Mads Martin Joergensen

At this point: v2.0.4 released!
===============================
2006-01-13 18:12:46 +00:00
..
6tunnel Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
adns Fix GCC 3.4+: mismatch between prototype and declaration 2005-12-13 16:08:54 +00:00
aget Fix errno. Since this is a multithreaded program, bump revision. 2006-01-10 19:31:52 +00:00
aiccu Import net/aiccu, ok'ed by wiz. 2005-12-29 14:53:52 +00:00
airport2basestationconfig Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
airportbasestationconfig Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
airportmodemutility Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
amule Update to aMule 2.0.3. 2005-09-05 10:45:19 +00:00
argus Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
arla Use SUBST framework. 2006-01-08 14:25:35 +00:00
arpd NOT_FOR_PLATFORM Interix. 2005-11-08 15:41:20 +00:00
arping Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
arpwatch Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
autonet update autonet to 0.16 - quote nwkey when given to ifconfig 2005-09-03 18:57:12 +00:00
awhois Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
balance Also treat __INTERIX as a *BSD for the purposes of this package. (Mainly 2005-11-08 15:50:03 +00:00
batchftp Prefer NAME_MAX over MAXNAMLEN, don't implement libc string functions 2006-01-12 13:28:57 +00:00
bftpd Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
bind4 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
bind8 Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
bind9 Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
bing Fix errno. Ignore the NO_STRERROR case -- I can't believe that. 2005-12-18 18:44:08 +00:00
bittornado Update bittornado to 0.3.14 and take maintainership as offered by wiz. 2005-11-14 21:03:29 +00:00
bittornado-gui Update bittornado to 0.3.14 and take maintainership as offered by wiz. 2005-11-14 21:03:29 +00:00
bittorrent Changes 4.0.4: 2005-09-30 14:05:38 +00:00
bittorrent-gui update to BitTorrent 4.0.3 2005-08-07 16:15:55 +00:00
bmon Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
boinc3-coreclient Add DragonFly. 2006-01-10 20:29:56 +00:00
boinc3-libs Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
boinc3-seti Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql 2006-01-08 18:35:08 +00:00
bounce Per PR pkg/30133 majordomo conflicts with net/bounce. 2006-01-06 02:35:32 +00:00
bpalogin Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
bridged NOT_FOR_PLATFORM Interix. 2005-11-01 19:23:23 +00:00
btget Include sys/types.h before openssl/sha.h to get size_t on DragonFly. 2006-01-10 19:50:46 +00:00
bug-buddy Recursive PKGREVISION bump for gnutls shlib major bump. 2005-12-31 12:32:31 +00:00
cdpd Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
cftp Include <sys/time.h> for fd_set. 2005-11-08 15:40:27 +00:00
chksniff Import chksniff from pkgsrc-wip. Packaged by Douwe Kiela. 2005-10-29 01:05:17 +00:00
choparp NOT_FOR_PLATFORM Interix. 2005-11-08 15:37:03 +00:00
chrony Use SUBST framework, add man pages to the list of files in need of 2006-01-08 13:27:53 +00:00
cia This depends on libpcap, so say so. 2005-11-08 15:36:06 +00:00
cidr Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
cisco-mibs Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
citrix_ica Fixed rillig warnings: 2005-12-17 10:52:53 +00:00
cmu-dhcpd NOT_FOR_PLATFORM Interix. 2005-11-08 15:32:43 +00:00
connect Use real bind resolver on Interix. 2005-11-03 17:24:30 +00:00
corkscrew Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ctorrent Include <sys/time.h> to get fd_set properly. 2005-11-07 21:32:27 +00:00
dante DragonFly's gethostbyaddr needs int as second argument. 2006-01-12 23:37:31 +00:00
dc_gui2 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
dctc DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
ddclient Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
delegate Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
dgd Fixed wrong use of WRKSRC. 2005-11-03 22:35:53 +00:00
dhid Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
dhisd Pull in libbind resolver on Interix. 2005-11-07 21:24:37 +00:00
dip NOT_FOR_PLATFORM Interix. 2005-11-07 21:33:37 +00:00
djbdns Fix ${MACHINE_ARCH} conditional (it's "x86_64, not "amd64"). Since 2006-01-11 17:20:32 +00:00
djbdns-run Remove build phase: nothing to substitute. 2006-01-08 14:08:58 +00:00
dlint Obey BSD_INSTALL_* in Makefile. Bump PKGREVISION. 2005-11-08 14:14:36 +00:00
dnsmasq Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
dnstop Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
dnstracer Add hack to fix build on OS X with BIND9 system resolver. 2006-01-02 20:17:48 +00:00
docsis Updated package docsis to 0.9.4 version. 2005-07-02 13:03:53 +00:00
driftnet Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
dtcp Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
dtcpclient Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
dynipclient Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
echoping Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
ed2k-gtk-gui Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
edonkey2k First step at reworking Linux binary packages. 2005-12-12 14:43:23 +00:00
entropy Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql 2006-01-08 18:35:08 +00:00
etherape Recursive PKGREVISION bump for gnutls shlib major bump. 2005-12-31 12:32:31 +00:00
ethereal Update to version 0.10.14 2006-01-02 22:34:34 +00:00
ettercap Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
ettercap-NG Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
ez-ipupdate Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
fair-identd Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
firewalk Fix GCC 3.4+: label at end of compound statement. 2005-12-20 13:49:48 +00:00
flan Removed jdk13 from the PKG_JVMS_ACCEPTED. 2005-11-04 19:38:26 +00:00
flodo kill USE_BUILTIN.libpcap where it doesn't serve any visible purpose 2005-07-13 17:51:50 +00:00
flow-tools Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql 2006-01-08 18:35:08 +00:00
fmirror Add RMD160 digests. 2005-02-24 12:13:41 +00:00
fping Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
fping6 Require option "inet6" for IPv6 capability. 2005-11-08 15:25:07 +00:00
freenet-tools Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
freeradius Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql 2006-01-08 18:35:08 +00:00
freewais-sf Fix errno. Prefer NAME_MAX. Add DragonFly. 2005-12-27 14:00:53 +00:00
ftplibpp Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ftpproxy Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
gated Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
GeoIP Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
gethost Install man page to PKGMANDIR instead of hard-coded "man". 2005-12-27 17:37:27 +00:00
gftp Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
gftp-gtk1 Add patch from PR 30667 by Geert Hendrickx, fixing sftp. 2005-10-13 16:44:59 +00:00
gift Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gift-fasttrack Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gift-gnutella Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gift-openft DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
giftcurs Removed trailing white-space. 2005-05-23 08:26:03 +00:00
gini Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gkrellm-multiping Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
gkrellm-ping Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
gkrellm-snmp Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gkrellm-wireless Removed the ONLY_FOR_PLATFORM definition, which had been there since 2001. 2005-12-02 15:47:24 +00:00
gkrellm1-snmp Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
gkrellm1-wireless Removed the ONLY_FOR_PLATFORM definition, which has been there since 2001. 2005-12-02 15:48:15 +00:00
gnapfetch Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
gnet Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
gnet1 Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
gnetcat Removed trailing white-space. 2005-05-23 08:26:03 +00:00
gnome-netstatus DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
gnome-vfs2-smb Recursive PKGREVISION bump for gnutls shlib major bump. 2005-12-31 12:32:31 +00:00
gnugk Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
gofish Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
gopher Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
gtk-gnutella Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
gtk_wicontrol Unmask DragonFly. 2005-12-09 16:55:06 +00:00
hesiod Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
hf6to4 Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
hlfl Add some bug fix patches from hlfl's CVS, reported by ISIHARA 2006-01-08 11:46:42 +00:00
hobbitclient Include devel/sysexits bl3. 2005-11-01 19:16:55 +00:00
hobbitmon DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
host Need libbind resolver on Interix. 2005-11-08 13:45:22 +00:00
howl Update "howl" package to version 1.0.0. Changes since version 0.9.10: 2006-01-01 18:27:53 +00:00
hping Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
httptunnel Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
icsi-finger Use strerror(3) rather than sys_errlist on Interix. 2005-11-08 13:47:40 +00:00
iftop Removed trailing white-space. 2005-05-23 08:26:03 +00:00
IglooFTP Add patch for compiling with gcc-3.4.4, provided 2005-11-08 23:22:58 +00:00
ipa Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
ipcalc Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
ipcheck Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
iperf Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
ipgrab Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
iplog Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
ipv6calc So this package was broken because the author messed up autoconf @foo@. 2005-11-08 21:50:15 +00:00
ipw Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
irrd this needs flex to build. 2005-07-31 13:30:49 +00:00
irrtoolset-nox11 make configure-option --enable-debug compile 2005-08-26 08:41:46 +00:00
ishell Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
isic Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
ispman DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
ja-samba Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
jftpgw Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
jigdo Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
jumpgate Build fixes for Interix (socklen_t; <sys/time.h> for fd_set). 2005-11-03 17:11:34 +00:00
jwhois Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
kdenetwork3 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
kftpgrabber DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
kphone Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
LaBrea Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
lambdamoo Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
lambdamoo-core Removed empty line from PLIST. 2005-11-03 13:40:19 +00:00
lambdamoo-doc Removed empty line from PLIST. 2005-11-03 13:40:19 +00:00
latd Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
lft Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
lftp Recursive PKGREVISION bump for gnutls shlib major bump. 2005-12-31 12:32:31 +00:00
libares Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
libcares c-ares is a C library that performs DNS requests and name resolves 2005-12-01 17:27:10 +00:00
libdnet Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
libIDL Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
liblive Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
libnids Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
libpcap Remove obsolete patch hanginground from the 0.9.3 to 0.9.4 update 2005-12-21 11:20:03 +00:00
libradius Correct version number pattern in conflict entry. 2005-11-22 16:14:14 +00:00
libsoup Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
libsoup-devel Recursive PKGREVISION bump for gnutls shlib major bump. 2005-12-31 12:32:31 +00:00
libsscript Don't try including <net/if.h> on Interix. 2005-11-07 21:42:22 +00:00
libtorrent Changes 0.7.6: 2006-01-12 20:32:04 +00:00
linc Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
llnlxdir Bump all motif packages for recent openmotif update. The major version 2005-12-12 21:36:54 +00:00
llnlxftp Bump all motif packages for recent openmotif update. The major version 2005-12-12 21:36:54 +00:00
lopster Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
maradns Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
md-whois Use PKGMANDIR instead of hard-coded "man". 2005-12-27 21:24:26 +00:00
mDNSResponder Update to 107.3. Changes unknown. 2006-01-06 17:39:16 +00:00
mirror Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
mldonkey Update to 2.7.2: 2006-01-06 17:01:12 +00:00
mldonkey-gui Update to 2.7.2: 2006-01-06 17:01:12 +00:00
mouse-pppoe NOT_FOR_PLATFORM Interix. 2005-11-07 21:33:37 +00:00
mppe-lkm No need to include ppp-comp-local.h on NetBSD >= 2.99.16, as the MPPE 2005-04-29 11:41:29 +00:00
mrstat Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
mrt Fix errno. 2005-12-18 22:02:35 +00:00
mrtg Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
mtr Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
mtr-gtk Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
mydns-mysql Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql 2006-01-08 18:35:08 +00:00
mydns-pgsql Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
nam Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
nap regen to get correct line numbers; might help irix bulk build. 2005-06-23 15:35:07 +00:00
napshare Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nasd Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
nbtscan Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ncftp2 Convert to options framework. 2005-12-02 17:02:29 +00:00
ncftp3 update to 3.1.9 2005-05-07 15:14:44 +00:00
neat Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
nemesis Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
net-snmp Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
netatalk DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
netatalk1 Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
netbsd-tap Fixed pkglint warnings. 2005-10-07 12:16:17 +00:00
netcat Fixed a pkglint warning. 2005-10-07 12:16:52 +00:00
netcat6 Import netcat6 from pkgsrc-wip. 2005-12-28 15:49:41 +00:00
netdisco Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
netgroup NOT_FOR_PLATFORM Interix. 2005-11-03 17:00:38 +00:00
netname Add RMD160 digests. 2005-02-24 12:13:41 +00:00
netperf Remove old, unused patch checksum. 2005-10-20 18:11:56 +00:00
netpipes Fix errno. 2005-12-18 22:02:35 +00:00
netsaint-base Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
netsaint-plugin-cluster Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
netsaint-plugin-snmp Reset maintainer: river-styx dot org does not resolve. 2005-09-27 16:09:50 +00:00
netsaint-plugins Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
ngrep update to 1.44, which adds IPv6 support and some minor features 2005-07-13 14:22:20 +00:00
nicotine Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nidentd Add missing RCS Id tag to patch-aa. 2005-06-17 15:24:55 +00:00
nload Import nload from pkgsrc-wip. Packaged by Bartosz Kuzma. 2005-11-13 08:31:05 +00:00
nmap Update to version 3.95 2005-12-08 21:59:17 +00:00
nmapfe Sync with nmap 3.95 2005-12-08 22:00:22 +00:00
nocol Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4 2006-01-04 04:29:05 +00:00
nprobe Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ns Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
nsca Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
nsd Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
nslint Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
nstx DragonFly support. 2005-12-02 21:05:43 +00:00
ntop Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
ntop1 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ntp4 Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
oidentd Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
oinkmaster Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
openafs Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
openag Add RMD160 digests. 2005-02-24 12:13:41 +00:00
openh323 Removing seemingly verbose noop. 2006-01-10 21:06:08 +00:00
openntpd Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
openslp Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
openvmps Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
openvpn Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
ORBit fix config.h to include <alloca.h> if found (ORBIT_HAVE_ALLOCA_H was 2005-08-18 05:46:16 +00:00
ORBit2 Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
overnet First step at reworking Linux binary packages. 2005-12-12 14:43:23 +00:00
p5-DNS-ZoneParse Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Geo-IP Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-INET6 Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-IO-Interface Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-IO-Socket-Multicast Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-IP-Country Initial version of the IP::Country perl module. 2005-10-16 17:48:02 +00:00
p5-ispman Fixed wrong use of WRKSRC. 2005-11-03 23:12:43 +00:00
p5-Net Update comment in patch. 2005-12-01 20:25:44 +00:00
p5-Net-Bind Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-CIDR-Lite Updated to version 0.18. 2005-10-16 08:20:26 +00:00
p5-Net-Daemon Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Dev-MIBLoadOrder Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
p5-Net-DNS Fix build on OS X with BIND9 system resolver by defining BIND_8_COMPAT. 2005-09-17 20:58:59 +00:00
p5-Net-DNSServer Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Gnats Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Google Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Ident Initial version of the Net::Ident perl module. 2005-10-16 17:42:46 +00:00
p5-Net-IP Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-IPv4Addr Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
p5-Net-IPv6Addr Net::IPv6Addr provides functions for parsing IPv6 addresses in all 2005-08-13 08:05:43 +00:00
p5-Net-IRC Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Packet This pkg has not been ported to big endian architectures. Set PKG_SKIP_REASON. 2005-11-05 19:37:54 +00:00
p5-Net-Pcap Fix typo in HOMEPAGE 2005-10-11 19:39:25 +00:00
p5-Net-RawIP Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Server Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-SNMP Updated p5-Net-SNMP to 5.2.0 2005-11-07 13:31:06 +00:00
p5-Net-Telnet Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Telnet-Cisco Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-TFTP Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-XWhois Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Z3950 Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-NetAddr-IP Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
p5-NetPacket Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Nmap-Parser Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-POE-Component-Client-DNS Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-POE-Component-Client-Ident Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
p5-POE-Component-SNMP This module is an event-driven SNMP interface for POE. 2005-11-07 11:30:34 +00:00
p5-RADIUS Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-SNMP-Info Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-SNMP-MIB-Compiler Correct path to the .packlist so that binary packages actually will 2005-10-15 00:12:10 +00:00
p5-SNMP_Session Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-SOAP-Lite Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Socket6 Update to 0.19 2005-10-11 19:59:25 +00:00
p5-Wais Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4 2006-01-04 04:29:05 +00:00
packit allow this to build against pkgsrc libpcap 2005-07-13 14:19:38 +00:00
partysip use the BIND4 (?) nameserver interface rather than the new one; 2005-09-16 15:24:23 +00:00
pchar Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
pconsole Add RMD160 digests. 2005-02-24 12:13:41 +00:00
pear-Net_DIME Add RMD160 digests. 2005-02-24 12:13:41 +00:00
pear-Net_SMTP Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the related 2005-04-11 20:08:43 +00:00
pear-Net_Socket Add RMD160 checksum. 2005-05-25 13:13:30 +00:00
pear-Net_URL Add RMD160 digests. 2005-02-24 12:13:41 +00:00
pear-SOAP Update to 0.8.1. Changes include HTTP transmissing error reporting 2005-05-07 16:51:01 +00:00
pen Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
pfnet Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
php-ftp Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
php-snmp Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
php-sockets Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
php-xmlrpc Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
php-yp Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
php5-soap Update PHP5 to version 5.1.1. Some of the key features include: 2005-12-03 18:53:57 +00:00
pim6dd Note that MLDv2 is implemented. 2005-11-18 11:52:29 +00:00
pim6sd Note that MLDv2 is implemented. 2005-11-18 11:52:29 +00:00
pload Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
poink Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
polsms Update polsms to version 2.0.3 2005-07-15 16:02:30 +00:00
poptop Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
ppp-lzs Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4 2006-01-04 04:29:05 +00:00
pppd Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
pptp NOT_FOR_PLATFORM Interix. 2005-11-07 21:46:25 +00:00
proftpd Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql 2006-01-08 18:35:08 +00:00
proxycheck Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
publicfile Use errno-hack for leapsecs_read.c as well. 2005-12-18 20:28:34 +00:00
puf Fix GCC 3.4+: label at end of compound statement. 2005-12-20 12:36:43 +00:00
pure-ftpd Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql 2006-01-08 18:35:08 +00:00
pxe Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
py-adns Removed trailing white-space. 2005-05-23 08:26:03 +00:00
py-dns Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-GeoIP Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-google Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-IP Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-kenosis Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-libdnet add pkg for the Python binding of libdnet (part of the libdnet 2005-08-10 13:52:52 +00:00
py-libpcap Use devel/swig instead of devel/swig13, now the latter has been 2006-01-12 17:36:01 +00:00
py-mimelib - Fixed pkglint warnings about @comment in PLIST_SUBST. 2005-12-08 21:50:11 +00:00
py-ORBit Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
py-soaplib Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
py-soappy Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-spreadmodule Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-twisted Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:21:16 +00:00
py-twisted-docs Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
py-zsi Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
pygopherd Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
qadsl Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
quagga Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
ra-rtsp-proxy Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
radiusd-cistron Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
rdesktop Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
rdist6 Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
rinetd Use SUBST framework. 2006-01-09 23:39:09 +00:00
ripe-whois Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
ripe-whois-tools Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
rootprobe Fix GCC 3.4+: label at end of compound statement. 2005-12-20 13:29:46 +00:00
rp-l2tp Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
rp-pppoe Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
rsync Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
rtorrent Changes 0.3.6: 2006-01-12 20:41:37 +00:00
ruby-icmp One more update of distinfo by USE_RUBY_DIST_SUBDIR change. 2006-01-03 14:28:30 +00:00
samba Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql 2006-01-08 18:35:08 +00:00
scamper Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
scapy add scapy-1.0.0, a Python shell for network packet construction, injection 2005-08-10 13:54:58 +00:00
scdp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
scli Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
sdig Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sdist Apply my logging patch until kim updates his package. 2006-01-05 19:38:40 +00:00
SDL_net Convert aalib to options framework, adding an 'x11' option, and remove 2005-12-11 09:40:37 +00:00
sendfile Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
sharity-light DragonFly support. 2005-12-18 20:14:03 +00:00
sipcalc Update to version 1.1.3 2005-11-07 22:00:45 +00:00
sipsak import sipsak-0.9.1, a commandline SIP tester, based on the work of 2005-08-11 17:58:33 +00:00
sitescooper Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
skype First step at reworking Linux binary packages. 2005-12-12 14:43:23 +00:00
slurm Update MASTER_SITES. Noted by Zafer Aydogan in PR pkg/31424. 2005-09-30 04:56:27 +00:00
smokeping Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
sniffit This package contains a hardwired list of device driver names(ewww). 2006-01-08 11:02:10 +00:00
snort Include database schemas in the install 2006-01-03 17:34:40 +00:00
snort-mysql Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql 2006-01-08 18:35:08 +00:00
snort-pgsql Include database schemas in the install 2006-01-03 17:34:40 +00:00
snort-rules Update to v2.4 of the snort Community Rules 2005-10-14 15:05:53 +00:00
socat Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
socket++ Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
socks4 Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
socks5 Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
soup Don't define alloca on DragonFly, it conflicts with stdlib.h. 2005-10-10 20:25:07 +00:00
speedtouch Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
spegla Fix NetBSD statvfs check to be >= 299000900 not >= 200040000 2005-09-06 08:10:57 +00:00
spread Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
srsh Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ssync Add RMD160 digests. 2005-02-24 12:13:41 +00:00
stripes Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
synergy Remove files that should have not imported. 2005-11-21 19:45:16 +00:00
tacacs Fix errno. Define O_SYNC as O_FSYNC for DragonFly. 2005-12-18 19:23:04 +00:00
tcl-scotty Add missing $NetBSD$ which was there when i generated distinfo. 2005-05-17 06:26:40 +00:00
tcpdmerge This requires libpcap; include its bl3. 2005-11-01 18:38:19 +00:00
tcpdpriv Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4 2006-01-04 04:29:05 +00:00
tcpdstat Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
tcpdump Apply patch-aa to correct file. 2005-10-23 16:10:58 +00:00
tcpflow Include a set of patches from Jukka Salmi in PR# 30805 2006-01-02 19:23:40 +00:00
tcpick Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tcpillust Add .include "../../x11/tk83/buildlink3.mk" to fix build problem. 2005-08-17 15:02:49 +00:00
tcpreplay Update to 2.3.5, from Sergey Svishchev in PR 32460: 2006-01-05 23:35:30 +00:00
tcpslice Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
tcptrace Changes 6.6.2: 2005-08-26 08:32:13 +00:00
tcptraceroute Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tightvnc Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
tightvncviewer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tinc Add missing RCS Id tag to patch-aa. Remove diff command line. 2005-06-17 15:32:44 +00:00
tinyfugue Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
tkined Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tn5250 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tnftp Convert to options framework. 2005-12-02 17:03:06 +00:00
tnftpd Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
tor Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
torrentutils Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
totd Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
traceroute-as Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
trafshow In revision 1.21 of Makefile the patches have been removed. Cleaned up 2005-11-15 14:06:43 +00:00
trickle Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
tsclient DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
tsocks -update to 1.8beta5 (the last release existing, from 2002) 2005-08-04 10:22:21 +00:00
tspc Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
ttt update to 1.8.1 (no functional differences, just some fixes to 2005-10-25 17:21:47 +00:00
ucarp Add missing files to PLIST. Set USE_PKGLOCALEDIR. 2005-07-26 10:47:19 +00:00
ucspi-ssl Initial import of ucspi-ssl, a set of command-line tools for SSL 2006-01-11 20:17:58 +00:00
ucspi-tcp Give these hacks a meaningful name ("arm-gcc2-optimizer"). 2005-09-02 01:40:20 +00:00
udptunnel Not everything has YP. Make it autoconf-conditional. 2005-11-02 15:08:44 +00:00
unison Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
unison-devel Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
upclient Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
userppp Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
vcheck Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
vde Initial import of vde 1.5.9. 2005-07-11 03:23:29 +00:00
vino Recursive PKGREVISION bump for gnutls shlib major bump. 2005-12-31 12:32:31 +00:00
vnc Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
vncviewer Make this work on Solaris, which has no ComplexProgramTargetNoMan() 2005-07-13 13:47:57 +00:00
vpnc Update vpnc to 0.3.3. Changes: 2006-01-03 21:48:09 +00:00
vsftpd Update to 2.0.4, based on 2.0.1 update from Ove Soerensen in PR 26811. 2006-01-13 18:12:46 +00:00
vtun Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
wakeup Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
wap-utils Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
waste Add DragonFly support. Use PTHREAD_* instead of -lpthread. 2006-01-08 21:42:41 +00:00
wget Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
whatmask Include devel/sysexits bl3. 2005-11-01 18:31:16 +00:00
whoson Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
wimon Add DragonFly support. 2006-01-08 21:22:58 +00:00
wistumbler NOT_FOR_PLATFORM Interix. 2005-11-01 03:40:34 +00:00
wistumbler2 Add DragonFly support. 2006-01-08 21:22:58 +00:00
wistumbler2-gtk Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
wminet NOT_FOR_PLATFORM Interix. 2005-11-08 16:45:47 +00:00
wmnet Add RMD160 digests. 2005-02-24 12:13:41 +00:00
wmpload Comment out unavailable HOMEPAGE, and set MASTER_SITES 2005-10-22 03:47:36 +00:00
wol Add one missing locale file. 2005-08-20 19:23:17 +00:00
wu-ftpd Fix errno. 2005-12-18 18:54:26 +00:00
x2vnc Use waitpid() instead of wait3() with null rusage. (waitpid is more portable) 2005-11-08 04:01:24 +00:00
xfce4-wavelan-plugin Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT. 2005-11-09 07:09:04 +00:00
xipdump Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xmftp Bump all motif packages for recent openmotif update. The major version 2005-12-12 21:36:54 +00:00
xnap Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
xorp Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4 2006-01-04 04:29:05 +00:00
xrmftp Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
xtraceroute Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
yafc Fix errno. 2006-01-08 21:07:06 +00:00
yale-tftpd Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
yaz Catch up distinfo for removal of patch-aa on last upgrade. 2005-08-24 14:22:30 +00:00
ytalk Merge Makefile.common into Makefile (not needed any longer 2006-01-12 20:03:52 +00:00
ywho Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zebra Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
Makefile x11 support has been deprecated in ytalk-3.3.0 -- remove ytalk-x11. 2006-01-12 19:59:20 +00:00