diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2010-08-24 11:37:13 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2010-08-24 11:37:13 +0800 |
commit | 5e7d71fdcaaa9f6f3ec552a728c3082eca5da02d (patch) | |
tree | 6f4d4de99b190003d2e687bf5de06366d501ccf1 /net | |
parent | 2e49f9e1be669feb5791bbba277155e090306a80 (diff) | |
download | freebsd-ports-gnome-5e7d71fdcaaa9f6f3ec552a728c3082eca5da02d.tar.gz freebsd-ports-gnome-5e7d71fdcaaa9f6f3ec552a728c3082eca5da02d.tar.zst freebsd-ports-gnome-5e7d71fdcaaa9f6f3ec552a728c3082eca5da02d.zip |
- Retire net/tintin++-devel
PR: ports/146736
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/tintin++/Makefile | 44 | ||||
-rw-r--r-- | net/tintin++/distinfo | 3 | ||||
-rw-r--r-- | net/tintin++/files/patch-configure | 18 | ||||
-rw-r--r-- | net/tintin++/pkg-descr | 9 |
5 files changed, 0 insertions, 75 deletions
diff --git a/net/Makefile b/net/Makefile index 6dc1ee408893..9b70f2a99724 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1056,7 +1056,6 @@ SUBDIR += throttled SUBDIR += tightvnc SUBDIR += tintin++ - SUBDIR += tintin++-devel SUBDIR += tinyfugue SUBDIR += tinyldap SUBDIR += tn5250 diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile deleted file mode 100644 index c51b12ad8baf..000000000000 --- a/net/tintin++/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: tintin++ -# Date created: 15 Nov 1994 -# Whom: ache -# -# $FreeBSD$ -# - -PORTNAME= tintin++ -PORTVERSION= 2.00.1 -CATEGORIES+= net games -MASTER_SITES= GOOGLE_CODE -DISTNAME= tintin-${PORTVERSION} - -MAINTAINER= sunpoet@sunpoet.net -COMMENT= A client program to help playing MUDs - -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre - -CONFIGURE_ARGS+=--includedir=${LOCALBASE}/include --libdir=${LOCALBASE}/lib \ - --prefix=${PREFIX} -CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" -GNU_CONFIGURE= yes -PLIST_FILES= bin/tt++ -PORTDOCS= ${DOCS:T} -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/tt/src - -DOCS= CREDITS FAQ README SCRIPTS TODO \ - docs/chat_protocol.txt docs/tintin19.txt -PROJECTHOST= tintin-mud-client - -.include <bsd.port.pre.mk> - -post-configure: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR} - @cd ${WRKSRC}/.. && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/net/tintin++/distinfo b/net/tintin++/distinfo deleted file mode 100644 index 6e303d69b63a..000000000000 --- a/net/tintin++/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tintin-2.00.1.tar.gz) = 5bc8d0f4df124f7fe01a5904084ae01b -SHA256 (tintin-2.00.1.tar.gz) = 0dc1f6805a2e408e6733504310d006bc2f98bd7ff23ff365c570cdb1ac016bef -SIZE (tintin-2.00.1.tar.gz) = 241875 diff --git a/net/tintin++/files/patch-configure b/net/tintin++/files/patch-configure deleted file mode 100644 index 29bafbbe941e..000000000000 --- a/net/tintin++/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- ./configure.orig 2009-07-22 10:02:23.000000000 -0400 -+++ ./configure 2009-07-22 10:02:40.000000000 -0400 -@@ -6176,11 +6176,11 @@ - { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 - $as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} - { (exit 1); exit 1; }; } --if test -r "/dev/ptmx"; then -- ac_cv_file__dev_ptmx=yes --else -+#if test -r "/dev/ptmx"; then -+# ac_cv_file__dev_ptmx=yes -+#else - ac_cv_file__dev_ptmx=no --fi -+#fi - fi - { $as_echo "$as_me:$LINENO: result: $ac_cv_file__dev_ptmx" >&5 - $as_echo "$ac_cv_file__dev_ptmx" >&6; } diff --git a/net/tintin++/pkg-descr b/net/tintin++/pkg-descr deleted file mode 100644 index e8850b1a7214..000000000000 --- a/net/tintin++/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -TinTin++ is a console MUD client for Windows, Linux, and Mac OS X. Its main -assets are an easy to learn and use scripting language, full telnet support, -a split screen interface to separate mud output from client input, and -keyboard macros that work on all systems. - -TinTin++ projet is now hosted on Google Code sine version 1.99.6b1. - -WWW: http://tintin.sourceforge.net/ - http://code.google.com/p/tintin-mud-client |