1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- upgrade to 1.01

- drop IS_INTERACTIVE: choose povray support
- added MAINTAINER (ports@FreeBSD.ORG)
- USE_XLIB
- honor ${NOPORTDOCS}
- other minor clean-up
This commit is contained in:
Dirk Froemberg 1998-12-28 21:44:41 +00:00
parent 2e2e2f52dd
commit 0ad76c3a2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15690
4 changed files with 392 additions and 19 deletions

View File

@ -3,22 +3,31 @@
# Date created: 27 Dec 1996
# Whom: proff@iq.org
#
# $Id: Makefile,v 1.2 1997/02/18 10:09:08 obrien Exp $
# $Id: Makefile,v 1.3 1997/02/19 04:58:23 asami Exp $
#
DISTNAME= sced-0.94
DISTNAME= sced-1.01
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.cs.su.oz.au/stephen/sced/src/
MASTER_SITES= http://www.cs.berkeley.edu/~schenney/sced/src/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
GNU_CONFIGURE= true
IS_INTERACTIVE= true
MAINTAINER= ports@FreeBSD.ORG
do-install: all
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray
USE_XLIB= yes
GNU_CONFIGURE= yes
MAN1= sced.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sced ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/doc/sced
${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/sced
${MKDIR} ${PREFIX}/lib/sced/tutorials
${INSTALL_DATA} ${WRKSRC}/tutorials/* ${PREFIX}/lib/sced/tutorials
${INSTALL_MAN} ${WRKSRC}/docs/man/man1/sced.1 ${PREFIX}/man/man1
${MKDIR} ${PREFIX}/lib/sced
${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/lib/sced
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/sced
${INSTALL_DATA} ${WRKSRC}/docs/guide.* ${PREFIX}/share/doc/sced
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (sced-0.94.tar.gz) = 588986e2b9d0129d4fed5b3ac638a938
MD5 (sced-1.01.tar.gz) = b1810c96168f7735fb9b1c0d4f89a002

View File

@ -0,0 +1,369 @@
--- configure.orig Thu Jun 25 21:43:01 1998
+++ configure Sun Dec 27 02:18:54 1998
@@ -2398,7 +2398,7 @@
cached=n
sc_cv_sup_povray=yes
answer=
- read answer
+ echo
if test ! -z "$answer"; then
if test ! \( "$answer" = "y" -o "$answer" = "Y" \) ; then
sc_cv_sup_povray=no
@@ -2419,8 +2419,8 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
cached=n
- sc_cv_prog_povray=
- read sc_cv_prog_povray
+ sc_cv_prog_povray=${prefix}/bin/povray
+ echo $sc_cv_prog_povray
fi
@@ -2433,8 +2433,8 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
cached=n
- sc_cv_opt_povray=
- read sc_cv_opt_povray
+ sc_cv_opt_povray="+d +p"
+ echo $sc_cv_opt_povray
fi
@@ -2454,262 +2454,6 @@
echo
-echo $ac_n Radiance support [y]?" $ac_c"
-cached=
-if eval "test \"`echo '$''{'sc_cv_sup_radiance'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- cached=n
- sc_cv_sup_radiance=yes
- answer=
- read answer
- if test ! -z "$answer"; then
- if test ! \( "$answer" = "y" -o "$answer" = "Y" \) ; then
- sc_cv_sup_radiance=no
- else
- sc_cv_sup_radiance=yes
- fi
- fi
-fi
-
- if test -z "$cached"; then
- echo "$ac_t""$sc_cv_sup_radiance" 1>&6
- fi
-
-if test ! "$sc_cv_sup_radiance" = "no"; then
- echo $ac_n Radiance path?" $ac_c"
- cached=
- if eval "test \"`echo '$''{'sc_cv_prog_radiance'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- cached=n
- sc_cv_prog_radiance=
- read sc_cv_prog_radiance
-
-fi
-
- if test -z "$cached"; then
- echo "$ac_t""$sc_cv_prog_radiance" 1>&6
- fi
- echo $ac_n Radiance arguments?" $ac_c"
- cached=
- if eval "test \"`echo '$''{'sc_cv_opt_radiance'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- cached=n
- sc_cv_opt_radiance=
- read sc_cv_opt_radiance
-
-fi
-
- if test -z "$cached"; then
- echo "$ac_t""$sc_cv_opt_radiance" 1>&6
- fi
- radiance_support=1
- RADIANCE_SRC=\$\(C_DIR\)/radiance.c
- RADIANCE_OBJ=\$\(C_DIR\)/radiance.o
-else
- sc_cv_prog_radiance=
- sc_cv_opt_radiance=
- radiance_support=0
- RADIANCE_SRC=
- RADIANCE_OBJ=
-fi
-
-echo
-
-echo $ac_n Rayshade support [y]?" $ac_c"
-cached=
-if eval "test \"`echo '$''{'sc_cv_sup_rayshade'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- cached=n
- answer=
- sc_cv_sup_rayshade=yes
- read answer
- if test ! -z "$answer"; then
- if test ! \( "$answer" = "y" -o "$answer" = "Y" \) ; then
- sc_cv_sup_rayshade=no
- else
- sc_cv_sup_rayshade=yes
- fi
- fi
-fi
-
- if test -z "$cached"; then
- echo "$ac_t""$sc_cv_sup_rayshade" 1>&6
- fi
-
-if test ! "$sc_cv_sup_rayshade" = "no"; then
- echo $ac_n Rayshade path?" $ac_c"
- cached=
- if eval "test \"`echo '$''{'sc_cv_prog_rayshade'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- cached=n
- sc_cv_prog_rayshade=
- read sc_cv_prog_rayshade
-
-fi
-
- if test -z "$cached"; then
- echo "$ac_t""$sc_cv_prog_rayshade" 1>&6
- fi
- echo $ac_n Rayshade arguments?" $ac_c"
- cached=
- if eval "test \"`echo '$''{'sc_cv_opt_rayshade'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- cached=n
- sc_cv_opt_rayshade=
- read sc_cv_opt_rayshade
-
-fi
-
- if test -z "$cached"; then
- echo "$ac_t""$sc_cv_opt_rayshade" 1>&6
- fi
- rayshade_support=1
- RAYSHADE_SRC=\$\(C_DIR\)/rayshade.c
- RAYSHADE_OBJ=\$\(C_DIR\)/rayshade.o
-else
- sc_cv_prog_rayshade=
- sc_cv_opt_rayshade=
- rayshade_support=0
- RAYSHADE_SRC=
- RAYSHADE_OBJ=
-fi
-
-echo
-
-echo $ac_n Renderman support [y]?" $ac_c"
-cached=
-if eval "test \"`echo '$''{'sc_cv_sup_renderman'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- cached=n
- sc_cv_sup_renderman=yes
- answer=
- read answer
- if test ! -z "$answer"; then
- if test ! \( "$answer" = "y" -o "$answer" = "Y" \) ; then
- sc_cv_sup_renderman=no
- else
- sc_cv_sup_renderman=yes
- fi
- fi
-fi
-
- if test -z "$cached"; then
- echo "$ac_t""$sc_cv_sup_renderman" 1>&6
- fi
-
-if test ! "$sc_cv_sup_renderman" = "no"; then
- echo $ac_n Renderman path?" $ac_c"
- cached=
- if eval "test \"`echo '$''{'sc_cv_prog_renderman'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- sc_cv_prog_renderman=
- read sc_cv_prog_renderman
- cached=n
-
-fi
-
- if test -z "$cached"; then
- echo "$ac_t""$sc_cv_prog_renderman" 1>&6
- fi
- echo $ac_n Renderman arguments?" $ac_c"
- cached=
- if eval "test \"`echo '$''{'sc_cv_opt_renderman'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- sc_cv_opt_renderman=
- read sc_cv_opt_renderman
- cached=n
-
-fi
-
- if test -z "$cached"; then
- echo "$ac_t""$sc_cv_opt_renderman" 1>&6
- fi
- renderman_support=1
- RENDERMAN_SRC=\$\(C_DIR\)/renderman.c
- RENDERMAN_OBJ=\$\(C_DIR\)/renderman.o
-else
- sc_cv_prog_renderman=
- sc_cv_opt_renderman=
- renderman_support=0
- RENDERMAN_SRC=
- RENDERMAN_OBJ=
-fi
-
-echo
-
-echo $ac_n VRML support [y]?" $ac_c"
-cached=
-if eval "test \"`echo '$''{'sc_cv_sup_vrml'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- sc_cv_sup_vrml=yes
- answer=
- read answer
- cached=n
- if test ! -z "$answer"; then
- if test ! \( "$answer" = "y" -o "$answer" = "Y" \) ; then
- sc_cv_sup_vrml=no
- else
- sc_cv_sup_vrml=yes
- fi
- fi
-fi
-
- if test -z "$cached"; then
- echo "$ac_t""$sc_cv_sup_vrml" 1>&6
- fi
-
-if test ! "$sc_cv_sup_vrml" = "no"; then
- echo $ac_n VRML path?" $ac_c"
- cached=
- if eval "test \"`echo '$''{'sc_cv_prog_vrml'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- sc_cv_prog_vrml=
- read sc_cv_prog_vrml
- cached=n
-
-fi
-
- if test -z "$cached"; then
- echo "$ac_t""$sc_cv_prog_vrml" 1>&6
- fi
- echo $ac_n VRML arguments?" $ac_c"
- cached=
- if eval "test \"`echo '$''{'sc_cv_opt_vrml'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- sc_cv_opt_vrml=
- read sc_cv_opt_vrml
- cached=n
-
-fi
-
- if test -z "$cached"; then
- echo "$ac_t""$sc_cv_opt_vrml" 1>&6
- fi
- vrml_support=1
- VRML_SRC=\$\(C_DIR\)/vrml.c
- VRML_OBJ=\$\(C_DIR\)/vrml.o
-else
- sc_cv_prog_vrml=
- sc_cv_opt_vrml=
- vrml_support=0
- VRML_SRC=
- VRML_OBJ=
-fi
-
-echo
-
#
# Add support for previous versions, if required.
#
@@ -2720,7 +2464,7 @@
else
sc_cv_oldvers=yes
vers_answer=
- read vers_answer
+ echo
if test ! -z "$vers_answer"; then
if test ! \( "$vers_answer" = "y" -o "$vers_answer" = "Y" \) ; then
sc_cv_oldvers=no
@@ -2785,51 +2529,51 @@
EOF
cat >> confdefs.h <<EOF
-#define RADIANCE_SUPPORT $radiance_support
+#define RADIANCE_SUPPORT 0
EOF
cat >> confdefs.h <<EOF
-#define RADIANCE_PATH "$sc_cv_prog_radiance"
+#define RADIANCE_PATH ""
EOF
cat >> confdefs.h <<EOF
-#define RADIANCE_OPTIONS "$sc_cv_opt_radiance"
+#define RADIANCE_OPTIONS ""
EOF
cat >> confdefs.h <<EOF
-#define RAYSHADE_SUPPORT $rayshade_support
+#define RAYSHADE_SUPPORT 0
EOF
cat >> confdefs.h <<EOF
-#define RAYSHADE_PATH "$sc_cv_prog_rayshade"
+#define RAYSHADE_PATH ""
EOF
cat >> confdefs.h <<EOF
-#define RAYSHADE_OPTIONS "$sc_cv_opt_rayshade"
+#define RAYSHADE_OPTIONS ""
EOF
cat >> confdefs.h <<EOF
-#define RENDERMAN_SUPPORT $renderman_support
+#define RENDERMAN_SUPPORT 0
EOF
cat >> confdefs.h <<EOF
-#define RENDERMAN_PATH "$sc_cv_prog_renderman"
+#define RENDERMAN_PATH ""
EOF
cat >> confdefs.h <<EOF
-#define RENDERMAN_OPTIONS "$sc_cv_opt_renderman"
+#define RENDERMAN_OPTIONS ""
EOF
cat >> confdefs.h <<EOF
-#define VRML_SUPPORT $vrml_support
+#define VRML_SUPPORT 0
EOF
cat >> confdefs.h <<EOF
-#define VRML_PATH "$sc_cv_prog_vrml"
+#define VRML_PATH ""
EOF
cat >> confdefs.h <<EOF
-#define VRML_OPTIONS "$sc_cv_opt_vrml"
+#define VRML_OPTIONS ""
EOF
cat >> confdefs.h <<EOF

View File

@ -1,11 +1,6 @@
bin/sced
share/doc/sced/Makefile
share/doc/sced/elk_guide.mm
share/doc/sced/elk_guide.ps
share/doc/sced/guide.mm
share/doc/sced/guide.ps
@dirrm share/doc/sced
lib/sced/tutorials/starting.html
lib/sced/scenerc
@dirrm lib/sced/tutorials
share/doc/sced/guide.dvi
share/doc/sced/guide.tex
@dirrm lib/sced
@dirrm share/doc/sced