pkgsrc/net
obache 2054134009 Update aMule to 2.2.5.
Inspired by PR 41508.

Add options to enable/disable features and components.

Changelog:
Version 2.2.5 - The "never say never" version.
----------
2009-05-16

	GonoszTopi:
		* Fixed possible security hole when previewing filenames containing single quotes
		* Fixed default webserver port

	Stu Redman:
		* Fixed upload of the last part of a file which he broke in 2.2.4
		* Fixed setting speed limits from remote gui's tray icon

	Special Thanks To:
		* CroMag for pointing out the upload problem

--------------------------------------------------------------------------------

Version 2.2.4 - The "we didn't have a .4 version since... well... long ago" version.
----------
2009-04-03

	freddy77:
		* Plugged various memory leaks.

	FreeToGo:
		* Add comment to desktop file to allow autostart in Gnome

	gabrielix:
		* Compilation fix for gcc-4.3.2.

	Gaznevada:
		* Compilation fix for IRIX.
		* Fixed file handles on IRIX.

	GonoszTopi:
		* Fixed compilation of Format.cpp for some platforms.
		* Fixed wxWidgets socket library initialization.
		* Fixed partfile importer destroying imported data.
		* Separated GUI and core code in partfile importer, thus fixing
		  occasional crashes/hangs.
		* Fixed GeoIP-enabled builds crashing on 64b boxes.
		* Added another common URN ID to the Magnet link handler.
		* Switch to the 'busy' cursor while bringing up the preferences
		  window.
		* Ported several Kademlia fixes and improvements from eMule0.49c:
			- Fixes on handling incoming packets with port zero.
			- The Kad UDP firewalltest now asks several clients for
			  its external port, avoiding to get a wrong "Open"
			  state on NATs which change the source port on each
			  request but behave like a Full-Cone otherwise.
			- Made sure a received Kad routing answer doesn't
			  contain more contacts than requested. [Xin Sun]
			- Kad no longer allows more than 2 IPs from the same
			  subnet within one routing query reply (except on LANs).
			- Kad routing query contacts are checked against the
			  routing table.
		* Implemented non-interactive mode for amulecmd/amuleweb.
		* Fixed detection of crypto++ library for versions >= 5.6.0.
		* Fixed saving wrong window position when exiting while minimized.
		* Fixed rare case when we tried to connect to a LowID client.
		* MSW: detect WinSock API version needed by GeoIP.
		* Fixed libbfd sometimes depends on libintl, with help from PacoBell.

	iz0bbz:
		* Fixed static linking with GeoIP on MinGW/MSYS.
		* Fixed detecting GeoIP library when building for MinGW.
		* Compilation fix with GeoIP-1.4.6.

	Stu Redman:
		* Fix crash on global search on Windows
		* Fix splitter bar position in transfer window not restored properly
		* Caught some insane upload requests
		* Fixed finished files sometimes getting rehashed (thanks to Skolnick)
		* Added restart warning if the ED2K network was re-enabled.
		* Fixed Windows lag when opening preferences dialog
		* Fixed creation of ED2K links with AICH (thanks to Archmage)
		* Remote Gui shows a dialog box with a reason on connection failure
		* Changed fix for wrong ordering/placing of clients in the download window
		  so that sort order is again like in 2.2.2.

	Wuischke:
		* Add Asturian language
		* Updated INSTALL file
		* When EC authentication fails, close connection before we send
		  the response.
		* Tell the user why the EC connection failed.

	Special Thanks To:
		* wires for the strenuous testing on 64-bit

--------------------------------------------------------------------------------

Version 2.2.3 - The "Late Christmas present" version.
----------
2008-12-28

	Alfred:
		* Fixes to compile with Sun Studio 12.

	Gerd78:
		* Fix for linking with a static bfd library.

	GonoszTopi:
		* Fixed improper handling of EC connection failures.
		* Fix for shells not properly handling empty lists.
		* POSIX fixes in shell code.
		* Made not finding GeoIP non-fatal.
		* Check if --enable-geoip-static can be fulfilled.
		* Fixed loading of zipped ipfilter files. Thanks to CtrlAltDel
		  for the investigation of the problem.
		* Fixed alc progress bar for files >4GB.
		* Fixed #1056: amulegui: incorrect results when searching with
		  min size >= 4GB
		* Disable automatic sorting of dowload list while there is a
		  pop-up menu or file detail dialog displayed.
		* MinGW compilation fix.
		* Fixed GTK crash on closing search tabs. Thanks to btkaos.

	LittleAbacus:
		* Support multiple selections on CSearchListCtrl::OnMarkAsKnown().

	Skolnick:
		* Fix alc and alcc to work with files bigger than 4GB

	Stu Redman:
		* Fix crash when last category was removed with a completed file in it
		* Fix wrong ordering/placing of clients in the download window
		* Fix available fileparts display for large files
		* Don't open server UDP socked if ED2K is disabled
		* Reordered preferences, disabled ED2K/UPnP prefs if ED2K/UPnP is disabled
		* MSVC: solution for MSVC 2008 Express edition,
		  project for ed2k and fileview
		* Fix wrong file download rates in transfer window
		* Windows: fix broken core timer, use precise tickcount
		  and so fix download limit

	Wuischke:
		* Add checks to cas to prevent segfaults
		* Fix wxCas save file dialog for file types
		* Fix a buffer overflow error in cas

	Special Thanks to:
		* btkaos and CtrlAltDel for their invaluable help in tracking off bugs.

--------------------------------------------------------------------------------

Version 2.2.2 - The "Similarity." version.
----------
2008-08-08

	bomj:
		* Patch for alcc to improve usability

	Gaznevada:
		* implement getopt_long in cas for systems which lack it

	GonoszTopi:
		* Fixing denoiser
		* include <sys/types.h> before <regex.h> as by POSIX
		* Fix noinline in crypto for some systems
		* Fix display of ccache option
		* Add sources from search results for new downloads
		* Use output of gdlib-config for gd.h detection
		* Solaris mntent fix
		* wxMSW fix
		* Fix NULL pointer dereference
		* Fix for configure not using --with-geoip value in library check
		* Added pkg.m4 from pkg-config-0.23
		* Ported Kademlia Protocol Version 8 from eMule0.49b.
			- Kad now ignores multiple IDs pointing to one IP in
			  routing request answers
			- When calculating the total user count, Kad now uses
			  (if available) the real number of firewalled clients
			  for the calculation instead a fixed value. This will
			  take more effect when 0.49+ nodes become common
			- Kad no longer tries to add UDP firewalled (and therefore
			  mostly unreachable) nodes into its routing table,
			  reducing overhead and increasing reliability [Idea: Netfinity]
			- Optimized the Kad packettracking code to only track
			  packets which we check later, to save resources
			- Fixed a bug which let Kad sometimes assume a Kad2
			  contact to be Kad1 after probing for both versions
			- Did first small step in dropping Kad1 support by not
			  probing unknown Kad contacts for Kad1 anymore to save
			  overhead. Kad1 clients will nevertheless still be work
			  for now.
			- Several changes were made to Kad in order to defy
			  routing attacks researched by University of Minnesota
			  guys [Peng Wang, James Tyra, Eric Chan-Tin,
			  Tyson Malchow, Denis Foo Kune, Nicholas Hopper,
			  Yongdae Kim], in particular:
				- Kad contacts will only be able to update
				  themself in others routing tables if they
				  provide the proper key (supported by 0.49a+
				  nodes) in order to make it impossible to
				  hijack them
				- Kad uses now a three-way-handshake (or for
				  older version a similar check) for new contacts,
				  making sure they do not use a spoofed IP
				- Unverified contacts are not used for routing
				  tasks
			- When reading a nodes.dat without any verified contacts
			  (possible an old file version), aMule will assume all
			  contacts to be verified to avoid slowing down the
			  connecting process
			- Implemented a special nodes.dat file version suitable
			  for mass distribution.
		* Fixed not sending sources for clients that did not announce
		  their part availability.
		* Fixed all list columns being disabled in case of invalid data
		  in config file.
		* Fixed directory tree not available.

	Kry:
		* Fixed: Incorrect SX packets sent, plus no reply to
		  out-of-multipacket SX as a bonus

	MalaPraxis:
		* Remap colours on Windows
		* Add resources
		* Fix wrong usage of CPath::IsOk which caused an infinite loop on Import
		* Fix wxTempFile usage for compressed IPFilter files

	Phoenix:
		* Removed the dlopen() code from UPnP.cpp.
		* Added the m4 macro to test for libupnp.
		* Updated amule_build_install.sh to work with
		  --with-libupnp-prefix.
		* Changed the UPnP code to allow the use of a service without
		  having successfully subscribed to it. That should be enough
		  to deal with some lazy router implementations.
		* Do not unregister if no service is found
		* Save the found service even if subscription has failed
		* Fix for initialization of "resultstr" in cryptopp.m4.
		* Fix for message "Duplicate partfile with hash..." in
		  DonwloadQueue.cpp. It was using deleted corrupted data.
		* amule_build_install.sh now uses -a flag in unzip so that
		  cryptopp files are properly converted from DOS text format.

	Stu Redman:
		* Scanner fix for MSVC compilation
		* Fixed crash when progress bar was resized to zero width
		* Fixed sharing of large files on Windows
		* Fixed free disc space check
		* Sanity check before writing nodes.dat - don't write it
		  if there are less than 25 contacts
		* Download List sorted on startup
		* Splitter bar position in transfer window is restored again
		* Fixed a GDI resource leak for Windows

	Vollstrecker:
		* Made possible to deactivate xas
		* Various Updates in debian/ see debian/changelog

	Wuischke:
		* Show connection status in toolbar when changing skin, thanks to greek

	xor:
		* Fix window resize problem on Mac OS X
		* Fix for packets being lost in EC communication.
		  Fixes aMuleGUI not updating after a while.

--------------------------------------------------------------------------------

Version 2.2.1 - The "Excuse me, have you seen my 2.2.0 release anywhere?" version.
----------
2008-06-11

	Bas Zoetekouw:
		* Patch for debian bug #350396: "amule depletes entropy pool".

	brainnolo:
		* Patch for loading the correct path for the UPnP libraries
		  in Mac.
		* Added the binaries for libUPnP for Mac to the directory
		  aMule.app/Contents/Frameworks.
		* Universal Binary ed2kHelperScript update.
		* avoid removing libupnp libs during initial cleanup
		  (this would defeat bundling them) . It will now remove only
		  libwx in the Frameworks directory (which are supposed to be
		  from an old build).

	centaur:
		* OpenBSD patch.

	Coronas:
		* Patch to show kad status in amuleweb (Bug 1103)
		* typo in src/webserver/default/shared.php

	drkirkby:
		* Test for gcc before including gcc specific flags on the
		  compiler line.

	DLH:
		* amulegui.xpm icon.

	EastWind:
		* Patch to prevent overwriting of GDLIB_LIBS

	Gaznevada:
		* IRIX compatibility patches
		* amuleweb php IRIX patches
		* Make 64-bit architecture check independant of _ABI64

	Gerd78:
		* Added autostart-xas to rpm .spec files.
		* Patch for autoconf >= 2.60.
		* Patch for redefinition of $(docdir) in docs/Makefile.am.
		* Patch for aMule .desktop files.
		* Added amulegui desktop icon (with Vollstrecker).
		* Patch for fixing aMule spec file in Fedora and Mandriva.
		* Test for perl File::Copy in configure.
		* Fix for building with _FORTIFY_SOURCE.

	Gnucco:
		* Workaround for string serialization bug.
		* Workaround for aMule does not publish new files on kad.

	GonoszTopi:
		* Added ability to compile amulecmd without thread support in wx.
		* Fixed source seeds handling on startup.
		* Proper restoration of startup locale after checking available
		  locales.
		* Fixed linkage with wxMSW.
		* Got rid of a few more warnings.
		* Fixed #929: configure: BUILD_CC uses CC's CFLAGS
		* Implemented #962: don't display (0) when not downloading from source
		* Fixed #954 - added ability turn IPFilter on/off for servers/clients
		  independently.
		* Added support for magnet ed2k links.
		* Improve cross compilation
		* Fixed segmentation fault in amuled
		* Don't allow sources coming from .seeds to be cleaned up for a while
		  after startup
		* Improve accuracy for ticks
		* Improve debug output
		* Don't add clients when shutting down
		* Added a simple (ascii) text file reader class
		* Sed denoiser - removes excessive messages from compilation -
		  Thanks to Vollstrecker for the idea and discussions.
		* Drop path component from logged file names.
		* Fix for perl v5.8.8
		* wxCas compilation fixes for wxCVS
		* Doxyfile doesn't need to be installed, it's unusable without the
		  sources.
		* Fixed #979: No win32 version information
		* Updated listctrl code to 2.8.7
		* Fixed a buffer overflow in TextFile.cpp
		* Cross-compilation fixes.
		* Some little optimizations on configure.
		* Re-categorized a number of strings whether they need translation or
		  not.
		* Added plurals support.
		* Removed a number of unused leftover files from the repositiory.
		* Various fixes for wxMSW builds.
		* Made 'make dist' work.
		* Fixed 'make check' for subdirectory builds.
		* Fixed manpages install/uninstall script to handle correctly
		  subdirectory builds and respect the --program-transform-* switches.
		* Fixed a minor bug in the denoiser script.
		* Fixed several portability issues in scripts.
		* Fixed keeping the preferences in sync with tray icon existance.
		* Removed a check that wasn't ever valid.
		* Fixed #651: Wrong expansion in statistics.
		* Fixed #1082: Events in preferences have layout problems.
		* Fixed debug categories being added multiple times to the checklistbox.
		* Fixed translations on MSW.
		* Languages are not sorted anymore, but displayed in their own name.
		* Fixed a number of gcc4 warnings.
		* Fixed amuleweb compilation on MSW.
		* Added checks for a POSIX compliant regex library.
		* Fixed #1289: amule fails to build on non glibc systems (e.g. uclibc)
		* Hungarian translation.
		* Allow generating feedback from shared files.
		* Ported Kademlia2.0 Protocol Version 7.
		* Fixed 'bad file descriptor' error on Mac.
		* Unittest for the Kademlia::CUInt128 class.
		* Added kademlia and obfuscation status to the client details.
		* Fix for bars positioned 1 pixel too low.
		* Added a small debug utility to display contents of mule files (kad
		  only yet).
		* Fix for #1184; fixed both ed2k and kad searches for >4GB files.
		* Proper detection and usage (if possible) of strerror_r()
		* Added English names to the language selector - for the curious ones.
		* Fixed some memory leaks.
		* Got rid of the deprecated HAVE_GETTEXT macros.
		* Added gettext support to amuleweb.
		* Added preferences option 'Allocate full size'.
		* Added crypt overhead to statistics, UDP only for now.
		* Added checks to prevent downloading large files to file systems not
		  supporting them.
		* Added check for NetBSD systems.
		* Heavy rewrite of autoconf/automake stuff.

	gtoso:
		* Fix for GeoIP crashing if the default GeoIP.dat file cannot be found.
		* Patch to find GeoIP.dat in the application bundle.

	Hermit:
		* Patch for amulecmd history which ensures that when the same command
		  is repeated several times in a row it only gets recorded in the
		  history once.

	jcoy:
		* Set download priority in amulecmd.

	ken:
		* Fixed control-clicking (right-clicking) on tabs in notebooks on the
		  Mac.
		* Compilation fix for MacOSX 10.3
		* Fixed a crashing bug with static initialization order
		* Ship the license as required by the GPL.
		* Fixes linking of embedded CryptoPP (on the Mac, if nowhere else).
		* Quick-n-dirty hack for stats graphs on the Mac.

	Kry:
		* Protocol Obfuscation (enabled by default)
		* Large file support (>4GB)
		* Disabled auto-update of servers from clients and other servers by
		  default.
		* Fixed a bug while getting sources for large files (>4GB)
		* Fixed mldonkey_importer to work with mldonkey >= 2.7.6
		* Improve exception handling
		* Added a column on client view that shows if the user has reported
		  having disabled shared files.
		* Disable the "Show files" option in context menu if the user has
		  reported having disabled shared files.
		* Add generic CTag classes support for Kad data types
		* Remove kad IO classes
		* Safety on memfiles created from packets
		* Fixed publishing and sending shared files requests
		* Fixed Unittest
		* Update audio and video types
		* Update EC to use the equivalent of VBT tags
		* Fix ID sending on hello packet to use the hybrid ID instead of plain
		  ed2k id
		* Fix a bug on sending info to other clients on file list request
		* Upgrade lex generated code
		* Add the --reset-config flag
		* Modified getclosetsto() fix, originally by tatikiran
		* Changes to flex parsing of search expressions.
		* Fix several missing variable initializations
		* Swap bytes for int types in EC code
		* Lower reask times
		* Fix Memleak in ECSocket
		* Extend amulecmd with 'show log' and 'reset' command, originally by
		  quinox, bug #856
		* Usage of HOSTCC for compile-time executions
		* Created translation status scripts
		* Move server packets to the back of the UDP queue if the server is
		  still resolving a dynamic host
		* Script to wikify changelog
		* Separate ECTag from ECPacket
		* Fix crash on startup
		* Fix several rare memleaks
		* Fixes on Kademlia keyword store
		* Initial Kademlia 2 integration
		* Remove duplicated SendPacket functions in Kad
		* CPacket uses const CMemfile reference instead of pointer
		* Fix for (rare) bogus packets being send on kad
		* Fix for empty packets in Kad Search
		* Fixed server IP for EC
		* Don't destroy shareddir.dat on remote GUI, bug #945
		* Incorrect percentage displayed by amulecmd for files > 4Gb, bug #949
		* Ask user to download server list when list is empty and ed2k active
		* Support automake 1.10
		* Reorganization of EC code
		* Added script to generate EC files for different programming languages
		  (C#, Java and C++) from an abstract language
		* Dropped support for < wx2.8.x (in case you want to blame someone)
		* Added remote gui datastructure for new classes.
		* Fixed compilation with wx2.9, also with disabled 2.6 comatibility.
		* Heavily modified IP2Country code.
		  Proper names, guards, creation on the heap... etc.
		* Added script to create Kad nodes files
		* Fixes for emule-collection support
		* Added some sanity checks
		* Source links with crypt data support.
		* Fix Mac build
		* Remember kad and ed2k urls and restore them on restart.
		* Force conversion to be ISO8859 for tag names, obvious from the network
		  standards. This also fixes Kad.
		* Changed the inheritance for the UDP sockets to include the encrypted
		  layer
		* Fix for MuleGifDecoder issue
		* Windows fixes
		* Added OnO patch for Toolbar display.
		* Fixed validation of preferences items for wxWidgets 2.8.4
		* Fixed cryptopp version recognition on Mac.
		* Finish Protocol Obfuscation including GUI
		* Fix base for emsocket
		* Disable bison generation on Mac
		* Endian fixes
		* Fix compilation on wxCocoa
		* Make obfuscated state persistant
		* Change preferences order, add debug info
		* Fix getsources with large files
		* Add message on triggering new version
		* Fix spelling
		* Fix Windows compilation
		* Remove backups before moving logfile
		* Fix compilation
		* Fix for connecting to servers if encryption is required
		* Fix memleaks
		* Use proper base class
		* Remove unmaintained translations
		* Honour data root settings to remove warning
		* Make code compatible to MSVC
		* Fix to avoid losing packets
		* Avoid multi line strings in GUI to allow MSVC compilation
		* Fix wxIPV4address usage where amuleIPV4 is unnecessary
		* Change CVS string to SVN
		* Adjust MuleDebug
		* Fix file types due to overloads of EC
		* Moved browser preferences to "Browser/" section on config file.

	lfroen:
		* Fix partcount not being set in remote gui
		* Use only one EC library with amuleweb
		* Fix LastSeenComplete
		* Fix for NonCurrentSources
		* Fix incorrect cookie parsing for amuleweb
		* Fix passing strings in EC
		* Lock webserver when serving images
		* EC implementation in C# (work in progress)
		* Fix preferences in amuleweb
		* Fix EC crashing webserver when new item added
		* GUI implementation in C# (work in progress)
		* Implementing split() call
		* Compilation fix for MuleGifDecoder

	LittleAbacus:
		* Patch to show part file numbers.
		* set the search string to the search text of currently
		  selected tab.

	magicamule:
		* filtered off comments still affect rating

	MalaPraxis:
		* Fixed some cases where the full IP of a new client would be shown
		  incorrectly.
		* Added a "System Default" option to browser selection that uses
		  wxWidget's capabilities.
		* Fix MSVC compilation errors
		* Don't use wxFile flush on Windows
		* Toolbar fixes to fix assert on Windows
		* Use better defaults for preferences
		* Simplified minimize/raise code, remember maxmimized status between
		  sessions.
		* Make sure starting points are inside screen and sanity fixes
		* Fixes to view/restore, original function doesn't skip
		* Final fixes to Iconize()
		* Fix for broken native counter.
		* Change data types to clear warnings at /W4 on MSVC
		* Cleared MD5_ functions to use standard memset/memcpy
		* Cleared types, added asserts for debug, remove unused functions
		* More warnings cleared and more asserts
		* /W2 fixes on main MSVC project
		* Fix compilation of aMuleGUI
		* Enable compilation with wx 2.9
		* Fix Kad1.0 and Kad2.0 search types
		* Enable dynamic GUI reordering when networks are disabled
		* Disable packing of non-POD structures
		* Change structures with constructors to classes
		* Small MSVC fixes, major speedup and adjustment for networks
		* Don't use ++ to modify a var value if you assign to same var
		* Speedup for some classes as copying is unnecessary
		* Further fixes for VS
		* Fix notebook logs/info tabs display
		* Better macro use
		* Add MSVC solution and readme
		* Fixed bug on socket event GetResult(), MSVC fixes on files
		* Fixed direct callback for type 6 sources for Kad2.0

	morricone:
		* Fix for wxwin.m4 not autodetecting wxBase.

	mr_hyde:
		* Patch to enable Kad search with amulecmd.
		* Fix for some man pages have wrong name with
		  --program-suffix.
		* Temporary fix for tarball configure.in using SVNDATE.

	Nodsu:
		* Patch to make amulecmd cancel/pause/resume work with many
		  files and file names.
		* Patch to enable preview in remote GUI.
		* Patch to create the magic string $file in previews. This
		  string is replaced with the file name in the command line,
		  in case it exists.
		* Patch to prevent amule compiled with --disable-nls from
		  crashing.

	nvinay:
		* Trivial issue with memset found using google codesearch which may
		  affect only the debugging.

	Phoenix:
		* Fix for crash in amulegui/DownloadListCtrl.cpp.
		* Upgraded extern/listctrl.{cpp,h} from wxWidgets cvs code.
		* Fixed some gtk2 warnings in extern/listctrl.cpp.
		* Fix for unhandled exception in new skinned toolbar code.
		* Coding style fixes.
		* Fix for server disconnection during global search.
		* No more wxARRAY's in amuleweb.
		* Fixed bug in mutex code in amuleweb (s_mutex_wcThreads).
		* No more wxARRAY's in aMule code.
		* Fixed bug in ECPacket.cpp: assignment inside assertion.
		* Changed CECSocket constructor to be exception safe.
		* Fix for invalid rectangle size on COScopeCtrl::PlotHistory().
		* Removed the default constructor for Kademlia contacts.
		* Fix for "get bwlimits" command in amulecmd always returning
		  zero for maximum download value.
		* Added UPnP support.
		* Fix for crash in ECSocket.cpp.
		* FileDetailDialog:: now has more intuitive Apply, Ok, Cancel
		  interface.
		* GUI to enter a specific bind IP in
		  "Preferences->Connection->BindAddress".
		* Resurrected support for the tag FT_DL_ACTIVE_TIME in the met
		  file. It's value, the download active time, can now be seen
		  in the file details dialog.
		* Added the DLACTIVETIME variable to the list of replaced
		  variables in the DowloadCompleted user event.
		* MuleTrayIcon.cpp was not compiling for __WXMAC_CARBON__.
		  Seems to be fixed, but must be the code now has a lot of
		  ifdefs and must be tested on other platforms.
		* Added two more events: "out of space in temporary partition"
		  and "error upon completion".
		* Fixed a crash in amulegui when adding a new category.
		* Fixed a bug in amulegui, removing a category remotely did
		  not update the category count in amule.conf, so the next
		  time amule was run, the category was there again.
		* Fixed a bug in toolbar skins, the skin file was opened even
		  when the checkbox "Use skins" was not checked.
		* Fixed a crash related to MuleGIFDecoder wx-2.8.0 when
		  downloading the file IPFIlter.dat.
		* Fix for ECSocket.cpp, amulegui was crashing upon entry.
		* Fix for ClientDetailDialog in amulegui. Was showing
		  incorrect IP / Server / Software version information.
		* Switch binding of UPnP libraries to use one digit version
		  names instead of unversioned names.
		* Fix for crash in amuleweb when the image file did not exist.
		* UPnP add/delete port mappings are now done in every device
		  found, instead of only the first one.
		* Creation of --enable-upnp/--disable-upnp configure flag.
		* Update of wxWidgets-2.6.3 deprecated code to version 2.8.2.
		* Fixed IPFilter.dat loading from a zipped file.
		* Added a termination process to wxExecute() calls, so that we
		  no longer leave zombies.
		* CDirIterator now uses wxDir.
		* CheckDirExists() now uses wxDir::Exists().
		* CheckFileExists() now uses wxFile::Exists().
		* GetLastModificationTime() now uses wxFileModificationTime().
		* GetFileSize() now uses wxFile::Length().
		* UTF8_CopyFile() now uses wxCopyFile(). Later reverted for locale
		  fixes.
		* UTF8_RemoveFile() now uses wxRemoveFile(). Later reverted for locale
		  fixes.
		* UTF8_MoveFile() now uses wxRenameFile(). Later reverted for locale
		  fixes.
		* theApp is now a global pointer, so that we can access the
		  global application object from within a core file.
		* Partial fix for the COLORREF compilation problem on Windows.
		* Fix for libpng version detection on acinclude.m4. It was
		  failing for strings like 1.2.15beta5 (e.g., debian 4.0 etch).
		* Fix for theApp variable usage in amulegui. It was not beeing
		  initialized and amulegui was segfaulting.
		* Fixed the forum address in the backtrace print.
		* Applied Bas Zoetekouw's patch for debian bug #350396:
		  "amule depletes entropy pool".
		* Implemented IP2Country using GeoIP.
		* When converting from multibyte to wide characters,
		  ConvAmuleBrokenFileNames now tries UTF-8 first. If this
		  fails, then it tries ISO-8859-1.
		* New directory based skin support, reworked Trevino's patch.
		* Fixed amuleweb crashes due to bug in ECSocket.cpp
		* Code to refresh port mappings in the event of a temporary router
		  failure
		* Code to deal with previously unhandled UPnP events.
		* Fixed remote-gui segfault in UpdateStatsTree()
		* syscall_check is no longer a macro
		* Fixed a serious bug introduced by ENABLE_UPNP Makefile.am switch
		* Fix for libpng version detection on acinclude.m4
		* Fix for server list and node list
		* Made some common dialog modals and giving them a default style
		* Handle different UPnP library versions
		* UPnP for amuleweb.
		* Fix for crash on exit and a little less redundancy.
		* Trying to make listctrls behave on Mac.
		* Fix for CheckFreeDiskSpace(). Was probably returning ok if
		  the directory where the file would be saved did not exist.
		* Fix for overflow in CPartFile::HashSinglePart() as reported
		  by visualage.
		* Fix for overflow in CSharedFilesCtrl::DrawAvailabilityBar()
		  as reported by a3linux, CtrlAltDel and stefanero. Special
		  thanks to a3linux for the backtrace.
		* Improoved the macro CHECK_CRYPTO() in acinclude.m4.
		* Fix for the check of cryptopp library version in
		  configure.in.
		* Rewrote the cryptopp m4 stuff.
		* Fixed some memory leaks related to the use of
		  CTerminationProcess.
		* Fixed the usage of CryptoPP::Base64Encoder when creating the
		  key pair for ClientCreditsList. cryptopp semantics is to
		  give the ownership, so do not create objects like this on
		  the heap.
		* Fix for amuled creating zombies. wxProcess does not work
		  with wxBase.
		* wxProcess now receives OnTerminate() events in amuled.
		* Created a specialized termination process object for
		  amuleweb, so that amule does not kill the web daemon if it
		  has already died. This fixes a segfault upon exit.
		* Changed the amule_build_install.sh script to work with
		  distro tarballs for release.

	pochu:
		* Fix for subdirectory builds.

	Radek:
		* Patch to fix windows compilation.

	Raziel:
		* Adapt Kad code to the standard coding guidelines.
		* Work on EC API

	spiralvoice:
		* Patch to enable MLDonkey os_info support.

	Skolnick:
		* Added the time to the aMule stats in the wxCas window and
		  in the generated image.
		* Added the time to the aMule stats in the cas output and
		  in the generated image
		* Added option to generate image in JPG format (along with PNG)
		* Added new icon for aMule

	Stu Redman:
		* Fix for Transferred / Completed not updated in remote GUI.
		* Fix for PARTSIZE not being 64 bits. Enums are always 32
		  bits, even if we use a 64 bit constant to initialize it.
		* ratings/comment marks are now shown in the main transfer
		  window of the remote-gui (the little colored !! on the left).
		* comments are now updated when comment packets arrive (not
		  only when the show comment dialog is open).
		* remote names are now updated once on startup. So there is no
		  more 3s lag until the names are shown when the dialog is
		  opened for the first time.
		* ED2K/Kad User/Filecount is now shown in the remote-gui status
		  bar and on the Kad Tab.
		* Fix for crash on receiving zero-sized UDP packet.
		* New BarShader code.
		* Sparse partfiles on Windows.
		* Fix for zlib detection with an optimizing compiler on configure.
		* Made all part-status bars look the same.
		* File names in file detail dialog can be scrolled without
		  messing up the list control
		* Fix for copy constructor

	Tiziano Müller:
		* Fixed compilation when --enable-geoip is used in conjunction
		  with the ld-flag "--as-needed".

	Trevino:
		* Fix for "Both the Unknown client icon and the Unknown status
		icon points to the same file" issue.
		* Skin support with relative paths.

	visualage:
		* Fix for aMuleWeb unicode search/download link error.
		* Fix for aMuleWeb segfault when refreshing too frequently.
		* Fix for regular expression in aMuleWeb-PHP/split function.

	Vollstrecker:
		* Added possibility to give the path for output right with
		  -p or -o in cas.
		* Changed cas to use getopt_long.
		* Added --config-dir and -c option to cas.
		* Added alias -H --html to cas.
		* Added alias -P --picture to cas.
		* Added --config-dir and -c option to ed2k.
		* Added --config-dir option to amuled.
		* Fixed typos in the man pages.
		* Added manpage for amulegui.
		* Added amulegui desktop icon (with Gerd78).
		* Manpages update.
		* Add debian folder.
		* Correct use of libcrypto >= 5.5 and update of debian-dir.
		* Added Option to use generic ipfilter.dat.
		* Made possible to select which translations get build and
		  installed.
		* Install only manpages in requested Langs.

	wuischke:
		* Add emulecollection support on aMule ED2K Links Handler
		* Fix online signature update rate
		* Fix display of filesize > 4GB in file detail dialog
		* Fix toolbar import/about icon order
		* Add option to load emulecollection in SharedFilesCtrl
		* Add oga and ogv extension for file type search
		* Allow skin/webserver template section via wxchoice + skin enhancement
		* Some error messages rephrased, to improve readability
		* Fix idle mode for UBT
		* Fix Ctrl+a in MuleListCtrl
		* Replace (f)lex by $(LEX) in Makefile.am files
		* Fix libUPnP unloading.
		* Fix building with external CryptoPP
		* Ship skins with tarball
		* Convert skins shipped with aMule to new format
		* Display file size in human readable format in FileDetailDialog
		* Make SVN compile again
		* Some skin code improvements
		* Added upload feedback
		* Added option to enable EC and set pass in amuled
		* bugfix for ec-config option
		* Removed GetLocaleDir()
		* Zipped skin format
		* Fix utf8 problem with file names
		* Fixed toolbar display with skins when blinking on incoming message
		* Fix #1114, missing break statement, thanks to mr_hyde
		* Add option to filter file comments
		* Allow compilation against wxBase
		* Remove Source Dropping
		* Allow usage of local config dir
		* Display log message in bold when using local config dir
		* Extend range for slot allocation, change default value
		* Change Kb to KB
		* Suppress skin directory error
		* Add Upload feedback
		* Fixed GetFeedback
		* Correct some spelling mistakes
		* Always use SecIdent
		* Re-Add option to disable SUI
		* Fix sharing files with extended characters
		* Fix utf8 problem with file names
		* Mark cancelled/removed files grey in search
		* fix search colors implementation
		* Add maintainercleanfiles for make distclean
		* Fix comment icon order and use unitary width for display
		* Fix rating display in SearchListCtrl
		* Fix permission check on Vista
		* Fix compilation with mingw
		* Check for and use SVNDATE in tarballs
		* Move include up to allow compilation on mingw
		* Fix compilation with mingw32
		* Fix compilation on Mac
		* Fix compilation in ClientListCtrl.cpp
		* Fix linking on Windows/mingw32
		* Fix linking of amulegui for Windows
		* Fix problems with collections using CRLF line endings on *nix
		* Fix compilation for gcc 4.3
		* Dirty compilation fix for gcc 4.3
		* Fix compilation on OpenBSD (and probably other Unix)


	Xaignar:
		* Renaming the SearchList typedef to CSearchResultList
		* Splitting CSearchFile out from SearchList.* to SearchFile.*.
		* fix initialization of member variables in CSearchFile when
		  creating on remote gui.
		* Call GetLength safely when sharing files
		* Added support for child results to CSearchListCtrl
		* Major cleanup of CSearchList
		* Add logger target for the thread-scheduler
		* Add smart pointers CScopedPtr and CScopedArray
		* Fix possible crash due to pending events
		* Fix accessing empty list in CMuleListCtrl
		* Add support for displaying large files with CBarShader
		* Improved sanity checking and simplified exception-handling
		  via CScopedPtr and CScopedArray.
		* Major reworking of threads, add a thread scheduler for
		  IO intensive tasks, improve thread-safety for AICH-sync thread
		* Fix FileIO unittests and add test of const CMemFile objects
		* Update AICH from eMule-0.47a Beta1
		* fix positioning of individual frames
		* Improved exception handling
		* Updating the FindMatchingClient function
		* Avoid dangling pointers in case of asserts failing
		* Updating CFormat to properly handle 64b ints on all platforms
		* Fixing CFile::GetAvailable if position is past EOF
		* Fixed possible use of uninitialized variables
		* Adding template function for freeing the contents of a list/map
		* Remove CList
		* Fixing a couple of infinite loops
		* Fixes file completion under amuled
		* Add locking to the ED2KLinks file
		* Removed multiple macros for array size
		* Removed the CMD4Hash from wxString constructor
		* Add swap function to CRangeMap
		* Reworking of the notify-code
		* Optimized and simplified adding of shared files to the listctrl
		* Remove partially copied files when a UTF8_CopyFile fails.
		* Drop the file/directory permission settings, use umask
		  instead.
		* Fixed loading of version information for servers. Previously
		  the information saved in the servers.met file was ignored.
		* Fixed problem with reading ST_AUXPORTSLIST tags for servers,
		  where empty tags would cause the existing server-port to be
		  overwritten, thereby preventing connections to that server.
		* Fixed linking of libmuleappcommon, which would previously
		  include GUI related symbols, thereby breaking amuled in some
		  cases.
		* Added fuzzy sorting method for strings, currently only used
		  for sorting server-version information.
		* Fixed sorting of the "Static" column on the server-list,
		  which didn't conform to 'strict-weak ordering'.
		* Added missing catch-statements in places where subclasses of
		  CSafeDataIO was used, thereby preventing crashes in case of
		  funky files/filesystems, such as network drives only
		  supporting up to 2GB files. (closes bug #878 and #1205).
		* Fixed opening of the Help-page when modifers were applied to
		  F1, which was causing conflict with various system-wide
		  shortcuts (this closes bug #1200).
		* Used -isystem to mark wxWidgets and Crypto++ include files
		  as system-files, thereby reducing the number of warnings
		  generated by these includes.
		* Fixed the shared-files-list ctrl assuming that all items
		  were part-files when creating feedback, which could cause
		  wrongful casts of CKnownFile objects.
		* Changed from using signed longs to store pointers in
		  wxListCtrl, to using wxUIntPtr, which is guranteeded to be
		  able to contain pointers on all platforms.
		* Fixed unicode-chars not being registered by key-events for
		  wxListCtrl (applied to our local copy).
		* Fixed various problems with using arrow-keys and other
		  control-keys on the listsctrls in aMule.
		* Fixed checks for changes in .part files between runs, which
		  previously was entirely broken (checked both wrong
		  timestamps and files).
		* Fixed saving AICH-hashsets to an empty file, where buggy
		  sanity-checks were causing the result to be discarded.
		* Improved the CreateHashFrom* functions, preventing the
		  hashing of empty files, and accessing an empty vector.
		* Added a workaround for a bug in wxNotebook, which would
		  cause the selection returned in page-changed events to
		  sometimes be invalid, thereby causing aMule to crash when
		  attempting to access an non-existing page. This should fix
		  some crashes assosiated with closing search-result tabs.
		* Dropped the internal Crypto++ libraries. Most distros have
		  it these days, and it's just another headache for us to
		  support (and was becomming pretty outdated).
		* Improved checks for NULL points in CClientListCtrl.
		* Fixed some poor english in various logging messages.
		* Improved thread-safety in various classes, in part because
		  wxString isn't threadsafe, and we use that class a lot.
		* Added support for writing 64-bit ints in CTags, which was
		  needed for some server-packets.
		* Improved debugging-information support in CTag.
		* Fixed saving/loading of 64-bit ints for Kademlia, which were
		  sometimes sent as binary blobs. Previously, we would read
		  from the net and save them to 'src_index.dat' just fine, but
		  would fail when it came to reading them from
		  'src_index.dat', resuling in that file being unreadable.
		* Fixed the corruption of some tags (mostly Kademlia), where
		  the tag-names were wrongly saved as UTF-8, though they
		  should have been saved unchanged. This closes bug #1188.
		* Applied various fixes to better conform to ANSI-C++.
		* Fixed repeating of CPPFLAGS when compiling with GeoIP
		  enabled, which caused problems when -pedantic was used.
		* Fixed a couple of small memory-leaks in UPnP (bug #1230).
		* Added the "printf" attribute to printf-like functions in the
		  webserver code, allowing for compile-time error-checking.
		* Fixed potential crashes that would result from server
		  connection attempts that timed out before the hostname
		  lookup returned.
		* Worked around crash in the taskbar icon, which would trigger
		  if the kicker crashed.
		* Fixed safehash-check for files greater than 4GB.
		* Added support for pretty-printing of classes to CFormat.
		* Added a class for the transparent handling of paths, needed
		  because we want to be able to handle both mangled (saved in
		  the wrong locale) and normal filenames. This should fix
		  problems with accessing files with extended chars in the
		  filename.
		* Added warning in case port could not be bound to the
		  hostname specified in the preferences.
		* Made outbound connections use the hostname specified in the
		  preferences. Is possibly not fully functional.
		* Fixed memory-leak when adding invalid ED2K links.
		* Fixed crash when the hashing-result from a now deleted
		  part-file was returned.
		* Allow the update of the server-list from the remote gui.
		* Optimized file-syncing, by only flushing the file contents,
		  rather than the meta-data (timestamps, etc).
		* Fixed possible redefinition of the VERSION define.
		* Fixed redundancy resulting from the use of two different
		  list of file-extensions, used when determining the filetype.
		* Dropped support for importing configuration files, and the
		  like, from older eDonkey and *Mule clients, as most of these
		  were extremly old.
		* Re-added double-buffering for listsctrls, in a manner that
		  should hopefully avoid the problems seen previously.
		* Fixed missing unicode-convertion on a number of packets when
		  sending to unicode-enabled clients.
		* Fixes passing of the error-code to OnReceiveError in
		  CMuleUDPSocket::OnReceive.
		* Improved handling of invalidated (closed) UDP sockets, caused
		  by the fact that wxWidgets errorously treats empty datagram
		  packets as EOF.
		* Fixed setting priorities for part-files on the remote gui
		  (this resolves bug #1251).
		* Improved debugging information when using CFormat.
		* Rewrote the CTextFile class, improving the reading speed,
		  and adding the functionality for writing files.
		* Improved sanity-checks in the CQueuedData class, thereby
		  preventing the possibility of memory-corruption resulting
		  from mangled packets.
		* Added autoconf check for broken exception-handling.
		* Added subclass of Cfg_Str for loading/saving paths.
		* Added functions for checking permissions of dirs/files, and
		  for retrieving the free space at a given location, to CPath.
		* Increased minimum free size needed before writing ".met"
		  files from around 5KB to 100KB, as ".met" can easily be
		  much larger than 5 KB in size.
		* Improved checks for permissions of directories, and insured
		  that the fallback directories are also checked in the case
		  were the user-specified directories are inaccessible.
		* Changed temp/incomming dir variables to "CPath"s, using the
		  previously added Cfg_Path class.
		* Fixed spurious warnings caused by not checking if certain
		  preference files existed before trying to read them. Also
		  removed an unnessesary warning for when known.met doesn't
		  exist.
		* Added wrapper-class for wxThread, to allow us to safely
		  terminate joinable threads without using Delete, a function
		  that is only intended for use with detached threads.
		* Fixed cancelled downloads being reported as succesful.
		* Fixed warning about dirs without shareable files, in the
		  case where there were sharable files, but they were all
		  duplicates.
		* Added support for saving directories (shared, incoming, etc)
		  as well as the filenames of known files in an
		  locale-independant manner, so that changes in locale does
		  not affect our ability to find previously used files or
		  directories. This will break backwards compatibility when
		  using unicoded directory-names.
		* Fixed the search-string being cleared when starting the
		  first search.
		* When starting a search, the entire search string is selected.
		* Fixed creation of ED2k-links with an AICH-hash, in case the
		  file does not actually have a AICH-hash. Also disabled the
		  option in the shared-files window when the file lacks an
		  AICH hash.
		* Removed workarounds for old (and resolved) wxWidgets bugs.
		* Fixed creation of ED2K links without sources, where an
		  superflous "|/" would be appended to the end of the link.
		* Fixed handling of spaces when creating ED2k links.
		* Fixed swapped notify-functions, which caused deleted
		  client-objects to be left on the upload-queue on the GUI.
		* Improved enabling/disabling of items on the right-click menu
		  on the download queue. Among other things, it is now
		  possible to stop a paused download, without having to
		  restart it first. This closes bug #1078.
		* Fixed the setting of priorities for shared files via the
		  remote GUI. This resolves bug #1267.
		* Fixed clipping issues when columns are resized to very small
		  width, causing the contents of one column to be drawn on top
		  of the next column. This closes bug #1171.
		* Fixed copying of text to the clipboard, which previously
		  used the "primary" clipboard (middle-click) under X11. It
		  now uses the default clipboard, which is what DEs typically
		  use for Ctrl+C/V/X. This resolves bug #1139.
		* Improved the displaying of the connection status, and fixed
		  problems where the status of only one of the active networks
		  would be displayed. This resolves bug #981.
		* Fixed percentage display of available parts in the
		  file-details dialog, where the decimal portion of the value
		  would always be zero. This resolves bug #1060.
		* Improved thread-safety of the AICH-sync thread on amuled,
		  and prevented the possibility of deadlocks in a few cases.
		* Fixed bug where the preferences dialog on the monolithic
		  client would not be updated, if the preferences had been
		  changed via EC after the dialog had been first shown.
		* Added support for protocol-obfuscation configuration via
		  the EC protocol.
		* Fixed problem where obfuscation of out-going connections
		  could be enabled even if obfuscation support was not,
		  leading to clients being wrongly dropped.
		* Fixed check-boxes in the preferences dialog for the various
		  obfuscation options not being updated, when one of the other
		  obfuscation check-boxes were checked/unchecked.
		* Added the ability to update the nodes.dat file, and
		  bootstrap from specific IPs,  when using the remote GUI.
		* Added saving/loading of the previous URLs for the server.met
		  and the nodes.dat files, when using the remote GUI.
		* Allow for the creation of ED2k-links on the remote gui.
		  This resolves bug #893, #567 and #584.
		* Fixed link-creation for kad-only clients.
		* Fixed drawing of the grid for statistics-graphs on wxMAC.
		* Reduced needless offscreen drawing of statistics-graphs.
		* Fixed possibility of misordered points on statistics-graphs.

	xor:
		* Fix for crash on amuled when starting up kademlia.
		* Fix for crash when creating backing bitmaps for graphs.

	ycjhi:
		* fix for OSX aMule-CVS-20071115 fails in loading libixml and
		  libupnp.
		* fix for aMule-CVS-20071115 doesn't update server.met on
		  startup.

	Special Thanks to:
		* GeVauDan and gulp for their incredible 'litoral' webserver skin.
		* FreeToGo for implementing the first version of IP2Country on
		  the forum.
		* Mark James (http://www.famfamfam.com) for providing the
		  flags icons and mischamajskij for his unknown icon
		* deloun and mischamajskij for their work on aMule skins and
		  icons for aMule
		* Dimitrios Galanakis for his work on language improvements
		* Bun Bun, for being there to tell me I'm not stupid.

--------------------------------------------------------------------------------

Version 2.2.0 never existed. It was a temporary numbering for the SVN version between 2.1.3 and 2.2.1
2009-06-06 13:08:27 +00:00
..
3proxy Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
6tunnel Add DESTDIR support. 2008-06-12 02:14:13 +00:00
adns Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
aget Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aiccu Full DESTDIR support. 2008-01-04 11:55:37 +00:00
airport2basestationconfig add DESTDIR support. Drop maintainership. 2009-02-11 21:52:59 +00:00
airportbasestationconfig Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
airportmodemutility
amule Update aMule to 2.2.5. 2009-06-06 13:08:27 +00:00
aoe-vblade Add DESTDIR support. 2008-06-12 02:14:13 +00:00
argus DESTDIR support. Install the former content of /var to 2009-02-10 17:47:59 +00:00
aria2 Update to aria2-1.2.0. Many, many changes (too verbose to list here); 2009-03-08 23:41:33 +00:00
arla Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
arpd Mark as destdir ready. 2008-07-14 12:55:56 +00:00
arping Add DESTDIR support. 2008-06-20 01:09:05 +00:00
arpwatch Bump PKGREVISION for infrastructure fix affecting /dev/null as CONF_FILES 2008-09-25 14:02:08 +00:00
autonet Mark as destdir ready. 2008-07-14 12:55:56 +00:00
avahi Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
awhois Add DESTDIR support. 2008-06-20 01:09:05 +00:00
balance Need some pre-created directories. 2007-12-20 14:00:07 +00:00
barnyard Add missing directories. 2008-12-19 12:53:48 +00:00
batchftp Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bftpd Move /var/log/bftpd.log and /var/run/bftpd creation to install time. 2008-07-10 15:52:03 +00:00
bind9 Make these compile on DragonFly master. 2009-04-07 17:38:10 +00:00
bind95 Make these compile on DragonFly master. 2009-04-07 17:38:10 +00:00
bind96 Add URL for mirror on "ftp.belnet.be" to master site list. 2009-03-23 14:43:13 +00:00
bing Mark as destdir ready. 2008-07-14 12:55:56 +00:00
bittornado Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
bittornado-gui Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
bittorrent Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
bittorrent-gui Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
bmon Add DESTDIR support. 2008-06-20 01:09:05 +00:00
boinc3-coreclient Add DESTDIR support. 2008-06-20 01:09:05 +00:00
boinc3-libs Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
boinc3-seti
bounce Leave over maintainership to pkgsrc-users 2009-03-22 04:53:38 +00:00
bpalogin Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bridged Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bsddip Add DESTDIR support. 2008-06-20 01:09:05 +00:00
btget Add DESTDIR support. 2008-06-20 01:09:05 +00:00
btpd Kill a now-useless BUILDLINK_API_EPENDS.libevent that I forgot to remove 2009-05-06 15:54:50 +00:00
bug-buddy Update bug-buddy to 2.26.0. 2009-03-17 09:10:03 +00:00
cdpd Add DESTDIR support. 2008-06-20 01:09:05 +00:00
cftp Assert OWNERship of some packages, relinquish others entierly. 2008-05-25 13:16:10 +00:00
chksniff DESTDIR support 2009-03-02 17:40:02 +00:00
choparp Add DESTDIR support. 2008-06-12 02:14:13 +00:00
chrony Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
cia Fix indentation. 2008-05-25 20:49:39 +00:00
cidr
cisco-mibs
citrix_ica Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
clive Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
cmu-dhcpd Fix build with GCC 4. DESTDIR support. 2008-10-01 12:16:45 +00:00
coda Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
connect Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
corkscrew Activated LICENSE=... 2009-05-12 12:27:19 +00:00
couriertcpd Get rid of the "gnutls" and "ssl" options and replace with a 2008-02-21 15:50:29 +00:00
csup * Need OpenSSL to build. 2008-12-23 11:22:05 +00:00
ctorrent Supports DESTDIR. 2008-01-29 11:28:45 +00:00
dante Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
darkstat Update darkstat to 3.0.712. 2008-12-07 11:16:50 +00:00
DarwinStreamingServer Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
dc_gui2 remove dead mirror. 2009-04-30 20:57:57 +00:00
dcsharp Bump PKGREVISION following the update of textproc/icu, and the 2009-03-25 22:37:12 +00:00
dctc remove dead mirror. 2009-04-30 20:57:57 +00:00
ddclient Regenerate patch-aa avoiding CVS keyword in the patch. 2007-10-03 23:02:52 +00:00
delegate remove dead mirrors and update master. 2009-04-30 21:07:45 +00:00
dgd Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
dhcpcd Update to dhcpcd-5.0.4 2009-05-24 21:24:56 +00:00
dhcpcd-dbus Update to dhcpcd-dbus-0.4.0 2009-04-28 21:10:36 +00:00
dhcpcd-gtk Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
dhid
dhisd
djbdns Don't define two post-patch targets; instead, make them separate targets 2009-05-03 11:28:41 +00:00
djbdns-run Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
dlint +PKG_DESTDIR_SUPPORT 2009-05-19 07:00:50 +00:00
dnsdoctor Update dnsdoctor package to 1.0.1. 2007-01-28 15:22:54 +00:00
dnsmasq We need pkg-config to build against DBus. 2009-03-18 21:58:26 +00:00
dnstop Depend on appropriate libpcap version. From Sergey Svishchev. 2007-12-02 12:59:11 +00:00
dnstracer Add DESTDIR support. 2008-06-12 02:14:13 +00:00
docsis Add DESTDIR support. 2008-06-12 02:14:13 +00:00
driftnet
drill Update to drill-1.4.0: 2008-12-17 17:53:26 +00:00
dtcp Remove FreeBSD CVS ID -- it doesn't add much information and creates 2007-07-02 09:46:51 +00:00
dtcpclient Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
dynipclient
echoping Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ed2k-gtk-gui Add DESTDIR support. 2008-06-12 02:14:13 +00:00
edonkey2k * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
ekiga Add PREV_PKGPATH and/or SUPERSEDES for various packages that 2009-05-02 16:21:43 +00:00
entropy give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
etherape Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
ettercap Replace USE_NCURSES with INCOMPAT_CURSES, now that PR 24928 is fixed. 2008-04-28 22:08:14 +00:00
ettercap-NG Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ez-ipupdate Enable interface lookups on DragonFly (allow interface=xxx in the config file). 2008-09-07 12:01:16 +00:00
fair-identd
fetch Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
firewalk Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
flan
flodo Add CONFLICTS line for previous PKGNAME versions. 2008-03-10 10:33:38 +00:00
flow-tools Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
fmirror Add DESTDIR support. 2008-06-12 02:14:13 +00:00
fpdns Initial import of fpdns-0.9.1: 2007-09-08 12:03:07 +00:00
fping DESTDIR support. 2009-02-10 17:22:20 +00:00
fping6 DESTDIR support 2009-02-10 17:33:52 +00:00
freenet-tools give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
freeradius Add CONFLICTS for upcoming freeradius 2.x import 2008-05-15 19:40:58 +00:00
freeradius2 Changes 2.1.6: 2009-05-28 06:00:38 +00:00
freewais-sf Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
ftplibpp Require OpenSSL. 2008-09-29 11:41:39 +00:00
ftpproxy
gated Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
GeoIP Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
Geomyidae From maintainer, Jeff Woodall, via PR 39343: 2008-08-12 14:59:44 +00:00
gethost Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gift Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gift-fasttrack Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gift-gnutella Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gift-openft Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib 2008-09-06 20:54:31 +00:00
giftcurs Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gini Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gkrellm-multiping Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gkrellm-snmp Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gkrellm-wireless Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gnapfetch Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gnet Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gnet1 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gnetcat I18N (PR 37581) and DESTDIR support. 2007-12-21 20:35:36 +00:00
gnome-netstatus Update to 2.26.0: 2009-03-12 15:19:38 +00:00
gnome-nettool Update to 2.26.2: 2009-05-20 01:23:53 +00:00
gnome-vfs-dns-sd Import gnome-vfs-dns-sd version 2.24.0. 2008-12-20 21:21:08 +00:00
gnome-vfs-smb Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
gnugk Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
gofish Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gopher Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gsnmp Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gst-plugins0.10-soup build the "soup" plugin of gst-plugins0.10-good, needed for the 2008-10-17 11:30:38 +00:00
gt-itm
gtk-gnutella Changes 0.96.6: 2009-05-05 06:46:55 +00:00
gtk-vnc Fix path to itself. 2009-04-06 10:18:07 +00:00
gtk_wicontrol
hesiod Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
hf6to4 Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
hlfl remove dead mirror. 2009-04-30 21:09:48 +00:00
hobbitclient Mark hobbitclient as not parallel build safe since it simply doesn't work. 2009-04-11 18:40:15 +00:00
hobbitmon Leave over maintainership to pkgsrc-users 2009-03-22 04:53:38 +00:00
host Put back a couple of IRIX conditionals the way they used to behave, 2008-03-11 18:47:40 +00:00
howl Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
hping * detection of endian in bytesex.h is not enough, use result of byteorder.h. 2009-02-11 08:06:17 +00:00
httping Make it build on DragonFly. 2009-06-05 09:14:07 +00:00
httptunnel Leave over maintainership to pkgsrc-users 2009-03-22 04:53:38 +00:00
icsi-finger Make this compile and run on non-NetBSD; tested (as client) on Solaris 10 2008-12-15 15:37:56 +00:00
iftop Suports DESTDIR. 2007-08-08 17:33:44 +00:00
IglooFTP Fix patchsum. 2008-06-20 11:22:17 +00:00
inadyn Initial import of inadyn-1.96.2. 2008-06-22 04:52:39 +00:00
ipcalc DESTDIR support. 2009-02-16 18:39:36 +00:00
ipcheck Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
iperf update master site 2009-05-21 11:37:58 +00:00
ipgrab Mark as destdir ready. 2008-07-14 12:55:56 +00:00
iplog
ipv6calc Update net/ipv6calc to 0.72.1. Changes: builds cleanly on Mac OS X 2009-01-12 22:25:23 +00:00
ipw +PKG_DESTDIR_SUPPORT 2009-05-19 22:21:48 +00:00
irrd Make it build on FreeBSD and DragonFly. 2009-04-07 17:58:19 +00:00
irrtoolset-nox11 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
isc-dhclient Update to 3.1.2 2009-03-05 23:35:12 +00:00
isc-dhclient4 Update to 4.1.0 2009-01-04 00:56:32 +00:00
isc-dhcp Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
isc-dhcp4 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
isc-dhcpd Update to 3.1.2 2009-03-05 23:35:12 +00:00
isc-dhcpd4 Update to 4.1.0 2009-01-04 00:56:32 +00:00
isc-dhcrelay Update to 3.1.2 2009-03-05 23:35:12 +00:00
isc-dhcrelay4 Update to 4.1.0 2009-01-04 00:56:32 +00:00
ishell
isic Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
ispman
jftpgw Mark as destdir ready. 2008-07-14 12:55:56 +00:00
jigdo Mark as destdir ready. 2008-07-14 12:55:56 +00:00
jumpgate
jwhois Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
kdenetwork3 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
kftpgrabber Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
kiax Remove superfluous patch (was already included in upstream). 2008-06-01 15:25:37 +00:00
kismet Fixes build failure on NetBSD-4 with pkgsrc libpcap, reported in PR 40380. 2009-01-13 14:08:07 +00:00
kphone Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ktorrent Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
LaBrea Add DESTDIR support. 2008-06-12 02:14:13 +00:00
lambdamoo Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:14:01 +00:00
lambdamoo-core
lambdamoo-doc
latd Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
ldns Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
lft
lftp Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
libares Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libcares Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libdnet Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libfetch Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
libIDL Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
liblive Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libmms Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libnids Allow glib to be disabled 2009-05-06 21:54:54 +00:00
libnipper Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libpcap AC_CHECK_HEADERS with no args causes autoconf to generate a shell for loop 2009-05-17 22:28:51 +00:00
libradius Leave over maintainership to pkgsrc-users 2009-03-22 04:53:38 +00:00
libsoup24 BUILD_DEPEND on gtk-doc to get gtkdoc-rebase. Remove patch-ab. 2009-05-26 16:47:31 +00:00
libsscript Fix build with GCC 4 and add DESTDIR support. 2008-09-19 23:26:09 +00:00
libtorrent Add URL of upstream bug report. 2009-06-04 19:23:51 +00:00
libtrace Update libtrace to 3.0.4 2008-06-10 10:21:41 +00:00
libupnp Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libvncserver Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
linc Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
llnlxdir Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
llnlxftp Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
logjam Use curl instead of libsoup-devel as networking library. 2008-10-29 02:05:47 +00:00
lopster Mark as destdir ready. 2008-07-14 12:55:56 +00:00
maradns Fix a Denial-of-Service vulnerability in maradns version 1.2.12.06 2008-03-19 22:55:21 +00:00
mbrowse update master site 2009-05-21 11:41:09 +00:00
mcast-tools Fix build on DragonFly. Fix PLIST. Bump revision. 2007-12-27 17:46:53 +00:00
md-whois Update md-whois package to from 4.7.22 to 4.7.28. 2008-11-19 14:35:34 +00:00
mDNSResponder Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
mDNSResponder-nss * Also need ${PKGMANDIR}/man5 before install. 2007-12-21 11:49:38 +00:00
microdc2 update mirror. 2009-05-21 11:42:28 +00:00
miniupnpd Make it build on DragonFly. 2009-06-04 07:54:26 +00:00
miredo Name of sample config files has been changed. 2007-12-21 12:43:09 +00:00
mirror Some pkglint cleanup: use SUBST framework, remove .gz from man pages in PLIST. 2007-03-01 19:33:39 +00:00
mldonkey Update to 3.0.0: 2009-02-25 23:39:36 +00:00
mldonkey-gui Convert to user-destdir. 2009-02-16 13:11:40 +00:00
monotorrent Bump PKGREVISION following the update of textproc/icu, and the 2009-03-25 22:37:12 +00:00
monsoon Needs msgfmt. 2009-05-04 11:19:13 +00:00
mouse-pppoe Update MASTER_SITES 2009-01-11 02:44:15 +00:00
mping Remove MAINTAINER at their request. 2009-03-21 16:01:26 +00:00
mppe-lkm
mrstat Updated net/mrstat to 1.20 2009-02-13 21:47:02 +00:00
mrt Precreate missing directories. Prepare for destdir. 2008-08-12 14:39:12 +00:00
mrtg Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
msdl Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
mtftpd to pkgsrc-users 2009-03-18 13:29:32 +00:00
mtr Fix gtk version reference 2009-03-22 16:21:44 +00:00
mydns-mysql
mydns-pgsql Make PostgreSQL 8.2 the default version. Bump all packages using it. 2008-03-13 17:38:48 +00:00
nagios-base Drop maintainershit of the Nagios packages. I cannot maintain a package 2009-04-11 17:24:00 +00:00
nagios-imagepak-base Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
nagios-nrpe Pass --with-nagios-user and --with-nagios-group in CONFIGURE_ARGS, in 2009-04-16 09:32:35 +00:00
nagios-nsca - Minor fix to MESSAGE file. 2007-11-26 22:14:23 +00:00
nagios-plugin-ldap Update nagios-plugins and nagios-plugin-{ldap,pgsql,mysql,radius,snmp} 2009-03-24 19:54:53 +00:00
nagios-plugin-mysql Update nagios-plugins and nagios-plugin-{ldap,pgsql,mysql,radius,snmp} 2009-03-24 19:54:53 +00:00
nagios-plugin-pgsql Update nagios-plugins and nagios-plugin-{ldap,pgsql,mysql,radius,snmp} 2009-03-24 19:54:53 +00:00
nagios-plugin-radius Update nagios-plugins and nagios-plugin-{ldap,pgsql,mysql,radius,snmp} 2009-03-24 19:54:53 +00:00
nagios-plugin-snmp Drop maintainershit of the Nagios packages. I cannot maintain a package 2009-04-11 17:24:00 +00:00
nagios-plugin-spamd Initial import of nagios-plugin-spamd 1.4. 2007-10-14 17:37:49 +00:00
nagios-plugins Set PKG_GROUPS. 2009-05-26 13:32:29 +00:00
nam Modular Xorg support. 2007-01-15 16:32:24 +00:00
nap
napshare Mark as destdir ready. 2008-07-14 12:55:56 +00:00
nasd Make it more likely to build with modular Xorg. 2008-10-02 17:29:38 +00:00
nbtscan Fix off by one error, noticed by PR 40374. 2009-01-25 14:21:13 +00:00
ncftp3 DESTDIR support 2009-02-16 18:44:40 +00:00
nemesis Mark as destdir ready. 2008-07-14 12:55:56 +00:00
net-snmp Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
net6 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
netatalk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
netcat Removed ftp.rge.com from MASTER_SITES, doesn't resolve anymore 2007-11-12 20:05:38 +00:00
netcat6 Full DESTDIR support. 2008-01-04 12:50:13 +00:00
netdisco PkgSrc changes: 2009-04-11 23:15:19 +00:00
netgroup
netname * Need some cirectories before install. 2007-12-24 08:47:31 +00:00
netpipes
nfdump Update to version 1.5.7 2008-02-24 20:38:49 +00:00
ngrep Fix a tyop, and re-format the paragraph 2008-07-09 10:26:32 +00:00
nicotine Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
nidentd
nipper This is a major update of nipper from 0.10.5->0.12.0 which includes 2008-09-08 17:39:29 +00:00
nload Update nload to 0.7.0, based on maintainer update request in PR 38461. 2008-04-19 10:57:34 +00:00
nmap Bump PKGREVISION for new patch-ad. 2009-04-01 08:00:44 +00:00
nocol Don't leak rpath into build area. Add DESTDIR support. Bump revision. 2008-10-02 17:40:43 +00:00
nprobe
ns ns uses C99 features. 2009-01-06 04:43:23 +00:00
nsd Update to NSD 3.2.2. 2009-05-20 01:55:55 +00:00
nslint Update to 2.1a9. Closes PR 33142. Changes: 2009-05-06 03:44:02 +00:00
nstx
ntop Changes 3.3.10: 2009-05-25 09:03:14 +00:00
ntop1 Also need sbin directory before install. 2007-12-22 11:48:09 +00:00
ntp4 Update to 4.2.4p6. Highlights from 4.2.4p4: 2009-01-26 20:06:15 +00:00
ocamlnet
oidentd Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
oinkmaster PKGREVISION-- 2008-12-08 13:06:04 +00:00
openafs Update OpenAFS to version 1.4.6, fixing CVE-2007-6599 (and nothing else). 2008-07-13 19:10:41 +00:00
openag Fixed "extra qualification". 2007-12-01 16:20:09 +00:00
openh323 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
openntpd update german mirror. add belnet. 2009-04-30 21:19:27 +00:00
openresolv Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
openslp Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
openvmps Add DESTDIR support. 2008-06-20 01:09:05 +00:00
openvpn Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
openwbem Fix type issue with siglongjmp. Fix autoconf test for pthread_barrier 2007-12-27 18:54:18 +00:00
ORBit Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
ORBit2 Remove build dependency on gtk-doc, related to PR#41475. 2009-06-03 12:40:32 +00:00
overnet * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
p5-Cisco-Abbrev Initial import of p5-Cisco-Abbrev version 0.02 in the NetBSD Packages 2009-01-29 22:00:17 +00:00
p5-Data-Stream-Bulk Import p5-Data-Stream-Bulk version 0.03. 2009-01-11 13:56:11 +00:00
p5-DNS-ZoneParse Update from version 0.95nb3 to 0.96. 2009-01-11 12:38:51 +00:00
p5-eBay-API Modify dependencies to perl-modules which are deployed with the perl-core, 2009-04-24 17:15:21 +00:00
p5-Geo-IP Update from version 1.35 to 1.36. 2009-01-11 12:41:03 +00:00
p5-Geo-IPfree Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-IO-Interface Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-IO-Socket-INET6 Add PREV_PKGPATH and/or SUPERSEDES for various packages that 2009-05-02 16:21:43 +00:00
p5-IO-Socket-Multicast Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-IP-Country Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-ispman Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-Akismet Initial import of p5-Net-Akismet version 0.05 in the NetBSD Packages 2008-11-24 06:00:32 +00:00
p5-Net-Amazon Remove MAINTAINER at their request. 2009-03-21 16:01:26 +00:00
p5-Net-Amazon-S3 Update from version 0.48 to 0.50. 2009-02-22 15:10:44 +00:00
p5-Net-Bind Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-CIDR-Lite Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-CIDR-Set Update from version 0.10 to version 0.11. 2009-01-31 06:02:18 +00:00
p5-Net-Daemon Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-DBus Needs pkg-config. 2008-11-20 14:14:32 +00:00
p5-Net-Dev-MIBLoadOrder Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-DNS Bump PKGREVISION to 1. 2009-03-07 15:34:40 +00:00
p5-Net-DNSServer Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-eBay Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-FTPSSL Drop MAINTAINERSIP at MAINTAINER's request. 2009-03-24 13:35:47 +00:00
p5-Net-Gnats Update from version 0.04nb3 to 0.05. 2008-11-18 06:34:45 +00:00
p5-Net-Google Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-Ident Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-Interface pkgsrc-changes: 2009-03-21 13:50:18 +00:00
p5-Net-IP Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-IPv4Addr Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-IPv6Addr Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-IRC Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-Jifty - updated to 0.11 2009-03-09 20:15:12 +00:00
p5-Net-LDAP-Server Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-Libdnet Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-LibIDN pkgsrc changes: 2009-03-01 21:49:54 +00:00
p5-Net-MAC Updated from version 1.4 to 1.5. 2008-11-18 06:37:41 +00:00
p5-Net-NBName Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-OpenID-Consumer Updated to version 1.02. 2008-11-08 23:39:39 +00:00
p5-Net-Packet Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-Pcap Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-RawIP pkgsrc changes: 2009-05-21 10:48:22 +00:00
p5-Net-Rendezvous Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-Server Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-SNMP Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-SNMP-Mixin Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-Telnet Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-Telnet-Cisco Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-TFTP Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-Twitter PkgSrc changes: 2009-04-25 10:07:30 +00:00
p5-Net-Write Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-XMPP Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-XWhois Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-Z3950-ZOOM Bump PKGREVISION following the update of textproc/icu, and the 2009-03-25 22:37:12 +00:00
p5-NetAddr-IP PkgSrc changes: 2009-04-15 07:40:00 +00:00
p5-NetPacket PkgSrc changes: 2009-05-01 21:33:04 +00:00
p5-Nmap-Parser Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-POE-Component-Client-DNS Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-POE-Component-Client-Ident Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-POE-Component-SNMP Added LICENSE=gnu-gpl-v2 2009-05-12 12:51:07 +00:00
p5-RADIUS Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-RadiusPerl Correct PERL5_PACKLIST 2009-03-21 22:27:53 +00:00
p5-RPC-XML Updated from version 0.60nb1 to 0.64. 2008-11-18 15:37:52 +00:00
p5-SNMP-Info Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-SNMP-MIB-Compiler Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-SNMP_Session Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-SOAP-Lite Replacing some dependencies to choose perl core first, because desired 2009-06-01 19:38:56 +00:00
p5-Socket6 - Fix build problems on any platform, where perl isn't compiled using the 2009-02-25 20:39:20 +00:00
p5-X500-DN Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
packit Add DESTDIR support. 2008-06-12 02:14:13 +00:00
parpd Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
partysip Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pchar Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pconsole Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pear-Net_DIME Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pear-Net_Sieve Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
pear-Net_SMTP 1.3.0 2008-04-30 19:32:34 +00:00
pear-Net_Socket Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pear-Net_URL Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pear-SOAP Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
pen Update pen to the latest version (0.17.2, which almost a year old now). 2008-01-30 08:27:30 +00:00
pfnet Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-ftp Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-snmp Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-sockets Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-xmlrpc Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-yaz Bump PKGREVISION following the update of textproc/icu, and the 2009-03-25 22:37:12 +00:00
php-yp Add DESTDIR support. 2008-06-20 01:09:05 +00:00
php5-soap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pim6dd DESTDIR support and fix for newer netbsd. 2009-02-14 17:54:55 +00:00
pim6sd DESTDIR support and fix for newer NetBSD. 2009-02-14 17:57:18 +00:00
pload Store traffic counters in u_quad_t to avoid overflow. Closes PR 38168. 2009-01-04 20:03:21 +00:00
poink Add DESTDIR support. 2008-06-12 02:14:13 +00:00
polsms DESTDIR support 2009-02-16 19:03:18 +00:00
poptop - Update to 1.3.0 2009-02-24 21:22:41 +00:00
portmap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
powerdns Update to PowerDNS 2.9.21.2. 2008-12-08 12:26:57 +00:00
powerdns-ldap Upgrade PowerDNS to 2.9.21.1. This release contains the security patch for 2008-08-11 14:38:33 +00:00
powerdns-mysql Upgrade PowerDNS to 2.9.21.1. This release contains the security patch for 2008-08-11 14:38:33 +00:00
powerdns-pgsql Upgrade PowerDNS to 2.9.21.1. This release contains the security patch for 2008-08-11 14:38:33 +00:00
powerdns-recursor Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
powerdns-sqlite Upgrade PowerDNS to 2.9.21.1. This release contains the security patch for 2008-08-11 14:38:33 +00:00
pppd Modify the patch-ae not to include $Id$. 2008-12-30 12:03:02 +00:00
pptp Add DESTDIR support. 2008-06-12 02:14:13 +00:00
proftpd Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
proxycheck Add DESTDIR support. 2008-06-12 02:14:13 +00:00
proxytunnel Import proxytunnel 1.9.0 2009-01-23 13:35:30 +00:00
publicfile
puf Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pure-ftpd Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pxe Update pxe to 1.4.2. 2007-12-22 12:08:58 +00:00
py-adns Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-boto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-dns Update PYTHON_VERSIONS_COMPATIBLE 2008-04-25 20:39:06 +00:00
py-GeoIP Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-google Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-IP Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-kenosis Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-libdnet Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-libpcap Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-medusa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-ORBit Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-soaplib Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-soappy Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-spreadmodule Remove Python 2.1 support. 2009-02-09 21:09:20 +00:00
py-twisted Fix include order. 2008-09-20 18:51:57 +00:00
py-twisted-docs Update from to 8.1.0; changes too numerous to list. 2008-08-22 21:49:08 +00:00
py-zsi Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pygopherd Add DESTDIR support. 2008-06-20 01:09:05 +00:00
qadsl Add DESTDIR support. 2008-06-20 01:09:05 +00:00
quagga Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
quagga-devel Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
queryperf give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
ra-rtsp-proxy Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
radiusclient-ng remove broken mirror. 2009-05-21 11:34:56 +00:00
radiusd-cistron Update radiusd-cistron to 1.6.8. 2007-12-22 12:39:57 +00:00
rbldnsd - Update to 0.996b 2009-02-24 00:58:10 +00:00
rdesktop Make ssl support an option (that defaults to on) 2008-09-12 16:00:56 +00:00
rdist6 PKG_DESTDIR_SUPPORT 2009-06-06 00:48:39 +00:00
rinetd
rootprobe
rp-l2tp - add/update patches to introduce LDFLAGS to links in the package 2008-03-11 09:16:38 +00:00
rp-pppoe Update HOMEPAGE 2009-01-11 02:50:46 +00:00
rsync Add a startup script for "rsync" in daemon mode loosely based on 2009-02-21 09:34:17 +00:00
rtorrent Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
ruby-icmp Enable DESTDIR support with devel/ruby-setup. 2009-02-15 03:24:50 +00:00
ruby-netaddr Update from version 1.4.0 to version 1.5.0. 2009-04-22 11:42:01 +00:00
ruby-snmp Initial import of ruby-snmp as version 1.0.2 into the NetBSD 2008-04-06 23:38:40 +00:00
samba Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
scamper Reset maintainer, rpaulo resigned. 2007-07-08 12:35:10 +00:00
scapy Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
scdp Add DESTDIR support. 2008-06-20 01:09:05 +00:00
scli Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
sdig Restore PKGREVISION=1 lost apparently by accident in -r1.13 a year ago. 2008-06-23 03:53:57 +00:00
sdist Add DESTDIR support. 2008-06-20 01:09:05 +00:00
SDL_net Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
sendfile
ser Add assembler bits for locking on amd64. Fixes broken build, because one 2008-08-17 22:40:26 +00:00
sharity-light drop maintainership 2009-01-12 16:19:07 +00:00
sipcalc Update to 1.1.4. Changes: 2009-01-11 22:49:11 +00:00
sipsak Add DESTDIR support. 2008-06-20 01:09:05 +00:00
sitescooper
skype Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
slurm Update subdir of MASTER_SITES (or may just /slrum/). 2009-05-19 21:16:27 +00:00
smokeping Update smokeping 2.3.5->2.4.2 2008-08-17 11:09:10 +00:00
sniffit
snort Update to 2.8.3.1 2008-10-25 18:35:19 +00:00
snort-rules
socat Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
socket++ Make it build on DragonFly. 2009-04-07 18:05:08 +00:00
socks4 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
socks5 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
solaris-tap Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
speedtouch Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
spegla DESTDIR support. Fix PLIST. Bump revision. 2008-12-18 15:21:54 +00:00
spread Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
spreadlogd Bump PKGREVISION for libevent ABI bump. 2009-02-27 22:53:46 +00:00
srsh * Use *_MAKE_FLAGS instead of *_TARGET to pass variables. 2007-12-27 12:08:01 +00:00
ssmping Fix installation. 2008-04-07 18:06:07 +00:00
ssync Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
stripes
sup welcome to sup-0.3 2008-05-30 14:25:26 +00:00
synergy Added support for installation to DESTDIR. 2008-02-23 18:04:57 +00:00
synergy1.2 Make it build on non Linux systems having alloca definedi, like DragonFly. 2009-06-05 09:49:53 +00:00
tacacs Fixed build problem with gcc4 reported by Yakovetsky Vladimir in PR 36929. 2007-09-23 16:25:01 +00:00
tcl-scotty Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
tcpdmerge strings.h -> string.h. Makes it build on DragonFly and probably some others. 2009-06-05 10:10:07 +00:00
tcpdpriv static functions must not be declared inside functions. 2007-12-01 13:03:27 +00:00
tcpdstat Do not declare a static variable in a header file. This makes the package 2007-05-30 17:47:04 +00:00
tcpdump Update tcpdump to 4.0.0 2009-05-20 20:09:33 +00:00
tcpflow Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tcpick Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tcpillust Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. 2007-12-02 13:04:06 +00:00
tcpreplay Update tcpreplay to 3.4.1. 2009-05-02 17:35:43 +00:00
tcpslice Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tcptrace
tcptraceroute Bump PKGREVISION to pick up a fix in the libnet10 package so it can find 2007-03-02 09:28:55 +00:00
teamspeak-client Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
teamspeak-server Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
tightvnc Add conflicts between the "tightvnc" and "vncviewer" packages which 2009-04-27 18:35:30 +00:00
tightvncviewer Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
tinc Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
tinyfugue * Need some pre-created directories. 2007-12-27 11:43:51 +00:00
tkined Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
tn5250 Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tnftp Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
tnftpd Update to tnftpd 20081009. Notable changes since 20061217: 2008-10-09 04:14:28 +00:00
tor Bump PKGREVISION for libevent ABI bump. 2009-02-27 22:53:46 +00:00
torrentutils Remove explicit dependence on "bash" package. "USE_TOOLS+= bash:run" 2007-06-22 17:46:19 +00:00
totd Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, 2008-02-28 11:58:47 +00:00
traceroute-as Add DESTDIR support. 2008-06-20 01:09:05 +00:00
trafshow Update trafshow to 5.2.3. 2007-10-18 09:32:43 +00:00
trickle Bump PKGREVISION for libevent ABI bump. 2009-02-27 22:53:46 +00:00
tsclient Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib 2008-09-06 20:54:31 +00:00
tsocks Changed tsocks.sh so that it matches the man page. PKGREVISION++ 2007-07-26 12:27:18 +00:00
tspc Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, 2008-02-28 11:58:47 +00:00
ttt Make it build on FreeBSD and DragonFly. 2009-04-07 17:58:19 +00:00
twitux to netbsd-users 2009-03-18 13:31:19 +00:00
ucarp pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
ucspi-ssl Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ucspi-tcp Uncomment some more LICENSE lines (all "public-domain"). 2009-05-19 09:07:13 +00:00
udpcast DESTDIR support. 2008-04-07 18:19:22 +00:00
udptunnel
unbound Update to unbound-1.1.1: 2008-12-17 18:14:01 +00:00
unfs3 Update to unfs3-0.9.22. 2009-05-22 20:02:31 +00:00
unison Update net/unison to 2.27.53 2008-07-25 20:03:03 +00:00
unison-devel Update net/unison-devel to 2.30.4 2008-07-25 19:43:13 +00:00
unworkable Bump PKGREVISION for libevent ABI bump. 2009-02-27 22:53:46 +00:00
upclient
urlgfe Add DESTDIR support. 2008-06-20 01:09:05 +00:00
userppp user-destdir support, fix build on netbsd-5+ 2008-12-18 13:55:24 +00:00
uucp DESTDIR support. Use pkgsrc-users@NetBSD.org as maintainer. 2009-02-16 13:28:29 +00:00
vcheck Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
vde
vinagre Update to 2.26.2: 2009-05-27 21:37:12 +00:00
vino Add avahi option, and enable it by default. 2008-12-21 11:00:37 +00:00
vnc DESTDIR support. Use SPECIAL_PERMS for Xvnc on Solaris. Not 2009-04-04 20:44:58 +00:00
vncviewer Add conflicts between the "tightvnc" and "vncviewer" packages which 2009-04-27 18:35:30 +00:00
vpnc update to 0.5.3, brings some minor fixes 2009-02-04 21:51:27 +00:00
vsftpd regen for missing patch-ae. 2008-11-03 05:29:29 +00:00
vtun Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wakeup Add DESTDIR support. 2008-06-20 01:09:05 +00:00
walker Fix DESTDIR. 2008-06-16 15:14:26 +00:00
wap-utils Add DESTDIR support. 2008-06-20 01:09:05 +00:00
waste Correct email address for generic MAINTAINER. 2009-03-17 21:40:44 +00:00
wget Update to 1.11.4: 2008-07-18 09:36:39 +00:00
whatmask Add DESTDIR support. 2008-06-20 01:09:05 +00:00
whois3 Add DESTDIR support. 2008-06-20 01:09:05 +00:00
whoson Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
wide-dhcpv6 Update wide-dhcpv6 to 20070507. 2007-05-22 12:53:01 +00:00
wimon Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
wireshark remove some appearently unnecessary "#include <gnutls/openssl.h>" so that 2009-06-05 16:05:55 +00:00
wistumbler
wistumbler2 +MAKE_JOBS_SAFE=no 2009-03-02 23:27:46 +00:00
wistumbler2-gtk Fix build on amd64 -- machine/speaker.h is not needed. Add DESTDIR 2008-10-02 13:35:02 +00:00
wmget Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
wminet
wmnd Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wmnet Resign as maintainer. I have not used this package for a long time. 2007-09-19 06:20:07 +00:00
wmpload Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wol Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wpa_gui DESTDIR support. 2008-04-07 18:25:38 +00:00
wpa_supplicant Update to wpa_supplicant-0.6.9 2009-05-11 22:47:04 +00:00
wu-ftpd update mirrors. 2009-05-01 13:21:51 +00:00
x2vnc add dga option (defaulted on) - no change in default behaviour 2009-04-17 16:19:27 +00:00
xfce4-wavelan-plugin Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xipdump Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xmftp Fixed invalid lvalue cast and reminded the programmers that the return 2007-12-01 13:39:05 +00:00
xnap Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
xorp Update xorp to 1.6, as requested by PR 41115. 2009-05-12 13:58:44 +00:00
xrmftp
xtraceroute Put back a couple of IRIX conditionals the way they used to behave, 2008-03-11 18:47:40 +00:00
yafc Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
yale-tftpd Make it build on DragonFly. 2009-06-05 10:19:10 +00:00
yaz Update to 3.0.45: 2009-04-20 21:59:53 +00:00
youtube-dl Update to 20090513. 2009-05-19 18:54:43 +00:00
ytalk Mark as destdir ready. 2008-07-14 12:55:56 +00:00
ywho Fixed pkglint warnings. 2007-09-20 08:54:18 +00:00
Makefile Add powerdns-recursor 2009-04-21 14:19:21 +00:00