pkgsrc/net
jmmv f21b24c5c5 Update to 1.2.5:
hellimod:
 BSD and Mac support. We're very near to the Mac aMule.

Hetfield:
 Fixed a memory leak in SysTray. (SysTray.cpp)
 Fixed a DL/UL ratio problem. (amule.cpp)

Kry:
 Added some sanity checks to avoid losing *.part.met files on power failure.
   0-Size files are never written.
 Fixed the 'all time transfered' on Shared Files window. This one fixed some
   eMule/aMule incompatibility on part.met files.
 Some aditional functions on CFile for windoze compatibility.
 MFC compatibility enhanced.
 Added SetFilePath to CKnownFile
 Changed most 'assert' to wxASSERT
 Fixed some NULL clientname causing crash on ListenSocket.cpp
 Fixed the tagcount on .part.met files (KnownFile.cpp)
 Added missing OP_CHANGE_CLIENT_ID on ListenSocket
 Updated HomePage to www.amule.org on messages
 Fixed the server windows splitter. Or sash. Whatever.
 Imported all the other ListenSocket.cpp code from 0.30e
 Fixed 'View Shared Files'. No multiple tabs, also.
 Added theApp.listensocket->StartListening() on startup. Really. Don't ask me
   why it worked before.
 Fixed the systray bug where speed bar was always 10 times smaller.
 Added lots of vars initilization that fixed some crashes.
 Fixed a crash on ClientList.cpp caused by a void node on list.
 Fixed 9 memleaks, some of them big ones.
 Fixed 6 wrong delete -> delete[]
 Fixed wrong hashsetneeded causing random crash
 Added GetED2KPartHashCount() & GetED2KPartCount()
 Fixed a bug on app init, related to Toolbar.
 Fixed a severe crash & memory corruption on UploadClient.cpp
 Fixed download rate overhead calculation
 New HeapSort() and NewSrcPartsInfo() ported from eMule 0.30e
 wxGTK 2.5 compilation fixes
 Fixed the 'rehashing of files on restart' problem.
 Fixed a missing "Error" message on console when partfile loading failed.
 i18n activated, GNU xgettext compatible.
 Fixed bug on OP_FILEREQUEST packet that made eMule clients to disconnect from
   us. eMule clients got our version of client and expected to get the new
   OP_FILEREQUEST from eMule 0.30. Thanks to John & BlubbX from eMule team for
   the report and help tracking down it.
 Fixed several i18n bugs from xMule times.
 Fixed the lseek error on console and window popup when canceling a file that
   is transfering.
 First implementation of selectable refresh. The refresh is bugged - it
   deletes the info on screen, except for about 1 sec, every time
   seconds_defined_on_preferences is reached.
 Used selectable refresh code for SysTray-hiden cpu lower.
 New option on right-click on downloadlist: Hide/Show lists.
 Minimize on startup works now.
 Minimize to tray works now.
 Lots of BSD compilation fixed (aMule compiles under BSD again)
 Fixed the upload disconecting clients at high upload speed
 Changed another wxList to CList (FriendList)
 FriendSlot should have no effect on LowId user.
 Fixed FriendSlot not being persistent and kicking friend after 1 chunk.
 Fixed lowid users on upload queue by importing VQB's lowid alternate
 Added language selection support on preferences
 Fixed the bug that caused never to tell user 'server full'
 Fixed several server connection issues not detected before.
 Added a popup on language change warning for restart.
 Added another popup, this time to point the user on the right direction if
   the locale for that language cannot be set.
 Stop publishing on ED2K network shared files we don't have anymore
 Removed the annoying messages of dropping sources (too much CPU)
 Sanity check to avoid used pushing buttons before aMule is ready for it.
 Fixed gcc 2.95 compilation

Creteil:
 Change order in the notebook for logs in Servers Window
 Updated the logo for webserver from eMule logo to aMule one
 Fixed Switching to Searches Window Bug when removing all servers in Servers
   Window
 Changed default server list from 'best' to 'max', then 'max' to 'best' again
 Fixed the default systray value on preferences.
 Added debug values on UploadQueue.
 Changed max Slot Allocation to 30Kb/s
 Fixed typo in Preferences
 Implemented notebook in Server Window (merged 'Server Info' & 'aMule Log'
   windows in a notebook)
 Fixed bug crashing aMule on Server Window Notebook implementation.
 Now, if no --geometry width & size used, aMule starts with 800x600 as default
 Fixed size restoring from .eMule saved size
 Option 'Search global' in Search Window in the default now.
 GUI code for new slider in Preferences->Tweaks tab handling the lists refresh
 Some cosmetic fixes on Preferences and GUI by Madcat's request.
 Made GUI i18n compliant.
 Slot alloc calculation is properly rounded now.
 Added the Language listbox on preferences.

Shakraw:
 Added missing string in GetDownloadFileInfo() causing IGSEGV when called.
 Fixed the amuleweb login problem.
 Added GetWebList() support.
 amuleweb's search feature complete. Now it is possible to search, download
   and web-search on filedonkey
 Fixed a write error in SETMAXGRAPHUPLOADRATE
 Added support for statistic text infos for web interface (statistics link)
 Fixed two bugged index causing crashes on Webserver.cpp
 Little improvement for server list request (now responses are much faster)
 Generally improved External Connections.
 Fixed search type feature for web interface
 Fixed amule crashes when quitting from amuleweb during requests

Emilio Sandoz:
 Statistics graphs:
 Param changes reversible;
 Color change now works;
 Active connections rescaling now works;
 Graphs and tree suspended when not visible.
 Set correct initial radio button in Systray integration dialog
 Simplified statistics graph averaging
 Corrected UL loop for timer errors
 Simplified UL rate averaging
 Preliminary cleanup of graphing engine; ghosting eliminated
 Client DL rate computation without CList Fixed 32bit rollover error for rates
   over 84kB/s Reduced initial spiking Generally improved speed and CPU/RAM
   usage.
 Search window column widths remembered between searches & saved in preferences
 Statistics preferences dialog: changes are now applied on-the-fly (with proper
   Cancel semantics)
 Eliminated possibility of root directory being invisibly shared

umale:
 Fixed debugloglines on ListenSocket.cpp ServerSocket.cpp having too much
   arguments.
 SysTray code will not be compiled if disabled
 Fixed 5 wrong delete -> delete[]
 Converted po-files

Aleric:
 Fixed all compiler warnings.
 Rewrote all header #include's to only include what is necessary.
 Removed or renamed all functions that clashed with one of the same name from
   libwx_gtk. With as result:
 Fixed --enable-static possibility (needs a lot of static libraries to be
   installed; and latest XFree86 CVS version of libX11 (I had to fix a bug in
   XFree86 too for this)).
 Fixed check-boxes in Preferences -> Directories + a little code speed up there.
 Fixed a duplicated server_list delete
 Server IP# filter.

seneca:
 Near finished all i18n stuff. We expect aMule 1.2.5 is fully i18n-compatible
 Added wxT() Macro for Unicode Support (not functional yet)

Citroklar:
 Testing, lots of testing. Bug-tracker.
 Found the versions that introduced the upload bug and made a nice diff. We
   could look at code for years, without seeing it. Nice guy.
 Fixed README, amulesig.txt.

gjn:
 Fixed bug in creditsystem.

jmccorm:
 Fixed "Close This Searchresult" -> "Close This Search Result"
 Fixed some typos.

lemonfan:
 Fixed stopped files being counted on CheckDiskSpace()
 Progressbar fixes on webserver implementation.
 Several crashes fixed by adding sanity checks to reqfile

deltastar (on irc channel):
 Fixes the > 2Gb files problem caused by a bug on CFile wrapper.

deltaHF:
 i18n stuff

pure_ascii:
 Fixed recreation of filename list in file details
 Scrolling and selecting filenames works now
2004-02-13 11:18:29 +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 Update to 1.2.5: 2004-02-13 11:18:29 +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 bl3ify 2004-02-11 04:47:10 +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 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +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 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +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 Create a new variable PREFER_NATIVE that has the opposite semantics 2004-02-12 02:35:06 +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 Use += instead of ?= in BUILDLINK_DEPENDS.<pkg>. 2004-02-11 00:21:09 +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 Create a new variable PREFER_NATIVE that has the opposite semantics 2004-02-12 02:35:06 +00:00
libsoup bl3ify 2004-02-11 02:54:41 +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
llnlxdir Move llnlxdir from x11 to net category. 2004-02-12 05:49:16 +00:00
llnlxftp Initial import of llnlxftp-2.1, Motif FTP client, submitted by Tor 2004-02-12 05:48:30 +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.11. 2004-02-11 16:27:03 +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 PERL5_REQD is now a list of values, so append to its value instead of 2004-02-10 02:22:49 +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
openvpn MAINTAINER should be tech-pkg@ not packages@... 2004-02-12 23:11:12 +00:00
ORBit Override config.guess and config.sub (necessary for mipseb-* targets). 2004-01-31 11:36:23 +00:00
ORBit2 Use += instead of ?= in BUILDLINK_DEPENDS.<pkg>. 2004-02-11 00:21:09 +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 PERL5_REQD is now a list of values, so append to its value instead of 2004-02-10 02:22:49 +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 PERL5_REQD is now a list of values, so append to its value instead of 2004-02-10 02:22:49 +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 PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +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 Note import of llnlxftp-2.1 in CHANGES and category Makefile. 2004-02-12 05:50:26 +00:00