summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-09-09 13:15:25 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-09-09 13:15:25 +0000
commit8970b2e08d07bfd1749de44cdb8471a405c5b9dd (patch)
tree84526395f1f70a027fd5b7595a151c7b015dc53a /devel
parentupgrade to 1.19 (diff)
upgrade to 1.9
drop maintainership fix WWW:
Notes
Notes: svn path=/head/; revision=47571
Diffstat (limited to 'devel')
-rw-r--r--devel/terminality/Makefile10
-rw-r--r--devel/terminality/distinfo2
-rw-r--r--devel/terminality/files/patch-demo::Makefile8
-rw-r--r--devel/terminality/files/patch-demo::demo.cpp10
-rw-r--r--devel/terminality/pkg-descr2
5 files changed, 21 insertions, 11 deletions
diff --git a/devel/terminality/Makefile b/devel/terminality/Makefile
index 74043f896050..a5a6e54c2f8c 100644
--- a/devel/terminality/Makefile
+++ b/devel/terminality/Makefile
@@ -7,12 +7,12 @@
#
PORTNAME= terminality
-PORTVERSION= 1.8
+PORTVERSION= 1.9
CATEGORIES= devel
MASTER_SITES= http://members.optushome.com.au/darkmoon7/
DISTNAME= tn-${PORTVERSION}
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/tn
USE_GMAKE= yes
@@ -24,10 +24,10 @@ post-patch:
@${PERL} -pi -e "s,make,gmake,g ; \
s,/usr/local,${PREFIX},g" ${WRKSRC}/Makefile
-post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/terminality
- ${CP} -R ${WRKSRC}/doc/ ${PREFIX}/share/doc/terminality
+post-install:
+ ${MKDIR} ${DOCSDIR}
+ ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/devel/terminality/distinfo b/devel/terminality/distinfo
index f75dff3431d6..fb75041f82eb 100644
--- a/devel/terminality/distinfo
+++ b/devel/terminality/distinfo
@@ -1 +1 @@
-MD5 (tn-1.8.tar.gz) = 0991b1668b53f18efdae3ab2dadf5872
+MD5 (tn-1.9.tar.gz) = 7920cf1a076fd7af6686f0be69b367c4
diff --git a/devel/terminality/files/patch-demo::Makefile b/devel/terminality/files/patch-demo::Makefile
index 4f3e922d7eb8..5c5dacbbab28 100644
--- a/devel/terminality/files/patch-demo::Makefile
+++ b/devel/terminality/files/patch-demo::Makefile
@@ -1,5 +1,5 @@
---- demo/Makefile.orig Tue Feb 20 19:28:28 2001
-+++ demo/Makefile Sun Apr 29 01:19:20 2001
+--- demo/Makefile.orig Sun Sep 9 21:00:39 2001
++++ demo/Makefile Sun Sep 9 21:01:09 2001
@@ -21,9 +21,7 @@
# Description: Terminality demos Makefile (Unix/ncurses)
# Author: Emil Mikulic, Michal Safranek
@@ -7,8 +7,8 @@
-CC = gcc
-CPP = g++
-CFLAGS = -g -I.. -Wall -DUSE_NCURSES
-+CFLAGS += -I.. -DUSE_NCURSES
- LIBS = -lncurses ../libtn.a
++CFLAGS += -I.. -Wall -DUSE_NCURSES
+ LIBS = -lncurses ../libtn.a -lstdc++
.SUFFIXES: .c .cpp .h
@@ -34,7 +32,7 @@
diff --git a/devel/terminality/files/patch-demo::demo.cpp b/devel/terminality/files/patch-demo::demo.cpp
new file mode 100644
index 000000000000..4f39dcf37788
--- /dev/null
+++ b/devel/terminality/files/patch-demo::demo.cpp
@@ -0,0 +1,10 @@
+--- demo/demo.cpp.orig Sun Sep 9 21:09:08 2001
++++ demo/demo.cpp Sun Sep 9 21:09:16 2001
+@@ -33,7 +33,6 @@
+ #include <xmem.h>
+
+ #ifdef USE_NCURSES /* alias we're not under Windoze */
+-#include <unistd.h>
+ #endif
+
+ const char rcsid[] = "$Id: demo.cpp,v 1.17 2001/09/05 09:31:04 darkmoon Exp $";
diff --git a/devel/terminality/pkg-descr b/devel/terminality/pkg-descr
index 0f1ec15d8602..4a274ae2bebe 100644
--- a/devel/terminality/pkg-descr
+++ b/devel/terminality/pkg-descr
@@ -3,4 +3,4 @@ provides a set of functions which are used to manipulate a text terminal,
functions such as clearing the screen, changing text colours, moving the
cursor, etc.
-WWW: http://members.optushome.com.au/darkmoon7/term.html
+WWW: http://members.optushome.com.au/darkmoon7/code/tn/