diff --git a/misc/Makefile b/misc/Makefile index 2206ff7d0288..1a2ecc28ac61 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,142 +1,143 @@ # $FreeBSD$ # SUBDIR += 221upgrade SUBDIR += 222upgrade SUBDIR += 225upgrade SUBDIR += 227upgrade SUBDIR += 30upgrade SUBDIR += 31upgrade SUBDIR += 32upgrade SUBDIR += 34upgrade SUBDIR += Howto SUBDIR += aclgen SUBDIR += acron SUBDIR += alevt SUBDIR += amanda SUBDIR += amanda24 SUBDIR += astrolog SUBDIR += asbutton SUBDIR += bb SUBDIR += bbjd SUBDIR += bidwatcher SUBDIR += bottlerocket + SUBDIR += boxes SUBDIR += buffer SUBDIR += cassowary SUBDIR += chord SUBDIR += cmatrix SUBDIR += colorls SUBDIR += colortail SUBDIR += crosspad SUBDIR += cstream SUBDIR += cwish SUBDIR += deco SUBDIR += dejagnu SUBDIR += delay SUBDIR += diction SUBDIR += display SUBDIR += dnetc SUBDIR += dotfile SUBDIR += estic SUBDIR += ewipe SUBDIR += ezload SUBDIR += fd SUBDIR += fep SUBDIR += figlet SUBDIR += fortuneit SUBDIR += freedialog SUBDIR += geekcode SUBDIR += git SUBDIR += gnomeusersguide SUBDIR += gnomeutils SUBDIR += gnuls SUBDIR += gone SUBDIR += gplbp SUBDIR += grun SUBDIR += gtkfind SUBDIR += gtl SUBDIR += gweather SUBDIR += gyvescm SUBDIR += hello SUBDIR += heyu SUBDIR += iselect SUBDIR += jargon SUBDIR += jive SUBDIR += kcd SUBDIR += kdeutils11 SUBDIR += kdeutils11-i18n SUBDIR += kp SUBDIR += kwatch SUBDIR += lc SUBDIR += less SUBDIR += lile SUBDIR += logsurfer SUBDIR += lv SUBDIR += magicpoint SUBDIR += man.el SUBDIR += mc SUBDIR += mgp-mode.el SUBDIR += mmv SUBDIR += most SUBDIR += mshell SUBDIR += numchar SUBDIR += nwrite SUBDIR += orville-write SUBDIR += p5-Array-PrintCols SUBDIR += p5-Business-CreditCard SUBDIR += p5-I18N-Charset SUBDIR += p5-I18N-LangTags SUBDIR += p5-Locale-Codes SUBDIR += peq SUBDIR += pdmenu SUBDIR += pinfo SUBDIR += proxyper SUBDIR += py-distutils SUBDIR += qclock SUBDIR += qhacc SUBDIR += quotes SUBDIR += rfc SUBDIR += rpm SUBDIR += rpm2cpio SUBDIR += rtfm SUBDIR += screen SUBDIR += scriptkit SUBDIR += seizedesktop SUBDIR += sls SUBDIR += sma SUBDIR += snowflake SUBDIR += splitvt SUBDIR += sshbuddy SUBDIR += tcb SUBDIR += team SUBDIR += tet SUBDIR += tkcron SUBDIR += tkinfo SUBDIR += tkman SUBDIR += tkrunit SUBDIR += uk-phone SUBDIR += uk-postcodes SUBDIR += unclutter SUBDIR += upclient SUBDIR += us-zipcodes SUBDIR += vbidecode SUBDIR += vera SUBDIR += videotext SUBDIR += viz SUBDIR += wmcp SUBDIR += wmmand SUBDIR += wmstock SUBDIR += wmweather SUBDIR += xd SUBDIR += xdelta SUBDIR += xenmenu SUBDIR += xgas SUBDIR += xless SUBDIR += xpns SUBDIR += xquote SUBDIR += xtail SUBDIR += xtar SUBDIR += yaunc SUBDIR += ytree .include 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 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