diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-17 18:36:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-17 18:36:01 +0000 |
commit | fc56a577dfc4ebeea384194cdba6574baf72337a (patch) | |
tree | dfb3f2326aa3dcbbfe6c6eab9eb1c87283d80286 /net/tintin++ | |
parent | 924199bc239550f3f935275f3a7835b79f9cb800 (diff) |
Notes
Diffstat (limited to 'net/tintin++')
-rw-r--r-- | net/tintin++/Makefile | 18 | ||||
-rw-r--r-- | net/tintin++/distinfo | 2 | ||||
-rw-r--r-- | net/tintin++/pkg-descr | 14 | ||||
-rw-r--r-- | net/tintin++/pkg-plist | 14 |
4 files changed, 35 insertions, 13 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 7188e18bcaa2..7b75c2809bbf 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -6,17 +6,23 @@ # PORTNAME= tintin -PORTVERSION= 1.5.6 +PORTVERSION= 1.8.2 CATEGORIES= net games -MASTER_SITES= ftp://ftp.walrus.com/pub/avatar/clients/ \ - ftp://ftp.cctpu.edu.ru/pub/comp/networking/mud/ \ - ftp://iclub.nsu.ru/pub/mud/clients/tintin++/ -DISTNAME= tintin++v1.5pl6 -EXTRACT_SUFX= .tar.Z +MASTER_SITES= http://mail.newclear.net/tintin/download/ +DISTNAME= tintin++v1.82 MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/tintin++/src GNU_CONFIGURE= yes +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin + ${MKDIR} ${PREFIX}/lib/tintin + ${INSTALL_DATA} ${WRKSRC}/support/.tt_help.txt.Z ${PREFIX}/lib/tintin + ${MKDIR} ${PREFIX}/share/doc/tintin + ${INSTALL_DATA} ${WRKSRC}/support/.tintinrc ${PREFIX}/share/doc/tintin/tintinrc + ${INSTALL_DATA} ${WRKSRC}/../chat.conf ${PREFIX}/share/doc/tintin/chat.conf.example + cd ${WRKSRC}/.. ; ${INSTALL_DATA} CHANGES FAQ CREDITS README docs/* ${PREFIX}/share/doc/tintin + .include <bsd.port.mk> diff --git a/net/tintin++/distinfo b/net/tintin++/distinfo index cf0255698251..f300c5cf4edf 100644 --- a/net/tintin++/distinfo +++ b/net/tintin++/distinfo @@ -1 +1 @@ -MD5 (tintin++v1.5pl6.tar.Z) = 35e53d661606d035c3e92a249e44160f +MD5 (tintin++v1.82.tar.gz) = 8817be7ba82283f507953f17ef4d7743 diff --git a/net/tintin++/pkg-descr b/net/tintin++/pkg-descr index a7d66ff3c745..2813eda4bb5d 100644 --- a/net/tintin++/pkg-descr +++ b/net/tintin++/pkg-descr @@ -1,6 +1,8 @@ - TINTIN++ is a client program specialized to help playing muds. - This is a souped up version of TINTIN III, many new features - have been added since III. We saw room for improvement on the - features available from TINTIN, and since we like the format of - the program, we decided to use TINTIN as a base for what we - hope to make one of the most powerful clients around. +TINTIN++ is a client program specialized to help playing muds. +This is a souped up version of TINTIN III, many new features +have been added since III. We saw room for improvement on the +features available from TINTIN, and since we like the format of +the program, we decided to use TINTIN as a base for what we +hope to make one of the most powerful clients around. + +WWW: http://mail.newclear.net/tintin/ diff --git a/net/tintin++/pkg-plist b/net/tintin++/pkg-plist index e2ba3502a94b..80a3e81c9ae5 100644 --- a/net/tintin++/pkg-plist +++ b/net/tintin++/pkg-plist @@ -1,3 +1,17 @@ bin/tt++ lib/tintin/.tt_help.txt.Z +share/doc/tintin/tintinrc +share/doc/tintin/chat.conf.example +share/doc/tintin/CHANGES +share/doc/tintin/FAQ +share/doc/tintin/CREDITS +share/doc/tintin/README +share/doc/tintin/MODIFICATIONS +share/doc/tintin/MODS.ycjhi +share/doc/tintin/example1.script +share/doc/tintin/example2.script +share/doc/tintin/sgi +share/doc/tintin/tintin15.ps +share/doc/tintin/tintin15.txt @dirrm lib/tintin +@dirrm share/doc/tintin |