diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-21 19:07:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-21 19:07:24 +0000 |
commit | d369703d31aa742cd668d5c5280e525367168105 (patch) | |
tree | 133168550e2aa45ff49614b40b10ed7ba815aaf1 /net | |
parent | 2ce0f18e109642c2bd232d38ed9cd3c05cec9d33 (diff) | |
download | pkgsrc-d369703d31aa742cd668d5c5280e525367168105.tar.gz |
Updated gnapster to 1.3.5.
Changes since 1.3.4:
* MP3 sharing support
* Search sorting by line speed and bitrate now implemented
* Support for opennap's multiple media type features (only available
when connected to an opennap server)
* Specification of the opennap server (query server only!) in the
preferences dialog
* Big endian bug fixed dealing with the byte order of an IP address from the
server
* Lots of various bug fixes
Changes since 1.3.3:
* PPC support should be working properly (thanks drscholl ;)
* BSD connection problems fixed (occurred in 1.3.2 and 1.3.3)
Changes since 1.3.2:
* Minor fix in the search widget that caused NULL searches to occur
* New option to autostart queues when nothing is being downloaded
* Search list has full column sorting support
* Multiple selections allowed
* Queue timeouts added
* Fixed Segmentation Fault in queue code
* More language translation support
Changes since 1.3:
* Support for queued downloads
* Chat support
* Improved UI, more config options.
* PPC support not quite functional, I need someone to look at the code
and send a patch to jasta@gotlinux.org
* Now using a standard GNU autoconf/automake structure
* Tons of various bug fixes
Diffstat (limited to 'net')
-rw-r--r-- | net/gnapster/Makefile | 7 | ||||
-rw-r--r-- | net/gnapster/files/md5 | 4 | ||||
-rw-r--r-- | net/gnapster/files/patch-sum | 3 | ||||
-rw-r--r-- | net/gnapster/patches/patch-aa | 22 | ||||
-rw-r--r-- | net/gnapster/pkg/PLIST | 4 |
5 files changed, 9 insertions, 31 deletions
diff --git a/net/gnapster/Makefile b/net/gnapster/Makefile index 6b5eb570c24..e6e83e4558e 100644 --- a/net/gnapster/Makefile +++ b/net/gnapster/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/01/05 23:07:50 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/21 19:07:24 wiz Exp $ # -DISTNAME= gnapster-1.3 +DISTNAME= gnapster-1.3.5 CATEGORIES= net MASTER_SITES= http://www.gotlinux.org/~jasta/files/ @@ -10,7 +10,8 @@ HOMEPAGE= http://www.gotlinux.org/~jasta/programs.html DEPENDS+= gnome-core-*:../../x11/gnome-core -NO_CONFIGURE= YES +GNU_CONFIGURE= YES USE_X11BASE= YES +USE_GMAKE= YES .include "../../mk/bsd.pkg.mk" diff --git a/net/gnapster/files/md5 b/net/gnapster/files/md5 index fb08e995356..7b1568915ed 100644 --- a/net/gnapster/files/md5 +++ b/net/gnapster/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/01/05 23:07:51 rh Exp $ +$NetBSD: md5,v 1.2 2000/02/21 19:07:24 wiz Exp $ -MD5 (gnapster-1.3.tar.gz) = 314b4d47befe25b5c0ee79c492c61022 +MD5 (gnapster-1.3.5.tar.gz) = e92a05b2b0c5acd1528021193a59900b diff --git a/net/gnapster/files/patch-sum b/net/gnapster/files/patch-sum deleted file mode 100644 index d9398a66036..00000000000 --- a/net/gnapster/files/patch-sum +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/01/05 23:07:51 rh Exp $ - -MD5 (patch-aa) = 4fb72c55f9d56b362cdd629cf5216d04 diff --git a/net/gnapster/patches/patch-aa b/net/gnapster/patches/patch-aa deleted file mode 100644 index 9617e62f7ae..00000000000 --- a/net/gnapster/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/01/05 23:07:51 rh Exp $ - ---- Makefile.orig Mon Dec 13 07:26:48 1999 -+++ Makefile Wed Jan 5 18:10:25 2000 -@@ -1,11 +1,12 @@ --CC = gcc - PROG = gnapster - CLEAN = *.o *~ - OBJECTS = gnapster.o callbacks.o ui.o napster.o network.o --INSTALL = install -c --DIR = /usr/local/bin --CFLAGS = -g `gnome-config --cflags gnome` -g -Wall --LIBS = -g `gnome-config --libs gnome gnomeui gtk` -+INSTALL= ${BSD_INSTALL_PROGRAM} -+DIR= ${PREFIX}/bin -+GCFLAGS!= gnome-config --cflags gnome -+GCLIBS!= gnome-config --libs gnome gnomeui gtk -+CFLAGS+= ${GCFLAGS} # -g `gnome-config --cflags gnome` -g -Wall -+LIBS+= ${GCLIBS} # -g `gnome-config --libs gnome gnomeui gtk` - - all: $(PROG) - diff --git a/net/gnapster/pkg/PLIST b/net/gnapster/pkg/PLIST index eb264995c37..19043e32bfc 100644 --- a/net/gnapster/pkg/PLIST +++ b/net/gnapster/pkg/PLIST @@ -1,2 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/05 23:07:50 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/02/21 19:07:25 wiz Exp $ bin/gnapster +share/pixmaps/gnapster.png +share/gnome/apps/Applications/gnapster.desktop |