Skip to content

Commit

Permalink
Merge from vendor branch FIX_VENDOR:
Browse files Browse the repository at this point in the history
import geomview 1.9.4

General purpose interactive viewing program for Unix. It is used
mostly for 3D graphics but can display data in 2D and 4D as well.

from patsy (MAINTAINER), with some tweaks by me

ok aja@ landry@
  • Loading branch information
jasperla committed Apr 11, 2011
2 parents 638399a + 3ebae4f commit 8ffbe8b
Show file tree
Hide file tree
Showing 5 changed files with 1,008 additions and 0 deletions.
57 changes: 57 additions & 0 deletions graphics/geomview/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/04/11 07:43:34 jasper Exp $

COMMENT = geometry viewer for OOGL file formats

DISTNAME = geomview-1.9.4
CATEGORIES = graphics

HOMEPAGE = http://www.geomview.org
MAINTAINER = Patsy <[email protected]>

# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes

MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=geomview/}

MODULES = converters/libiconv

RUN_DEPENDS = graphics/netpbm \
print/ps2eps

LIB_DEPENDS = x11/openmotif

WANTLIB += ICE SM X11 Xau Xdmcp Xext Xft Xm Xmu Xrender Xt c expat
WANTLIB += fontconfig freetype jpeg m png pthread-stubs
WANTLIB += stdc++ xcb z

USE_GMAKE = Yes
USE_LIBTOOL = Yes

CONFIGURE_STYLE=gnu
CONFIGURE_ARGS = --without-opengl
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -Dalloca=alloca"

MAN1_PAGES = animate.1 anytooff.1 anytoucd.1 bdy.1 bez2mesh.1 clip.1 \
geomview.1 hvectext.1 math2oogl.1 nose.1 offconsol.1 \
oogl2rib.1 oogl2vrml.1 polymerge.1 togeomview.1 ucdtooff.1 \
vrml2oogl.1
MAN3_PAGES = anytopl.3 bdy.3 fsaparse.3 geomutil.3 plcombine.3 plconsol.3 \
lisp.3
MAN5_PAGES = discgrp.5 oogl.5 geomview.5

post-install:
.for i in ${MAN1_PAGES}
mv ${PREFIX}/man/man1/${i}gv ${PREFIX}/man/man1/${i}
.endfor
.for i in ${MAN3_PAGES}
mv ${PREFIX}/man/man3/${i}gv ${PREFIX}/man/man3/${i}
.endfor
.for i in ${MAN5_PAGES}
mv ${PREFIX}/man/man5/${i}gv ${PREFIX}/man/man5/${i}
.endfor
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/geomview/html/

.include <bsd.port.mk>
5 changes: 5 additions & 0 deletions graphics/geomview/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MD5 (geomview-1.9.4.tar.gz) = Kcfm1nive5lomA+SlUQZuw==
RMD160 (geomview-1.9.4.tar.gz) = rffIunRduf8APj7XQIk3mypyxxI=
SHA1 (geomview-1.9.4.tar.gz) = teBN/uXO9GZVdmwkVhmZBYMs1Fw=
SHA256 (geomview-1.9.4.tar.gz) = BkesuFgmCYNuWIuXp/FvcLCO249p1rQvl5TBQuBPdaY=
SIZE (geomview-1.9.4.tar.gz) = 4969606
2 changes: 2 additions & 0 deletions graphics/geomview/pkg/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
General purpose interactive viewing program for Unix. It is used
mostly for 3D graphics but can display data in 2D and 4D as well.
3 changes: 3 additions & 0 deletions graphics/geomview/pkg/PFRAG.shared
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2011/04/11 07:43:34 jasper Exp $
lib/lib${FULLPKGNAME}.so
lib/libgeomview.so
Loading

0 comments on commit 8ffbe8b

Please sign in to comment.