pkgsrc/net
wiz f2b1186138 Update to 2.6.5:
OUTPUT CHANGES:

    - Non-printable chars in filenames are now output using backslash-
      escaped characters rather than '?'s.  Any non-printable character is
      output using 3 digits of octal (e.g. "\n" -> "\012"), and a backslash
      is now output as "\\".  Rsync also uses your locale setting, which
      can make it treat fewer high-bit characters as non-printable.

    - If rsync received an empty file-list when pulling files, it would
      output a "nothing to do" message and exit with a 0 (success) exit
      status, even if the remote rsync returned an error (it did not do
      this under the same conditions when pushing files).  This was changed
      to make the pulling behavior the same as the pushing behavior:  we
      now do the normal end-of-run outputting (depending on options) and
      exit with the appropriate exit status.

  BUG FIXES:

    - A crash bug was fixed when a daemon had its "path" set to "/", did
      not have chroot enabled, and used some anchored excludes in the
      rsyncd.conf file.

    - Fixed a bug in the transfer of a single file when -H is specified
      (rsync would either infinite loop or perhaps crash).

    - Fixed a case where the generator might try (and fail) to tweak the
      write-permissions of a read-only directory in list-only mode (this
      only caused an annoying warning message).

    - If --compare-dest or --link-dest uses a locally-copied file as the
      basis for an updated version, log this better when --verbose or -i
      is in effect.

    - Fixed the accidental disabling of --backup during the --delete-after
      processing.

    - Restored the ability to use the --address option in client mode (in
      addition to its use in daemon mode).

    - Make sure that some temporary progress information from the delete
      processing does not get left on the screen when it is followed by a
      newline.

    - When --existing skips a directory with extra verbosity, refer to it
      as a "directory", not a "file".

    - When transferring a single file to a different-named file, any
      generator messages that are source-file related no longer refer to
      the file by the destination filename.

    - Fixed a bug where hard-linking a group of files might fail if the
      generator hasn't created a needed destination directory yet.

    - Fixed a bug where a hard-linked group of files that is newly-linked
      to a file in a --link-dest dir doesn't link the files from the rest
      of the cluster.

    - When deleting files with the --one-file-system (-x) option set, rsync
      no longer tries to remove files from inside a mount-point on the
      receiving side.  Also, we don't complain about being unable to remove
      the mount-point dir.

    - Fixed a compatibility problem when using --cvs-ignore (-C) and
      sending files to an older rsync without using --delete.

    - Make sure that a "- !" or "+ !" include/exclude pattern does not
      trigger the list-clearing action that is reserved for "!".

    - Avoid a timeout in the generator when the sender/receiver aren't
      handling the generator's checksum output quickly enough.

    - Fixed the omission of some directories in the delete processing when
      --relative (-R) was combined with a source path that had a trailing
      slash.

    - Fixed a case where rsync would erroneously delete some files and then
      re-transfer them when the options --relative (-R) and --recursive
      (-r) were both enabled (along with --delete) and a source path had a
      trailing slash.

    - Make sure that --max-size doesn't affect a device or a symlink.

    - Make sure that a system with a really small MAXPATHLEN does not cause
      the buffers in readfd_unbuffered() to be too small to receive normal
      messages.  (This mainly affected Cygwin.)

    - If a source pathname ends with a filename of "..", treat it as if
      "../" had been specified (so that we don't copy files to the parent
      dir of the destination).

    - If --delete is combined with a file-listing rsync command (i.e. no
      transfer is happening), avoid outputting a warning that we couldn't
      delete anything.

    - If --stats is specified with --delete-after, ensure that all the
      "deleting" messages are output before the statistics.

    - Improved one "if" in the deletion code that was only checking errno
      for ENOTEMPTY when it should have also been checking for EEXIST (for
      compatibility with OS variations).

  ENHANCEMENTS:

    - Added the --only-write-batch=FILE option that may be used (instead
      of --write-batch=FILE) to create a batch file without doing any
      actual updating of the destination.  This allows you to divert all
      the file-updating data away from a slow data link (as long as you
      are pushing the data to the remote server when creating the batch).

    - When the generator is taking a long time to fill up its output buffer
      (e.g. if the transferred files are few, small, or missing), it now
      periodically flushes the output buffer so that the sender/receiver
      can get started on the files sooner rather than later.

    - Improved the keep-alive code to handle a long silence between the
      sender and the receiver that can occur when the sender is receiving
      the checksum data for a large file.

    - Improved the auth-errors that are logged by the daemon to include
      some information on why the authorization failed:  wrong user,
      password mismatch, etc.  (The client-visible message is unchanged!)

    - Improved the client's handling of an "@ERROR" from a daemon so that
      it does not complain about an unexpectedly closed socket (since we
      really did expect the socket to close).

    - If the daemon can't open the log-file specified in rsyncd.conf, fall
      back to using syslog and log an appropriate warning.  This is better
      than what was typically a totally silent (and fatal) failure (since a
      daemon is not usually run with the --no-detach option that was
      necessary to see the error on stderr).

    - The man pages now consistently refer to an rsync daemon as a "daemon"
      instead of a "server" (to distinguish it from the server process in a
      non-daemon transfer).

    - Made a small change to the rrsync script (restricted rsync -- in the
      support dir) to make a read-only server reject all --remove-* options
      when sending files (to future-proof it against the possibility of
      other similar options being added at some point).
2005-06-04 09:35:51 +00:00
..
6tunnel Mark as NOT_FOR_PLATFORM Interix. 2005-03-10 17:27:06 +00:00
adns Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
aget Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
airport2basestationconfig Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
airportbasestationconfig Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
airportmodemutility Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
amule Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
argus RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
arla Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
arpd Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
arping Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
arpwatch Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
autonet Update autonet to 0.14 2005-05-30 00:15:22 +00:00
awhois Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
batchftp Add RMD160 digests. 2005-02-24 12:13:41 +00:00
bftpd Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bind4 Update MASTER_SITES. 2005-05-25 13:12:55 +00:00
bind8 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
bind9 Check that a variable is defined before using it. 2005-06-02 00:27:22 +00:00
bing Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
bittornado Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bittornado-gui Update to 0.3.10 and while doing that remove patch-ab because there 2005-01-28 16:19:17 +00:00
bittorrent Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bittorrent-gui update to BitTorrent 4.0.1 2005-03-28 14:43:10 +00:00
bmon Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
boinc3-coreclient Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
bounce Add RMD160 digests. 2005-02-24 12:13:41 +00:00
bpalogin RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
bridged Add RMD160 digests. 2005-02-24 12:13:41 +00:00
bug-buddy Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
cdpd Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
cftp Add RMD160 digests. 2005-02-24 12:13:41 +00:00
choparp Add RMD160 digests. 2005-02-24 12:13:41 +00:00
chrony Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
cia Add RMD160 digests. 2005-02-24 12:13:41 +00:00
cidr Add RMD160 digests. 2005-02-24 12:13:41 +00:00
cisco-mibs Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
citrix_ica Removed trailing white-space. 2005-05-23 08:26:03 +00:00
cmu-dhcpd Add RMD160 digests. 2005-02-24 12:13:41 +00:00
connect Add RMD160 digests. 2005-02-24 12:13:41 +00:00
corkscrew Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ctorrent Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dante Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dc_gui2 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
dctc Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ddclient RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
delegate RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
dgd Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
dhid RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
dhisd Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dip Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
djbdns Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
djbdns-run Sort. 2005-05-03 15:33:17 +00:00
dlint Add RMD160 digests. 2005-02-24 12:13:41 +00:00
dnstop Update to 20050203: 2005-03-28 02:01:50 +00:00
dnstracer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
docsis Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
driftnet Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dtcp Sort. 2005-05-03 15:33:17 +00:00
dtcpclient RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
dynipclient RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
echoping Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ed2k-gtk-gui Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
edonkey2k Add RMD160 digests. 2005-02-24 12:13:41 +00:00
entropy Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
etherape Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ethereal Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ettercap - Add a conflict statement now that ettercpa-NG has been imported 2005-05-14 16:46:17 +00:00
ettercap-NG - Update to 0.7.3 2005-05-31 19:03:50 +00:00
fair-identd Add RMD160 digests. 2005-02-24 12:13:41 +00:00
firewalk Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
flan Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
flodo Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
flow-tools Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
fmirror Add RMD160 digests. 2005-02-24 12:13:41 +00:00
fping Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
fping6 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
freenet-tools Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
freeradius Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
freewais-sf Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ftplibpp Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ftpproxy Update ftpproxy package to 1.2.3. 2005-04-11 15:32:48 +00:00
gated RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
GeoIP Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gethost Add RMD160 digests. 2005-02-24 12:13:41 +00:00
gftp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gftp-gtk1 Fix build problems in "gftp-gtk1" package caused by update to 2005-03-02 20:43:21 +00:00
gift Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gkrellm-ping Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gkrellm-snmp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gkrellm-wireless Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gkrellm1-snmp Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gkrellm1-wireless Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gnapfetch Add RMD160 digests. 2005-02-24 12:13:41 +00:00
gnet Install documentation into share/doc instead of share/gtk-doc/html. Bump PKGREVISION. 2005-05-25 11:41:32 +00:00
gnet1 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gnetcat Removed trailing white-space. 2005-05-23 08:26:03 +00:00
gnome-netstatus Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gnome-vfs2-smb Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. 2004-09-22 08:09:14 +00:00
gnugk Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gopher Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gtk-gnutella Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
gtk_wicontrol Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
gtksamba Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
hesiod Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
hf6to4 * Copyright maintenance 2005-05-30 22:49:42 +00:00
hlfl Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
hobbitclient Add RMD160 digests. 2005-02-24 12:13:41 +00:00
hobbitmon Removed trailing white-space. 2005-05-23 08:26:03 +00:00
host Add patch-ap from wip/host to fix installation. 2005-04-16 12:44:49 +00:00
howl RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
hping Add RMD160 digests. 2005-02-24 12:13:41 +00:00
httptunnel Add RMD160 digests. 2005-02-24 12:13:41 +00:00
icsi-finger Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
iftop Removed trailing white-space. 2005-05-23 08:26:03 +00:00
IglooFTP Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ipa RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
ipcalc Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ipcheck Add RMD160 digests. 2005-02-24 12:13:41 +00:00
iperf Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ipv6calc Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ipw Add RMD160 digests. 2005-02-24 12:13:41 +00:00
irrd Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
irrtoolset-nox11 Add RMD160 checksum. 2005-05-25 13:13:30 +00:00
ishell Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
isic Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ispman Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ja-samba Teach the tools framework about mktemp. Replace explicit tests for 2005-06-03 22:54:44 +00:00
jftpgw RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
jigdo Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jumpgate Add RMD160 digests. 2005-02-24 12:13:41 +00:00
jwhois Incorporate today's allocation of 2400:0000::/19 to APNIC, bringing 2005-05-24 07:43:07 +00:00
kdenetwork3 Update to KDE 3.4.1 2005-05-31 14:34:59 +00:00
kftpgrabber Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
kphone Correct broken SSL "configure" test which causes link failures under 2005-05-26 21:01:07 +00:00
LaBrea Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
lambdamoo Add RMD160 digests. 2005-02-24 12:13:41 +00:00
lambdamoo-core Note where gzip or gunzip is required by the package since it isn't 2005-05-15 22:02:26 +00:00
lambdamoo-doc Add RMD160 digests. 2005-02-24 12:13:41 +00:00
latd Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
lft Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
lftp Use PKG_SUGGESTED_OPTIONS, not PKG_SUPPORTED_OPTIONS 2005-06-01 14:06:50 +00:00
libares Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
libdnet Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
libIDL This package actually wants "flex", not just "lex". 2005-05-23 01:21:26 +00:00
liblive Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
libnids Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
libpcap Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
libradius Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
libsoup This package needs openssl. 2005-05-23 15:02:14 +00:00
libsoup-devel Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
libsscript Add RMD160 digests. 2005-02-24 12:13:41 +00:00
linc Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
llnlxdir Removed trailing white-space. 2005-05-23 08:26:03 +00:00
llnlxftp Removed trailing white-space. 2005-05-23 08:26:03 +00:00
lopster Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
maradns Update to version 1.0.28 2005-05-13 13:25:55 +00:00
md-whois Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
mDNSResponder Update mDNSResponder to version 107.1. 2005-05-26 12:50:24 +00:00
mirror Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
mldonkey Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
mldonkey-gui Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
mouse-pppoe Add RMD160 digests. 2005-02-24 12:13:41 +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 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
mrt Removed trailing white-space. 2005-05-23 08:26:03 +00:00
mrtg SUBST_FILES.* must be relative to ${WRKSRC}. 2005-05-21 04:10:17 +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
nam Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
nap Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
napshare Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nasd Initial import of nasd-1.3, a prototype storage implementation, from CMU. 2005-05-04 08:56:49 +00:00
nbtscan Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ncftp2 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ncftp3 update to 3.1.9 2005-05-07 15:14:44 +00:00
neat Add RMD160 digests. 2005-02-24 12:13:41 +00:00
nemesis Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
net-snmp Bump BUILDLINK_RECOMMENDED after latest security fix. (hi tron!) 2005-05-27 13:47:39 +00:00
netatalk Update netatalk to version 2.0.3. 2005-05-26 05:47:40 +00:00
netatalk1 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
netbsd-tap Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
netcat Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
netdisco Regen to make GNU patch happy. 2005-05-27 02:26:00 +00:00
netgroup Add RMD160 digests. 2005-02-24 12:13:41 +00:00
netname Add RMD160 digests. 2005-02-24 12:13:41 +00:00
netperf Drop MAN1 (FreeBSD Ports-ism), and note that gzip is required during 2005-05-15 21:52:10 +00:00
netsaint-base Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
netsaint-plugin-cluster Add RMD160 digests. 2005-02-24 12:13:41 +00:00
netsaint-plugin-snmp Add RMD160 digests. 2005-02-24 12:13:41 +00:00
netsaint-plugins Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ngrep Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nicotine Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nidentd Add RMD160 digests. 2005-02-24 12:13:41 +00:00
nmap Build on DragonFly BSD. 2005-05-31 09:13:19 +00:00
nmapfe Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nocol Add RMD160 digests. 2005-02-24 12:13:41 +00:00
nprobe Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ns Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
nsca Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nsd Apply parts of patch from PR 29983 by ISIHARA Takanori: 2005-04-28 15:30:17 +00:00
nslint Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ntop Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ntop1 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ntp4 We can always specify where the OpenSSL libraries & headers are, 2005-06-01 19:07:34 +00:00
oidentd RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
oinkmaster - Update oinkmaster to nb1 2005-05-02 10:48:16 +00:00
openafs Rename option PAM to pam (so all options are lower case). Backwards 2005-05-31 11:24:32 +00:00
openag Add RMD160 digests. 2005-02-24 12:13:41 +00:00
openh323 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
openntpd Removed trailing white-space. 2005-05-23 08:26:03 +00:00
openslp Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
openvpn Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
openvpn-current RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
ORBit Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ORBit2 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
overnet Add RMD160 digests. 2005-02-24 12:13:41 +00:00
p5-DNS-ZoneParse Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Geo-IP Update p5-Geo-IP to 1.25. Patch provided by Paul Shupak in PR pkg/29990. 2005-04-17 22:57:00 +00:00
p5-INET6 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
p5-IO-Interface Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-IO-Socket-Multicast Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-ispman Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net Removed trailing white-space. 2005-05-23 08:26:03 +00:00
p5-Net-Bind Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-CIDR-Lite Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-Daemon PERL5_PKGSRCDIR isn't defined when using the new tools framework. Replace 2005-05-19 15:26:03 +00:00
p5-Net-Dev-MIBLoadOrder Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-DNS Update to version 0.49. 2005-04-20 13:00:50 +00:00
p5-Net-DNSServer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-Gnats Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-Google Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-IP Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-IRC Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-Pcap Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-RawIP Initial import of p5-Net-RawIP: Perl extension to manipulate raw ip packets 2005-05-27 15:12:53 +00:00
p5-Net-Server Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-SNMP Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-Telnet Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-Telnet-Cisco Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-TFTP Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-XWhois Removed trailing white-space. 2005-05-23 08:26:03 +00:00
p5-Net-Z3950 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-NetAddr-IP Update to version 3.24. 2005-04-20 07:44:31 +00:00
p5-NetPacket Fix MAINTAINER email address for David Ferlier. 2005-05-02 23:02:06 +00:00
p5-Nmap-Parser This perl module is here to ease the pain of developing scripts or collecting 2005-05-26 11:05:30 +00:00
p5-RADIUS Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-SNMP-Info Initial import of p5-SNMP-Info. 2005-05-25 16:59:02 +00:00
p5-SNMP-MIB-Compiler Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-SNMP_Session Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-SOAP-Lite Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Socket6 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Wais Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
packit Removed trailing white-space. 2005-05-23 08:26:03 +00:00
partysip Include "../../mk/pthread.buildlink3.mk". 2005-04-16 01:08:19 +00:00
pchar Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
pfnet Add "chat" to CATEGORIES. (This seems to be in the wrong category/directory.) 2005-03-22 23:37:34 +00:00
php-ftp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
php-snmp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
php-sockets Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
php-yp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
php5-soap Add package for PHP5 SOAP extension. 2005-05-07 19:28:01 +00:00
pim6dd Add RMD160 digests. 2005-02-24 12:13:41 +00:00
pim6sd Add RMD160 digests. 2005-02-24 12:13:41 +00:00
pload Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
poink Add RMD160 digests. 2005-02-24 12:13:41 +00:00
polsms Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
poptop Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ppp-lzs This package uses ${PATCH} explicitly. 2005-05-15 19:13:39 +00:00
pppd Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
pptp Add RMD160 digests. 2005-02-24 12:13:41 +00:00
proftpd Rename option PAM to pam (so all options are lower case). Backwards 2005-05-31 11:24:32 +00:00
proxycheck Add RMD160 digests. 2005-02-24 12:13:41 +00:00
publicfile Take advantage of mk/djbware.mk. 2005-03-23 00:51:09 +00:00
puf Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
pure-ftpd RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
pxe RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +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-mimelib Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-ORBit Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
py-soaplib Add RMD160 digests. 2005-02-24 12:13:41 +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 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-twisted-docs add python as category 2004-07-22 09:15:59 +00:00
py-zsi Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
pygopherd RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
qadsl Fix pkglint warning. 2005-05-03 22:05:26 +00:00
quagga Add RMD160 checksum. 2005-05-25 13:13:30 +00:00
ra-pna-proxy Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ra-rtsp-proxy Add RMD160 digests. 2005-02-24 12:13:41 +00:00
radiusd-cistron RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
rdesktop Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
rdist6 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
rinetd RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
ripe-whois Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ripe-whois-tools Removed trailing white-space. 2005-05-23 08:26:03 +00:00
rootprobe Add RMD160 digests. 2005-02-24 12:13:41 +00:00
rp-l2tp Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
rp-pppoe RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
rsync Update to 2.6.5: 2005-06-04 09:35:51 +00:00
ruby-drb Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ruby-icmp Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
ruby-xmlrpc4r Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
samba Teach the tools framework about mktemp. Replace explicit tests for 2005-06-03 22:54:44 +00:00
samba2 Teach the tools framework about mktemp. Replace explicit tests for 2005-06-03 22:54:44 +00:00
scdp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
scli Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sdig Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sdist Add RMD160 digests. 2005-02-24 12:13:41 +00:00
SDL_net Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sendfile Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sharity-light Add RMD160 digests. 2005-02-24 12:13:41 +00:00
sipcalc Add RMD160 digests. 2005-02-24 12:13:41 +00:00
sitescooper Add RMD160 digests. 2005-02-24 12:13:41 +00:00
skype Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
slurm Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
smokeping RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
sniffit Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
snort RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
snort-mysql Sync and minor tidy up for snort 2.3.0 release. 2005-01-28 23:03:59 +00:00
snort-pgsql Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL 2004-07-24 22:45:14 +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_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
socks5 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
soup Do not install unused directory. Bump PKGREVISION. 2005-05-25 11:14:59 +00:00
speedtouch RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
spegla Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
spread RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +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 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
tacacs Add RMD160 digests. 2005-02-24 12:13:41 +00:00
tcl-scotty Add missing $NetBSD$ which was there when i generated distinfo. 2005-05-17 06:26:40 +00:00
tcpdmerge Add RMD160 digests. 2005-02-24 12:13:41 +00:00
tcpdpriv Remove USE_BUILDLINK3 (typo). 2005-04-27 20:48:32 +00:00
tcpdstat Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tcpdump - Update to nb1 for security issues 2005-05-28 14:15:23 +00:00
tcpflow Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tcpick Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tcpillust Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
tcpreplay Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tcpslice Use BSD_INSTALL_* for correct ownership and permission. Pointed out by 2005-05-09 21:29:52 +00:00
tcptrace Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tcptraceroute Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tightvnc Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
tightvncviewer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tinc Update to 1.0.4, including a patch by Tonnerre, provided 2005-05-30 16:58:03 +00:00
tinyfugue Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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 Fix the build on OS X.3. 2005-05-14 06:06:26 +00:00
tnftpd Add RMD160 digests. 2005-02-24 12:13:41 +00:00
tor RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
torrentutils Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
totd Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
traceroute-as Add RMD160 digests. 2005-02-24 12:13:41 +00:00
trafshow Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
trickle RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
tsclient Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
tsocks Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
tspc Add RMD160 checksum. 2005-05-25 13:13:30 +00:00
ttt Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ucarp Removed trailing white-space. 2005-05-23 08:26:03 +00:00
ucspi-tcp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
udptunnel Add RMD160 digests. 2005-02-24 12:13:41 +00:00
unison Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
unison-devel Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
upclient RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
userppp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
vcheck Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
vino Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
vnc riz volunteered to maintain this package. 2005-04-18 13:22:36 +00:00
vncviewer Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
vpnc Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
vsftpd RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
vtun Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wakeup Note where gzip or gunzip is required by the package since it isn't 2005-05-15 22:02:26 +00:00
wap-utils Removed trailing white-space. 2005-05-23 08:26:03 +00:00
waste Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wget Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
whatmask Add RMD160 digests. 2005-02-24 12:13:41 +00:00
whoson RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
wimon Removed trailing white-space. 2005-05-23 08:26:03 +00:00
wistumbler Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
wistumbler2 Add patch that should fix build on amd64. 2005-05-31 12:31:59 +00:00
wistumbler2-gtk Update to 2.0pre10: 2005-05-25 14:47:05 +00:00
wminet Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wmnet Add RMD160 digests. 2005-02-24 12:13:41 +00:00
wmpload Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wol Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
wu-ftpd Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
x2vnc Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xfce4-wavelan-plugin Fix xfce4 build problems 2005-03-30 07:04:05 +00:00
xipdump Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xmftp Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
xnap Add RMD160 digests. 2005-02-24 12:13:41 +00:00
xorp Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
xrmftp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xtraceroute Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
yafc Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
yale-tftpd Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
yaz Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ytalk Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ytalk-x11 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ywho Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zebra Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
Makefile Add autonet 2005-05-29 09:27:31 +00:00