Revert commit from ports/20991. net/tintin++-devel will be
taking over that role. Requested by: maintainer
This commit is contained in:
parent
1f9d31b3aa
commit
0daa66a918
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33107
4 changed files with 13 additions and 35 deletions
|
@ -6,23 +6,17 @@
|
|||
#
|
||||
|
||||
PORTNAME= tintin
|
||||
PORTVERSION= 1.8.2
|
||||
PORTVERSION= 1.5.6
|
||||
CATEGORIES= net games
|
||||
MASTER_SITES= http://mail.newclear.net/tintin/download/
|
||||
DISTNAME= tintin++v1.82
|
||||
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
|
||||
|
||||
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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (tintin++v1.82.tar.gz) = 8817be7ba82283f507953f17ef4d7743
|
||||
MD5 (tintin++v1.5pl6.tar.Z) = 35e53d661606d035c3e92a249e44160f
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
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/
|
||||
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.
|
||||
|
|
|
@ -1,17 +1,3 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue