diff options
author | kris <kris@FreeBSD.org> | 2004-04-19 14:24:22 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-19 14:24:22 +0800 |
commit | c55db32c38bd301ccdbbc56dac770f6cd6c80d1b (patch) | |
tree | 8838e86eed9c8183ea27de1287f9738dd3dfcd9c /net | |
parent | 8d61aae15f314a50aa0ce8bcb965d0eb0be025ce (diff) | |
download | freebsd-ports-graphics-c55db32c38bd301ccdbbc56dac770f6cd6c80d1b.tar.gz freebsd-ports-graphics-c55db32c38bd301ccdbbc56dac770f6cd6c80d1b.tar.zst freebsd-ports-graphics-c55db32c38bd301ccdbbc56dac770f6cd6c80d1b.zip |
As announced 2 months ago, remove these broken ports.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/papaya/Makefile | 45 | ||||
-rw-r--r-- | net/papaya/distinfo | 2 | ||||
-rw-r--r-- | net/papaya/pkg-descr | 8 | ||||
-rw-r--r-- | net/papaya/pkg-plist | 28 |
5 files changed, 0 insertions, 84 deletions
diff --git a/net/Makefile b/net/Makefile index d69a139dc92..b72aaf8fd66 100644 --- a/net/Makefile +++ b/net/Makefile @@ -472,7 +472,6 @@ SUBDIR += p5-XPC SUBDIR += p5-pdonkey SUBDIR += p5-perl-ldap - SUBDIR += papaya SUBDIR += partysip SUBDIR += passlogd SUBDIR += pathchar diff --git a/net/papaya/Makefile b/net/papaya/Makefile deleted file mode 100644 index 8e32c2b6764..00000000000 --- a/net/papaya/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: papaya -# Date created: 23 August 2001 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# -# $FreeBSD$ -# - -PORTNAME= papaya -PORTVERSION= 0.96 -PORTREVISION= 2 -CATEGORIES= net -MASTER_SITES= http://www.gtk-papaya.org/downloads/source/ -DISTNAME= papaya-src-${PORTVERSION} - -MAINTAINER= adam-ports@blacktabby.org -COMMENT= Graphical GTK mud client with plugin support - -BUILD_DEPENDS= ${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2 - -BROKEN= "Does not install properly" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-04-17 - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gtk20 -WANT_GNOME= yes -USE_AUTOCONF_VER= 213 -USE_PERL5_BUILD=yes -USE_PYTHON= yes -USE_X_PREFIX= yes - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME+= gnomeprefix gnomehack gnomelibs -.else -CONFIGURE_ARGS+= --disable-gnome -.endif - -CONFIGURE_ENV+= GLIBCONFIG=${GLIB_CONFIG} GTKCONFIG=${GTK_CONFIG} -CONFIGURE_ARGS= --with-interface=gtk2 --enable-plugins=no -MAKE_ARGS+= PTHREAD_LIBS=${PTHREAD_LIBS} CXX="${CXX}" - -.include <bsd.port.post.mk> diff --git a/net/papaya/distinfo b/net/papaya/distinfo deleted file mode 100644 index 806ae1f19f8..00000000000 --- a/net/papaya/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (papaya-src-0.96.tar.gz) = 3c7cff6b5af698f8f91502d11596374a -SIZE (papaya-src-0.96.tar.gz) = 3068104 diff --git a/net/papaya/pkg-descr b/net/papaya/pkg-descr deleted file mode 100644 index 7b33dfc2c01..00000000000 --- a/net/papaya/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Papaya is a MUD client. A MUD client is a program like telnet, but -customised for playing MUDs with. Papaya has a number of features -designed to make playing MUDs more enjoyable. Papaya makes use of -Gnome to provide a graphical interface. - -This port is for the executable (no plugins, see ports/net/papaya-plugins). - -WWW: http://www.gtk-papaya.org/ diff --git a/net/papaya/pkg-plist b/net/papaya/pkg-plist deleted file mode 100644 index 7bc298fdbc8..00000000000 --- a/net/papaya/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -bin/papaya - -share/papaya/bitmaps/papaya-logo-newbie.xpm -share/papaya/bitmaps/splash.xpm -@dirrm share/papaya/bitmaps - -share/papaya/mcw.dat -share/papaya/mudlist.txt -share/papaya/papayarc -@dirrm share/papaya - -share/gnome/papaya/locale/en_GB/LC_MESSAGES/papaya.mo -share/gnome/papaya/locale/en_US/LC_MESSAGES/papaya.mo -share/gnome/papaya/locale/es/LC_MESSAGES/papaya.mo -share/gnome/papaya/locale/fr/LC_MESSAGES/papaya.mo -share/gnome/papaya/locale/no_NO/LC_MESSAGES/papaya.mo -@dirrm share/gnome/papaya/locale/en_GB/LC_MESSAGES -@dirrm share/gnome/papaya/locale/en_GB/ -@dirrm share/gnome/papaya/locale/en_US/LC_MESSAGES -@dirrm share/gnome/papaya/locale/en_US/ -@dirrm share/gnome/papaya/locale/es/LC_MESSAGES -@dirrm share/gnome/papaya/locale/es/ -@dirrm share/gnome/papaya/locale/fr/LC_MESSAGES -@dirrm share/gnome/papaya/locale/fr/ -@dirrm share/gnome/papaya/locale/no_NO/LC_MESSAGES -@dirrm share/gnome/papaya/locale/no_NO/ -@dirrm share/gnome/papaya/locale -@dirrm share/gnome/papaya |