summaryrefslogtreecommitdiffstats
path: root/games/gtetrinet
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /games/gtetrinet
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gtetrinet')
-rw-r--r--games/gtetrinet/Makefile35
-rw-r--r--games/gtetrinet/distinfo3
-rw-r--r--games/gtetrinet/files/patch-src_misc.c18
-rw-r--r--games/gtetrinet/pkg-descr11
-rw-r--r--games/gtetrinet/pkg-plist54
5 files changed, 0 insertions, 121 deletions
diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile
deleted file mode 100644
index 9525f08f4..000000000
--- a/games/gtetrinet/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: gtetrinet
-# Date created: 27 Feb 2000
-# Whom: Dan Papasian <bugg@bugg.strangled.net>
-#
-# $FreeBSD$
-
-PORTNAME= gtetrinet
-PORTVERSION= 0.7.11
-PORTREVISION= 2
-CATEGORIES= games gnome ipv6
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A version of the popular TetriNET multiplayer tetris clone
-
-USE_GETTEXT= yes
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GNOME= esound gnomehack gnomeprefix gnometarget libgnomeui
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --bindir=${PREFIX}/bin --enable-ipv6
-
-MAN6= gtetrinet.6
-GCONF_SCHEMAS= gtetrinet.schemas
-
-pre-configure:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|[(]prefix[)]/games|{bindir}|g; /_DISABLE_DEPRECATED/d'
-
-.include <bsd.port.mk>
diff --git a/games/gtetrinet/distinfo b/games/gtetrinet/distinfo
deleted file mode 100644
index ffb2f58ce..000000000
--- a/games/gtetrinet/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/gtetrinet-0.7.11.tar.bz2) = 7d113e49506e44b836ce6f259fd3ad88
-SHA256 (gnome2/gtetrinet-0.7.11.tar.bz2) = cea27a5f65cc4384e9130cf345421ef677418be4ebdab14d82b9049dd162ddc0
-SIZE (gnome2/gtetrinet-0.7.11.tar.bz2) = 416744
diff --git a/games/gtetrinet/files/patch-src_misc.c b/games/gtetrinet/files/patch-src_misc.c
deleted file mode 100644
index 4f2680e0e..000000000
--- a/games/gtetrinet/files/patch-src_misc.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/misc.c.orig Sun May 8 16:05:33 2005
-+++ src/misc.c Sun May 8 16:06:48 2005
-@@ -145,6 +145,7 @@
- GtkTextIter iter;
- guchar* p;
- guchar* text=g_strdup(str);
-+ gchar out[7]; /* max utf-8 length plus \0 */
-
-
- /* is the scroll bar at the bottom ?? */
-@@ -201,7 +202,6 @@
- {
- tmp=g_utf8_get_char(p); /* It's not a color code, so get the entire char. */
- /* gchar *out = g_locale_to_utf8 (&text[i], 1, NULL, NULL, NULL); */
-- gchar out[7]; /* max utf-8 length plus \0 */
- out[g_unichar_to_utf8(tmp,out)]='\0'; /* convert and terminate */
- g_assert(g_utf8_validate(out,-1,NULL));
-
diff --git a/games/gtetrinet/pkg-descr b/games/gtetrinet/pkg-descr
deleted file mode 100644
index ae1203ceb..000000000
--- a/games/gtetrinet/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-GTetrinet is a client program for the popular Tetrinet game, a multiplayer
-game that is played over the internet.
-(If you don't know what Tetrinet is, check out http://tetrinet.org)
-
-Features:
-
--Fully network compatible with Tetrinet v1.13 for Win95/98/NT
--Theme support with sound
--Spectator support on Tetrinet-X servers with the qirc patch by Drslum.
-
-WWW: http://gtetrinet.sourceforge.net/
diff --git a/games/gtetrinet/pkg-plist b/games/gtetrinet/pkg-plist
deleted file mode 100644
index a7050679c..000000000
--- a/games/gtetrinet/pkg-plist
+++ /dev/null
@@ -1,54 +0,0 @@
-bin/gtetrinet
-share/applications/gtetrinet.desktop
-share/gtetrinet/themes/default/blocks.png
-share/gtetrinet/themes/default/theme.cfg
-share/gtetrinet/themes/small/blocks.png
-share/gtetrinet/themes/small/theme.cfg
-share/pixmaps/gtetrinet/alone.png
-share/pixmaps/gtetrinet/team.png
-share/pixmaps/gtetrinet.png
-share/locale/am/LC_MESSAGES/gtetrinet.mo
-share/locale/az/LC_MESSAGES/gtetrinet.mo
-share/locale/bg/LC_MESSAGES/gtetrinet.mo
-share/locale/ca/LC_MESSAGES/gtetrinet.mo
-share/locale/cs/LC_MESSAGES/gtetrinet.mo
-share/locale/cy/LC_MESSAGES/gtetrinet.mo
-share/locale/de/LC_MESSAGES/gtetrinet.mo
-share/locale/en_CA/LC_MESSAGES/gtetrinet.mo
-share/locale/en_GB/LC_MESSAGES/gtetrinet.mo
-share/locale/es/LC_MESSAGES/gtetrinet.mo
-share/locale/eu/LC_MESSAGES/gtetrinet.mo
-share/locale/fi/LC_MESSAGES/gtetrinet.mo
-share/locale/fr/LC_MESSAGES/gtetrinet.mo
-share/locale/ga/LC_MESSAGES/gtetrinet.mo
-share/locale/hr/LC_MESSAGES/gtetrinet.mo
-share/locale/it/LC_MESSAGES/gtetrinet.mo
-share/locale/ja/LC_MESSAGES/gtetrinet.mo
-share/locale/ko/LC_MESSAGES/gtetrinet.mo
-share/locale/mk/LC_MESSAGES/gtetrinet.mo
-share/locale/ml/LC_MESSAGES/gtetrinet.mo
-share/locale/ms/LC_MESSAGES/gtetrinet.mo
-share/locale/nb/LC_MESSAGES/gtetrinet.mo
-share/locale/ne/LC_MESSAGES/gtetrinet.mo
-share/locale/nl/LC_MESSAGES/gtetrinet.mo
-share/locale/pa/LC_MESSAGES/gtetrinet.mo
-share/locale/pl/LC_MESSAGES/gtetrinet.mo
-share/locale/pt/LC_MESSAGES/gtetrinet.mo
-share/locale/pt_BR/LC_MESSAGES/gtetrinet.mo
-share/locale/ru/LC_MESSAGES/gtetrinet.mo
-share/locale/rw/LC_MESSAGES/gtetrinet.mo
-share/locale/sr/LC_MESSAGES/gtetrinet.mo
-share/locale/sr@Latn/LC_MESSAGES/gtetrinet.mo
-share/locale/sv/LC_MESSAGES/gtetrinet.mo
-share/locale/tr/LC_MESSAGES/gtetrinet.mo
-share/locale/uk/LC_MESSAGES/gtetrinet.mo
-share/locale/vi/LC_MESSAGES/gtetrinet.mo
-share/locale/zh_CN/LC_MESSAGES/gtetrinet.mo
-share/locale/zh_HK/LC_MESSAGES/gtetrinet.mo
-share/locale/zh_TW/LC_MESSAGES/gtetrinet.mo
-@dirrm share/gtetrinet/themes/small
-@dirrm share/gtetrinet/themes/default
-@dirrm share/gtetrinet/themes
-@dirrm share/gtetrinet
-@dirrm share/pixmaps/gtetrinet
-@dirrmtry share/applications