summaryrefslogtreecommitdiff
path: root/net/gnapster
diff options
context:
space:
mode:
authorwiz <wiz>2005-05-18 22:02:17 +0000
committerwiz <wiz>2005-05-18 22:02:17 +0000
commit63f07e203b60f992e738e99dd12c2df1afc548df (patch)
tree7e31dac9984af87d7cca1a71570e38aaa769764c /net/gnapster
parent756ff466fd50d43207ce4760a9eb0c92e2bca0e8 (diff)
downloadpkgsrc-63f07e203b60f992e738e99dd12c2df1afc548df.tar.gz
Remove gnome1 packages except as needed for gnucash.
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
Diffstat (limited to 'net/gnapster')
-rw-r--r--net/gnapster/DESCR3
-rw-r--r--net/gnapster/Makefile23
-rw-r--r--net/gnapster/PLIST13
-rw-r--r--net/gnapster/distinfo8
-rw-r--r--net/gnapster/patches/patch-aa13
-rw-r--r--net/gnapster/patches/patch-ab13
-rw-r--r--net/gnapster/patches/patch-ac25
7 files changed, 0 insertions, 98 deletions
diff --git a/net/gnapster/DESCR b/net/gnapster/DESCR
deleted file mode 100644
index 6d344b22632..00000000000
--- a/net/gnapster/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
- Gnapster is a simple client for the online mp3 community called
-napster. The reason this client was written is because the author
-was tired of using the plain console version (nap).
diff --git a/net/gnapster/Makefile b/net/gnapster/Makefile
deleted file mode 100644
index afa8ab56aa1..00000000000
--- a/net/gnapster/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.38 2005/04/11 21:46:47 tv Exp $
-
-DISTNAME= gnapster-1.5.0
-PKGREVISION= 12
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnapster/}
-
-MAINTAINER= tron@NetBSD.org
-HOMEPAGE= http://sourceforge.net/projects/gnapster/
-COMMENT= Simple client for the online mp3 community
-
-BUILD_USES_MSGFMT= YES
-
-USE_DIRS+= xdg-1.1
-USE_X11= YES
-USE_GNU_TOOLS+= make
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../x11/gnome-core/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/gnapster/PLIST b/net/gnapster/PLIST
deleted file mode 100644
index c190026598a..00000000000
--- a/net/gnapster/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:55:30 zuntum Exp $
-bin/gnapster
-share/gnapster/themes/cyblue.theme
-share/gnapster/themes/cypress.theme
-share/gnapster/themes/default.theme
-share/gnapster/themes/faded.theme
-share/pixmaps/gnapster.png
-share/pixmaps/speedgray.xpm
-share/pixmaps/speedgreen.xpm
-share/pixmaps/speedred.xpm
-share/pixmaps/speedyellow.xpm
-@dirrm share/gnapster/themes
-@dirrm share/gnapster
diff --git a/net/gnapster/distinfo b/net/gnapster/distinfo
deleted file mode 100644
index fbd57866484..00000000000
--- a/net/gnapster/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 12:13:47 agc Exp $
-
-SHA1 (gnapster-1.5.0.tar.gz) = 0e88422c9ed9f1882f7ef735357ad616a8d636e7
-RMD160 (gnapster-1.5.0.tar.gz) = 4697c85190dd511d5839339a7aa324f1dd8bbcf0
-Size (gnapster-1.5.0.tar.gz) = 513813 bytes
-SHA1 (patch-aa) = b1d8bea52d7007d6d46e8a8792ea392da98b8693
-SHA1 (patch-ab) = 2cf48c1860a663df6bb2283b76aa88e649f6479d
-SHA1 (patch-ac) = 3a47607e74f16dd8bacbf8d062f091af3e7782cf
diff --git a/net/gnapster/patches/patch-aa b/net/gnapster/patches/patch-aa
deleted file mode 100644
index b4d522e09b2..00000000000
--- a/net/gnapster/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2000/08/10 21:07:35 jlam Exp $
-
---- po/Makefile.in.in.orig Sun Feb 13 01:38:19 2000
-+++ po/Makefile.in.in Thu Aug 10 16:48:33 2000
-@@ -19,7 +19,7 @@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- datadir = $(prefix)/@DATADIRNAME@
--localedir = $(datadir)/locale
-+localedir = $(prefix)/share/locale
- gnulocaledir = $(prefix)/share/locale
- gettextsrcdir = $(prefix)/share/gettext/po
- subdir = po
diff --git a/net/gnapster/patches/patch-ab b/net/gnapster/patches/patch-ab
deleted file mode 100644
index 6f35c8f0552..00000000000
--- a/net/gnapster/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.6 2001/11/27 16:20:05 wiz Exp $
-
---- src/upload.c.orig Mon Jun 4 11:06:17 2001
-+++ src/upload.c
-@@ -262,7 +262,7 @@
- return;
-
- ptr = strrchr(s, '/');
-- if (!ptr[1])
-+ if (ptr && !ptr[1])
- *ptr = 0;
- }
-
diff --git a/net/gnapster/patches/patch-ac b/net/gnapster/patches/patch-ac
deleted file mode 100644
index d32743adeef..00000000000
--- a/net/gnapster/patches/patch-ac
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ac,v 1.5 2001/12/12 18:25:40 wiz Exp $
-
---- src/utils.c.orig Mon Jun 4 11:06:17 2001
-+++ src/utils.c
-@@ -901,8 +901,10 @@
-
- if (file)
- d_msprintf(&path, "%s/.gnapster/%s/%s", getenv("HOME"), subdir, file);
-- else
-+ else if (subdir)
- d_msprintf(&path, "%s/.gnapster/%s", getenv("HOME"), subdir);
-+ else
-+ d_msprintf(&path, "%s/.gnapster", getenv("HOME"));
-
- return path;
- }
-@@ -1498,7 +1500,7 @@
-
- relocate_config(home);
-
-- path = local_path("", NULL);
-+ path = local_path(NULL, NULL);
- if (stat(path, &st) < 0)
- if (mkdir(path, 0755) < 0)
- fprintf(stderr, "Could not create ~/.gnapster directory...functionality may be limited\n");