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

(-)./Makefile (-7 / +16 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	box
8
PORTNAME=	box
9
PORTVERSION=	0.3.3
9
PORTVERSION=	0.3.4
10
PORTREVISION=	1
11
CATEGORIES=	graphics
10
CATEGORIES=	graphics
12
MASTER_SITES=	SF/${PORTNAME}c/Box%20-%20the%20compiler/${DISTNAME}/
11
MASTER_SITES=	SF/${PORTNAME}c/Box%20-%20the%20compiler/${DISTNAME}/
12
DIST_SUBDIR=	box
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	nemysis@gmx.ch
15
COMMENT=	Compiler for box, the figure description language
15
COMMENT=	Compiler for box, the figure description language
16
16
17
LICENSE=	GPLv2 LGPL3
17
LICENSE=	GPLv2 LGPL3
Lines 30-47 Link Here
30
30
31
MAN1=		${PORTNAME}.1
31
MAN1=		${PORTNAME}.1
32
32
33
PORTDOCS=	AUTHORS ChangeLog README STYLE TODO
34
33
PLIST_SUB+=	PLIST_VER="0.3"
35
PLIST_SUB+=	PLIST_VER="0.3"
34
36
37
.include <bsd.port.options.mk>
38
35
post-patch:
39
post-patch:
36
	${TOUCH} ${WRKSRC}/man/${PORTNAME}.sgml
40
	${TOUCH} ${WRKSRC}/man/${PORTNAME}.sgml
37
41
38
check regression-test: build
42
check regression-test: build
39
	(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check)
43
	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check)
40
44
41
post-install:
45
post-install:
42
.if !defined(NOPORTEXAMPLES)
46
.if ${PORT_OPTIONS:MDOCS}
43
	@${MKDIR} ${EXAMPLESDIR}
47
	${MKDIR} ${DOCSDIR}
44
	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
48
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
49
.endif
50
51
.if ${PORT_OPTIONS:MEXAMPLES}
52
	${MKDIR} ${EXAMPLESDIR}
53
	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
45
.endif
54
.endif
46
55
47
.include <bsd.port.mk>
56
.include <bsd.port.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (box-0.3.3.tar.gz) = cc02ff2f7efb03d63fff0865ed949c9ec60f954a20d6120d73ee69ae6e62dc4c
1
SHA256 (box/box-0.3.4.tar.gz) = c80ccfcf34eb2afc484943d5a2ab46ad42c51a79a3135b06c840e9db16aa6dcc
2
SIZE (box-0.3.3.tar.gz) = 1068961
2
SIZE (box/box-0.3.4.tar.gz) = 1065106
(-)./files/patch-tests__dylib__Makefile.dev (-11 lines)
Lines 1-11 Link Here
1
--- ./tests/dylib/Makefile.dev.orig	2011-04-06 13:42:46.000000000 -0700
2
+++ ./tests/dylib/Makefile.dev	2011-04-06 13:42:59.000000000 -0700
3
@@ -6,7 +6,7 @@
4
 $(DESTDIR)/libmylib.la: mylib.c
5
 	$(LIBTOOL) --mode=compile gcc -c -I../.. mylib.c
6
 	$(LIBTOOL) --mode=link gcc -module -o libmylib.la mylib.lo -rpath $(DESTDIR)
7
-        $(LIBTOOL) --mode=install cp libmylib.la $(DESTDIR)/libmylib.la
8
+	$(LIBTOOL) --mode=install cp libmylib.la $(DESTDIR)/libmylib.la
9
 	#gcc -I../.. -fPIC -shared -o libmylib.so mylib.c
10
 
11
 clean:
(-)./pkg-plist (-37 / +43 lines)
Lines 13-24 Link Here
13
include/box%%PLIST_VER%%/box/occupation.h
13
include/box%%PLIST_VER%%/box/occupation.h
14
include/box%%PLIST_VER%%/box/print.h
14
include/box%%PLIST_VER%%/box/print.h
15
include/box%%PLIST_VER%%/box/srcpos.h
15
include/box%%PLIST_VER%%/box/srcpos.h
16
include/box%%PLIST_VER%%/box/stream.h
16
include/box%%PLIST_VER%%/box/strutils.h
17
include/box%%PLIST_VER%%/box/strutils.h
17
include/box%%PLIST_VER%%/box/types.h
18
include/box%%PLIST_VER%%/box/types.h
18
include/box%%PLIST_VER%%/box/version.h
19
include/box%%PLIST_VER%%/box/version.h
19
include/box%%PLIST_VER%%/box/virtmach.h
20
include/box%%PLIST_VER%%/box/vm2txt.h
21
include/box%%PLIST_VER%%/box/vm_private.h
20
include/box%%PLIST_VER%%/box/vmalloc.h
22
include/box%%PLIST_VER%%/box/vmalloc.h
23
include/box%%PLIST_VER%%/box/vmdasm.h
21
include/box%%PLIST_VER%%/box/vmproc.h
24
include/box%%PLIST_VER%%/box/vmproc.h
25
include/box%%PLIST_VER%%/box/vmserial.h
26
include/box%%PLIST_VER%%/box/vmstore.h
22
include/box%%PLIST_VER%%/box/vmsym.h
27
include/box%%PLIST_VER%%/box/vmsym.h
23
include/box%%PLIST_VER%%/box/vmsymstuff.h
28
include/box%%PLIST_VER%%/box/vmsymstuff.h
24
lib/box%%PLIST_VER%%/lib/libg.a
29
lib/box%%PLIST_VER%%/lib/libg.a
Lines 30-81 Link Here
30
lib/box%%PLIST_VER%%/pkg/bounce.bxh
35
lib/box%%PLIST_VER%%/pkg/bounce.bxh
31
lib/box%%PLIST_VER%%/pkg/caps.box
36
lib/box%%PLIST_VER%%/pkg/caps.box
32
lib/box%%PLIST_VER%%/pkg/core.dox
37
lib/box%%PLIST_VER%%/pkg/core.dox
33
lib/box%%PLIST_VER%%/pkg/electric.bxh
38
lib/box%%PLIST_VER%%/pkg/electric.box
34
lib/box%%PLIST_VER%%/pkg/g/obj.box
39
lib/box%%PLIST_VER%%/pkg/g/_circle.bxh
40
lib/box%%PLIST_VER%%/pkg/g/_gradient.bxh
41
lib/box%%PLIST_VER%%/pkg/g/_line.bxh
42
lib/box%%PLIST_VER%%/pkg/g/_pointlist.bxh
43
lib/box%%PLIST_VER%%/pkg/g/_poly.bxh
44
lib/box%%PLIST_VER%%/pkg/g/_put.bxh
45
lib/box%%PLIST_VER%%/pkg/g/_text.bxh
46
lib/box%%PLIST_VER%%/pkg/g/area.box
47
lib/box%%PLIST_VER%%/pkg/g/axes.box
48
lib/box%%PLIST_VER%%/pkg/g/bbox.box
49
lib/box%%PLIST_VER%%/pkg/g/circle.box
50
lib/box%%PLIST_VER%%/pkg/g/circles.box
51
lib/box%%PLIST_VER%%/pkg/g/clip.box
52
lib/box%%PLIST_VER%%/pkg/g/cmdstream.box
53
lib/box%%PLIST_VER%%/pkg/g/color.box
35
lib/box%%PLIST_VER%%/pkg/g/const.box
54
lib/box%%PLIST_VER%%/pkg/g/const.box
55
lib/box%%PLIST_VER%%/pkg/g/constraints.box
56
lib/box%%PLIST_VER%%/pkg/g/fill.box
57
lib/box%%PLIST_VER%%/pkg/g/g2.box
36
lib/box%%PLIST_VER%%/pkg/g/gcore.box
58
lib/box%%PLIST_VER%%/pkg/g/gcore.box
59
lib/box%%PLIST_VER%%/pkg/g/gradcore.box
60
lib/box%%PLIST_VER%%/pkg/g/gradient.box
61
lib/box%%PLIST_VER%%/pkg/g/hot.box
62
lib/box%%PLIST_VER%%/pkg/g/image.box
63
lib/box%%PLIST_VER%%/pkg/g/init.box
64
lib/box%%PLIST_VER%%/pkg/g/line.box
65
lib/box%%PLIST_VER%%/pkg/g/lines.box
37
lib/box%%PLIST_VER%%/pkg/g/matrix.box
66
lib/box%%PLIST_VER%%/pkg/g/matrix.box
38
lib/box%%PLIST_VER%%/pkg/g/transform.box
67
lib/box%%PLIST_VER%%/pkg/g/obj.box
68
lib/box%%PLIST_VER%%/pkg/g/oldstyle.box
39
lib/box%%PLIST_VER%%/pkg/g/option.box
69
lib/box%%PLIST_VER%%/pkg/g/option.box
40
lib/box%%PLIST_VER%%/pkg/g/raw.box
41
lib/box%%PLIST_VER%%/pkg/g/cmdstream.box
42
lib/box%%PLIST_VER%%/pkg/g/points.box
43
lib/box%%PLIST_VER%%/pkg/g/path.box
70
lib/box%%PLIST_VER%%/pkg/g/path.box
44
lib/box%%PLIST_VER%%/pkg/g/fill.box
71
lib/box%%PLIST_VER%%/pkg/g/pattern.box
72
lib/box%%PLIST_VER%%/pkg/g/points.box
73
lib/box%%PLIST_VER%%/pkg/g/poly.box
74
lib/box%%PLIST_VER%%/pkg/g/put.box
75
lib/box%%PLIST_VER%%/pkg/g/raw.box
76
lib/box%%PLIST_VER%%/pkg/g/save.box
45
lib/box%%PLIST_VER%%/pkg/g/stroke.box
77
lib/box%%PLIST_VER%%/pkg/g/stroke.box
46
lib/box%%PLIST_VER%%/pkg/g/style.box
78
lib/box%%PLIST_VER%%/pkg/g/style.box
47
lib/box%%PLIST_VER%%/pkg/g/poly.box
48
lib/box%%PLIST_VER%%/pkg/g/text.box
79
lib/box%%PLIST_VER%%/pkg/g/text.box
49
lib/box%%PLIST_VER%%/pkg/g/texts.box
80
lib/box%%PLIST_VER%%/pkg/g/texts.box
50
lib/box%%PLIST_VER%%/pkg/g/circle.box
51
lib/box%%PLIST_VER%%/pkg/g/circles.box
52
lib/box%%PLIST_VER%%/pkg/g/line.box
53
lib/box%%PLIST_VER%%/pkg/g/lines.box
54
lib/box%%PLIST_VER%%/pkg/g/gradcore.box
55
lib/box%%PLIST_VER%%/pkg/g/gradient.box
56
lib/box%%PLIST_VER%%/pkg/g/clip.box
57
lib/box%%PLIST_VER%%/pkg/g/hot.box
58
lib/box%%PLIST_VER%%/pkg/g/constraints.box
59
lib/box%%PLIST_VER%%/pkg/g/put.box
60
lib/box%%PLIST_VER%%/pkg/g/window.box
61
lib/box%%PLIST_VER%%/pkg/g/bbox.box
62
lib/box%%PLIST_VER%%/pkg/g/save.box
63
lib/box%%PLIST_VER%%/pkg/g/g2.box
64
lib/box%%PLIST_VER%%/pkg/g/init.box
65
lib/box%%PLIST_VER%%/pkg/g/color.box
66
lib/box%%PLIST_VER%%/pkg/g/oldstyle.box
67
lib/box%%PLIST_VER%%/pkg/g/_gradient.bxh
68
lib/box%%PLIST_VER%%/pkg/g/pattern.box
69
lib/box%%PLIST_VER%%/pkg/g/_line.bxh
70
lib/box%%PLIST_VER%%/pkg/g/_circle.bxh
71
lib/box%%PLIST_VER%%/pkg/g/_poly.bxh
72
lib/box%%PLIST_VER%%/pkg/g/_put.bxh
73
lib/box%%PLIST_VER%%/pkg/g/_pointlist.bxh
74
lib/box%%PLIST_VER%%/pkg/g/_text.bxh
75
lib/box%%PLIST_VER%%/pkg/g/area.box
76
lib/box%%PLIST_VER%%/pkg/g/axes.box
77
lib/box%%PLIST_VER%%/pkg/g/thickline.box
81
lib/box%%PLIST_VER%%/pkg/g/thickline.box
78
lib/box%%PLIST_VER%%/pkg/g/image.box
82
lib/box%%PLIST_VER%%/pkg/g/transform.box
83
lib/box%%PLIST_VER%%/pkg/g/window.box
84
lib/box%%PLIST_VER%%/pkg/guitools.box
79
lib/box%%PLIST_VER%%/pkg/label.bxh
85
lib/box%%PLIST_VER%%/pkg/label.bxh
80
lib/box%%PLIST_VER%%/pkg/math.box
86
lib/box%%PLIST_VER%%/pkg/math.box
81
lib/box%%PLIST_VER%%/pkg/rectangle.box
87
lib/box%%PLIST_VER%%/pkg/rectangle.box

Return to bug 173208