1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Add boxes, a text filter which draws ASCII art boxes around text.

PR: 17327
Submitted by: Patrick Seal <patseal@hyperhost.net>
This commit is contained in:
Michael Haro 2000-04-02 23:56:28 +00:00
parent b96340db55
commit 16c625af9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27293
6 changed files with 53 additions and 0 deletions

View File

@ -21,6 +21,7 @@
SUBDIR += bbjd
SUBDIR += bidwatcher
SUBDIR += bottlerocket
SUBDIR += boxes
SUBDIR += buffer
SUBDIR += cassowary
SUBDIR += chord

30
misc/boxes/Makefile Normal file
View File

@ -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>

1
misc/boxes/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (boxes-1.0.src.tar.gz) = fce851c773342ea80cb746ca917448e5

1
misc/boxes/pkg-comment Normal file
View File

@ -0,0 +1 @@
Boxes is a text filter which draws ASCII art boxes around text

17
misc/boxes/pkg-descr Normal file
View File

@ -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

3
misc/boxes/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/boxes
share/boxes/boxes-config
@dirrm share/boxes