summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2004-02-10PERL5_REQD is now a list of values, so append to its value instead ofjlam3-6/+6
setting it.
2004-02-10bl3ifyxtraeme4-11/+62
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv4-7/+8
2004-02-07Update to 2.5.8:wiz3-22/+25
Note: Due to the changes in CommonSwarming, this version is to be considered as EXPERIMENTAL on all networks, EXCEPT Edonkey & Overnet. 2004/02/06: Fabrice (version 2.5.8, tag release-2-5-8) * FileTP: * Basic FTP protocol: use 'http <ftp://url>' and 'mirror <ftp://url>' * Option 'mirrors': list of list of interchangeable url prefixes. 2004/02/06: Fabrice (version 2.5.7, tag release-2-5-7) * New network 'FileTP' for simple file transfer protocols: * Basic HTTP protocol: use 'http <http://url>' to start a download. use 'mirror <file_num> <http://url>' to add a mirror. * TcpBufferedSocket: initial size of buffer now depends on the last read input. might cause problems in memory until a better cache of buffers is implemented 2004/02/06: Fabrice (version 2.5.6, tag release-2-5-6) * CommonInteractive: * file_cancel: removes the file itself * Unix32: * new function 'destroy' to completely destroy a FD, so that it cannot be used afterwards (but it does not remove the file). Used in CommonInteractive.file_commit and CommonInteractive.file_cancel. * DonkeyInteractive: clients might get stucked if they tried to upload a file that has just been commited, since the name is not updated anymore in Unix32.rename. We need to remove the former 'file' structure and then add a new one for the shared file, thus disconnecting all the former uploaders (knowing them, they will reconnect asap :)). To be done. * Applied patches #2586, #2587, #2588 2004/02/05: Fabrice (version 2.5.5, tag release-2-5-5) * Change in the version numbers, keep only 3 digits :) 2004/02/04: Fabrice (version 2.5.4+8, tag release-2-5-4-8) * Bittorrent: * New version of uploaders choice. * Applied patches #2571, #2579, #2580 (is patch #2578 reversed ?) 2004/02/04: Fabrice (version 2.5.4+7) * Bittorent: * Fixed upload for seeded files, and probably some other bugs. * Telnet interface: * ?? display commands per category 2004/02/03: Fabrice (version 2.5.4+6) * Applied patches #2556, #2558, #2559, #2561, #2568, #2569, #2571, #2572, #2574 * TcpBufferedSocket: event CONNECTED is sent the first time a socket is available for writting. * Newgui: * Gui_cdget: Updated some regexps to correctly query IMDB. * Bittorrent: * BTTracker: the tracker should work. * New internal command "torrents" to list URLs of files in torrents/tracked/ 2004/02/02: Fabrice (version 2.5.4+5) * New Internationnalisation format: short strings are stored for translation in ~/.mldonkey/mlnet_strings.$LANG. The new scheme allows easy translation of options descriptions and all other strings used after CommonOption. Can also be used to translate the interfaces. Unfortunately, this new scheme makes most of the former translations obsolete, but most of them have been approximately changed to the new format (see distrib/i18n/mlnet_strings.*, copy yours in ~/.mldonkey/ to check) 2004/02/01/ Fabrice (version 2.5.4+4) * Applied patches #2532 (new-gui), #2535 (INSTALL.txt), #2549 (vers mesg), #2550 (minsize shared) 2004/01/28: Fabrice (version 2.5.4+3) * CommonShared: Strategies of sharing can be defined in "searches.ini" (recursive or not, min file size, extensions). * Predefined strategies: [all_files]: recursively all files > 10 KB [mp3s]: recursively .mp3 < 10 MB [avis]: recursively .avi > 500 MB [only_directory]: not recursive, all files > 10 KB * Strategy for incoming/ is now [only_directory]. * Format of "shared_directories" option changed accordingly: new default directory shared/ with strategy [all_files]. * CommonComplexOptions: file_state, file_age and file_size are saved for all networks in options. * CommonSwarming: functions to save and load chunks and present_chunks from options. 2004/01/27: Fabrice * TcpBufferedSocket: * Weak form of connection_manager, that should progressively be used to better distribute connections among networks. * Zlib Compression of connection is now done transparently. * Int32ops: removed Int32 operations. int32 should be removed as many times as possible to avoid limitations at 4GB. Bittorrent protocol does not support files > 4 GB (check new version ?) 2004/01/26: Fabrice * CommonSwarming: completely rewritten. No partition anymore. Better block choice strategy. More efficient strutures. * BTTracker: * new directories in "torrents/": * downloads/: .torrent of files being currently downloaded * tracked/: .torrent of files being currently tracked (maybe seeded) * seeded/: .torrent of files being currently seeded * mldonkey command 'compute_torrent' computes a .torrent file for a filename and put it in torrents/tracked/. The file is immediatly tracked. * mldonkey tracker can be accessed: http://ip:6881/tracker?info_hash=.... -> for the tracker http://ip:6881/filename.torrent -> to download 'filename.torrent' 2004/01/23: Fabrice * ed2k_hash: new option -check <size> to compute different hashes on a generated file of size <size> KB, to test DiskFile, SparseFile and MultiFile implementations. * Unix32: * Open ALL files in RW mode by default, and fall back in RO mode in case of error. * New format SparseFile completely implemented. * Unix32.rename makes the Unix32.t invalid. Might cause some bugs when sharing just commited files (TO CHECK). * Options: * New EXPERIMENTAL option 'emulate_sparsefiles' in downloads.ini, to emulate sparse files on non-sparse filesystems (e.g. FAT). Currently only works for Edonkey files, and <preview> and <recover_file> won't work for them. 2004/01/16: Fabrice * Fixed problem with files.ini when downloading BitTorrent files 2004/01/15: Fabrice * Applied Savannah patches #2480, #2481 (emule), #2482 (old GUI) 2004/01/14: Fabrice * Applied Savannah patches: #2475, #2474 (bin modes), #2479 (BT), #2473 (negative time), #2437 (force-download typo), #2423 ("links" command), #2421 (connecttime), #2417 (message 21), #2415 (LSD not banned), #2414 (old GUI), #2413 (emule tags), #2411 (emule stats), #2473 (telnet) * Applied Pango's patch: common_recover_temp 2003/12/22: Fabrice * make_torrent: * .torrent filename is specified by -torrent * New option "-split <filename>" that will split <filename> in smaller files according to a .torrent file. * Applied pause.patch 2003/12/17: Fabrice * Applied upload_slots patch again 2003/12/16: Dek * mldonkey CVS moved to berlios until savannah is back again. see https://developer.berlios.de/cvs/?group_id=610 for server-details, web-CVS etc. 2003/12/16: Fabrice * Applied patches from spiralvoice page: prevent_interface_close, xmule, emule_tags, upload_cnum, suxx_wap, mld_cb10, remove_challenge, upload_slots, html_gnutella2, amule 2003/12/15: Fabrice * Modified "forget" command * Bittorrent: crash when commiting directories fixed 2003/12/09: Fabrice * Opennap: removed redondant client_port option * Gnutella2: removed options with same values as for Gnutella 2003/12/08: Fabrice * New option 'allow_local_network' to allow connections on the local network for debugging purpose. * Bittorrent: * If 'tracker_port' is not nul, a WEB server is started inside mldonkey that is used as a tracker, with url: http://YOUR-IP:<tracker_port>/tracker * New option 'shared_torrent_files', a list of pairs: torrent_files = [ ("/test_bt.torrent", "../../one_torrent_file.torrent"); ] where the first string in the pair is the relative url on the tracker web-server http://YOUR-IP:<tracker_port>/test_bt.torrent and the second is the filename .torrent on the disk to be served. * New option 'tracked_files': a list of the filenames of the .torrent files that should be tracked. * New option 'shared_files': a list of pairs (path to .torrent file, path to corresponding shared file). 2003/12/06: Fabrice * New option file_started_cmd (by default "mlprogress") used when a new download is started to display a progress popup. Set to "" to disable. * Improved progress popup. 2003/12/06: Fabrice * Added 'mlprogress <num>' program that popup a window to display the download of file <num> (thx to b8_zoggy). Not tested yet. 2003/12/06: Fabrice * Applied Spiralvoice patches ban.clients, win.patch, patch_pack2c * Added option 'allow_any_command' to use ! instead of !! for arbitrary commands (false by default for security reasons) 2003/12/05: Fabrice * Merged devel/ and stable/ branches for Gnutella2 2003/12/04: Fabrice * Added module CommonBitzi (merge with devel version) 2003/12/03: Fabrice * Updated ed2k_hash to compute Sig2dat and Bitprints. For Mac users, you can check whether bitprints with tiger-trees are correctly computed: ./ed2k_hash.byte -hash bp COPYING gives: urn:bitprint:QI3PHA4WVH75CAL72NCNTXZE3SNHU6K3.5URJJG7REVGICNBK5UQBPFGIEO234ZJ3MX2T54I Partial 0 : 5URJJG7REVGICNBK5UQBPFGIEO234ZJ3MX2T54I 2003/12/02: Fabrice * Applied patch #2399 (anti-thieves v2) * Splitted Gnutella and Gnutella2 plugins 2003/12/02: Fabrice * gui_messages.ini.dutch added * Suppressed UDP frames sent by a firewalled client, causing it to be black-listed. 2003/12/01: Fabrice * Applied patch #2390 * Added Autoconf.windows boolean * New tool 'make_torrent' generated by 'make make_torrent', that can be used to generate, print, verify and modify .torrent files. 2003/11/29: Fabrice * Applied patch #2382 (mingw), #2380 (anti-thieves), #2384 (gui), #2386 (gui) * Removed client addr as string in GUI protocol 20 2003/11/29: Fabrice * Unix32: create_ro = create_rw * New module BTTracker, to implement a tracker for BitTorrent. Command "compute_torrent <filename>" in console to generate the torrent file associated with filename. Not working yet. 2003/11/29: Fabrice * Removed patch #1261 * Applied patch #2243 (bind sockets), #2377 (mlnet.static), #2378 (ocaml url) * Fixed compilation problem in oldgui * ED2K: send compressed ShareReq message to zlib-enabled servers. 2003/11/29: Fabrice * Unix32: fixed a bug preventing the creation of a correct directory in BT 2003/11/28: Fabrice * Unix32: some bug fixes which may have caused bad Sha1 computation in BT at inner file borders. 2003/11/28: Fabrice * Applied GUI patches #2372 (renamefile), #2373 (newgui), #2374 (configwin), #2375 (im), #2376 (configure) * Applied HTML patches #2151, #2264 2003/11/27: Fabrice * Removed patch #2341 (for fun :) ) * Applied patch #2139 (html mod), #2371 (telnet) * Compressed connections to servers work, multiple replies to a search in one UDP packet works too. 2003/11/27: Fabrice * Unix32: and yet another bug fixed in MultiFile: no more Invalid_argument("Unix.write") error 2003/11/27: Fabrice * Applied patches #2341 (BT), #2354 (BT with MultiFile), #2339 (improved telnet), #2311 (Overnet [EXPERIMENTAL]) BUT: is there a bug on Savannah, or is it my browser that incorrectly download patches with &quot;, &gt;, etc... inside ? * Fixed ed2k_hash compile error * Hardcoded emule protocol version set to 0x30, connect to Razorblack * Unix32: another bug fixed causing "really_write 0 BYTES" errors. 2003/11/27: Fabrice * Bug with Unix32.read fixed (no flush). * New file type MultiFile in Unix32, created with create_multifile, to be used by BT. 2003/11/24: Fabrice * New UDP protocol implemented: * Understand servers flags in UDP pongs * Query for and understand multiple replies in one packet * Query sources for multiple files, and understand multiple files sources in one packet * server_last_message updated correctly. 2003/11/24: Fabrice * Suppressed option client_server_md4 (to correcly connect to all servers) * Copy Emule behavior for client-client connection * Send ET_COMPATIBLE flag in EmuleClientInfo with number 10 * Send EmuleClientInfo as soon as Emule client is identified * Set verbose = "unk" to save unknown packets in /tmp/ directory 2003/11/21: Fabrice * Applied patches: #2097, #2099, #2110 (mingw), #2111, #2193 (telnet), #2248, #2255 (XSS bug), #2268 (server zlib), #2269 (opennap napigator) 2003/11/21: Fabrice * Applied patches on BT: #2135, #2158, #2247, #2254, #2256 * Applied patch #2299 (files > 2 GB), #2263 (don't ban uploaders), #2202 (gnutella2 DDOS) * Gnutella/gnutella2 plugin compiled again 2003/11/20: Fabrice * Modified to compile with ocaml-3.07 * Started merging -devel and -stable versions * Gnutella and Gnutella2 plugins disabled * Should fix GUI protocol problems with G2GUI 2003/11/17: Fabrice * Applied patches - GUI: #2080-#2087 + By default, the new gui is built. To build the former one, run ./configure -disable-newgui + When switching from one gui to another one, the .mldonkey_gui* files may be incorrect, so you are advised to save them or delete them before switching. - #2067 ("nu" for bittorrent), #2070 (new option "all_sources_on_telnet"), #2094 (sort files by priority for each downloader) * Some modifications for soulseek: * Retry connect only after 300 seconds. * Don't retry connect after INVALIDPASS unless login or password is changed 2003/10/12: Simon (release-2-5-4) * Applied patches #2033 (hide-dirs), #2038 (ocaml-3.07), #2039 (mlsubmit.reg), #2041 (hide-psswd) 2003/10/10: Simon * Removed patch #1765 2003/10/09: Simon * Applied patches #1608 (anti-thieves), #1669 (anti-spam), #1692 (min-users-per-server), #1695 (html-mods), #1710 (regexp in voo), #1711 (sorted voo), #1714 (gui priority bug fix), #1715 (fasttrack), #1732 (mldonkey_submit), #1733 (viewfiles 6 hours), #1734 (browse-friends), #1743 (bittorrent compliance), #1748 (emule-bugfix), #1753 (max-conn-servers), #1765 (limit-reqs DANGER), #1801 (http-proxy), #1843 (message-file), #1862 (download-amount), #2024 (filenames), #2025 (friends-slots), suxx-lugdunum-fix-v2 DELAYED: #1911 (hidden-chunks)
2004-02-06Bump revision due to nautilus update to 2.4.2.jmmv1-2/+2
2004-02-06Update to 0.8.3:jmmv3-8/+6
* Add a -uninstalled.pc file (Laca) * Clobber LC_ALL before invoking pre-compiler (Fernando Herrera)
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam3-8/+8
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-02-06Update to 2.4.2:jmmv2-6/+5
* Preserve bug description. * Fix an ugly crash. * Translations: Greek and Hindi.
2004-02-06Update to 2.8.3:jmmv2-5/+5
2003-12-04 Michael Meeks <michael@ximian.com> * Version 2.8.3 2003-11-06 Padraig O'Briain <padraig.obriain@sun.com> * linc2/src/linc-server.c (link_server_handle_io): Change g_error to g_warning to avoid crash if revents field reset between check() and dispatch(). Fixes bug #126209. 2003-10-31 Michael Meeks <michael@ximian.com> * src/orb/GIOP/giop-recv-buffer.c (giop_connection_handle_input): on HUP goto msg_error so we don't leave the cnx->incoming_msg hanging around. 2003-10-30 Michael Meeks <michael@ximian.com> * test/everything/lifeCycle.c (LifeCycleServer_deactivateUnrefOnReturn): a nasty in-proc hack that unreferences our CORBA_Object handle. * test/everything/client.c (testLifeCycle): use the ORBit_small_invoke_stub_n path, used by older stubs. 2003-10-24 Michael Meeks <michael@ximian.com> * src/orb/GIOP/giop.c (giop_shutdown): allow shutdown from any thread - this looks safe enough, at least here. 2003-10-23 Mark McLoughlin <mark@skynet.ie> * test/everything/lifeCycle.c: add this from the 2.8.2 tarball. Michael must have forgotten to CVS add it. 2003-10-14 Michael Meeks <michael@ximian.com> * src/orb/poa/poa.c (ORBit_POA_destroy_T_R): rename to this.
2004-02-05The long awaited update libtool to 1.5.2.skrll2-4/+2
Some pkgsrc things - Fix PLISTs for packages that use -release - Include canonicalisation of a couple of paths for the benefit of qt3-* - the normal version=sunos patching - fix all library_names_spec for the standard set of symlinks The libtool things some of which had already made it into pkgsrc libtool. New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team: * lt_dlrealloc is an official part of the libltdl API. * --tag, --silent and --debug options are preserved and reused when libtool calls itself for relinking etc. * `-pthread' and similar options are honoured when linking shared libraries. * -no-suppress in compile mode shows compiler output for both PIC and non-PIC object compilation. * New link mode option `-precious-files-regex' to prevent accidental removal of files you want to keep, such as test coverage data, from the temporary output directory. * Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux. * Recognises the 'R' symbol type on Solaris so read-only symbols can be exported. * Bug fixes. New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team: * First stable release of multi-language architecture. * libtool and libltdl support for Mac OS/X. * libltdl will now use cygwins dlopen API instead of always forcing LoadLibrary. * Support auto-import patch to binutils on cygwin for much improved dll support. * Bug fixes. New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne: * The libltdl subdirectory now bootstraps correctly with Automake 1.5. * srcdir != builddir builds with Automake 1.5 work correctly. * Support for mips-compaq-nonstopux. * New command line argument, --preserve-dup-deps prevents removal of duplicate dependent libraries. New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team: * Help strings display correctly again. * Better error messages when library linking fails. * Better error messages from libltdl when loading fails. * Better search path management in libltdl with `lt_dlinsertsearchdir' call. * Support /lib/w32api in recent cygwin releases. * Support cross compilation to mingw. * Support for .rc files (Windows resource compiler). * Improved handling of mingw gcc. * Improved handling of $PATH with entries containing spaces. * Improved support for linking with gcc on aix4* and aix5*. * Improved support for GCC 3.0. * Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8. * Bug fixes to the OpenBSD port. * Bug fixes. New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan: * libltdl now builds on solaris again * diagnose and warn about not-quite-working combinations of gcc and ld on solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes. New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team: * Better error messages from libltdl when loading fails. * Don't leave here-doc files behind. * Improved support for OpenBSD. * Libtool will build with autoconf-2.50 and higher. * Plug memory management bugs in libltdl. * Prefer shl_load to dlopen for better operation on HP-UX. New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team: * Now bootstraps with autoconf-2.50 and automake-1.4-p4. * Always try to build at least a static lib, even if both static and shared libs were disabled. * Full support for C++ compiler. * Support for GNU gcj compiler. * libltdl can now load all modules in a given path according to user supplied criteria with `lt_dlforeachfile' call. * Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*. * Internal mutex handling no longer has namespace clashes on NCR MP-RAS. * New pdemo and tagdemo tests. * Bug fixes.
2004-02-05Make PREFER_PKGSRC just yes/no or a list of packages. This makes itjlam3-15/+13
simpler to understand.
2004-02-05Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use itsjlam3-15/+12
value outside of buildlink-related files.
2004-02-05Support a new global variable:jlam3-3/+27
BUILDLINK_PREFER_PKGSRC This variable determines whether or not to prefer the pkgsrc versions of software that is also present in the base system. This variable is multi-state: defined, or "yes" always prefer the pkgsrc versions not defined, or "no" only use the pkgsrc versions if needed by dependency requirements This can also take a list of packages for which to prefer the pkgsrc-installed software. The package names may be found by consulting the value added to BUILDLINK_PACKAGES in the buildlink[23].mk files for that package.
2004-02-04+ USE_LANGUAGES=c c++abs1-1/+2
2004-02-04Update to KDE-3.2.markd12-1353/+815
Changes: Network Kopete * NEW IN KDE: A multi-protocol instant messaging tool * Remove the config page for the yahoo module. All configuration will be moved to the Yahoo account config. Matt Rogers * Port the plugin loading GUI over to kdelibs::KPluginSelector and get rid of the custom PluginLoader class Martijn Klingens * Support KWallet for password storage Martijn Klingens * Port the configuration to KSettings::Dialog. Matt Rogers * Integrate Kopete's contact list into KAddressBook The Kopete team * Cleanup the API to be more robust. Notably, unload plugins asynchronously, get rid of ConfigModule and use KCMs instead and try to cut down on the amount of nested event loops. Martijn Klingens * Switch the Oscar Plugin to KExtendedSocket Matt Rogers * Port the Jabber plugin to use libxmpp Till Gerken * Port MSN to the new protocol (MSNP9) Olivier Goffart * MSN display picture and incomming MSN custom emoticons support Olivier Goffart Desktop Sharing (krfb) * HTTP Server for Java applet ksim * Snmp plugin Simon Hausmann Remote Desktop Connection (krdc) * Additional protocol: RDP * Preferences system * Special keys dialog for CTRL-ALT-DEL and similar combinations * View Only option * Allow scaling in fullscreen mode * Support for CursorPos extension, better 'dot-cursor' handling * Toolbar redesign KWiFiManager * NEW IN KDE: application for monitoring and configuring wireless LAN connections Stefan Winter KPPP * Log viewer:Show summary for selections and show a monthly estimates in the statistics area. Andras Mantia, Mikolaj Machowski * Fixed a bug in modem command writing
2004-02-03Use more portable find -print0 (instead of -printx).reed1-3/+3
Okay'd by maintainer, fredb.
2004-02-03add USE_GNU_TOOLS+=lex, as this package requires flex to build.grant1-1/+2
2004-02-01fix typolukem1-1/+1
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam3-6/+6
overridden.
2004-02-01Kill a useless (and incorrect) "it's"snj1-2/+2
2004-01-31s/capabilty/capability/; s/seperate/separate/snj1-2/+2
2004-01-31s/seperate/separate/snj1-1/+1
2004-01-31s/seperate/separate/; s/adresses/addresses/;snj2-4/+4
Technically, this generates a different binary package, but the changes trivial, so I'm not going to bother with a PKGREVISION bump.
2004-01-31Make this package build on NetBSD 1.6.kristerw2-8/+7
2004-01-31Override config.guess and config.sub (necessary for mipseb-* targets).sekiya1-1/+9
2004-01-30Remove obsolete patches not needed for FreeRadius 0.9.3david3-191/+0
2004-01-30Update FreeRadius to 0.9.3david3-28/+23
2004-01-30Changes 1.41:adam3-18/+18
* improved support for a few OSes * 802.11 support Changes 1.40: * OpenBSD tun device support * MacOS X support * ISDN (SLL) support * fixed bug from not considering caplen in payload length calculations
2004-01-30bl3ifyjlam1-15/+11
2004-01-28Do not use "find -d". This option is not available on all supported platforms.heinz1-3/+3
2004-01-28bl3ify; fixes build on Solaris with SunPro.grant1-1/+4
2004-01-28remove redundant, unused file.grant1-83/+0
2004-01-28Web site has moved; updated Makefile to reflect this.jklos1-2/+2
2004-01-28yaz installs libyazthread on systems with native threads. tweak PLISTgrant2-4/+19
accordingly. bump PKGREVISION.
2004-01-28CATEGORIES: +perl5grant1-2/+2
2004-01-28CATEGORIES: net first, then perl5. remove wip.grant1-2/+2
2004-01-27add socket libs required on Solaris.grant1-1/+3
2004-01-27uppercase IP acronym, tabify.grant1-5/+5
2004-01-27call ${BSD_INSTALL}, not "install".grant2-18/+18
2004-01-27bl3ifygrant1-1/+4
2004-01-27link against required socket libs on Solaris.grant3-9/+14
2004-01-27tidy up how extra libraries are passed and add libs required ongrant3-14/+10
Solaris.
2004-01-27regenerate patch-ag so it applies cleanly with GNU patch.grant2-8/+6
2004-01-27Teach unison that NetBSD != MacOS X without printing a warning every timejlam2-1/+15
unison is executed.
2004-01-27There is no PKGREVISION to this package yet.jlam1-2/+1
2004-01-27Add and enable unison-develjlam1-1/+2
2004-01-27Initial import of unison-2.9.20 as net/unison-devel. This is a betajlam6-0/+153
version of unison (see pkgsrc/net/unison/DESCR) and is provided to allow synchronizing against unison servers using version 2.9.2 of the Unison protocol.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz2-4/+4
2004-01-26Changes 0.93.3:adam3-16/+18
* GUI updates * Default number of node connections raised to 12 * Eradication of memory leaks * Enhanced flow-control algorithm * Bug fixes
2004-01-25Remove unnecessary inclusion of bsd.prefs.mk.wiz2-6/+2