pkgsrc/net
wiz 114bd24ee4 Update to 2.5.8:
Note: Due to the changes in CommonSwarming, this version is to be considered
 as EXPERIMENTAL on all networks, EXCEPT Edonkey & Overnet.

2004/02/06: Fabrice (version 2.5.8, tag release-2-5-8)
  * FileTP:
     * Basic FTP protocol:
        use 'http <ftp://url>' and 'mirror <ftp://url>'
     * Option 'mirrors': list of list of interchangeable url prefixes.

2004/02/06: Fabrice (version 2.5.7, tag release-2-5-7)
  * New network 'FileTP' for simple file transfer protocols:
     * Basic HTTP protocol:
        use 'http <http://url>' to start a download.
        use 'mirror <file_num> <http://url>' to add a mirror.
  * TcpBufferedSocket: initial size of buffer now depends on the last
        read input. might cause problems in memory until a better cache of
        buffers is implemented

2004/02/06: Fabrice (version 2.5.6, tag release-2-5-6)
  * CommonInteractive:
     * file_cancel: removes the file itself
  * Unix32:
     * new function 'destroy' to completely destroy a FD, so that it cannot
        be used afterwards (but it does not remove the file). Used
        in CommonInteractive.file_commit and CommonInteractive.file_cancel.
  * DonkeyInteractive: clients might get stucked if they tried to
      upload a file that has just been commited, since the name is not
      updated anymore in Unix32.rename. We need to remove the former 'file'
      structure and then add a new one for the shared file, thus disconnecting
      all the former uploaders (knowing them, they will reconnect asap :)).
      To be done.
  * Applied patches #2586, #2587, #2588

2004/02/05: Fabrice (version 2.5.5, tag release-2-5-5)
  * Change in the version numbers, keep only 3 digits :)

2004/02/04: Fabrice (version 2.5.4+8, tag release-2-5-4-8)
  * Bittorrent:
     * New version of uploaders choice.
  * Applied patches #2571, #2579, #2580 (is patch #2578 reversed ?)

2004/02/04: Fabrice (version 2.5.4+7)
  * Bittorent:
     * Fixed upload for seeded files, and probably some other bugs.
  * Telnet interface:
     * ?? display commands per category

2004/02/03: Fabrice (version 2.5.4+6)
  * Applied patches #2556, #2558, #2559, #2561, #2568, #2569, #2571,
       #2572, #2574
  * TcpBufferedSocket: event CONNECTED is sent the first time a socket
      is available for writting.
  * Newgui:
     * Gui_cdget: Updated some regexps to correctly query IMDB.
  * Bittorrent:
     * BTTracker: the tracker should work.
     * New internal command "torrents" to list URLs of files in
        torrents/tracked/

2004/02/02: Fabrice (version 2.5.4+5)
  * New Internationnalisation format: short strings are stored for translation
      in ~/.mldonkey/mlnet_strings.$LANG. The new scheme allows easy
      translation of options descriptions and all other strings used
      after CommonOption. Can also be used to translate the interfaces.
      Unfortunately, this new scheme makes most of the former translations
      obsolete, but most of them have been approximately changed to the
      new format (see distrib/i18n/mlnet_strings.*, copy yours in
      ~/.mldonkey/ to check)

2004/02/01/ Fabrice (version 2.5.4+4)
  * Applied patches #2532 (new-gui), #2535 (INSTALL.txt), #2549 (vers mesg),
       #2550 (minsize shared)

2004/01/28: Fabrice (version 2.5.4+3)
  * CommonShared:
     Strategies of sharing can be defined in "searches.ini" (recursive or not,
      min file size, extensions).
     * Predefined strategies:
         [all_files]: recursively all files > 10 KB
         [mp3s]: recursively .mp3 < 10 MB
         [avis]: recursively .avi > 500 MB
         [only_directory]: not recursive, all files > 10 KB
     * Strategy for incoming/ is now [only_directory].
     * Format of "shared_directories" option changed accordingly: new default
        directory shared/ with strategy [all_files].
  * CommonComplexOptions:
     file_state, file_age and file_size are saved for all networks in options.
  * CommonSwarming:
     functions to save and load chunks and present_chunks from options.

2004/01/27: Fabrice
  * TcpBufferedSocket:
    * Weak form of connection_manager, that should progressively be used to
        better distribute connections among networks.
    * Zlib Compression of connection is now done transparently.
  * Int32ops: removed Int32 operations. int32 should be removed as many times
      as possible to avoid limitations at 4GB. Bittorrent protocol does not
      support files > 4 GB (check new version ?)

2004/01/26: Fabrice
  * CommonSwarming: completely rewritten. No partition anymore. Better
      block choice strategy. More efficient strutures.
  * BTTracker:
      * new directories in "torrents/":
        * downloads/: .torrent of files being currently downloaded
        * tracked/: .torrent of files being currently tracked (maybe seeded)
        * seeded/: .torrent of files being currently seeded
      * mldonkey command 'compute_torrent' computes a .torrent file for a
        filename and put it in torrents/tracked/. The file is immediatly
        tracked.
      * mldonkey tracker can be accessed:
          http://ip:6881/tracker?info_hash=.... -> for the tracker
          http://ip:6881/filename.torrent -> to download 'filename.torrent'

2004/01/23: Fabrice
  * ed2k_hash: new option -check <size> to compute different hashes on
      a generated file of size <size> KB, to test DiskFile, SparseFile and
      MultiFile implementations.
  * Unix32:
     * Open ALL files in RW mode by default, and fall back in RO mode in
        case of error.
     * New format SparseFile completely implemented.
     * Unix32.rename makes the Unix32.t invalid. Might cause some bugs
        when sharing just commited files (TO CHECK).
  * Options:
     * New EXPERIMENTAL option 'emulate_sparsefiles' in downloads.ini,
        to emulate sparse files on non-sparse filesystems (e.g. FAT).
        Currently only works for Edonkey files, and <preview> and
        <recover_file> won't work for them.

2004/01/16: Fabrice
  * Fixed problem with files.ini when downloading BitTorrent files

2004/01/15: Fabrice
  * Applied Savannah patches #2480, #2481 (emule), #2482 (old GUI)

2004/01/14: Fabrice
  * Applied Savannah patches:
     #2475, #2474 (bin modes), #2479 (BT), #2473 (negative time),
     #2437 (force-download typo), #2423 ("links" command), #2421 (connecttime),
     #2417 (message 21), #2415 (LSD not banned), #2414 (old GUI),
     #2413 (emule tags), #2411 (emule stats), #2473 (telnet)
  * Applied Pango's patch: common_recover_temp

2003/12/22: Fabrice
  * make_torrent:
     * .torrent filename is specified by -torrent
     * New option "-split <filename>" that will split <filename> in smaller
         files according to a .torrent file.
  * Applied pause.patch

2003/12/17: Fabrice
  * Applied upload_slots patch again

2003/12/16: Dek
  * mldonkey CVS moved to berlios until savannah is back again.
     see https://developer.berlios.de/cvs/?group_id=610
     for server-details, web-CVS etc.

2003/12/16: Fabrice
  * Applied patches from spiralvoice page: prevent_interface_close, xmule,
     emule_tags, upload_cnum, suxx_wap, mld_cb10, remove_challenge,
     upload_slots, html_gnutella2, amule

2003/12/15: Fabrice
  * Modified "forget" command
  * Bittorrent: crash when commiting directories fixed

2003/12/09: Fabrice
  * Opennap: removed redondant client_port option
  * Gnutella2: removed options with same values as for Gnutella

2003/12/08: Fabrice
  * New option 'allow_local_network' to allow connections on the local
     network for debugging purpose.
  * Bittorrent:
      * If 'tracker_port' is not nul, a WEB server is started inside mldonkey
         that is used as a tracker, with url:
                 http://YOUR-IP:<tracker_port>/tracker
      * New option 'shared_torrent_files', a list of pairs:
          torrent_files = [
               ("/test_bt.torrent", "../../one_torrent_file.torrent");
          ]
        where the first string in the pair is the relative url on the
        tracker web-server http://YOUR-IP:<tracker_port>/test_bt.torrent
        and the second is the filename .torrent on the disk to be served.
      * New option 'tracked_files': a list of the filenames of the .torrent
          files that should be tracked.
      * New option 'shared_files': a list of pairs (path to .torrent file,
          path to corresponding shared file).

2003/12/06: Fabrice
  * New option file_started_cmd (by default "mlprogress") used when a
     new download is started to display a progress popup. Set to "" to
     disable.
  * Improved progress popup.

2003/12/06: Fabrice
  * Added 'mlprogress <num>' program that popup a window to display the
     download of file <num> (thx to b8_zoggy). Not tested yet.

2003/12/06: Fabrice
  * Applied Spiralvoice patches ban.clients, win.patch, patch_pack2c
  * Added option 'allow_any_command' to use ! instead of !! for
     arbitrary commands (false by default for security reasons)

2003/12/05: Fabrice
  * Merged devel/ and stable/ branches for Gnutella2

2003/12/04: Fabrice
  * Added module CommonBitzi (merge with devel version)

2003/12/03: Fabrice
  * Updated ed2k_hash to compute Sig2dat and Bitprints. For Mac users, you can
     check whether bitprints with tiger-trees are correctly computed:
       ./ed2k_hash.byte -hash bp COPYING
     gives:
      urn:bitprint:QI3PHA4WVH75CAL72NCNTXZE3SNHU6K3.5URJJG7REVGICNBK5UQBPFGIEO234ZJ3MX2T54I
      Partial   0 : 5URJJG7REVGICNBK5UQBPFGIEO234ZJ3MX2T54I

2003/12/02: Fabrice
  * Applied patch #2399 (anti-thieves v2)
  * Splitted Gnutella and Gnutella2 plugins

2003/12/02: Fabrice
  * gui_messages.ini.dutch added
  * Suppressed UDP frames sent by a firewalled client, causing it to be
      black-listed.

2003/12/01: Fabrice
  * Applied patch #2390
  * Added Autoconf.windows boolean
  * New tool 'make_torrent' generated by 'make make_torrent', that can be
      used to generate, print, verify and modify .torrent files.

2003/11/29: Fabrice
  * Applied patch #2382 (mingw), #2380 (anti-thieves),
     #2384 (gui), #2386 (gui)
  * Removed client addr as string in GUI protocol 20

2003/11/29: Fabrice
  * Unix32: create_ro = create_rw
  * New module BTTracker, to implement a tracker for BitTorrent.
      Command "compute_torrent <filename>" in console to generate
      the torrent file associated with filename. Not working yet.

2003/11/29: Fabrice
  * Removed patch #1261
  * Applied patch #2243 (bind sockets), #2377 (mlnet.static),
      #2378 (ocaml url)
  * Fixed compilation problem in oldgui
  * ED2K: send compressed ShareReq message to zlib-enabled servers.

2003/11/29: Fabrice
  * Unix32: fixed a bug preventing the creation of a correct directory in BT

2003/11/28: Fabrice
  * Unix32: some bug fixes which may have caused bad Sha1 computation in BT at
      inner file borders.

2003/11/28: Fabrice
  * Applied GUI patches #2372 (renamefile), #2373 (newgui),
       #2374 (configwin), #2375 (im), #2376 (configure)
  * Applied HTML patches #2151, #2264


2003/11/27: Fabrice
  * Removed patch #2341 (for fun :) )
  * Applied patch #2139 (html mod), #2371 (telnet)
  * Compressed connections to servers work, multiple replies to a search
      in one UDP packet works too.

2003/11/27: Fabrice
  * Unix32: and yet another bug fixed in MultiFile: no more
      Invalid_argument("Unix.write") error

2003/11/27: Fabrice
   * Applied patches #2341 (BT), #2354 (BT with MultiFile),
       #2339 (improved telnet), #2311 (Overnet [EXPERIMENTAL])
    BUT: is there a bug on Savannah, or is it my browser that incorrectly
     download patches with &quot;, &gt;, etc... inside ?
  * Fixed ed2k_hash compile error
  * Hardcoded emule protocol version set to 0x30, connect to Razorblack
  * Unix32: another bug fixed causing "really_write 0 BYTES" errors.

2003/11/27: Fabrice
   * Bug with Unix32.read fixed (no flush).
   * New file type MultiFile in Unix32, created with create_multifile, to
       be used by BT.

2003/11/24: Fabrice
   * New UDP protocol implemented:
	* Understand servers flags in UDP pongs
	* Query for and understand multiple replies in one packet
	* Query sources for multiple files, and understand multiple files sources
	     in one packet
   * server_last_message updated correctly.

2003/11/24: Fabrice
   * Suppressed option client_server_md4 (to correcly connect to all servers)
   * Copy Emule behavior for client-client connection
   * Send ET_COMPATIBLE flag in EmuleClientInfo with number 10
   * Send EmuleClientInfo as soon as Emule client is identified
   * Set verbose = "unk" to save unknown packets in /tmp/ directory

2003/11/21: Fabrice
   * Applied patches: #2097, #2099, #2110 (mingw),
       #2111, #2193 (telnet), #2248, #2255 (XSS bug),
       #2268 (server zlib), #2269 (opennap napigator)

2003/11/21: Fabrice
   * Applied patches on BT: #2135, #2158, #2247, #2254, #2256
   * Applied patch #2299 (files > 2 GB), #2263 (don't ban uploaders),
       #2202 (gnutella2 DDOS)
   * Gnutella/gnutella2 plugin compiled again

2003/11/20: Fabrice
   * Modified to compile with ocaml-3.07
   * Started merging -devel and -stable versions
      * Gnutella and Gnutella2 plugins disabled
      * Should fix GUI protocol problems with G2GUI

2003/11/17: Fabrice
   * Applied patches
      - GUI: #2080-#2087
        + By default, the new gui is built. To build the former one, run
            ./configure -disable-newgui
        + When switching from one gui to another one, the .mldonkey_gui* files
            may be incorrect, so you are advised to save them or delete them
            before switching.
      - #2067 ("nu" for bittorrent),
        #2070 (new option "all_sources_on_telnet"),
        #2094 (sort files by priority for each downloader)
   * Some modifications for soulseek:
      * Retry connect only after 300 seconds.
      * Don't retry connect after INVALIDPASS unless login or password is
          changed

2003/10/12: Simon (release-2-5-4)
   * Applied patches #2033 (hide-dirs), #2038 (ocaml-3.07),
      #2039 (mlsubmit.reg), #2041 (hide-psswd)

2003/10/10: Simon
   * Removed patch #1765

2003/10/09: Simon
   * Applied patches #1608 (anti-thieves), #1669 (anti-spam),
	#1692 (min-users-per-server), #1695 (html-mods),
	#1710 (regexp in voo), #1711 (sorted voo),
	#1714 (gui priority bug fix), #1715 (fasttrack),
	#1732 (mldonkey_submit), #1733 (viewfiles 6 hours),
	#1734 (browse-friends), #1743 (bittorrent compliance),
	#1748 (emule-bugfix), #1753 (max-conn-servers),
	#1765 (limit-reqs DANGER), #1801 (http-proxy),
	#1843 (message-file), #1862 (download-amount),
	#2024 (filenames), #2025 (friends-slots),
	suxx-lugdunum-fix-v2

	DELAYED: #1911 (hidden-chunks)
2004-02-07 20:39:43 +00:00
..
6tunnel Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
adns replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
airport2basestationconfig s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
airportbasestationconfig s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
airportmodemutility s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
amule replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
archie Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
arla Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if 2003-08-30 22:51:11 +00:00
arpd Don't (unnecessarily) include "varargs.h" which breaks the build on 2003-11-14 13:36:21 +00:00
arpwatch COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
awhois Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
batchftp Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
bftpd Initial import of bftpd, version 1.0.24: 2003-06-02 13:13:15 +00:00
bind4 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
bind8 If we're passing through MAKEFLAGS variables whose values may contain 2004-02-06 19:04:24 +00:00
bind9 Make "${IPV6H}" substitution in package list more efficient. 2003-12-28 10:30:07 +00:00
bing Fix build on Solaris. From Jonathan Perkin in PR 22893. 2003-09-22 16:25:16 +00:00
bittorrent rev. bump because of the wxGTK buildlink change 2004-01-10 14:25:42 +00:00
bounce Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
bpalogin Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
bridged Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
bug-buddy Update to 2.4.2: 2004-02-06 17:27:56 +00:00
cdpd Use buildlink2. 2003-08-30 14:01:18 +00:00
cftp "It's" stands for "it is" (or "it has"). The apostrophe is not used 2003-08-30 02:14:19 +00:00
choparp s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
chrony Back out last change related to moving ncurses/buildlink2.mk to 2003-09-28 09:13:55 +00:00
cia Update "cia" package to version 20030922: 2003-09-22 11:27:58 +00:00
cidr Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
citrix_ica Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
cmu-dhcpd Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
coda5_client Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if 2003-08-30 22:51:11 +00:00
coda5_server replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
coda_doc COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
coda_intro COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
connect Fix build problem under Darwin and SunOS. 2004-01-15 19:58:07 +00:00
dante Update dante to 1.1.14. 2004-01-06 22:03:31 +00:00
dc_gui2 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
dctc replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
ddclient PERL5_PATH not necessary here since ddclient starts itself using ${PERL5}. 2004-01-16 13:14:01 +00:00
delegate When removing a patch, it's always good to also remove the corresponding 2003-08-14 07:02:19 +00:00
dgd Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
dhid s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
dhisd Remove inclusion of varargs.h as the program does not appear to use 2004-01-11 14:49:19 +00:00
dip Don't (unnecessarily) include "varargs.h" which breaks the build on 2003-11-13 21:20:08 +00:00
djbdns In the new compiler selection framework, GCC_REQD is appended to, not 2004-02-01 01:43:28 +00:00
dlint s/it's/its/ 2004-01-20 22:15:21 +00:00
dnstop Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
dnstracer COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
docsis Updated docsis to 0.9.0. 2003-12-16 22:52:37 +00:00
driftnet s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
dynipclient Convert to the bsd.pkg.install.mk framework: 2003-07-30 12:01:26 +00:00
echoping Update to 5.1.0 provided by Soren Jacobsen PR pkg/23743. 2003-12-14 04:08:32 +00:00
edonkey2k Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
etherape replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
ethereal Bump package revisions for tiff update. 2004-01-03 18:49:33 +00:00
ettercap In the new compiler selection framework, GCC_REQD is appended to, not 2004-02-01 01:43:28 +00:00
fair-identd COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
firewalk Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
firewalk-gtk Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
flan replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
flow-tools s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
fmirror s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
fping Update fping and fping6 to 2.4b2nb1. 2003-09-04 12:47:37 +00:00
fping6 Update fping and fping6 to 2.4b2nb1. 2003-09-04 12:47:37 +00:00
freeradius Remove obsolete patches not needed for FreeRadius 0.9.3 2004-01-30 21:45:27 +00:00
freewais-sf USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
ftpproxy Update ftpproxy package to 1.2.2. 2004-01-02 17:03:11 +00:00
gated Make this build with gcc3. Patch obtained from PR pkg/23643. 2003-12-06 01:52:10 +00:00
GeoIP Update to 1.3.1. Changes since 1.1.9: 2003-12-28 12:31:42 +00:00
gethost COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
gftp Remove incorrect "@dirrm share/gnome/apps/Internet". This directory is 2004-01-14 12:52:53 +00:00
gftp-gtk1 gftp which uses GTK+ version 1. 2003-09-01 21:41:48 +00:00
gini replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
gkrellm-ping replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
gkrellm-snmp replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
gkrellm-wireless replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
gnapfetch COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
gnapster replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
gnet Update to 2.0.4: 2003-07-30 13:49:47 +00:00
gnet1 The long awaited update libtool to 1.5.2. 2004-02-05 20:14:05 +00:00
gnetcat initial import of gnetcat 0.7.0 2003-12-05 14:11:27 +00:00
gnubile replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
gopher replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
gtk-gnutella Changes 0.93.3: 2004-01-26 12:10:13 +00:00
gtk_wicontrol replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
gtksamba Bump package revisions for tiff update. 2004-01-03 18:49:33 +00:00
gtm replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
hesiod Make PREFER_PKGSRC just yes/no or a list of packages. This makes it 2004-02-05 07:17:14 +00:00
hf6to4 s/seperate/separate/; s/adresses/addresses/; 2004-01-31 23:56:47 +00:00
host Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
hping Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
httptunnel
icsi-finger Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
IglooFTP Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ip6_int Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ipa Update to 1.3.6 provided by Andrey Simonenko (Maintainer). PR pkg/23417. 2003-11-13 06:43:45 +00:00
ipcalc Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ipcheck Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
iperf Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
iplog uppercase IP acronym, tabify. 2004-01-27 14:13:49 +00:00
ipv6calc replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
ipw Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
irrd Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
isic s/seperate/separate/ 2004-01-31 23:57:17 +00:00
ispman Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ja-samba Bump package revisions for tiff update. 2004-01-03 18:49:33 +00:00
jumpgate s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jwhois add socket libs required on Solaris. 2004-01-27 14:14:35 +00:00
kdenetwork2 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA. 2004-01-23 21:50:42 +00:00
kdenetwork3 Update to KDE-3.2. 2004-02-04 14:42:23 +00:00
LaBrea Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
lambdamoo Web site has moved; updated Makefile to reflect this. 2004-01-28 07:13:55 +00:00
lambdamoo-core Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
lambdamoo-doc Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
latd Updated to 1.18. Closes PR pkg/22735. 2003-10-21 20:55:42 +00:00
lft Initial import of LFT 2.2 into The NetBSD Packages Collection. 2003-08-27 07:36:47 +00:00
lftp Update to version 2.6.12. Supposedly the last release of the 2.6.x series. 2004-01-23 21:38:27 +00:00
libares s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
libdnet Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
libIDL Update to 0.8.3: 2004-02-06 20:01:34 +00:00
liblive Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
libnids Override config.sub and config.guess to let it recognize shark. 2003-12-21 17:44:36 +00:00
libpcap Make PREFER_PKGSRC just yes/no or a list of packages. This makes it 2004-02-05 07:17:14 +00:00
libsoup Initial import of libsoup-1.99.26 from pkgsrc-wip, packaged by Marc 2003-12-05 22:54:11 +00:00
libsscript COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
linc Update to 1.1: 2003-12-14 19:41:40 +00:00
lopster replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
maradns o Better handling of pthreads dependency 2003-11-14 21:19:03 +00:00
md-whois replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
mirror call ${BSD_INSTALL}, not "install". 2004-01-27 14:06:46 +00:00
mldonkey Update to 2.5.8: 2004-02-07 20:39:43 +00:00
mouse-pppoe Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
mrstat Update: 2003-06-06 17:09:05 +00:00
mrt Do not use "find -d". This option is not available on all supported platforms. 2004-01-28 23:24:08 +00:00
mrtg fix typo 2004-02-01 10:42:44 +00:00
mtr replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
mtr-gtk replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
nam Remove unnecessary inclusion of bsd.prefs.mk. 2004-01-25 17:32:45 +00:00
nap Back out last change related to moving ncurses/buildlink2.mk to 2003-09-28 09:13:55 +00:00
napshare s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
nbtscan s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
ncftp2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
ncftp3 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
neat Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
nemesis COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
net-snmp Include <sys/param.h> to get __NetBSD_Version__ defined. 2003-12-30 19:30:48 +00:00
netatalk replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
netatalk-asun Turn off -Werror when compiling (there are a lot of gcc3 warnings). 2004-01-08 12:17:30 +00:00
netatalk-umich Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
netcat Kill a useless (and incorrect) "it's" 2004-02-01 00:17:17 +00:00
netname COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
netperf Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
netsaint-base replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
netsaint-plugin-cluster Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
netsaint-plugin-snmp Remove unnecessary automake and autoconf dependencies. 2002-10-02 21:13:11 +00:00
netsaint-plugins Make this compile with gcc-3; fixes problem seen in last bulk build. 2004-01-11 16:08:13 +00:00
ngrep Changes 1.41: 2004-01-30 14:36:09 +00:00
nicotine Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA. 2004-01-23 21:50:42 +00:00
nidentd Bump to 1.0nb1: Fix bug in handling of masquerading. 2003-10-07 19:35:34 +00:00
nmap + USE_LANGUAGES=c c++ 2004-02-04 22:23:46 +00:00
nmapfe PKGREVISION++ 2004-01-22 11:20:38 +00:00
nocol s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
nprobe replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
ns Remove unnecessary inclusion of bsd.prefs.mk. 2004-01-25 17:32:45 +00:00
nsca COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
nsd 1.2.2 2003-07-28 22:38:26 +00:00
nslint
ntop ispell (fix two typos). 2004-01-06 01:47:51 +00:00
ntop2 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
ntp4 Use more portable find -print0 (instead of -printx). 2004-02-03 23:04:41 +00:00
oidentd Include "sys/param.h" explicitly because the modified code checks 2004-01-04 12:59:40 +00:00
openag Avoid multi-line string constants. 2004-01-23 13:55:31 +00:00
openh323 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
openslp Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In 2004-01-24 03:26:45 +00:00
ORBit Override config.guess and config.sub (necessary for mipseb-* targets). 2004-01-31 11:36:23 +00:00
ORBit2 Update to 2.8.3: 2004-02-06 17:03:21 +00:00
overnet Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
p5-DNS-ZoneParse s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
p5-INET6 CATEGORIES: net first, then perl5. remove wip. 2004-01-28 02:21:04 +00:00
p5-IO-Interface s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
p5-IO-Socket-Multicast s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
p5-ispman Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
p5-Net COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
p5-Net-Bind Initial import of p5-Net-Bind-0.05 into the NetBSD packages collection. 2003-12-30 02:38:47 +00:00
p5-Net-Daemon COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
p5-Net-DNS Set the required version of perl using PERL5_REQD instead of directly 2004-01-25 16:56:27 +00:00
p5-Net-Gnats Initial import of p5-Net-Gnats 0.0.4 2003-09-04 13:24:29 +00:00
p5-Net-IRC Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
p5-Net-Jabber CATEGORIES: +perl5 2004-01-28 02:21:37 +00:00
p5-Net-Server Updated p5-Net-Server to 0.86. 2004-01-05 04:37:26 +00:00
p5-Net-SNMP Update to 4.1.2, inspired by Koji Kondo's update to 4.1.0 in PR 21782. 2003-09-18 19:09:52 +00:00
p5-Net-Telnet fix formatting. 2003-12-09 04:51:55 +00:00
p5-Net-Telnet-Cisco Initial import of Net::Telnet::Cisco perl module into The NetBSD 2003-09-05 08:53:19 +00:00
p5-Net-TFTP Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
p5-Net-Z3950 Add trailing / to HOMEPAGEs 2003-12-30 17:27:31 +00:00
p5-RADIUS Initial import of the RADIUS perl modules (version 1.0) into the 2003-09-10 14:34:37 +00:00
p5-SNMP Lint. <=24 lines 2004-01-11 13:19:13 +00:00
p5-SNMP_Session COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
p5-SOAP-Lite sort DEPENDS. 2004-01-06 04:26:53 +00:00
p5-Socket6 Initial version 2003-12-17 14:21:39 +00:00
p5-Wais COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
pchar Use net-snmp instead of ucd-snmp -- allows pchar to co-exist with some 2004-01-19 16:24:28 +00:00
pconsole COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
pen Upgrade to 0.12.0. 2003-10-30 23:36:29 +00:00
pfnet Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
php3-snmp In ucd-snmp's shared libraries, the SONAME is the filename, which contains 2002-04-20 18:46:06 +00:00
php4-ftp Add SSL support to net/php4-ftp package (ftp_ssl_connect() function et.al.). 2004-01-13 19:44:59 +00:00
php4-snmp Update PHP to 4.3.4 2003-11-08 06:58:10 +00:00
php4-sockets Update PHP to final 4.3.3 2003-08-31 19:55:21 +00:00
php4-yp Update PHP to final 4.3.3 2003-08-31 19:55:21 +00:00
pim6dd Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
pim6sd Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
pload bl3ify 2004-01-27 13:50:16 +00:00
poink regen patch for 1.6. 2003-07-22 14:11:25 +00:00
polsms replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
poptop Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ppp-mppe Make this compile with gcc3. Also, do not try to remove ${LOCALBASE}/lkm 2004-01-11 14:21:27 +00:00
pptp s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
proftpd replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
proxycheck Update to 0.45, from Todd Vierling in PR 21859. 2003-06-11 20:15:14 +00:00
publicfile COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
puf Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
pure-ftpd bl3ify 2004-01-30 11:31:37 +00:00
pxe Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-07 14:59:42 +00:00
py-adns hange extension.mk to also install optimized files for distutils packages. 2003-09-14 16:43:45 +00:00
py-dns Add USE_BUILDLINK2 so this picks up a proper depend 2003-09-21 09:21:07 +00:00
py-google Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
py-IP Add USE_BUILDLINK2 so this picks up a proper depend 2003-09-21 09:21:07 +00:00
py-mimelib Set MAINTAINER to "tech-pkg" instead of "packages". 2004-01-10 19:14:18 +00:00
py-ORBit replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
py-soaplib Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
py-soappy bump PKGREVISIONS after name change of the pyxml dependency. 2004-01-23 16:48:54 +00:00
py-spreadmodule bl3ify 2004-01-25 14:31:02 +00:00
py-xmlrpclib Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
py-zsi bump PKGREVISIONS after name change of the pyxml dependency. 2004-01-23 16:48:54 +00:00
pygopherd update to 2.0.9 2004-01-24 19:44:00 +00:00
pyslsk rev. bump because of the wxGTK buildlink change 2004-01-10 14:25:42 +00:00
qadsl link against required socket libs on Solaris. 2004-01-27 13:45:36 +00:00
quagga replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
ra-pna-proxy Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ra-rtsp-proxy Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
radiusd-cistron radiusd-cistron (1.6.7) cistron; urgency=medium 2003-12-16 19:19:41 +00:00
rdesktop Update rdesktop to 1.3.1 2004-01-24 14:01:47 +00:00
rdesktop10 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
rdist6 Fix tilde expansion bug. 2003-09-06 03:36:03 +00:00
rinetd Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ripe-whois Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ripe-whois-tools tidy up how extra libraries are passed and add libs required on 2004-01-27 13:40:03 +00:00
rootprobe Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rp-l2tp replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
rp-pppoe regenerate patch-ag so it applies cleanly with GNU patch. 2004-01-27 13:29:43 +00:00
rsync revert previous, the config file is rsyncd.conf, which lives in 2004-01-20 09:33:33 +00:00
ruby-drb s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
ruby-icmp s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
ruby-xmlrpc4r COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
samba If we're passing through MAKEFLAGS variables whose values may contain 2004-02-06 19:04:24 +00:00
samba2 If we're passing through MAKEFLAGS variables whose values may contain 2004-02-06 19:04:24 +00:00
scli Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA. 2004-01-23 21:50:42 +00:00
sdig s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
sdist COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
SDL_net The long awaited update libtool to 1.5.2. 2004-02-05 20:14:05 +00:00
sendfile Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
sftp COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
sharity-light Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
sipcalc s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
sitescooper Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
slurm Rest of update of slurm to 0.3.1. 2003-10-16 12:55:02 +00:00
smokeping COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
sniffit Back out last change related to moving ncurses/buildlink2.mk to 2003-09-28 09:13:55 +00:00
snort s/capabilty/capability/; s/seperate/separate/ 2004-01-31 23:57:54 +00:00
snort-mysql Update to version 2.1.0. 2003-12-31 14:11:42 +00:00
snort-pgsql Update to version 2.1.0. 2003-12-31 14:11:42 +00:00
socks4 Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In 2004-01-24 03:26:45 +00:00
socks5 Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In 2004-01-24 03:26:45 +00:00
soup Bump package revisions for tiff update. 2004-01-03 18:49:33 +00:00
speakfreely PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
speedtouch Update speedtouch to 1.2-beta2nb2: 2003-11-07 11:17:58 +00:00
spegla Add MANINSTALL to BUILD_DEFS for completeness. 2003-09-15 16:27:53 +00:00
spread * Follow the new buildlink3 standard and append to BUILDLINK_DEPENDS.<pkg>. 2004-01-25 17:18:13 +00:00
srsh COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
ssync COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
stripes Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. 2003-09-10 12:52:19 +00:00
tacacs s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
tcl-scotty Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
tcpdmerge Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
tcpdpriv Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
tcpdstat Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
tcpdump PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
tcpflow Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
tcpillust s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
tcpreplay s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
tcpslice COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
tcptrace Override config.guess and config.sub, to make the pkg build on arm. 2003-10-03 16:15:13 +00:00
tcptraceroute Fix multiline strings. 2003-12-28 06:33:26 +00:00
tightvnc Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
tightvncviewer Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
tinyfugue Set MAINTAINER to "tech-pkg" instead of "packages". 2004-01-10 19:14:18 +00:00
tkined Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
tn5250 Include cstdlib instead of stdlib.h in printsession.cc. From kristerw@ 2004-01-12 09:09:08 +00:00
tnftp kth-krb4: add CONFLICT on tnftp. 2004-01-15 10:35:49 +00:00
tnftpd incorporate patch from othersrc/libexec/tnftpd to honour --sysconfdir 2003-12-20 13:38:37 +00:00
totd Update to 1.4: 2003-09-22 09:39:59 +00:00
traceroute-as Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
trafshow s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
trickle Bump package revision to 1. (Typo in trickled.sh and RCD_SCRIPTS needed) 2003-09-27 10:30:12 +00:00
tsclient Bump revision due to nautilus update to 2.4.2. 2004-02-06 22:37:59 +00:00
tsocks replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
tspc Upgrade to version 1.0... I'd list all the changes to the file, 2003-10-02 05:38:14 +00:00
ttt Updated to 1.8, this closes PR pkg/24086. 2004-01-13 23:35:38 +00:00
ucd-snmp PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
ucspi-tcp In the new compiler selection framework, GCC_REQD is appended to, not 2004-02-01 01:43:28 +00:00
udptunnel s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
unison replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
unison-devel Teach unison that NetBSD != MacOS X without printing a warning every time 2004-01-27 11:05:42 +00:00
upclient uptimes.wonko.com no longer exists. uptimes.hostingwired.com is the new 2004-01-19 00:01:51 +00:00
userppp Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
vcheck COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
vnc Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
vncviewer Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
vsftpd Update to version 1.2.1. 2004-01-01 04:39:22 +00:00
vtun Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
wakeup Include "stdlib.h" to get missing prototype for exit(3) to fix build 2003-09-25 12:08:30 +00:00
wap-utils Make this pkg build on NetBSD-1.5* NetBSD-1.6[-_.]* by correcting 2003-12-29 18:00:15 +00:00
waste COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
wget Update to 1.9.1: 2003-12-08 21:44:35 +00:00
whatmask Update to version 1.2 2003-12-19 12:23:56 +00:00
wistumbler Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
wistumbler2 Bump package revisions for tiff update. 2004-01-03 18:49:33 +00:00
wminet COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
wmnet COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
wmpload s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wol replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
wu-ftpd Use vsnprintf instead of vsprintf in one place where 2003-09-23 10:42:09 +00:00
x2vnc Bump revision due to change in PLIST 2003-11-04 20:57:11 +00:00
xarchie s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
xipdump Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
xmftp replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
xnap Add pseudo-category 'java'. 2003-08-23 15:16:36 +00:00
xorp replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
xrmftp Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
xspeakfree s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
xtraceroute Bump package revisions for tiff update. 2004-01-03 18:49:33 +00:00
yafc USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
yale-tftpd Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
yaz yaz installs libyazthread on systems with native threads. tweak PLIST 2004-01-28 05:04:26 +00:00
ytalk Instead of including bsd.pkg.install.mk directly in a package Makefile, 2003-01-28 22:03:00 +00:00
ywho COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
zebra replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
Makefile Add and enable unison-devel 2004-01-27 10:57:53 +00:00