diff options
author | arved <arved@FreeBSD.org> | 2003-11-14 02:24:52 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-11-14 02:24:52 +0800 |
commit | 3cb75d0bb642de8401ed29b57b5ea46f11ec07e9 (patch) | |
tree | 679757dc34eb0cda9658e856ab8b3575cebc348a /editors/tpad | |
parent | 75f22b53086fe21453654f745d8bdd9016286cf1 (diff) | |
download | freebsd-ports-gnome-3cb75d0bb642de8401ed29b57b5ea46f11ec07e9.tar.gz freebsd-ports-gnome-3cb75d0bb642de8401ed29b57b5ea46f11ec07e9.tar.zst freebsd-ports-gnome-3cb75d0bb642de8401ed29b57b5ea46f11ec07e9.zip |
Add tpad, notepad clone written in Tcl/Tk
PR: 59110
Submitted by: Antonio Bonifati <ant@venus.deis.unical.it>
Diffstat (limited to 'editors/tpad')
-rw-r--r-- | editors/tpad/Makefile | 27 | ||||
-rw-r--r-- | editors/tpad/distinfo | 1 | ||||
-rw-r--r-- | editors/tpad/pkg-descr | 10 | ||||
-rw-r--r-- | editors/tpad/pkg-plist | 1 |
4 files changed, 39 insertions, 0 deletions
diff --git a/editors/tpad/Makefile b/editors/tpad/Makefile new file mode 100644 index 000000000000..4712fd2d74f2 --- /dev/null +++ b/editors/tpad/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: tpad +# Date created: 10 November 2003 +# Whom: Antonio Bonifati <ant@monitor.deis.unical.it> +# +# $FreeBSD$ +# + +PORTNAME= tpad +PORTVERSION= 1.0 +CATEGORIES= editors tcl84 tk84 +MASTER_SITES= http://monitor.deis.unical.it/ant/tpad/ \ + http://queen.rett.polimi.it/~ant/tcl/script/ +DISTNAME= ${PORTNAME}-${PORTVERSION}.tcl +EXTRACT_SUFX= +EXTRACT_ONLY= + +MAINTAINER= ant@monitor.deis.unical.it +COMMENT= Win95/98 (TM) Notepad clone written in Tcl/Tk + +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 + +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${DISTDIR}/${DISTFILES} ${PREFIX}/bin/tpad + +.include <bsd.port.mk> diff --git a/editors/tpad/distinfo b/editors/tpad/distinfo new file mode 100644 index 000000000000..d13d0d697032 --- /dev/null +++ b/editors/tpad/distinfo @@ -0,0 +1 @@ +MD5 (tpad-1.0.tcl) = 145d45dd4954243c8e94a9d745c2721b diff --git a/editors/tpad/pkg-descr b/editors/tpad/pkg-descr new file mode 100644 index 000000000000..fd3874ff290e --- /dev/null +++ b/editors/tpad/pkg-descr @@ -0,0 +1,10 @@ +The executable tpad is a wish(1) shell script. + +I think the only difference with Notepad +is that it doesn't limit the size of the +file to edit :-) + +WWW: http://monitor.deis.unical.it/ant/tpad/ + +- Antonio Bonifati +ant@monitor.deis.unical.it diff --git a/editors/tpad/pkg-plist b/editors/tpad/pkg-plist new file mode 100644 index 000000000000..7262d9dbb364 --- /dev/null +++ b/editors/tpad/pkg-plist @@ -0,0 +1 @@ +bin/tpad |