summaryrefslogtreecommitdiff
path: root/graphics/xd3d
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-05 09:05:06 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-05 09:05:06 +0000
commitd3dae7dbe7ff21bb62539a9fac6d83d4e266085e (patch)
treea3b10543b49b155e882f25b403121eb113e2a27a /graphics/xd3d
parent- Update to version 4.3.1 (diff)
- Update to version 8.1.3
* Fix the bug with $LANG PR: 59877 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=95115
Diffstat (limited to 'graphics/xd3d')
-rw-r--r--graphics/xd3d/Makefile6
-rw-r--r--graphics/xd3d/distinfo2
-rw-r--r--graphics/xd3d/files/RULES.FreeBSD81
-rw-r--r--graphics/xd3d/pkg-plist6
4 files changed, 10 insertions, 85 deletions
diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile
index 935cbc4ac13c..9fc5a14900b1 100644
--- a/graphics/xd3d/Makefile
+++ b/graphics/xd3d/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xd3d
-PORTVERSION= 8.0.3
+PORTVERSION= 8.1.0
CATEGORIES= graphics math
MASTER_SITES= http://www.cmap.polytechnique.fr/~jouve/xd3d/
@@ -45,7 +45,7 @@ F77?= f77
FFLAGS?= -O
MEMORY_XD3D?= 64
-.if defined(LANG) && ${LANG:M${fr}*} != ""
+.if defined(LANG) && ${LANG:Mfr*} != ""
XD3D_LANG= FRANCAIS
.else
XD3D_LANG= ENGLISH
@@ -63,7 +63,7 @@ do-fetch:
.endif
post-patch:
- @${CP} ${FILESDIR}/RULES.FreeBSD ${WRKSRC}/RULES
+ @${CP} ${WRKSRC}/RULES.freeBSD ${WRKSRC}/RULES
@${REINPLACE_CMD} -e "s|%%WRKSRC%%|${WRKSRC}|" \
-e "s|%%PREFIX%%|${PREFIX}|" \
-e "s|%%X11BASE%%|${X11BASE}|" \
diff --git a/graphics/xd3d/distinfo b/graphics/xd3d/distinfo
index 68ce49000126..86677dabb9db 100644
--- a/graphics/xd3d/distinfo
+++ b/graphics/xd3d/distinfo
@@ -1 +1 @@
-MD5 (xd3d-8.0.3.tar.gz) = 88cf3c67afd4adc2c7d485db469846ac
+MD5 (xd3d-8.1.0.tar.gz) = 23ed0a540a4b5be2781083d627ef7cd1
diff --git a/graphics/xd3d/files/RULES.FreeBSD b/graphics/xd3d/files/RULES.FreeBSD
deleted file mode 100644
index c44f373dca60..000000000000
--- a/graphics/xd3d/files/RULES.FreeBSD
+++ /dev/null
@@ -1,81 +0,0 @@
-#--------------------------------------------------------
-# Configuration file for the Makefiles of xd3d |
-# François Jouve 2003 (Francois.Jouve@Polytechnique.fr) |
-#--------------------------------------------------------
-
-#
-# Modifiable parameters
-#
-
-#
-# Root directory of the distribution
-#
-#XD3D_DIR = $(HOME)/xd3d-8.0.2
-XD3D_DIR = %%WRKSRC%%
-
-#
-# Install directory
-#
-#INSTALL_DIR = /usr/local/bin
-INSTALL_DIR = %%PREFIX%%/bin
-
-#
-# Location of the X11 lib (libX11.a)
-#
-#LIBX11 = /usr/X11R6/lib
-LIBX11 = %%X11BASE%%/lib
-
-#
-# Language parameter
-#
-#LANGUAGE = FRANCAIS
-#LANGUAGE = ENGLISH
-LANGUAGE = %%LANG%%
-
-#
-# Max memory for xd3d (MBytes)
-#
-#MEMORY_XD3D = 64
-MEMORY_XD3D = %%MEMORY_XD3D%%
-
-#
-# Fortran compiler
-#
-COMPILF = %%F77%%
-
-#
-# C compiler
-#
-COMPILC = %%CC%%
-RANLIB = ranlib
-AR = ar r
-STRIP = strip $@
-
-#
-# Options for the Fortran compiler
-#
-OPTF = %%FFLAGS%% -malign-double
-#
-# Options for the C compiler
-#
-OPTC = %%CFLAGS%% -malign-double
-
-#-----------------------------------------------
-# You should not need to change anything below !
-#-----------------------------------------------
-
-SRCDIR = $(XD3D_DIR)/src
-BINDIR = $(XD3D_DIR)/bin
-LIBDIR = $(XD3D_DIR)/lib
-INCF = -I$(XD3D_DIR)/src/include
-INCC = -I$(LIBX11)/../include
-
-LINK = $(COMPILF) $(OPTF) -o
-LINKOPT = -lc -lm
-LINKOPTX = -L$(LIBX11) -lX11 -lXpm -lc -lm
-LIBRAIRIE = $(LIBDIR)/question_lib.a
-MYXLIB = $(LIBDIR)/my_Xlib.a
-INTERP = $(LIBDIR)/interp.a
-
-.f.o: ; $(COMPILF) $(INCF) $(OPTF) -c $*.f
-.c.o: ; $(COMPILC) $(INCC) $(OPTC) -D$(LANGUAGE) -c $*.c
diff --git a/graphics/xd3d/pkg-plist b/graphics/xd3d/pkg-plist
index 3dbafaaca1a3..29fa33aeceed 100644
--- a/graphics/xd3d/pkg-plist
+++ b/graphics/xd3d/pkg-plist
@@ -39,7 +39,12 @@ bin/xgraphic
%%PORTDOCS%%%%EXAMPLESDIR%%/example_cartesian.c3d
%%PORTDOCS%%%%EXAMPLESDIR%%/example_cyl.c3d
%%PORTDOCS%%%%EXAMPLESDIR%%/example_sph.c3d
+%%PORTDOCS%%%%EXAMPLESDIR%%/home.pgm
+%%PORTDOCS%%%%EXAMPLESDIR%%/mesh3.am
+%%PORTDOCS%%%%EXAMPLESDIR%%/mesh3.am_fmt
+%%PORTDOCS%%%%EXAMPLESDIR%%/mesh3.amdba
%%PORTDOCS%%%%EXAMPLESDIR%%/mesh3.avoir2D
+%%PORTDOCS%%%%EXAMPLESDIR%%/mesh3.msh
%%PORTDOCS%%%%EXAMPLESDIR%%/mesh3.nopo
%%PORTDOCS%%%%EXAMPLESDIR%%/quadsd.avoir2D
%%PORTDOCS%%%%EXAMPLESDIR%%/quadsd.depl
@@ -59,6 +64,7 @@ bin/xgraphic
%%PORTDOCS%%%%EXAMPLESDIR%%/tower_006.mode
%%PORTDOCS%%%%EXAMPLESDIR%%/tower_007.mode
%%PORTDOCS%%%%EXAMPLESDIR%%/tower_008.mode
+%%PORTDOCS%%%%EXAMPLESDIR%%/tower.facext
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Xgraphic
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%