aboutsummaryrefslogtreecommitdiff
path: root/editors/tpad
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-30 21:06:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-30 21:06:01 +0000
commit4b5792c3ef3e9a1c426da8aa4b401990d5d3ffc2 (patch)
tree649126f7ccd2bba1fc034d240a7d6e2a7458539e /editors/tpad
parent93faac9352add7b6950bb749eed337bbc4b881a5 (diff)
downloadports-4b5792c3ef3e9a1c426da8aa4b401990d5d3ffc2.tar.gz
ports-4b5792c3ef3e9a1c426da8aa4b401990d5d3ffc2.zip
- Update to 1.2
PR: ports/62100 Submitted by: Antonio Bonifati <ant@venus.deis.unical.it> (maintainer)
Notes
Notes: svn path=/head/; revision=99537
Diffstat (limited to 'editors/tpad')
-rw-r--r--editors/tpad/Makefile10
-rw-r--r--editors/tpad/distinfo2
-rw-r--r--editors/tpad/pkg-plist1
3 files changed, 10 insertions, 3 deletions
diff --git a/editors/tpad/Makefile b/editors/tpad/Makefile
index 0a8941e51727..2affc5c2ad59 100644
--- a/editors/tpad/Makefile
+++ b/editors/tpad/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= tpad
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= editors tcl84 tk84
MASTER_SITES= http://monitor.deis.unical.it/ant/tpad/ \
http://queen.rett.polimi.it/~ant/tcl/script/
MAINTAINER= ant@monitor.deis.unical.it
-COMMENT= Win95/98 (TM) Notepad clone written in Tcl/Tk
+COMMENT= Windows XP (TM) Notepad clone written in Tcl/Tk
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
@@ -21,11 +21,17 @@ PKGMESSAGE= ${WRKDIR}/MESSAGE
PORTDOCS= ChangeLog conf.html index.html intro.html keys.html \
log.html mouse.html todo tpad.html
+MAN1= tpad.1
+MLINKS= tpad.1 tview.1
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/bin/tpad ${PREFIX}/bin/tpad
post-install:
+ ${TEST} -e ${PREFIX}/bin/tview || (cd ${PREFIX}/bin ; ${LN} -s tpad tview)
+.if !defined(NO_INSTALL_MANPAGES)
+ ${INSTALL_MAN} ${WRKDIR}/man/man1/tpad.1 ${MANPREFIX}/man/man1
+.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for docfile in ${PORTDOCS}
diff --git a/editors/tpad/distinfo b/editors/tpad/distinfo
index cab323e22499..c78c2da90f91 100644
--- a/editors/tpad/distinfo
+++ b/editors/tpad/distinfo
@@ -1 +1 @@
-MD5 (tpad-1.1.tar.gz) = 26bc63caf91ce18362106ec762b0c09f
+MD5 (tpad-1.2.tar.gz) = 95a5d1b74866a5268696ac97d9698255
diff --git a/editors/tpad/pkg-plist b/editors/tpad/pkg-plist
index b867c1d7c481..c8656438f985 100644
--- a/editors/tpad/pkg-plist
+++ b/editors/tpad/pkg-plist
@@ -1,2 +1,3 @@
bin/tpad
+bin/tview
etc/tpad.conf.sample