1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Initial import of 4va version 1.21.

A four-dimensional graphics tumbler for X-Windows.

PR:		7412
Submitted by:	Malte Lance <malte.lance@gmx.net>
This commit is contained in:
Steve Price 1998-08-19 22:48:18 +00:00
parent bf7d58180e
commit 40d80ef6fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12660
6 changed files with 76 additions and 0 deletions

37
graphics/4va/Makefile Normal file
View File

@ -0,0 +1,37 @@
# New ports collection makefile for: 4va
# Version required: 1.21
# Date created: 26 July 1998
# Whom: Malte Lance <malte.lance@gmx.net>
#
# $Id$
#
DISTNAME= 4va-1.21
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/graphics/hacks/X
EXTRACT_SUFX= .tgz
MAINTAINER= malte.lance@gmx.net
MAN1= 4va.1
4VA_REL_DATA_DIR= share/4va-1.21
4VA_DATA_FILES= 16cell.4vd 24cell.4vd 5cell.4vd 600cell.4vd ctor.4vd \
ctor2.4vd hcube.4vd hsph.4vd sin.4vd tripris.4vd
post-extract:
@chmod -R go-x ${WRKSRC}/
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/4va ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/4vdmake ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ctorus ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/cutctorus ${PREFIX}/bin
${MKDIR} ${PREFIX}/${4VA_REL_DATA_DIR}
for i in ${4VA_DATA_FILES}; do \
${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${4VA_REL_DATA_DIR}; \
done
${INSTALL_MAN} ${WRKSRC}/4va.man ${PREFIX}/man/man1/4va.1
.include <bsd.port.mk>

1
graphics/4va/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (4va-1.21.tgz) = 389cd8dc25cf9836fa6dfedfc34d99b9

View File

@ -0,0 +1,13 @@
--- Makefile.orig Fri Sep 4 00:58:45 1992
+++ Makefile Mon Jul 27 12:10:06 1998
@@ -2,8 +2,8 @@
# Please send questions or bugs to mdw1@crux2.cit.cornell.edu
CC = cc
-CLIBS = -lm -lX11
-CFLAGS = -O
+CLIBS = -lm -L/usr/X11R6/lib -lX11
+CFLAGS = -I/usr/X11R6/include -O2 -fexpensive-optimizations -fomit-frame-pointer
all: 4va ctorus cutctorus 4vdmake

1
graphics/4va/pkg-comment Normal file
View File

@ -0,0 +1 @@
Four-Dimensional graphics tumbler for X-Windows

10
graphics/4va/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
Included in this package are:
4va:
4va is a fourth dimensional visualization program for X- Windows.
It takes as input a file describing an object in up to 4 dimensions
and tumbles it in a window according to rotation values given on the
command line.
Ctorus, cutctorus, 4vdmake:
These three programs are object file generators for 4va.

14
graphics/4va/pkg-plist Normal file
View File

@ -0,0 +1,14 @@
bin/4va
bin/4vdmake
bin/ctorus
bin/cutctorus
share/4va-1.21/16cell.4vd
share/4va-1.21/24cell.4vd
share/4va-1.21/5cell.4vd
share/4va-1.21/600cell.4vd
share/4va-1.21/ctor.4vd
share/4va-1.21/ctor2.4vd
share/4va-1.21/hcube.4vd
share/4va-1.21/hsph.4vd
share/4va-1.21/sin.4vd
share/4va-1.21/tripris.4vd