diff options
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/lopster/Makefile | 26 | ||||
-rw-r--r-- | audio/lopster/distinfo | 1 | ||||
-rw-r--r-- | audio/lopster/pkg-comment | 1 | ||||
-rw-r--r-- | audio/lopster/pkg-descr | 5 | ||||
-rw-r--r-- | audio/lopster/pkg-plist | 32 | ||||
-rw-r--r-- | net-p2p/lopster/Makefile | 26 | ||||
-rw-r--r-- | net-p2p/lopster/distinfo | 1 | ||||
-rw-r--r-- | net-p2p/lopster/pkg-comment | 1 | ||||
-rw-r--r-- | net-p2p/lopster/pkg-descr | 5 | ||||
-rw-r--r-- | net-p2p/lopster/pkg-plist | 32 |
11 files changed, 131 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index ce2fe1c..d77fc4f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -80,6 +80,7 @@ SUBDIR += libsidplay SUBDIR += libworkman SUBDIR += linux-realplayer + SUBDIR += lopster SUBDIR += maplay SUBDIR += mikmod SUBDIR += mixer.app diff --git a/audio/lopster/Makefile b/audio/lopster/Makefile new file mode 100644 index 0000000..3311b17 --- /dev/null +++ b/audio/lopster/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: lopster +# Date created: 19 Oct 2000 +# Whom: Roman Shterenzon <roman@xpert.com> +# +# $FreeBSD$ +# + +PORTNAME= lopster +PORTVERSION= 0.9.4 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= roman@xpert.com + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GTK= yes +USE_X_PREFIX= yes + +post-extract: +.for i in aclocal.m4 stamp-h.in Makefile.in configure + ${TOUCH} ${WRKSRC}/${i} +.endfor + +.include <bsd.port.mk> diff --git a/audio/lopster/distinfo b/audio/lopster/distinfo new file mode 100644 index 0000000..a3ef9e9 --- /dev/null +++ b/audio/lopster/distinfo @@ -0,0 +1 @@ +MD5 (lopster-0.9.4.tar.gz) = a618bdb8733013ad3999d4da0d3f7616 diff --git a/audio/lopster/pkg-comment b/audio/lopster/pkg-comment new file mode 100644 index 0000000..e1765a8 --- /dev/null +++ b/audio/lopster/pkg-comment @@ -0,0 +1 @@ +GTK+ client for Napster diff --git a/audio/lopster/pkg-descr b/audio/lopster/pkg-descr new file mode 100644 index 0000000..ae315c6 --- /dev/null +++ b/audio/lopster/pkg-descr @@ -0,0 +1,5 @@ +Lopster is a Napster client for Linux/Unix written in C and based on GTK. + +WWW: http://lopster.sourceforge.net/ + +Roman Shterenzon <roman@xpert.com> diff --git a/audio/lopster/pkg-plist b/audio/lopster/pkg-plist new file mode 100644 index 0000000..8b058ba --- /dev/null +++ b/audio/lopster/pkg-plist @@ -0,0 +1,32 @@ +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 diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile new file mode 100644 index 0000000..3311b17 --- /dev/null +++ b/net-p2p/lopster/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: lopster +# Date created: 19 Oct 2000 +# Whom: Roman Shterenzon <roman@xpert.com> +# +# $FreeBSD$ +# + +PORTNAME= lopster +PORTVERSION= 0.9.4 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= roman@xpert.com + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GTK= yes +USE_X_PREFIX= yes + +post-extract: +.for i in aclocal.m4 stamp-h.in Makefile.in configure + ${TOUCH} ${WRKSRC}/${i} +.endfor + +.include <bsd.port.mk> diff --git a/net-p2p/lopster/distinfo b/net-p2p/lopster/distinfo new file mode 100644 index 0000000..a3ef9e9 --- /dev/null +++ b/net-p2p/lopster/distinfo @@ -0,0 +1 @@ +MD5 (lopster-0.9.4.tar.gz) = a618bdb8733013ad3999d4da0d3f7616 diff --git a/net-p2p/lopster/pkg-comment b/net-p2p/lopster/pkg-comment new file mode 100644 index 0000000..e1765a8 --- /dev/null +++ b/net-p2p/lopster/pkg-comment @@ -0,0 +1 @@ +GTK+ client for Napster diff --git a/net-p2p/lopster/pkg-descr b/net-p2p/lopster/pkg-descr new file mode 100644 index 0000000..ae315c6 --- /dev/null +++ b/net-p2p/lopster/pkg-descr @@ -0,0 +1,5 @@ +Lopster is a Napster client for Linux/Unix written in C and based on GTK. + +WWW: http://lopster.sourceforge.net/ + +Roman Shterenzon <roman@xpert.com> diff --git a/net-p2p/lopster/pkg-plist b/net-p2p/lopster/pkg-plist new file mode 100644 index 0000000..8b058ba --- /dev/null +++ b/net-p2p/lopster/pkg-plist @@ -0,0 +1,32 @@ +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 |