From bdc7f76df7a848ee54418319de6f63067387b4df Mon Sep 17 00:00:00 2001 From: jasper Date: Thu, 25 Mar 2010 22:02:37 +0000 Subject: [PATCH] - remove old and useless lopster. the 'new' gtk2 version is still-born. ok jolan@ ajacoutot@ --- audio/lopster/Makefile | 33 --------------- audio/lopster/distinfo | 5 --- audio/lopster/patches/patch-configure | 20 --------- audio/lopster/patches/patch-src_Makefile_in | 11 ----- audio/lopster/patches/patch-src_exec_c | 12 ------ audio/lopster/patches/patch-src_getopt_c | 11 ----- audio/lopster/pkg/DESCR | 6 --- audio/lopster/pkg/PLIST | 46 --------------------- 8 files changed, 144 deletions(-) delete mode 100644 audio/lopster/Makefile delete mode 100644 audio/lopster/distinfo delete mode 100644 audio/lopster/patches/patch-configure delete mode 100644 audio/lopster/patches/patch-src_Makefile_in delete mode 100644 audio/lopster/patches/patch-src_exec_c delete mode 100644 audio/lopster/patches/patch-src_getopt_c delete mode 100644 audio/lopster/pkg/DESCR delete mode 100644 audio/lopster/pkg/PLIST diff --git a/audio/lopster/Makefile b/audio/lopster/Makefile deleted file mode 100644 index 6f73ba9afa5..00000000000 --- a/audio/lopster/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# $OpenBSD: Makefile,v 1.32 2009/08/10 06:29:52 kili Exp $ - -COMMENT= full featured GTK Napster client -DISTNAME= lopster-1.2.2 -PKGNAME= ${DISTNAME}p1 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lopster/} - -HOMEPAGE= http://lopster.sourceforge.net/ - -# GPLv2 -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes - -WANTLIB= X11 Xext Xi c glib gmodule m pthread pthread-stubs xcb z - -MODULES= devel/gettext - -LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+ \ - gthread.>=1.2::devel/glib \ - ogg.>=4::audio/libogg \ - FLAC.>=5::audio/flac - -USE_GMAKE= Yes -USE_X11= Yes - -CONFIGURE_STYLE=gnu -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include diff --git a/audio/lopster/distinfo b/audio/lopster/distinfo deleted file mode 100644 index 542e5e27ba6..00000000000 --- a/audio/lopster/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -MD5 (lopster-1.2.2.tar.gz) = roVxFu3dAfH30naZCKFCwA== -RMD160 (lopster-1.2.2.tar.gz) = YLI2li07PPmYpWqnsIc4E0m55hA= -SHA1 (lopster-1.2.2.tar.gz) = J2VbqmWedIQGMmvKxOa5S4mC8lg= -SHA256 (lopster-1.2.2.tar.gz) = MVS1fC+hP/kAa1tdzmEgrJ9TnpNCR97jGZQZOcjXTUI= -SIZE (lopster-1.2.2.tar.gz) = 630325 diff --git a/audio/lopster/patches/patch-configure b/audio/lopster/patches/patch-configure deleted file mode 100644 index b5e941cc33b..00000000000 --- a/audio/lopster/patches/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Sun Aug 29 20:38:43 2004 -+++ configure Sun Nov 23 01:33:25 2008 -@@ -2245,14 +2245,14 @@ fi - if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - -- echo $ac_n "checking for pthread_attr_init in -lpthread""... $ac_c" 1>&6 --echo "configure:2250: checking for pthread_attr_init in -lpthread" >&5 -+ echo $ac_n "checking for pthread_attr_init in -pthread""... $ac_c" 1>&6 -+echo "configure:2250: checking for pthread_attr_init in -pthread" >&5 - ac_lib_var=`echo pthread'_'pthread_attr_init | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpthread $LIBS" -+LIBS="-pthread $LIBS" - cat > conftest.$ac_ext <command, 0); -+ execl("/bin/sh", "sh", "-c", exec->command, (void *)NULL); - _exit(-1); - default: - // parent diff --git a/audio/lopster/patches/patch-src_getopt_c b/audio/lopster/patches/patch-src_getopt_c deleted file mode 100644 index 3255b20a9ce..00000000000 --- a/audio/lopster/patches/patch-src_getopt_c +++ /dev/null @@ -1,11 +0,0 @@ -$OpenBSD: patch-src_getopt_c,v 1.1 2008/11/23 00:42:08 jasper Exp $ ---- src/getopt.c.orig Sun Nov 23 01:34:51 2008 -+++ src/getopt.c Sun Nov 23 01:37:18 2008 -@@ -43,6 +43,7 @@ - #endif - - #include -+#include - - /* Comment out all this code if we are using the GNU C Library, and are not - actually compiling the library itself. This code is part of the GNU C diff --git a/audio/lopster/pkg/DESCR b/audio/lopster/pkg/DESCR deleted file mode 100644 index 53c1c8e9020..00000000000 --- a/audio/lopster/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Lopster is a full featured Napster Client developed in C using the -GTK user interface. Napster is a protocol for sharing MP3 files -between users. With Napster, the files stay on the client machine, -never passing through the server. The server provides the ability to -search for particular files and initiate a direct transfer between the -clients. In addition, chat forums similar to IRC are available. diff --git a/audio/lopster/pkg/PLIST b/audio/lopster/pkg/PLIST deleted file mode 100644 index cff6bb06d16..00000000000 --- a/audio/lopster/pkg/PLIST +++ /dev/null @@ -1,46 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.11 2008/11/23 00:42:08 jasper Exp $ -@bin bin/lopster -share/lopster/ -share/lopster/pixmaps/ -share/lopster/pixmaps/arrowd.xpm -share/lopster/pixmaps/arrowl.xpm -share/lopster/pixmaps/arrowr.xpm -share/lopster/pixmaps/arrowu.xpm -share/lopster/pixmaps/bug.xpm -share/lopster/pixmaps/chat.xpm -share/lopster/pixmaps/close.xpm -share/lopster/pixmaps/d16x16.xpm -share/lopster/pixmaps/download.xpm -share/lopster/pixmaps/email.xpm -share/lopster/pixmaps/enemy.xpm -share/lopster/pixmaps/enemy2.xpm -share/lopster/pixmaps/folder.xpm -share/lopster/pixmaps/folder_open.xpm -share/lopster/pixmaps/forum.xpm -share/lopster/pixmaps/friend.xpm -share/lopster/pixmaps/home16b.xpm -share/lopster/pixmaps/hotlist.xpm -share/lopster/pixmaps/ignore.xpm -share/lopster/pixmaps/info.xpm -share/lopster/pixmaps/library.xpm -share/lopster/pixmaps/logo1.xpm -share/lopster/pixmaps/mini-folder.xpm -share/lopster/pixmaps/project.xpm -share/lopster/pixmaps/search.xpm -share/lopster/pixmaps/server.xpm -share/lopster/pixmaps/server_con.xpm -share/lopster/pixmaps/server_deact.xpm -share/lopster/pixmaps/server_napi.xpm -share/lopster/pixmaps/server_nnapi.xpm -share/lopster/pixmaps/server_perm.xpm -share/lopster/pixmaps/share_all.xpm -share/lopster/pixmaps/share_none.xpm -share/lopster/pixmaps/share_part.xpm -share/lopster/pixmaps/speedgray.xpm -share/lopster/pixmaps/speedgreen.xpm -share/lopster/pixmaps/speedred.xpm -share/lopster/pixmaps/speedyellow.xpm -share/lopster/pixmaps/statistic.xpm -share/lopster/pixmaps/transfer.xpm -share/lopster/pixmaps/user1.xpm -share/lopster/pixmaps/user2.xpm