From 0ad76c3a2a43b6c2a6f0b2e6b7caf88e93a1764c Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Mon, 28 Dec 1998 21:44:41 +0000 Subject: - upgrade to 1.01 - drop IS_INTERACTIVE: choose povray support - added MAINTAINER (ports@FreeBSD.ORG) - USE_XLIB - honor ${NOPORTDOCS} - other minor clean-up --- graphics/sced/Makefile | 29 ++-- graphics/sced/distinfo | 2 +- graphics/sced/files/patch-ab | 369 +++++++++++++++++++++++++++++++++++++++++++ graphics/sced/pkg-plist | 11 +- 4 files changed, 392 insertions(+), 19 deletions(-) create mode 100644 graphics/sced/files/patch-ab (limited to 'graphics/sced') diff --git a/graphics/sced/Makefile b/graphics/sced/Makefile index 31eb5e02a553..9a21cc666101 100644 --- a/graphics/sced/Makefile +++ b/graphics/sced/Makefile @@ -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 diff --git a/graphics/sced/distinfo b/graphics/sced/distinfo index 6192c65e2244..72fb76acfa4a 100644 --- a/graphics/sced/distinfo +++ b/graphics/sced/distinfo @@ -1 +1 @@ -MD5 (sced-0.94.tar.gz) = 588986e2b9d0129d4fed5b3ac638a938 +MD5 (sced-1.01.tar.gz) = b1810c96168f7735fb9b1c0d4f89a002 diff --git a/graphics/sced/files/patch-ab b/graphics/sced/files/patch-ab new file mode 100644 index 000000000000..4b0eae706375 --- /dev/null +++ b/graphics/sced/files/patch-ab @@ -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 <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <