View | Details | Raw Unified | Return to bug 174038
Collapse All | Expand All

(-)./Makefile (-6 / +17 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	boxes
8
PORTNAME=	boxes
9
PORTVERSION=	1.1
9
PORTVERSION=	1.1.1
10
PORTREVISION=	1
11
CATEGORIES=	misc
10
CATEGORIES=	misc
12
MASTER_SITES=	http://boxes.thomasjensen.com/download/ \
11
MASTER_SITES=	http://boxes.thomasjensen.com/download/ \
13
		${MASTER_SITE_SUNSITE}
12
		SUNSITE
14
MASTER_SITE_SUBDIR=	utils/text
13
MASTER_SITE_SUBDIR=	utils/text
15
EXTRACT_SUFX=	.src.tar.gz
14
EXTRACT_SUFX=	.src.tar.gz
16
15
17
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	nemysis@gmx.ch
18
COMMENT=	Draws ASCII-art configurable boxes around text or code
17
COMMENT=	Draws ASCII-art configurable boxes around text or code
19
18
20
MAN1=		boxes.1
19
LICENSE=	GPLv2
20
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_BISON=	build
22
USE_BISON=	build
23
ALL_TARGET=	boxes
23
ALL_TARGET=	boxes
Lines 27-33 Link Here
27
PLIST_FILES=	bin/boxes share/boxes/boxes-config
27
PLIST_FILES=	bin/boxes share/boxes/boxes-config
28
PLIST_DIRS=	share/boxes
28
PLIST_DIRS=	share/boxes
29
29
30
do-configure:
30
MAN1=		boxes.1
31
32
PORTDOCS=	README
33
34
.include <bsd.port.options.mk>
35
36
post-extract:
31
	${RM} ${WRKSRC}/src/boxes.h ${WRKSRC}/doc/boxes.1
37
	${RM} ${WRKSRC}/src/boxes.h ${WRKSRC}/doc/boxes.1
32
38
33
do-install:
39
do-install:
Lines 36-39 Link Here
36
	${INSTALL_DATA} ${WRKSRC}/boxes-config ${DATADIR}
42
	${INSTALL_DATA} ${WRKSRC}/boxes-config ${DATADIR}
37
	${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1
43
	${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1
38
44
45
.if ${PORT_OPTIONS:MDOCS}
46
	${MKDIR} ${DOCSDIR}
47
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
48
.endif
49
39
.include <bsd.port.mk>
50
.include <bsd.port.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (boxes-1.1.src.tar.gz) = c9f931fc9f8e0aeadb370518e3e66f1cbfa956ba7817bcb8f701630f70b711e3
1
SHA256 (boxes-1.1.1.src.tar.gz) = d8529840281618e75a4adf313f08291b89c8cf83928c2c1f4b0ddcd236fb2420
2
SIZE (boxes-1.1.src.tar.gz) = 138279
2
SIZE (boxes-1.1.1.src.tar.gz) = 139140
(-)./pkg-descr (-3 / +3 lines)
Lines 5-14 Link Here
5
                                /*********************/
5
                                /*********************/
6
6
7
The boxes command is a text filter which can draw ASCII art boxes around
7
The boxes command is a text filter which can draw ASCII art boxes around
8
its input text.  These boxes may also be removed, even if they have
8
its input text. These boxes may also be removed, even if they have
9
been badly damaged by editing of the text inside.  Since boxes may be
9
been badly damaged by editing of the text inside. Since boxes may be
10
open on any side, boxes can also be used to create regional comments in
10
open on any side, boxes can also be used to create regional comments in
11
any programming language.  With the help of an editor macro or mapping,
11
any programming language. With the help of an editor macro or mapping,
12
damaged boxes can easily be repaired.
12
damaged boxes can easily be repaired.
13
13
14
WWW: http://boxes.thomasjensen.com/
14
WWW: http://boxes.thomasjensen.com/

Return to bug 174038