diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-02 23:56:28 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-02 23:56:28 +0000 |
commit | 16c625af9a306695b69271c1cb380f0b86b76a1d (patch) | |
tree | 34dfef7997714934009dc662e128dbb97a7476db /misc | |
parent | b96340db555018da241362d9e0c80edb3172cde8 (diff) | |
download | ports-16c625af9a306695b69271c1cb380f0b86b76a1d.tar.gz ports-16c625af9a306695b69271c1cb380f0b86b76a1d.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/boxes/Makefile | 30 | ||||
-rw-r--r-- | misc/boxes/distinfo | 1 | ||||
-rw-r--r-- | misc/boxes/pkg-comment | 1 | ||||
-rw-r--r-- | misc/boxes/pkg-descr | 17 | ||||
-rw-r--r-- | misc/boxes/pkg-plist | 3 |
6 files changed, 53 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 2206ff7d0288..1a2ecc28ac61 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -21,6 +21,7 @@ SUBDIR += bbjd SUBDIR += bidwatcher SUBDIR += bottlerocket + SUBDIR += boxes SUBDIR += buffer SUBDIR += cassowary SUBDIR += chord diff --git a/misc/boxes/Makefile b/misc/boxes/Makefile new file mode 100644 index 000000000000..cde5825a1a26 --- /dev/null +++ b/misc/boxes/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: boxes +# Version required: 1.0 +# Date created: 3 March 2000 +# Whom: Patrick Seal (patseal@hyperhost.net) +# +# $FreeBSD$ +# + +DISTNAME= boxes-1.0 +CATEGORIES= misc +MASTER_SITES= http://www6.informatik.uni-erlangen.de/~tsjensen/software/boxes/download/ \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= utils/text +EXTRACT_SUFX= .src.tar.gz + +MAINTAINER= patseal@hyperhost.net + +MAN1= boxes.1 +USE_GMAKE= yes + +do-build: + cd $(WRKSRC); $(GMAKE) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/boxes ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/boxes + ${INSTALL_DATA} ${WRKSRC}/boxes-config ${PREFIX}/share/boxes + ${INSTALL_MAN} ${WRKSRC}/doc/$(MAN1) ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/misc/boxes/distinfo b/misc/boxes/distinfo new file mode 100644 index 000000000000..e9bc0b0adc6e --- /dev/null +++ b/misc/boxes/distinfo @@ -0,0 +1 @@ +MD5 (boxes-1.0.src.tar.gz) = fce851c773342ea80cb746ca917448e5 diff --git a/misc/boxes/pkg-comment b/misc/boxes/pkg-comment new file mode 100644 index 000000000000..86383186b009 --- /dev/null +++ b/misc/boxes/pkg-comment @@ -0,0 +1 @@ +Boxes is a text filter which draws ASCII art boxes around text diff --git a/misc/boxes/pkg-descr b/misc/boxes/pkg-descr new file mode 100644 index 000000000000..db21a5ca7bf6 --- /dev/null +++ b/misc/boxes/pkg-descr @@ -0,0 +1,17 @@ + /*********************/ + boxes draws any /* boxes draws any */ + kind of boxes ===> /* kind of boxes */ + around your text! /* around your text! */ + /*********************/ + +boxes is a text filter which can draw ASCII art boxes around its input +text. These boxes may also be removed, even if they have been badly +damaged by editing of the text inside. Since boxes may be open on any +side, boxes can also be used to create regional comments in any +programming language. With the help of an editor macro or mapping, +damaged boxes can easily be repaired. + +WWW: http://www6.informatik.uni-erlangen.de/~tsjensen/boxes/ + +- Patrick +patseal@hyperhost.net diff --git a/misc/boxes/pkg-plist b/misc/boxes/pkg-plist new file mode 100644 index 000000000000..d85e62d21281 --- /dev/null +++ b/misc/boxes/pkg-plist @@ -0,0 +1,3 @@ +bin/boxes +share/boxes/boxes-config +@dirrm share/boxes |