aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-21 16:09:01 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-21 16:09:01 +0000
commit377e399b0991a5a11356686aa9a3909591a626e1 (patch)
tree5636b178b561886f97fe69fa09a9ac401582e089 /devel
parent2ac33805377ce80c740e282d8ea592ff1ab19c37 (diff)
downloadports-377e399b0991a5a11356686aa9a3909591a626e1.tar.gz
ports-377e399b0991a5a11356686aa9a3909591a626e1.zip
New port, tclCheck:
A program to check the nesting of parenthesis in tcl scripts. PR: 3976 Submitted by: Sander Vesik <sander@haldjas.folklore.ee>
Notes
Notes: svn path=/head/; revision=7398
Diffstat (limited to 'devel')
-rw-r--r--devel/tclcheck/Makefile29
-rw-r--r--devel/tclcheck/distinfo1
-rw-r--r--devel/tclcheck/files/Makefile7
-rw-r--r--devel/tclcheck/pkg-comment1
-rw-r--r--devel/tclcheck/pkg-descr7
-rw-r--r--devel/tclcheck/pkg-plist5
6 files changed, 50 insertions, 0 deletions
diff --git a/devel/tclcheck/Makefile b/devel/tclcheck/Makefile
new file mode 100644
index 000000000000..09b689f000be
--- /dev/null
+++ b/devel/tclcheck/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: TclCheck
+# Version required: 1.1.8
+# Date created: 28 June 1997
+# Whom: Sander Vesik <sander@haldjas.folklore.ee>
+#
+# $Id$
+#
+
+DISTNAME= tclCheck-1.1.8
+PKGNAME= tclcheck-1.1.8
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/sorted/devel/
+
+MAINTAINER= sander@haldjas.folklore.ee
+
+MAN1= tclCheck.1
+MANCOMPRESSED= yes
+
+pre-build:
+ @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/tclCheck
+ ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/tclCheck
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tclCheck
+.endif
+
+.include <bsd.port.mk>
diff --git a/devel/tclcheck/distinfo b/devel/tclcheck/distinfo
new file mode 100644
index 000000000000..6428ccd07023
--- /dev/null
+++ b/devel/tclcheck/distinfo
@@ -0,0 +1 @@
+MD5 (tclCheck-1.1.8.tar.gz) = d4e348900cbb0d17011c2e9bb494a0a7
diff --git a/devel/tclcheck/files/Makefile b/devel/tclcheck/files/Makefile
new file mode 100644
index 000000000000..d25384e340d2
--- /dev/null
+++ b/devel/tclcheck/files/Makefile
@@ -0,0 +1,7 @@
+PROG= tclCheck
+
+PREFIX?= /usr/local
+BINDIR= ${PREFIX}/bin
+MANDIR= ${PREFIX}/man/man
+
+.include <bsd.prog.mk>
diff --git a/devel/tclcheck/pkg-comment b/devel/tclcheck/pkg-comment
new file mode 100644
index 000000000000..787b55b6587e
--- /dev/null
+++ b/devel/tclcheck/pkg-comment
@@ -0,0 +1 @@
+A program to check the nesting of parenthesis in tcl scripts.
diff --git a/devel/tclcheck/pkg-descr b/devel/tclcheck/pkg-descr
new file mode 100644
index 000000000000..93e9cc50af5f
--- /dev/null
+++ b/devel/tclcheck/pkg-descr
@@ -0,0 +1,7 @@
+tclCheck is a program that carries out sanity checking of the brackets and
+their nesting in tcl scripts. It can also print out the "skeleton" of the
+program.
+
+This is tclCheck version 1.1.8
+
+-sander
diff --git a/devel/tclcheck/pkg-plist b/devel/tclcheck/pkg-plist
new file mode 100644
index 000000000000..500dd1d866cd
--- /dev/null
+++ b/devel/tclcheck/pkg-plist
@@ -0,0 +1,5 @@
+bin/tclCheck
+man/man1/tclCheck.1.gz
+share/doc/tclCheck/COPYRIGHT
+share/doc/tclCheck/README
+@dirrm share/doc/tclCheck