Date: Fri, 29 Jul 2005 09:58:31 +0200 From: Radim Kolar <hsn@netmag.cz> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hsn@sd.iol.cz, jhp@cocoja.holywar.net Subject: ports/84280: [PATCH] net/tintin-devel: update to 1.95.1 Message-ID: <E1DyPlH-000L8N-Np@sanatana.dharma> Resent-Message-ID: <200507290800.j6T80K9v052103@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84280 >Category: ports >Synopsis: [PATCH] net/tintin-devel: update to 1.95.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 29 08:00:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 5.4-STABLE i386 >Organization: Sanatana Dharma >Environment: System: FreeBSD sanatana.dharma 5.4-STABLE FreeBSD 5.4-STABLE #13: Sat Jul 2 13:14:50 CEST >Description: - Update to 1.95.1 Removed: files/* pkg-plist Port maintainer (jhp@cocoja.holywar.net) is cc'd. >How-To-Repeat: >Fix: --- tintin-1.95.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/tintin/Makefile /home/hsn/hacked/tintin++/Makefile --- /usr/ports/net/tintin/Makefile Tue Oct 28 09:58:49 2003 +++ /home/hsn/hacked/tintin++/Makefile Fri Jul 29 09:55:58 2005 @@ -6,27 +6,29 @@ # PORTNAME= tintin -PORTVERSION= 1.8.6b -CATEGORIES?= net games -MASTER_SITES= http://mail.newclear.net/tintin/download/ \ - http://freebsd.hanirc.org/~jhp/tintin++/ \ - http://www.stud.ntnu.no/~sverreno/tintin/ -DISTNAME= tintin++v1.86b +PORTVERSION= 1.95.1 +CATEGORIES+= net games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER?= jhp@cocoja.holywar.net -COMMENT= "a client program specialized to help playing muds(devel version)" +COMMENT= A client program to help playing muds (devel version) + +WRKSRC= ${WRKDIR}/tt/src -NO_LATEST_LINK= yes -WRKSRC= ${WRKDIR}/tintin++/src GNU_CONFIGURE= yes +USE_GMAKE= yes + +PLIST_FILES= bin/tt++ +PORTDOCS= BUGS CREDITS FAQ README TODO tintin19.txt 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}/support/tt.conf ${PREFIX}/share/doc/tintin/chat.conf.example - cd ${WRKSRC}/.. ; ${INSTALL_DATA} CHANGES FAQ CREDITS README docs/* ${PREFIX}/share/doc/tintin +.ifndef NOPORTDOCS + ${MKDIR} ${DOCSDIR} +.for i in FAQ README TODO CREDITS BUGS docs/tintin19.txt + ${INSTALL_DATA} ${WRKSRC}/../${i} ${DOCSDIR} +.endfor +.endif .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/net/tintin/distinfo /home/hsn/hacked/tintin++/distinfo --- /usr/ports/net/tintin/distinfo Wed Mar 31 05:10:19 2004 +++ /home/hsn/hacked/tintin++/distinfo Fri Jul 29 08:31:44 2005 @@ -1,2 +1,2 @@ -MD5 (tintin++v1.86b.tar.gz) = 34a5db309c3598356386447c949f201f -SIZE (tintin++v1.86b.tar.gz) = 227194 +MD5 (tintin-1.95.1.tar.gz) = c5d116f6fa07f25a5a4206cce55e1a76 +SIZE (tintin-1.95.1.tar.gz) = 159204 diff -ruN --exclude=CVS /usr/ports/net/tintin/files/patch-aa /home/hsn/hacked/tintin++/files/patch-aa --- /usr/ports/net/tintin/files/patch-aa Mon Feb 26 05:57:26 2001 +++ /home/hsn/hacked/tintin++/files/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Feb 18 22:27:03 2001 -+++ Makefile.in Sun Feb 18 22:28:00 2001 -@@ -13,7 +13,7 @@ - MAKE = @MAKE@ - - #this is the standard CFLAGS options, this is what most people should use --CFLAGS = -O2 $(DEFINES) @BIG5@ -+CFLAGS += $(DEFINES) @BIG5@ - - #this is the debugging CFLAGS options, should only be used if you want to - #debug/code tintin diff -ruN --exclude=CVS /usr/ports/net/tintin/files/patch-ab /home/hsn/hacked/tintin++/files/patch-ab --- /usr/ports/net/tintin/files/patch-ab Mon Feb 26 05:57:26 2001 +++ /home/hsn/hacked/tintin++/files/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- main.c.orig Sun Feb 18 22:31:06 2001 -+++ main.c Sun Feb 18 22:31:13 2001 -@@ -73,7 +73,7 @@ - int verbatim = 0; - int prompt_on = 0; - int funcnum = 0; --int enable_chat = 1; -+int enable_chat = 0; - char homepath[1025]; - char prompt_line[BUFFER_SIZE]; - diff -ruN --exclude=CVS /usr/ports/net/tintin/files/patch-ac /home/hsn/hacked/tintin++/files/patch-ac --- /usr/ports/net/tintin/files/patch-ac Mon Feb 26 05:57:26 2001 +++ /home/hsn/hacked/tintin++/files/patch-ac Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- chat.c.orig Sun Feb 18 22:32:15 2001 -+++ chat.c Sun Feb 18 22:33:18 2001 -@@ -1451,9 +1451,8 @@ - sprintf(filestring, "%s/%s", getenv("HOME"), CONFIG_FILE); - - if ((f = fopen(filestring, "r")) == NULL) { -- printf("\n#ERROR: tt.conf not found!\n"); -- printf(" This file must be in your home directory.\n"); -- printf(" Using defaults...\n"); -+ printf("\n#CHAT: chat.conf file must be in your current directory to enable it.\n"); -+ printf(" You can find example in /usr/local/share/doc/tintin, use with caution.\n"); - fflush(stdout); - return; - } diff -ruN --exclude=CVS /usr/ports/net/tintin/files/patch-ad /home/hsn/hacked/tintin++/files/patch-ad --- /usr/ports/net/tintin/files/patch-ad Tue Sep 26 16:53:16 2000 +++ /home/hsn/hacked/tintin++/files/patch-ad Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- scrsize.c.orig Tue Sep 23 12:10:26 2000 -+++ scrsize.c Tue Sep 23 12:22:17 2000 -@@ -14,7 +14,7 @@ - - #ifdef HAVE_SYS_TERMIO_H - #include <sys/termio.h> --#else -+#elif !defined(HAVE_SYS_IOCTL_H) - #include <sgtty.h> - #endif - diff -ruN --exclude=CVS /usr/ports/net/tintin/files/patch-ae /home/hsn/hacked/tintin++/files/patch-ae --- /usr/ports/net/tintin/files/patch-ae Tue Sep 26 16:53:16 2000 +++ /home/hsn/hacked/tintin++/files/patch-ae Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- rl.c.orig Sun Aug 13 02:40:28 2000 -+++ rl.c Tue Sep 26 13:38:02 2000 -@@ -436,7 +436,7 @@ - /* get a clean screen without the split crap; useful for ^Z, quitting, etc */ - void cleanscreen(void) - { -- system("stty echo"); /* a hack, admittedly */ -+ // system("stty echo"); /* a hack, admittedly */ - - if(!is_split) - return; diff -ruN --exclude=CVS /usr/ports/net/tintin/pkg-descr /home/hsn/hacked/tintin++/pkg-descr --- /usr/ports/net/tintin/pkg-descr Sun Sep 17 20:36:01 2000 +++ /home/hsn/hacked/tintin++/pkg-descr Fri Jul 29 09:26:03 2005 @@ -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://mail.newclear.net/tintin/ +WWW: http://www.scandum.com/tintin/ diff -ruN --exclude=CVS /usr/ports/net/tintin/pkg-plist /home/hsn/hacked/tintin++/pkg-plist --- /usr/ports/net/tintin/pkg-plist Wed Feb 26 07:20:28 2003 +++ /home/hsn/hacked/tintin++/pkg-plist Thu Jan 1 01:00:00 1970 @@ -1,17 +0,0 @@ -bin/tt++ -lib/tintin/.tt_help.txt.Z -share/doc/tintin/CHANGES -share/doc/tintin/CREDITS -share/doc/tintin/FAQ -share/doc/tintin/MODIFICATIONS -share/doc/tintin/MODS.ycjhi -share/doc/tintin/README -share/doc/tintin/chat.conf.example -share/doc/tintin/example1.script -share/doc/tintin/example2.script -share/doc/tintin/sgi -share/doc/tintin/tintin15.ps -share/doc/tintin/tintin15.txt -share/doc/tintin/tintinrc -@dirrm share/doc/tintin -@dirrm lib/tintin --- tintin-1.95.1.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?E1DyPlH-000L8N-Np>