Sun Jan 7 22:36:54 2018 UTC ()
Move documentation to where it belongs, add license, bump PKGREVISION.


(rillig)
diff -r1.44 -r1.45 pkgsrc/graphics/geomview/Makefile
diff -r1.8 -r1.9 pkgsrc/graphics/geomview/PLIST

cvs diff -r1.44 -r1.45 pkgsrc/graphics/geomview/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/geomview/Makefile 2015/07/04 16:18:35 1.44
+++ pkgsrc/graphics/geomview/Makefile 2018/01/07 22:36:54 1.45
@@ -1,47 +1,48 @@ @@ -1,47 +1,48 @@
1# $NetBSD: Makefile,v 1.44 2015/07/04 16:18:35 joerg Exp $ 1# $NetBSD: Makefile,v 1.45 2018/01/07 22:36:54 rillig Exp $
2 2
3DISTNAME= geomview-1.8.1 3DISTNAME= geomview-1.8.1
4PKGREVISION= 7 4PKGREVISION= 8
5CATEGORIES= graphics math 5CATEGORIES= graphics math
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=geomview/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=geomview/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.geomview.org/ 9HOMEPAGE= http://www.geomview.org/
10COMMENT= Interactive geometry viewing program 10COMMENT= Interactive geometry viewing program
 11LICENSE= gnu-lgpl-v2
11 12
12MAKE_JOBS_SAFE= no 13MAKE_JOBS_SAFE= no
13 14
14USE_TOOLS+= lex 15USE_TOOLS+= lex
15USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
16GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
17 18
18CONFIGURE_ARGS+= --without-xforms 19CONFIGURE_ARGS+= --without-xforms
19CONFIGURE_ARGS+= --with-opengl=${BUILDLINK_PREFIX.Mesa} 20CONFIGURE_ARGS+= --with-opengl=${BUILDLINK_PREFIX.Mesa}
20CONFIGURE_ARGS+= --with-motif=${MOTIFBASE:Q} 21CONFIGURE_ARGS+= --with-motif=${MOTIFBASE}
21CPPFLAGS+= -Dunix -Dalloca=__builtin_alloca 22CPPFLAGS+= -Dunix -Dalloca=__builtin_alloca
22INFO_FILES= yes 23INFO_FILES= yes
23 24
24INSTALLATION_DIRS= share/doc/geomview share/examples/geomview \ 25INSTALLATION_DIRS= share/doc/geomview share/examples/geomview \
25 share/doc/html/geomview/pix 26 share/doc/geomview/pix
26 27
27.include "../../mk/bsd.prefs.mk" 28.include "../../mk/bsd.prefs.mk"
28 29
29.if ${OPSYS} != "Linux" 30.if ${OPSYS} != "Linux"
30CONFIGURE_ARGS+= --enable-fstropen-1 31CONFIGURE_ARGS+= --enable-fstropen-1
31.endif 32.endif
32 33
33post-install: 34post-install:
34 ${INSTALL_DATA} ${WRKSRC}/doc/geomview.pdf \ 35 ${INSTALL_DATA} ${WRKSRC}/doc/geomview.pdf \
35 ${DESTDIR}${PREFIX}/share/doc/geomview 36 ${DESTDIR}${PREFIX}/share/doc/geomview
36 ${INSTALL_DATA} ${WRKSRC}/doc/example* \ 37 ${INSTALL_DATA} ${WRKSRC}/doc/example* \
37 ${DESTDIR}${PREFIX}/share/examples/geomview 38 ${DESTDIR}${PREFIX}/share/examples/geomview
38 ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html \ 39 ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html \
39 ${DESTDIR}${PREFIX}/share/doc/html/geomview 40 ${DESTDIR}${PREFIX}/share/doc/geomview
40 ${INSTALL_DATA} ${WRKSRC}/doc/html/pix/* \ 41 ${INSTALL_DATA} ${WRKSRC}/doc/html/pix/* \
41 ${DESTDIR}${PREFIX}/share/doc/html/geomview/pix 42 ${DESTDIR}${PREFIX}/share/doc/geomview/pix
42 43
43.include "../../graphics/MesaLib/buildlink3.mk" 44.include "../../graphics/MesaLib/buildlink3.mk"
44.include "../../graphics/glu/buildlink3.mk" 45.include "../../graphics/glu/buildlink3.mk"
45.include "../../mk/motif.buildlink3.mk" 46.include "../../mk/motif.buildlink3.mk"
46 47
47.include "../../mk/bsd.pkg.mk" 48.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/graphics/geomview/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/geomview/PLIST 2018/01/01 22:29:37 1.8
+++ pkgsrc/graphics/geomview/PLIST 2018/01/07 22:36:54 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.8 2018/01/01 22:29:37 rillig Exp $ 1@comment $NetBSD: PLIST,v 1.9 2018/01/07 22:36:54 rillig Exp $
2bin/.geomview-animate 2bin/.geomview-animate
3bin/.geomview-drawbdy 3bin/.geomview-drawbdy
4bin/anytooff 4bin/anytooff
5bin/anytoucd 5bin/anytoucd
6bin/bdy 6bin/bdy
7bin/bez2mesh 7bin/bez2mesh
8bin/clip 8bin/clip
9bin/drawbdy 9bin/drawbdy
10bin/geomview 10bin/geomview
11bin/gv-animate 11bin/gv-animate
12bin/gvx 12bin/gvx
13bin/math2oogl 13bin/math2oogl
14bin/offconsol 14bin/offconsol
@@ -24,130 +24,130 @@ man/man1/anytoucd.1 @@ -24,130 +24,130 @@ man/man1/anytoucd.1
24man/man1/bdy.1 24man/man1/bdy.1
25man/man1/bez2mesh.1 25man/man1/bez2mesh.1
26man/man1/clip.1 26man/man1/clip.1
27man/man1/geomview.1 27man/man1/geomview.1
28man/man1/math2oogl.1 28man/man1/math2oogl.1
29man/man1/offconsol.1 29man/man1/offconsol.1
30man/man1/oogl2rib.1 30man/man1/oogl2rib.1
31man/man1/oogl2vrml.1 31man/man1/oogl2vrml.1
32man/man1/polymerge.1 32man/man1/polymerge.1
33man/man1/togeomview.1 33man/man1/togeomview.1
34man/man1/ucdtooff.1 34man/man1/ucdtooff.1
35man/man1/vrml2oogl.1 35man/man1/vrml2oogl.1
36share/doc/geomview/geomview.pdf 36share/doc/geomview/geomview.pdf
37share/doc/html/geomview/geomview_1.html 37share/doc/geomview/geomview_1.html
38share/doc/html/geomview/geomview_10.html 38share/doc/geomview/geomview_10.html
39share/doc/html/geomview/geomview_11.html 39share/doc/geomview/geomview_11.html
40share/doc/html/geomview/geomview_12.html 40share/doc/geomview/geomview_12.html
41share/doc/html/geomview/geomview_13.html 41share/doc/geomview/geomview_13.html
42share/doc/html/geomview/geomview_14.html 42share/doc/geomview/geomview_14.html
43share/doc/html/geomview/geomview_15.html 43share/doc/geomview/geomview_15.html
44share/doc/html/geomview/geomview_16.html 44share/doc/geomview/geomview_16.html
45share/doc/html/geomview/geomview_17.html 45share/doc/geomview/geomview_17.html
46share/doc/html/geomview/geomview_18.html 46share/doc/geomview/geomview_18.html
47share/doc/html/geomview/geomview_19.html 47share/doc/geomview/geomview_19.html
48share/doc/html/geomview/geomview_2.html 48share/doc/geomview/geomview_2.html
49share/doc/html/geomview/geomview_20.html 49share/doc/geomview/geomview_20.html
50share/doc/html/geomview/geomview_21.html 50share/doc/geomview/geomview_21.html
51share/doc/html/geomview/geomview_22.html 51share/doc/geomview/geomview_22.html
52share/doc/html/geomview/geomview_23.html 52share/doc/geomview/geomview_23.html
53share/doc/html/geomview/geomview_24.html 53share/doc/geomview/geomview_24.html
54share/doc/html/geomview/geomview_25.html 54share/doc/geomview/geomview_25.html
55share/doc/html/geomview/geomview_26.html 55share/doc/geomview/geomview_26.html
56share/doc/html/geomview/geomview_27.html 56share/doc/geomview/geomview_27.html
57share/doc/html/geomview/geomview_28.html 57share/doc/geomview/geomview_28.html
58share/doc/html/geomview/geomview_29.html 58share/doc/geomview/geomview_29.html
59share/doc/html/geomview/geomview_3.html 59share/doc/geomview/geomview_3.html
60share/doc/html/geomview/geomview_30.html 60share/doc/geomview/geomview_30.html
61share/doc/html/geomview/geomview_31.html 61share/doc/geomview/geomview_31.html
62share/doc/html/geomview/geomview_32.html 62share/doc/geomview/geomview_32.html
63share/doc/html/geomview/geomview_33.html 63share/doc/geomview/geomview_33.html
64share/doc/html/geomview/geomview_34.html 64share/doc/geomview/geomview_34.html
65share/doc/html/geomview/geomview_35.html 65share/doc/geomview/geomview_35.html
66share/doc/html/geomview/geomview_36.html 66share/doc/geomview/geomview_36.html
67share/doc/html/geomview/geomview_37.html 67share/doc/geomview/geomview_37.html
68share/doc/html/geomview/geomview_38.html 68share/doc/geomview/geomview_38.html
69share/doc/html/geomview/geomview_39.html 69share/doc/geomview/geomview_39.html
70share/doc/html/geomview/geomview_4.html 70share/doc/geomview/geomview_4.html
71share/doc/html/geomview/geomview_40.html 71share/doc/geomview/geomview_40.html
72share/doc/html/geomview/geomview_41.html 72share/doc/geomview/geomview_41.html
73share/doc/html/geomview/geomview_42.html 73share/doc/geomview/geomview_42.html
74share/doc/html/geomview/geomview_43.html 74share/doc/geomview/geomview_43.html
75share/doc/html/geomview/geomview_44.html 75share/doc/geomview/geomview_44.html
76share/doc/html/geomview/geomview_45.html 76share/doc/geomview/geomview_45.html
77share/doc/html/geomview/geomview_46.html 77share/doc/geomview/geomview_46.html
78share/doc/html/geomview/geomview_47.html 78share/doc/geomview/geomview_47.html
79share/doc/html/geomview/geomview_48.html 79share/doc/geomview/geomview_48.html
80share/doc/html/geomview/geomview_49.html 80share/doc/geomview/geomview_49.html
81share/doc/html/geomview/geomview_5.html 81share/doc/geomview/geomview_5.html
82share/doc/html/geomview/geomview_50.html 82share/doc/geomview/geomview_50.html
83share/doc/html/geomview/geomview_51.html 83share/doc/geomview/geomview_51.html
84share/doc/html/geomview/geomview_52.html 84share/doc/geomview/geomview_52.html
85share/doc/html/geomview/geomview_53.html 85share/doc/geomview/geomview_53.html
86share/doc/html/geomview/geomview_54.html 86share/doc/geomview/geomview_54.html
87share/doc/html/geomview/geomview_55.html 87share/doc/geomview/geomview_55.html
88share/doc/html/geomview/geomview_56.html 88share/doc/geomview/geomview_56.html
89share/doc/html/geomview/geomview_57.html 89share/doc/geomview/geomview_57.html
90share/doc/html/geomview/geomview_58.html 90share/doc/geomview/geomview_58.html
91share/doc/html/geomview/geomview_59.html 91share/doc/geomview/geomview_59.html
92share/doc/html/geomview/geomview_6.html 92share/doc/geomview/geomview_6.html
93share/doc/html/geomview/geomview_60.html 93share/doc/geomview/geomview_60.html
94share/doc/html/geomview/geomview_61.html 94share/doc/geomview/geomview_61.html
95share/doc/html/geomview/geomview_62.html 95share/doc/geomview/geomview_62.html
96share/doc/html/geomview/geomview_63.html 96share/doc/geomview/geomview_63.html
97share/doc/html/geomview/geomview_64.html 97share/doc/geomview/geomview_64.html
98share/doc/html/geomview/geomview_65.html 98share/doc/geomview/geomview_65.html
99share/doc/html/geomview/geomview_66.html 99share/doc/geomview/geomview_66.html
100share/doc/html/geomview/geomview_67.html 100share/doc/geomview/geomview_67.html
101share/doc/html/geomview/geomview_68.html 101share/doc/geomview/geomview_68.html
102share/doc/html/geomview/geomview_69.html 102share/doc/geomview/geomview_69.html
103share/doc/html/geomview/geomview_7.html 103share/doc/geomview/geomview_7.html
104share/doc/html/geomview/geomview_70.html 104share/doc/geomview/geomview_70.html
105share/doc/html/geomview/geomview_71.html 105share/doc/geomview/geomview_71.html
106share/doc/html/geomview/geomview_72.html 106share/doc/geomview/geomview_72.html
107share/doc/html/geomview/geomview_73.html 107share/doc/geomview/geomview_73.html
108share/doc/html/geomview/geomview_74.html 108share/doc/geomview/geomview_74.html
109share/doc/html/geomview/geomview_75.html 109share/doc/geomview/geomview_75.html
110share/doc/html/geomview/geomview_76.html 110share/doc/geomview/geomview_76.html
111share/doc/html/geomview/geomview_77.html 111share/doc/geomview/geomview_77.html
112share/doc/html/geomview/geomview_78.html 112share/doc/geomview/geomview_78.html
113share/doc/html/geomview/geomview_79.html 113share/doc/geomview/geomview_79.html
114share/doc/html/geomview/geomview_8.html 114share/doc/geomview/geomview_8.html
115share/doc/html/geomview/geomview_80.html 115share/doc/geomview/geomview_80.html
116share/doc/html/geomview/geomview_81.html 116share/doc/geomview/geomview_81.html
117share/doc/html/geomview/geomview_82.html 117share/doc/geomview/geomview_82.html
118share/doc/html/geomview/geomview_83.html 118share/doc/geomview/geomview_83.html
119share/doc/html/geomview/geomview_84.html 119share/doc/geomview/geomview_84.html
120share/doc/html/geomview/geomview_85.html 120share/doc/geomview/geomview_85.html
121share/doc/html/geomview/geomview_86.html 121share/doc/geomview/geomview_86.html
122share/doc/html/geomview/geomview_9.html 122share/doc/geomview/geomview_9.html
123share/doc/html/geomview/geomview_toc.html 123share/doc/geomview/geomview_toc.html
124share/doc/html/geomview/index.html 124share/doc/geomview/index.html
125share/doc/html/geomview/pix/ap.gif 125share/doc/geomview/pix/ap.gif
126share/doc/html/geomview/pix/cam.gif 126share/doc/geomview/pix/cam.gif
127share/doc/html/geomview/pix/color.gif 127share/doc/geomview/pix/color.gif
128share/doc/html/geomview/pix/command.gif 128share/doc/geomview/pix/command.gif
129share/doc/html/geomview/pix/fig2.gif 129share/doc/geomview/pix/fig2.gif
130share/doc/html/geomview/pix/initial.gif 130share/doc/geomview/pix/initial.gif
131share/doc/html/geomview/pix/light.gif 131share/doc/geomview/pix/light.gif
132share/doc/html/geomview/pix/load.gif 132share/doc/geomview/pix/load.gif
133share/doc/html/geomview/pix/main.gif 133share/doc/geomview/pix/main.gif
134share/doc/html/geomview/pix/mat.gif 134share/doc/geomview/pix/mat.gif
135share/doc/html/geomview/pix/myfilelist.gif 135share/doc/geomview/pix/myfilelist.gif
136share/doc/html/geomview/pix/save.gif 136share/doc/geomview/pix/save.gif
137share/doc/html/geomview/pix/secondlinelist.gif 137share/doc/geomview/pix/secondlinelist.gif
138share/doc/html/geomview/pix/tools.gif 138share/doc/geomview/pix/tools.gif
139share/doc/html/geomview/pix/trefdodecinter.gif 139share/doc/geomview/pix/trefdodecinter.gif
140share/doc/html/geomview/pix/world.gif 140share/doc/geomview/pix/world.gif
141share/examples/geomview/example1.c 141share/examples/geomview/example1.c
142share/examples/geomview/example2.c 142share/examples/geomview/example2.c
143share/examples/geomview/example3.c 143share/examples/geomview/example3.c
144share/examples/geomview/example4.tcl 144share/examples/geomview/example4.tcl
145share/geomview/data/.geomview 145share/geomview/data/.geomview
146share/geomview/data/cmap.fmap 146share/geomview/data/cmap.fmap
147share/geomview/data/geom/HingeCube 147share/geomview/data/geom/HingeCube
148share/geomview/data/geom/HingeDiamond 148share/geomview/data/geom/HingeDiamond
149share/geomview/data/geom/HingeDodec 149share/geomview/data/geom/HingeDodec
150share/geomview/data/geom/HingeLongcube 150share/geomview/data/geom/HingeLongcube
151share/geomview/data/geom/HingeTetra 151share/geomview/data/geom/HingeTetra
152share/geomview/data/geom/HingeTriangle 152share/geomview/data/geom/HingeTriangle
153share/geomview/data/geom/abstr.off 153share/geomview/data/geom/abstr.off