diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2008-07-28 20:18:05 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2008-07-28 20:18:05 +0000 |
commit | 5826f6c0da9e523440f04f4268913807150e5365 (patch) | |
tree | ac8014cc43ec6c0a83701479d1e5373a83037da9 /net/tintin++-devel | |
parent | 7525423484b936f814c0f7108e5a931ee5ea0944 (diff) | |
download | ports-5826f6c0da9e523440f04f4268913807150e5365.tar.gz ports-5826f6c0da9e523440f04f4268913807150e5365.zip |
- Update to 1.98.3
- Various Makefile style improvements
- Simplified PORTDOCS installation
PR: ports/125956
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
Approved by: beech@ (mentor)
Notes
Notes:
svn path=/head/; revision=217784
Diffstat (limited to 'net/tintin++-devel')
-rw-r--r-- | net/tintin++-devel/Makefile | 31 | ||||
-rw-r--r-- | net/tintin++-devel/distinfo | 6 | ||||
-rw-r--r-- | net/tintin++-devel/files/patch-misc.c | 11 | ||||
-rw-r--r-- | net/tintin++-devel/pkg-descr | 14 |
4 files changed, 27 insertions, 35 deletions
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile index 24dd48131a7f..c1a556750dda 100644 --- a/net/tintin++-devel/Makefile +++ b/net/tintin++-devel/Makefile @@ -6,14 +6,12 @@ # PORTNAME= tintin -PORTVERSION= 1.98.1 -PORTREVISION= 1 +PORTVERSION= 1.98.3 CATEGORIES+= net games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SFE -MAINTAINER?= sunpoet@sunpoet.net -COMMENT= A client program to help playing muds (devel version) +MAINTAINER= sunpoet@sunpoet.net +COMMENT= A client program to help playing MUDs (devel version) LATEST_LINK= ${PORTNAME}-devel @@ -23,18 +21,23 @@ GNU_CONFIGURE= yes USE_GMAKE= yes PLIST_FILES= bin/tt++ -PORTDOCS= BUGS CREDITS FAQ README TODO chat_protocol.txt tintin19.txt -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.in +.include <bsd.port.pre.mk> + +DOCS= BUGS CREDITS FAQ README TODO \ + docs/chat_protocol.txt docs/tintin19.txt +PORTDOCS= ${DOCS:T} + +post-configure: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin + +post-install: .ifndef NOPORTDOCS - ${MKDIR} ${DOCSDIR} -.for i in BUGS CREDITS FAQ README TODO docs/chat_protocol.txt docs/tintin19.txt - ${INSTALL_DATA} ${WRKSRC}/../${i} ${DOCSDIR} -.endfor + @${INSTALL} -d ${DOCSDIR} + @cd ${WRKSRC}/.. && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/tintin++-devel/distinfo b/net/tintin++-devel/distinfo index eac0b98d52c2..226cec1177ce 100644 --- a/net/tintin++-devel/distinfo +++ b/net/tintin++-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (tintin-1.98.1.tar.gz) = 6715172aa800aa71938640528bb1cdbc -SHA256 (tintin-1.98.1.tar.gz) = b79ecbaf9e65cb290c5619c075c148c19f67d960d1ea6e2a0f5f56f5dec57a40 -SIZE (tintin-1.98.1.tar.gz) = 229806 +MD5 (tintin-1.98.3.tar.gz) = 5032411e3f184abd1bb6499b3fd64b99 +SHA256 (tintin-1.98.3.tar.gz) = 30405582a8c91ceec1bd5e13d78e0a89f201aaec718259462c7948c4267c4b6b +SIZE (tintin-1.98.3.tar.gz) = 216167 diff --git a/net/tintin++-devel/files/patch-misc.c b/net/tintin++-devel/files/patch-misc.c deleted file mode 100644 index dedc9e86af04..000000000000 --- a/net/tintin++-devel/files/patch-misc.c +++ /dev/null @@ -1,11 +0,0 @@ ---- misc.c.orig 2008-04-04 06:38:59.000000000 +0800 -+++ misc.c 2008-04-07 17:48:56.000000000 +0800 -@@ -290,7 +290,7 @@ - #ifdef BIG5 - if (left[cnt] & 0x80 && left[cnt+1] != 0) - { -- sprintf(temp, "%c%c", left[cnt], left[++cnt])); -+ sprintf(temp, "%c%c", left[cnt], left[++cnt]); - } - else - { diff --git a/net/tintin++-devel/pkg-descr b/net/tintin++-devel/pkg-descr index e7496e069f5d..eaa4f29ced8a 100644 --- a/net/tintin++-devel/pkg-descr +++ b/net/tintin++-devel/pkg-descr @@ -1,8 +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://www.scandum.com/tintin/ +WWW: http://tintin.sourceforge.net/ |