Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2010 00:39:55 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/149966: [MAINTAINER] net/tintin++: update to 2.00.3
Message-ID:  <20100825163955.9A5422AEC4CF@sunpoet.net>
Resent-Message-ID: <201008251650.o7PGo6Wl022427@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         149966
>Category:       ports
>Synopsis:       [MAINTAINER] net/tintin++: update to 2.00.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 25 16:50:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sun Jul 25 00:09:24 CST 2010
>Description:
- Update to 2.00.3
- Define ac_cv_file__dev_ptmx=no directly

Removed file(s):
- files/patch-configure

Changes from 2.00.1 to 2.00.3: (http://tintin.sourceforge.net/news.php)

TinTin++ Mud Client 2.00.3
- Added MAP ENTER MAP and MAP EXIT MAP events.
- #write now only saves triggers that do not belong to a class.
- Lowered the buffer size to 20,000 because of crash reports.
- Added MSDP_OPEN and MSDP_CLOSE support, as well as support for arrays.
- #variable allows additional arguments which can be used to merge tables.
- #list {var} create/add now allow semi-colon separated arguments.
- When using the auto mapper, an exit's exit command will behave like an alias
  when following the map.
- Statements like %+10s now ignore colors.
- Added NOFOLLOW flag support to stop auto following of the mapper.
- Added #map dig {dir} {<vnum>} option to dig an exit to the given vnum.
- Added #map goto {<vnum>} {dig} option to have goto dig a room if it doesn't
  exist.
- Merged the #map exit and #map exitdir commands into the #map exit command,
  adding options for COMMAND, DIRECTION, FLAG, NAME, and VNUM.
- Added support for GMCP events and JSON to TINTIN conversion.
- When path finding the path will be highlighted on the ASCII map.

TinTin++ Mud Client 2.00.2
- Updated mapper messages to only show up on manual input.
- Function arguments are no longer separated by spaces but by semicolons,
  strongly suggested to check your scripts for old functions, and update them.
- Added BIG5 support to the parse command.
- Removed the #suspend command, #cursor suspend is available instead.
- Using $variable[%*] on a non existing nest now returns an empty string rather
  than 0 so they can be used in loops.
- Added the PROGRAM_START, SCREEN_RESIZE, SESSION_ACTIVATED, and SESSION
  DEACTIVATED events.
- Added an optional vnum argument to #map get and #map set commands so #map goto
  isn't required to loop through all rooms.
- Added a #config option to enable BIG5 support.
- Added the #line substitute options which allows the substitution of variables,
  functions, colors, and escape codes in the provided command argument.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- tintin++-2.00.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/tintin++/Makefile /usr/ports/sunpoet/tintin++/Makefile
--- /usr/ports/net/tintin++/Makefile	2010-08-24 14:00:03.000000000 +0800
+++ /usr/ports/sunpoet/tintin++/Makefile	2010-08-26 00:38:14.000000000 +0800
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	tintin++
-PORTVERSION=	2.00.1
+PORTVERSION=	2.00.3
 CATEGORIES+=	net games
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	SF/tintin/TinTin%2B%2B%20Source%20Code/${PORTVERSION}/
 DISTNAME=	tintin-${PORTVERSION}
 
 MAINTAINER=	sunpoet@sunpoet.net
@@ -18,16 +18,16 @@
 
 CONFIGURE_ARGS+=--includedir=${LOCALBASE}/include --libdir=${LOCALBASE}/lib \
 		--prefix=${PREFIX}
-CONFIGURE_ENV=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
+		ac_cv_file__dev_ptmx=no
 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
+PLIST_FILES=	bin/tt++
+PORTDOCS=	${DOCS:T}
 
 .include <bsd.port.pre.mk>
 
diff -ruN --exclude=CVS /usr/ports/net/tintin++/distinfo /usr/ports/sunpoet/tintin++/distinfo
--- /usr/ports/net/tintin++/distinfo	2010-08-24 14:00:03.000000000 +0800
+++ /usr/ports/sunpoet/tintin++/distinfo	2010-08-26 00:09:27.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (tintin-2.00.1.tar.gz) = 5bc8d0f4df124f7fe01a5904084ae01b
-SHA256 (tintin-2.00.1.tar.gz) = 0dc1f6805a2e408e6733504310d006bc2f98bd7ff23ff365c570cdb1ac016bef
-SIZE (tintin-2.00.1.tar.gz) = 241875
+MD5 (tintin-2.00.3.tar.gz) = aa6d28d5b759fd0fa7effc09cf02aac7
+SHA256 (tintin-2.00.3.tar.gz) = 37dbec3928a877feaa034a5114d3e26a504251b0b7ed46c158052f92ff940e15
+SIZE (tintin-2.00.3.tar.gz) = 245516
diff -ruN --exclude=CVS /usr/ports/net/tintin++/files/patch-configure /usr/ports/sunpoet/tintin++/files/patch-configure
--- /usr/ports/net/tintin++/files/patch-configure	2010-08-24 11:58:10.000000000 +0800
+++ /usr/ports/sunpoet/tintin++/files/patch-configure	1970-01-01 08:00:00.000000000 +0800
@@ -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 -ruN --exclude=CVS /usr/ports/net/tintin++/pkg-descr /usr/ports/sunpoet/tintin++/pkg-descr
--- /usr/ports/net/tintin++/pkg-descr	2010-08-24 14:00:04.000000000 +0800
+++ /usr/ports/sunpoet/tintin++/pkg-descr	2010-08-25 23:55:15.000000000 +0800
@@ -3,7 +3,5 @@
 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
+	http://sourceforge.net/projects/tintin/
--- tintin++-2.00.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100825163955.9A5422AEC4CF>