pkgsrc/net/gtk-gnutella/Makefile

20 lines
501 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2000/07/14 16:04:24 agc Exp $
2000-04-24 09:09:12 +02:00
#
Upgrade to V0.12. Changes: - All C++ style comments have been replaced by C style comments - Incoming connections are now accepted again (lame bug created in 0.11 fixed) - Slashes are replaced by backslashes in downloaded files names - Downloaded files are no more created before we actually receive data for them - Queued downloads can now be reordered by drag and drop - Queued downloads can now be started at any time (using right mouse button on them) - Active downloads can now be forced to push mode, moved back to the queue, or killed (with the output file removed) using right mouse button on them - Preferences and configuration are now saved in a directory instead of a single file. You can choose the path of the directory to be used by setting the GTA_GNUTELLA_DIR environment variable before running gtk-gnutella. By default it will be ~/.gtk-gnutella/ - Estimated TR (Time Remaining) is displayed while downloading files - Catched hosts are now saved in clear text in a separate file: GTA_GNUTELLA_DIR/hosts - Catched hosts can be imported from and exported to any text file (using right mouse button on the gnutella host catcher) - Gtk-Gnutella should now compile (using gcc) and run on more processors - A few memory leaks removed, but some remain (I don't know where yet) - Serious bug that made Gtk-Gnutella send garbage when the sendqueue for slow nodes excedeed 1024 bytes has been fixed - Completed download files are now moved to a different directory, that can be choosen in the config screen - Gtk-Gnutella now remembers the position and the size of the window - Automatic sorting of search results can be stopped by right clicking in the search results list (GTK doesn't seem to handle well auto sorting)
2000-05-05 15:43:07 +02:00
DISTNAME= gtk-gnutella-0.12
2000-04-24 09:09:12 +02:00
CATEGORIES= net
MASTER_SITES= http://gtk-gnutella.sourceforge.net/download/ \
ftp://gtk-gnutella.sourceforge.net/pub/gtk-gnutella/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://gtk-gnutella.sourceforge.net/
DEPENDS= gtk+-1.2.*:../../x11/gtk
2000-04-24 09:09:12 +02:00
USE_GMAKE= yes
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gtk-prefix="`${SHOW_PREFIX1} gtk+ ${SHOW_PREFIX2}`"
2000-04-24 09:09:12 +02:00
.include "../../mk/bsd.pkg.mk"