summaryrefslogtreecommitdiff
path: root/net/lopster
diff options
context:
space:
mode:
authorad <ad>2001-01-28 19:16:03 +0000
committerad <ad>2001-01-28 19:16:03 +0000
commit34a523af1b4f21e4f128eec946346e1a09fb786d (patch)
treeb70f7b6a7936148efb16068a859e2df2c4c938d4 /net/lopster
parent4aa74eb9357d2db44984aef4bf6b53661acb585d (diff)
downloadpkgsrc-34a523af1b4f21e4f128eec946346e1a09fb786d.tar.gz
lopster, a Gtk+ Napster clone.
Diffstat (limited to 'net/lopster')
-rw-r--r--net/lopster/Makefile18
-rw-r--r--net/lopster/files/md53
-rw-r--r--net/lopster/files/patch-sum3
-rw-r--r--net/lopster/patches/patch-aa13
-rw-r--r--net/lopster/pkg/COMMENT1
-rw-r--r--net/lopster/pkg/DESCR2
-rw-r--r--net/lopster/pkg/PLIST33
7 files changed, 73 insertions, 0 deletions
diff --git a/net/lopster/Makefile b/net/lopster/Makefile
new file mode 100644
index 00000000000..948b4a8dc7d
--- /dev/null
+++ b/net/lopster/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/01/28 19:16:03 ad Exp $
+#
+
+DISTNAME= lopster-0.9.7.2
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lopster/}
+
+MAINTAINER= ad@netbsd.org
+HOMEPAGE= http://lopster.sourceforge.net/
+
+DEPENDS+= glib>=1.2.0:../../devel/glib
+DEPENDS+= gtk+>=1.2.8:../../x11/gtk
+
+USE_X11BASE= YES
+USE_GMAKE= YES
+GNU_CONFIGURE= # defined
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/lopster/files/md5 b/net/lopster/files/md5
new file mode 100644
index 00000000000..84af1cd3aeb
--- /dev/null
+++ b/net/lopster/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/01/28 19:16:03 ad Exp $
+
+MD5 (lopster-0.9.7.2.tar.gz) = 722eb20e8a2c0c2f477e53b0ff246f8e
diff --git a/net/lopster/files/patch-sum b/net/lopster/files/patch-sum
new file mode 100644
index 00000000000..4f1a59fb87c
--- /dev/null
+++ b/net/lopster/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 2001/01/28 19:16:03 ad Exp $
+
+MD5 (patch-aa) = ffd96401cb783aab7edae4097b490722
diff --git a/net/lopster/patches/patch-aa b/net/lopster/patches/patch-aa
new file mode 100644
index 00000000000..7102ee955cd
--- /dev/null
+++ b/net/lopster/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/01/28 19:16:03 ad Exp $
+
+--- src/resume.c.orig Sun Jan 28 18:56:29 2001
++++ src/resume.c Sun Jan 28 18:56:38 2001
+@@ -386,7 +386,7 @@
+ if (stat(resume->filename, &st) < 0) {
+ strcpy(text, "non existent");
+ } else {
+- sprintf(text, "%lu", st.st_size);
++ sprintf(text, "%lu", (u_long)st.st_size);
+ }
+ gtk_ctree_node_set_text(ctree, node, 2, text);
+
diff --git a/net/lopster/pkg/COMMENT b/net/lopster/pkg/COMMENT
new file mode 100644
index 00000000000..1bb86fb4958
--- /dev/null
+++ b/net/lopster/pkg/COMMENT
@@ -0,0 +1 @@
+Yet another Gtk+ Napster clone \ No newline at end of file
diff --git a/net/lopster/pkg/DESCR b/net/lopster/pkg/DESCR
new file mode 100644
index 00000000000..498d03c3077
--- /dev/null
+++ b/net/lopster/pkg/DESCR
@@ -0,0 +1,2 @@
+Lopster is a Napster Client developed in C using the GTK user interface. It
+doesn't require GNOME.
diff --git a/net/lopster/pkg/PLIST b/net/lopster/pkg/PLIST
new file mode 100644
index 00000000000..d00503c4911
--- /dev/null
+++ b/net/lopster/pkg/PLIST
@@ -0,0 +1,33 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/28 19:16:03 ad Exp $
+bin/lopster
+share/lopster/pixmaps/arrowd.xpm
+share/lopster/pixmaps/arrowl.xpm
+share/lopster/pixmaps/arrowr.xpm
+share/lopster/pixmaps/arrowu.xpm
+share/lopster/pixmaps/bug16b.xpm
+share/lopster/pixmaps/chat.xpm
+share/lopster/pixmaps/d16x16.xpm
+share/lopster/pixmaps/enemy.xpm
+share/lopster/pixmaps/enemy2.xpm
+share/lopster/pixmaps/folder.xpm
+share/lopster/pixmaps/folder_blue.xpm
+share/lopster/pixmaps/folder_open.xpm
+share/lopster/pixmaps/friend.xpm
+share/lopster/pixmaps/home16b.xpm
+share/lopster/pixmaps/ignore.xpm
+share/lopster/pixmaps/kfind.xpm
+share/lopster/pixmaps/logo.jpg
+share/lopster/pixmaps/logo.xpm
+share/lopster/pixmaps/mail16b.xpm
+share/lopster/pixmaps/mini-folder.xpm
+share/lopster/pixmaps/notes16.xpm
+share/lopster/pixmaps/speedgray.xpm
+share/lopster/pixmaps/speedgreen.xpm
+share/lopster/pixmaps/speedred.xpm
+share/lopster/pixmaps/speedyellow.xpm
+share/lopster/pixmaps/transfer.xpm
+share/lopster/pixmaps/user.xpm
+share/lopster/pixmaps/user1.xpm
+share/lopster/pixmaps/user2.xpm
+@dirrm share/lopster/pixmaps
+@dirrm share/lopster