diff options
Diffstat (limited to 'graphics')
40 files changed, 0 insertions, 951 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 04fc4e7eac2d..799cb2f1bbe6 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -74,7 +74,6 @@ SUBDIR += cairomm SUBDIR += cal3d SUBDIR += cal3d-devel - SUBDIR += camediaplay SUBDIR += camera SUBDIR += camerakit SUBDIR += cbrpager @@ -86,7 +85,6 @@ SUBDIR += chbg SUBDIR += cimg SUBDIR += cinepaint - SUBDIR += claraocr SUBDIR += clutter SUBDIR += clutter-box2d SUBDIR += clutter-gtk @@ -578,7 +576,6 @@ SUBDIR += mapyrus SUBDIR += mate-document-viewer SUBDIR += mate-image-viewer - SUBDIR += maverik SUBDIR += megapov SUBDIR += mesa-demos SUBDIR += meshviewer @@ -618,7 +615,6 @@ SUBDIR += opencv SUBDIR += opencv-core SUBDIR += opencv-java - SUBDIR += opendis SUBDIR += opendx SUBDIR += opengl-man SUBDIR += opengtl @@ -781,7 +777,6 @@ SUBDIR += pixie SUBDIR += pixmap SUBDIR += plasma-kmod - SUBDIR += plotmtv SUBDIR += plotutils SUBDIR += png SUBDIR += png2html @@ -896,7 +891,6 @@ SUBDIR += quat-gui SUBDIR += quesa SUBDIR += quesoglc - SUBDIR += qvplay SUBDIR += qxv SUBDIR += radius-engine SUBDIR += raster3d @@ -984,7 +978,6 @@ SUBDIR += structuresynth SUBDIR += svg2pdf SUBDIR += svg2png - SUBDIR += svg2swf SUBDIR += svgalib SUBDIR += svgfig SUBDIR += swfdec diff --git a/graphics/camediaplay/Makefile b/graphics/camediaplay/Makefile deleted file mode 100644 index e1eb9549ea2d..000000000000 --- a/graphics/camediaplay/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Jun-ichiro itojun Itoh <itojun@itojun.org> -# $FreeBSD$ - -PORTNAME= camediaplay -PORTVERSION= 20010211 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.itojun.org/pub/digi-cam/C-400L/unix/ \ - ftp://ftp.digipri.co.jp/pub/free-software/Olympus/C-400L/unix/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Digital camera downloading tool for Epson/Sanyo/Olympus/Agfa camera - -WRKSRC= ${WRKDIR}/${PORTNAME}/build - -DEPRECATED= Unmaintained since 2001 -EXPIRATION_DATE= 2014-04-12 -GNU_CONFIGURE= yes -CONFIGURE_ENV= OPTFLAG="" -MAN1= camediaplay.1 - -NO_STAGE= yes -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/camediaplay -.for file in PROTOCOL README.english README.japanese - ${INSTALL_DATA} ${WRKSRC}/../${file} ${PREFIX}/share/doc/camediaplay -.endfor -.endif - -.include <bsd.port.mk> diff --git a/graphics/camediaplay/distinfo b/graphics/camediaplay/distinfo deleted file mode 100644 index 7f9ad64fc0e1..000000000000 --- a/graphics/camediaplay/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (camediaplay-20010211.tar.gz) = 0a1d59458a364be97c77e26cd1eafced634dcf926a00b7c0e2664aa0c0be0948 -SIZE (camediaplay-20010211.tar.gz) = 48193 diff --git a/graphics/camediaplay/files/patch-src_main.c b/graphics/camediaplay/files/patch-src_main.c deleted file mode 100644 index 3954f4c2aba9..000000000000 --- a/graphics/camediaplay/files/patch-src_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ../src/main.c.orig 2011-09-16 09:04:34.000000000 +0800 -+++ ../src/main.c 2011-09-16 09:06:34.000000000 +0800 -@@ -1491,7 +1491,7 @@ cleanup() - uucpunlock(n0); - } - --void -+int - main(argc, argv) - int argc; - char **argv; diff --git a/graphics/camediaplay/files/patch-src_uucplock.c b/graphics/camediaplay/files/patch-src_uucplock.c deleted file mode 100644 index 622c37b52241..000000000000 --- a/graphics/camediaplay/files/patch-src_uucplock.c +++ /dev/null @@ -1,33 +0,0 @@ ---- ../src/uucplock.c.bak 1999-12-02 11:12:18.000000000 +0800 -+++ ../src/uucplock.c 2011-09-16 09:09:05.000000000 +0800 -@@ -37,9 +37,13 @@ static char sccsid[] = "@(#)uucplock.c 5 - - #include "config.h" - -+#include <sys/types.h> -+#include <stdio.h> -+#include <signal.h> - #include <sys/file.h> --#include <sys/dir.h> -+#include <dirent.h> - #include <errno.h> -+#include <unistd.h> - - #include "pathnames.h" - -@@ -49,6 +53,7 @@ static char sccsid[] = "@(#)uucplock.c 5 - * -1 - failure - */ - -+int - uu_lock(ttyname) - char *ttyname; - { -@@ -101,6 +106,7 @@ uu_lock(ttyname) - return(0); - } - -+int - uu_unlock(ttyname) - char *ttyname; - { diff --git a/graphics/camediaplay/pkg-descr b/graphics/camediaplay/pkg-descr deleted file mode 100644 index 5a235319369d..000000000000 --- a/graphics/camediaplay/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -camediaplay - Camediaplay is a data downloading tool (via serial) for Sanyo - digital camera engine. - It should work with: - - Olympus C-400/400L/800L, D-200L/300L - - Olympus C-410L - - Olympus C-420L/820L, D-220L/320L - - Epson CP-100/200/500 - - Sanyo DSC-V1/VPC-G1 - - Agfa ePhoto307 - -REPORTING BUGS - Please use one of the following methods: - - via http://www.itojun.org/cgi-bin/gnats-send-pr - - via e-mail to: itojun@itojun.org - -AUTHOR - Copyright(c) 1997 by Jun-ichiro Itoh. All rights reserved. - Jun-ichiro itojun Itoh <itojun@itojun.org> diff --git a/graphics/camediaplay/pkg-plist b/graphics/camediaplay/pkg-plist deleted file mode 100644 index 41445fcaae44..000000000000 --- a/graphics/camediaplay/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/camediaplay -%%PORTDOCS%%share/doc/camediaplay/PROTOCOL -%%PORTDOCS%%share/doc/camediaplay/README.english -%%PORTDOCS%%share/doc/camediaplay/README.japanese -%%PORTDOCS%%@dirrm share/doc/camediaplay diff --git a/graphics/claraocr/Makefile b/graphics/claraocr/Makefile deleted file mode 100644 index 47b66805c82f..000000000000 --- a/graphics/claraocr/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: petef -# $FreeBSD$ - -PORTNAME= claraocr -PORTVERSION= 20031214 -PORTREVISION= 4 -CATEGORIES= graphics accessibility -MASTER_SITES= GENTOO -MASTER_SITE_SUBDIR=distfiles -DISTNAME= clara-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Optical character recognition (OCR) utility - -RUN_DEPENDS= pnmenlarge:${PORTSDIR}/graphics/netpbm - -DEPRECATED= Unmaintained since 2001 -EXPIRATION_DATE= 2014-04-12 -USES= shebangfix perl5 -USE_XORG= x11 -MAKE_ENV= MKDIR="${MKDIR}" - -SHEBANG_FILES= clara.pl mkdoc.pl selthresh - -MAN1= clara-adv.1 clara-dev.1 clara.1 selthresh.1 - -NO_STAGE= yes -post-install: - ${INSTALL_DATA} ${WRKSRC}/selthresh.1 ${MAN1PREFIX}/man/man1/ - -.include <bsd.port.mk> diff --git a/graphics/claraocr/distinfo b/graphics/claraocr/distinfo deleted file mode 100644 index bbeb63cb75bd..000000000000 --- a/graphics/claraocr/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (clara-20031214.tar.gz) = baae846923004ac1b5b91f73057d5faf042eb499434e163b7ab6db88410bbce1 -SIZE (clara-20031214.tar.gz) = 451539 -SHA256 (patch_20080429.html) = 060c2fc65952d621f2eda30132de509452d8db7810fcf1fa73bec811b8946143 -SIZE (patch_20080429.html) = 2043 diff --git a/graphics/claraocr/files/patch-Makefile b/graphics/claraocr/files/patch-Makefile deleted file mode 100644 index ae85c2e34bb2..000000000000 --- a/graphics/claraocr/files/patch-Makefile +++ /dev/null @@ -1,73 +0,0 @@ ---- Makefile 2003-12-14 20:59:59.000000000 -0500 -+++ Makefile 2008-06-26 15:37:29.000000000 -0400 -@@ -29,22 +29,22 @@ - # Configure the destination directories: - # - #BINDIR=/usr/local/bin --BINDIR=/usr/bin -+BINDIR=${PREFIX}/bin - - #MANDIR=/usr/local/man/man1 --MANDIR=/usr/man/man1 -+MANDIR=${PREFIX}/man/man1 - - #DOCDIR=/usr/local/doc/clara - #DOCDIR=/usr/doc/clara - #DOCDIR=/usr/doc/clara-$(VERSION) --DOCDIR=/usr/share/doc/clara -+DOCDIR=${PREFIX}/share/doc/clara - - # - # Configure these variables accordingly to your system: - # --INCLUDE = -I/usr/X11R6/include --LIBPATH = -L/usr/X11R6/lib --CC = gcc -+INCLUDE = -I${LOCALBASE}/include -+LIBPATH = -L${LOCALBASE}/lib -+CC ?= gcc - - # - # Now choose the Clara OCR compilation options: -@@ -88,7 +88,7 @@ - # - # Add or remove flags if necessary: - # --CFLAGS = $(INCLUDE) -g -Wall $(COPTS) -+CFLAGS += $(INCLUDE) $(COPTS) - #CFLAGS = $(INCLUDE) -g -Wall -pedantic $(COPTS) - #CFLAGS = $(INCLUDE) -g -O2 -Wall $(COPTS) - #CFLAGS = $(INCLUDE) -g -O2 -pedantic $(COPTS) -@@ -97,7 +97,7 @@ - # - # Add or remove flags if necessary: - # --LDFLAGS = -g -+LDFLAGS = - - # - # If your system requires additional libs, please add them: -@@ -179,13 +179,16 @@ - ./clara -p 2 - - install: all -- install -d $(BINDIR) -- install clara $(BINDIR) -- install selthresh $(BINDIR) -- install -d $(MANDIR) -- install doc/clara.1 doc/clara-dev.1 doc/clara-adv.1 $(MANDIR) -- install -d $(DOCDIR) -- install ANNOUNCE CHANGELOG doc/FAQ doc/*.html $(DOCDIR) -+ ${MKDIR} $(BINDIR) -+ ${BSD_INSTALL_PROGRAM} clara $(BINDIR) -+ ${BSD_INSTALL_SCRIPT} selthresh $(BINDIR) -+ ${MKDIR} $(MANDIR) -+ ${BSD_INSTALL_MAN} doc/clara.1 doc/clara-dev.1 doc/clara-adv.1 $(MANDIR) -+.ifndef NOPORTDOCS -+ ${MKDIR} $(DOCDIR) -+ ${BSD_INSTALL_DATA} ANNOUNCE CHANGELOG doc/FAQ doc/*.html $(DOCDIR) -+.endif -+ - - clean: - rm -f clara sclara $(OBJS) doc/clara*.1 doc/clara*.html doc/FAQ diff --git a/graphics/claraocr/files/patch-debian-ubuntu b/graphics/claraocr/files/patch-debian-ubuntu deleted file mode 100644 index e8700020d76a..000000000000 --- a/graphics/claraocr/files/patch-debian-ubuntu +++ /dev/null @@ -1,95 +0,0 @@ -This set of fixes/improvements was downloaded from Ubuntu. -Many thanks. - - -mi - ---- clara.c -+++ clara.c -@@ -751,11 +751,12 @@ - s[128] = 0; - logmsg(s); - -- if (!trace) -- return; -- va_start(args,m); -- vfprintf(stderr,m,args); -- fprintf(stderr,"\n"); -+ if (trace) { -+ vfprintf(stderr,m,args); -+ fprintf(stderr,"\n"); -+ } -+ -+ va_end(args); - } - - /* -@@ -775,10 +776,12 @@ - logmsg(s); - - /* send to stderr if requested */ -- if (!debug) -- return; -- vfprintf(stderr,m,args); -- fprintf(stderr,"\n"); -+ if (debug) { -+ vfprintf(stderr,m,args); -+ fprintf(stderr,"\n"); -+ } -+ -+ va_end(args); - } - - /* -@@ -797,9 +800,10 @@ - s[128] = 0; - logmsg(s); - -- va_start(args,m); - vfprintf(stderr,m,args); - fprintf(stderr,"\n"); -+ -+ va_end(args); - } - - /* (devel) ---- event.c -+++ event.c -@@ -638,6 +638,8 @@ - } - } - -+ va_end(args); -+ - /* - printf("request (priority %d, mclip=%d, redraw=%d) to draw the message \"%s\"\n",f,mclip,redraw_stline,s); - */ ---- html.c -+++ html.c -@@ -1548,11 +1548,12 @@ - va_list args; - int n=0,f; - -- va_start(args, fmt); - for (f=0; f==0; ) { - - /* try to write */ -+ va_start(args, fmt); - n = vsnprintf(*t+*top+1,*sz-*top-1,fmt,args); -+ va_end(args); - - /* - Some implementations of vsnprintf return -1 when -@@ -1589,11 +1590,12 @@ - va_list args; - int n=0,f; - -- va_start(args, fmt); - for (f=0; f==0; ) { - - /* try to write */ -+ va_start(args, fmt); - n = vsnprintf(text+topt+1,textsz-topt-1,fmt,args); -+ va_end(args); - - /* - Some implementations of vsnprintf return -1 when diff --git a/graphics/claraocr/files/patch-openmode b/graphics/claraocr/files/patch-openmode deleted file mode 100644 index 505e7ce62598..000000000000 --- a/graphics/claraocr/files/patch-openmode +++ /dev/null @@ -1,24 +0,0 @@ -Obtained from Gentoo: - - http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-text/clara/files/ - ---- pgmblock.c 2002-04-29 14:26:13.000000000 +0000 -+++ pgmblock.c 2009-03-05 02:51:43.000000000 +0000 -@@ -161,7 +161,7 @@ - - printf("%d rare pixels (%1.4f)\n",t,((float)t)/(w*h)); - -- F = open("map",O_WRONLY|O_CREAT); -+ F = open("map",O_WRONLY|O_CREAT, 0644); - write(F,m,h*bpl); - write(F,map,256); - close(F); -@@ -197,7 +197,7 @@ - { - int i,j,F; - -- F = open("map",O_RDONLY|O_CREAT); -+ F = open("map",O_RDONLY|O_CREAT, 0644); - read(F,m,h*bpl); - read(F,map,256); - close(F); diff --git a/graphics/claraocr/files/patch-pbm2cl b/graphics/claraocr/files/patch-pbm2cl deleted file mode 100644 index cb6862da6b30..000000000000 --- a/graphics/claraocr/files/patch-pbm2cl +++ /dev/null @@ -1,20 +0,0 @@ -In some cases only one bitmap is found when pbm2bm builds the list -of free bitmaps. Unfortunately the next bitmap pointer doesn't -get initialized in that case causing a crash. This patch ensures -that the next free bitmap pointer is always initialized. - --- John Wehle - ---- pbm2cl.c 2003-01-29 07:53:04.000000000 -0500 -+++ pbm2cl.c 2008-06-26 15:41:18.000000000 -0400 -@@ -1048,9 +1048,9 @@ - for (i=j=0, la=-1; i<abs; ++i) { - if (ab[i].x < 0) { -+ ab[i].y = -1; - if (la < 0) - la = j = i; - else { - ab[j].y = i; -- ab[i].y = -1; - j = i; - } diff --git a/graphics/claraocr/pkg-descr b/graphics/claraocr/pkg-descr deleted file mode 100644 index b8308564fd51..000000000000 --- a/graphics/claraocr/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Clara is an OCR program. OCR stands for "Optical Character Recognition". -An OCR program tries to recognize the characters from the digital image -of a paper document. The name Clara stands for "Cooperative Lightweight -chAracter Recognizer". - -WWW: http://claraocr.org/ -WWW: http://freecode.com/projects/claraocr diff --git a/graphics/claraocr/pkg-plist b/graphics/claraocr/pkg-plist deleted file mode 100644 index c007acd66c54..000000000000 --- a/graphics/claraocr/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/clara -bin/selthresh -%%PORTDOCS%%share/doc/clara/ANNOUNCE -%%PORTDOCS%%share/doc/clara/CHANGELOG -%%PORTDOCS%%share/doc/clara/FAQ -%%PORTDOCS%%share/doc/clara/clara-adv.html -%%PORTDOCS%%share/doc/clara/clara-dev.html -%%PORTDOCS%%share/doc/clara/clara-faq.html -%%PORTDOCS%%share/doc/clara/clara-glo.html -%%PORTDOCS%%share/doc/clara/clara-tut.html -%%PORTDOCS%%@dirrm share/doc/clara diff --git a/graphics/maverik/Makefile b/graphics/maverik/Makefile deleted file mode 100644 index d4ae88c375b9..000000000000 --- a/graphics/maverik/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= maverik -PORTVERSION= 6.2 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= http://aig.cs.man.ac.uk/maverik/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Publicly available virtual reality (VR) system - -DEPRECATED= Unmaintained since 2001 -EXPIRATION_DATE= 2014-04-12 -USE_SUBMAKE= yes -USE_GL= yes -WANT_GNOME= yes -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - REALCURDIR="${.CURDIR}" \ - DISTNAME="${DISTNAME}" -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= setup -CONFIGURE_ARGS= --MESAPATH=${LOCALBASE} -USE_LDCONFIG= yes -MANCOMPRESSED= no -MAKE_JOBS_UNSAFE= yes - -PORTDOCS= * - -NO_STAGE= yes - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MPNG} -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png -CONFIGURE_ARGS+= --PNGLIBS="-L${LOCALBASE}/lib -lpng" \ - --PNGINCL="-I${LOCALBASE}/include" -.endif - -post-extract: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/genman3list.sh - -post-patch: - @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ - -e 's|%%CC%%|${CC}|g' \ - -e 's|%%CXX%%|${CXX}|g' \ - -e 's|%%CFLAGS%%|${CFLAGS}|g' \ - -e 's|%%CXXFLAGS%%|${CXXFLAGS}|g' \ - -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g' \ - -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/setup - -do-install: - ${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/lib - @${MKDIR} ${PREFIX}/include/maverik - ${INSTALL_DATA} ${WRKSRC}/incl/* ${PREFIX}/include/maverik - ${FIND} ${WRKSRC}/doc/MFS/man3 -name '*.3' -exec \ - ${INSTALL_MAN} \{} ${MAN3PREFIX}/man/man3 \; - -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR}/MFS - @(cd ${WRKSRC}/doc/MFS && ${COPYTREE_SHARE} "html pdf ps" ${DOCSDIR}/MFS) - @${MKDIR} ${DOCSDIR}/MPG - @(cd ${WRKSRC}/doc//MPG && ${COPYTREE_SHARE} "pdf ps" ${DOCSDIR}/MPG) -.endif - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -.include <bsd.port.mk> diff --git a/graphics/maverik/distinfo b/graphics/maverik/distinfo deleted file mode 100644 index e6c5e0461687..000000000000 --- a/graphics/maverik/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (maverik-6.2.tar.gz) = 27a745f7b6a94c5d9ee49aee01e39e3274b5a48e582178d6d1b5707cf7c3fa32 -SIZE (maverik-6.2.tar.gz) = 3029446 diff --git a/graphics/maverik/files/patch-setup b/graphics/maverik/files/patch-setup deleted file mode 100644 index 9d43054c290c..000000000000 --- a/graphics/maverik/files/patch-setup +++ /dev/null @@ -1,61 +0,0 @@ ---- setup.orig Thu Mar 21 02:59:51 2002 -+++ setup Sat Apr 20 10:15:01 2002 -@@ -6,7 +6,7 @@ - TDMPATH="" - MESAPATH="" - MESADEFAULT=1 --XLIBPATH="/usr/X11R6/lib" -+XLIBPATH="%%LOCALBASE%%/lib" - TR=0 - TRINCL="" - TRLIBS="" -@@ -262,22 +262,22 @@ - FreeBSD) - if [ $ECH = "1" ] ; then echo A FreeBSD box...; fi - -- CC="gcc" -+ CC="%%CC%%" - DLLIBS="" - if [ "$DEBUG" = "1" ] ; then - OT="-Wall -ansi -g" - else -- OT="-Wall -ansi -O2 -finline-functions -fomit-frame-pointer -funroll-loops -ffast-math -march=`uname -m`" -+ OT="%%PTHREAD_CFLAGS%% -Wall -ansi -finline-functions -fomit-frame-pointer -funroll-loops -ffast-math -march=`uname -m`" - fi - OS="-DMAV_LINUX -DMAV_FREEBSD" # The Linux defs also work for FreeBSD with a few exceptions -- CFLAG=`echo $OS $OT` -- LD="ld -shared" -+ CFLAG=`echo $OS -fPIC %%CFLAGS%%` -+ LD="${CC} -shared %%PTHREAD_LIBS%%" - LEX="flex" -- YACC="bison -y" -- CXX="g++" -- CXXFLAG=`echo $OS $OT` -+ YACC="yacc" -+ CXX="%%CXX%%" -+ CXXFLAG=`echo $OS $OT %%CXXFLAGS%%` - if [ "$MESADEFAULT" = "1" ] ; then -- MESAPATH="/usr/X11R6" -+ MESAPATH="%%LOCALBASE%%" - fi - OPENGLINCL="-I${MESAPATH}/include" - OPENGLLIBS="-L${MESAPATH}/lib -lGL -lGLU -L${XLIBPATH} -lX11 -lXext" -@@ -437,18 +437,6 @@ - fi - - cat <<EOF >>Makefile -- "OPENGLINCL= ${OPENGLINCL}" \\ -- "OPENGLLIBS= ${OPENGLLIBS}" --EOF -- --cat <<EOF >>Makefile -- make egs \\ -- MAV_HOME=\`pwd\` \\ -- "CC= ${CC} ${ABI} ${MIPS} ${OT}" \\ -- "CXX= ${CXX} ${ABI} ${MIPS} ${OT}" -- make dems \\ -- MAV_HOME=\`pwd\` \\ -- "CC= ${CC} ${ABI} ${MIPS} ${OT}" \\ - "OPENGLINCL= ${OPENGLINCL}" \\ - "OPENGLLIBS= ${OPENGLLIBS}" - EOF diff --git a/graphics/maverik/pkg-descr b/graphics/maverik/pkg-descr deleted file mode 100644 index fc18cfd76d2c..000000000000 --- a/graphics/maverik/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -MAVERIK is a publicly available virtual reality (VR) system, which has been -under development by the Advanced Interfaces Group since 1995. MAVERIKenables -rapid production of complex virtual environments as well as providing many -functions that are valuable to anyone developing applications with 3D graphics -or using 3D peripherals. MAVERIK deals primarily with graphical and spatial -management, and integrates with our other VR system, Deva, which extends -MAVERIK abilities to multi user and multi application virtual reality. - -Within this wider context, MAVERIK is designed to support high-performance -rendering, including large-model processing, customised representations of -environments for different applications, and customisable techniques for -interaction and navigation. Although it is a component of a larger system, -MAVERIK works equally well stand-alone and forms an ideal platform for the -construction of VR applications for individual users. - -WWW: http://aig.cs.man.ac.uk/maverik/ diff --git a/graphics/maverik/pkg-plist b/graphics/maverik/pkg-plist deleted file mode 100644 index 66f279f915c8..000000000000 --- a/graphics/maverik/pkg-plist +++ /dev/null @@ -1,39 +0,0 @@ -include/maverik/mav_avatar.h -include/maverik/mav_callbacks.h -include/maverik/mav_gfx.h -include/maverik/mav_hud.h -include/maverik/mav_kernel.h -include/maverik/mav_lwo.h -include/maverik/mav_navigation.h -include/maverik/mav_objects.h -include/maverik/mav_sms.h -include/maverik/mav_sr.h -include/maverik/mav_tdm.h -include/maverik/mav_tr.h -include/maverik/mav_vrad.h -include/maverik/mav_vrml97.h -include/maverik/mav_windows.h -include/maverik/maverik.h -lib/libmav_avatar.so -lib/libmav_callbacks.so -lib/libmav_gfx.so -lib/libmav_gfxNone.so -lib/libmav_gfxOpenGLX11.so -lib/libmav_hud.so -lib/libmav_kernel.so -lib/libmav_lwo.so -lib/libmav_navigation.so -lib/libmav_objects.so -lib/libmav_sms.so -lib/libmav_sr.so -lib/libmav_sr-dummy.so -lib/libmav_tdm.so -lib/libmav_tr.so -lib/libmav_vrad.so -lib/libmav_vrml97.so -lib/libmav_vrml97-dummy.so -lib/libmav_windows.so -lib/libmaverik.so -lib/libmaverikNone.so -lib/libmaverikOpenGLX11.so -@dirrm include/maverik diff --git a/graphics/maverik/scripts/genman3list.sh b/graphics/maverik/scripts/genman3list.sh deleted file mode 100644 index 09616491ac6d..000000000000 --- a/graphics/maverik/scripts/genman3list.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -if [ -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ]; then - exit -fi - -exec > ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc - -echo "MAN3= \\" -find ${WRKDIRPREFIX}${REALCURDIR}/work/${DISTNAME}/doc/MFS/man3 -type f -exec basename {} \; | sed 's,$, \\,' - -echo -echo "MLINKS= \\" -ls -al ${WRKDIRPREFIX}${REALCURDIR}/work/${DISTNAME}/doc/MFS/man3 | \ - awk '/->/ { print $(NF), $(NF - 2), " \\" }' -echo diff --git a/graphics/opendis/Makefile b/graphics/opendis/Makefile deleted file mode 100644 index e9399cb5b32c..000000000000 --- a/graphics/opendis/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Anders Nordby <anders@fix.no> -# $FreeBSD$ - -PORTNAME= opendis -PORTVERSION= 0.0.3 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= SF/ods/ods/${PORTVERSION} \ - http://ods.sourceforge.net/dl/ - - -MAINTAINER= ports@FreeBSD.org -COMMENT= Access Flashpoint Digita-based cameras, download images, and more - -DEPRECATED= Unmaintained since 2001 -EXPIRATION_DATE= 2014-04-12 -GNU_CONFIGURE= yes - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|-pedantic -W|-pedantic|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's| -g| @CFLAGS@|g' ${WRKSRC}/src/Makefile.in - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in NEWS AUTHORS doc/ERRATA doc/PHILOSOPHY doc/THUMB - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/graphics/opendis/distinfo b/graphics/opendis/distinfo deleted file mode 100644 index f639326d75cd..000000000000 --- a/graphics/opendis/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (opendis-0.0.3.tar.gz) = 8439d97fe84878bc36f5ce4268c23f2408998fb528ccbb42b4fc7b4777eca450 -SIZE (opendis-0.0.3.tar.gz) = 77458 diff --git a/graphics/opendis/files/patch-ods.c b/graphics/opendis/files/patch-ods.c deleted file mode 100644 index 67b48846a9dc..000000000000 --- a/graphics/opendis/files/patch-ods.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ods.c.orig Tue May 22 13:32:19 2001 -+++ src/ods.c Tue May 22 13:32:38 2001 -@@ -199,7 +199,7 @@ - printf("OPTIONS are now supported.\n\n"); - - printf(" -d DEV, --device=DEV Look for camera at device DEV. Defaults\n"); -- printf(" to /dev/ttyS0.\n"); -+ printf(" to /dev/cuaa0.\n"); - printf(" -r RATE, --rate=RATE Use bit-rate RATE for serial device. Defaults\n"); - printf(" to 9600. Not applicable to USB or IrDA.\n"); - printf(" -t TYPE, --type=TYPE Specifies device type, one of: \"serial\"\n"); diff --git a/graphics/opendis/pkg-descr b/graphics/opendis/pkg-descr deleted file mode 100644 index ae4dd5fa6dd6..000000000000 --- a/graphics/opendis/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -ODS, the Open Digita Services project, is an effort to write Open Source tools -for accessing Digita cameras from Linux and other unix operating systems. - -ODS has been tested with and is known to work with the following cameras: - -Kodak DC-220 -Kodak DC-260 -Kodak DC-265 -Kodak DC-290 - -The Minolta EX-1500 has been reported to work with ODS, but the interface needs -some debugging. - -ODS will not support cameras that don't use Digita; this includes the Kodak -DC-200, DC-210, DC-240, DC-280, and earlier cameras. - -WWW: http://ods.sourceforge.net/ diff --git a/graphics/opendis/pkg-plist b/graphics/opendis/pkg-plist deleted file mode 100644 index e07b71f3f325..000000000000 --- a/graphics/opendis/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/ks -lib/libods.a -%%PORTDOCS%%share/doc/opendis/NEWS -%%PORTDOCS%%share/doc/opendis/AUTHORS -%%PORTDOCS%%share/doc/opendis/ERRATA -%%PORTDOCS%%share/doc/opendis/PHILOSOPHY -%%PORTDOCS%%share/doc/opendis/THUMB -%%PORTDOCS%%@dirrm share/doc/opendis diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile deleted file mode 100644 index 2afd5fc4680f..000000000000 --- a/graphics/plotmtv/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# Created by: pgs -# $FreeBSD$ - -PORTNAME= plotmtv -PORTVERSION= 1.4.1 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -DISTNAME= Plotmtv${PORTVERSION} - -MASTER_SITE_SUBDIR= applications -EXTRACT_SUFX= .tar.Z - -MAINTAINER= ports@FreeBSD.org -COMMENT= Multipurpose X11 plotting program - -DEPRECATED= Unmaintained since 2001 -EXPIRATION_DATE= 2014-04-12 -USES= imake -USE_XORG= x11 xext xt -ALL_TARGET= World -MAN1= plotmtv.1 -MAKE_JOBS_UNSAFE= yes - -NO_STAGE= yes - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -post-patch: - @${FIND} ${WRKSRC} -name \*.c | ${XARGS} ${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${PREFIX}/share/doc/plotmtv/Tests - @${INSTALL_DATA} ${WRKSRC}/Docs/DataFormat.ps.Z \ - ${PREFIX}/share/doc/plotmtv - @${INSTALL_SCRIPT} ${WRKSRC}/Tests/run.csh ${WRKSRC}/Tests/run.sh \ - ${PREFIX}/share/doc/plotmtv/Tests -.for f in README test_abs.mtv test_abs2.mtv test_annot.mtv \ - test_annot2.mtv test_axisflip.mtv test_axislabel.mtv \ - test_bar.mtv test_column.mtv test_column2.mtv \ - test_ctrcolors.mtv test_ctrelb.mtv test_ctrelb2.mtv \ - test_ctrelb3.mtv test_ctrs.mtv test_curve2D.mtv \ - test_curve3D.mtv test_curve3D2.mtv test_exp.mtv \ - test_fillclrs.mtv test_fillclrs2.mtv test_grid4D.mtv \ - test_histogram.mtv test_lines.mtv test_log.mtv \ - test_markers.mtv test_prob.mtv test_pyramid.mtv \ - test_smallnum.mtv test_spln.mtv test_trictr.mtv \ - test_vector.mtv test_vector2.mtv - @${INSTALL_DATA} ${WRKSRC}/Tests/${f} ${PREFIX}/share/doc/plotmtv/Tests -.endfor -.endif - -.include <bsd.port.mk> diff --git a/graphics/plotmtv/distinfo b/graphics/plotmtv/distinfo deleted file mode 100644 index c545b5adbf95..000000000000 --- a/graphics/plotmtv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Plotmtv1.4.1.tar.Z) = 8c207f2b94c98c8e85d78587d8439f65eec74939957ac5f26ace05f9ecfb71e3 -SIZE (Plotmtv1.4.1.tar.Z) = 1972882 diff --git a/graphics/plotmtv/files/patch-aa b/graphics/plotmtv/files/patch-aa deleted file mode 100644 index 106d12ba27a7..000000000000 --- a/graphics/plotmtv/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- Imakefile.orig Sat Jul 15 04:07:13 1995 -+++ Imakefile Wed Nov 1 07:54:28 2000 -@@ -19,9 +19,8 @@ - #define IHaveSubdirs - #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)' - -- CDEBUGFLAGS = -g - DEFINES = -DPRINTER_NAME=\"hpps\" -DPRINTER_CMD=\"lpr\ -h\" -- PROGRAMDIRS = Lib Plot -+ PROGRAMDIRS = Lib Plot Docs - UTILITIESDIR = Utils - LOCALBINDIR = ./Bin - SUBDIRS = $(PROGRAMDIRS) $(UTILITIESDIR) diff --git a/graphics/plotmtv/files/patch-ab b/graphics/plotmtv/files/patch-ab deleted file mode 100644 index ae3caa605239..000000000000 --- a/graphics/plotmtv/files/patch-ab +++ /dev/null @@ -1,44 +0,0 @@ -*** Tests/run.csh~ Sat Jan 18 07:44:20 1997 ---- Tests/run.csh Sat Jan 18 07:47:41 1997 -*************** -*** 11 **** -! set PLOTMTV="../Bin/plotmtv" ---- 11 ---- -! set PLOTMTV="plotmtv" -*************** -*** 14 **** -! #set PLOTMTV="../Bin/plotmtv -scale 0.5 -colorps" ---- 14 ---- -! #set PLOTMTV="plotmtv -scale 0.5 -colorps" -*************** -*** 17 **** -! #set PLOTMTV="../Bin/plotmtv -3D -scale 0.8" ---- 17 ---- -! #set PLOTMTV="plotmtv -3D -scale 0.8" -*************** -*** 20 **** -! #set PLOTMTV="../Bin/plotmtv -noxplot -print" ---- 20 ---- -! #set PLOTMTV="plotmtv -noxplot -print" -*** Tests/run.sh~ Sat Jan 18 07:44:25 1997 ---- Tests/run.sh Sat Jan 18 07:48:34 1997 -*************** -*** 9 **** -! PLOTMTV="../Bin/plotmtv" ---- 9 ---- -! PLOTMTV="plotmtv" -*************** -*** 12 **** -! #PLOTMTV="../Bin/plotmtv -scale 0.5 -colorps" ---- 12 ---- -! #PLOTMTV="plotmtv -scale 0.5 -colorps" -*************** -*** 15 **** -! #PLOTMTV="../Bin/plotmtv -3D -scale 0.8" ---- 15 ---- -! #PLOTMTV="plotmtv -3D -scale 0.8" -*************** -*** 18 **** -! #PLOTMTV="../Bin/plotmtv -noxplot -print" ---- 18 ---- -! #PLOTMTV="plotmtv -noxplot -print" diff --git a/graphics/plotmtv/files/patch-ac b/graphics/plotmtv/files/patch-ac deleted file mode 100644 index d943bbb1ee9b..000000000000 --- a/graphics/plotmtv/files/patch-ac +++ /dev/null @@ -1,8 +0,0 @@ ---- Plot/Imakefile.orig Sat Jul 15 04:23:15 1995 -+++ Plot/Imakefile Wed Nov 1 07:37:12 2000 -@@ -31,4 +31,4 @@ - install.local:: all $(PROGRAM) - $(INSTALL) -c $(INSTPGMFLAGS) $(PROGNAME) $(LOCALBINDIR) - --ComplexProgramTarget($(PROGNAME)) -+ComplexProgramTargetNoMan($(PROGNAME)) diff --git a/graphics/plotmtv/files/patch-ad b/graphics/plotmtv/files/patch-ad deleted file mode 100644 index fd112fd004db..000000000000 --- a/graphics/plotmtv/files/patch-ad +++ /dev/null @@ -1,5 +0,0 @@ ---- /dev/null Wed Nov 1 07:50:48 2000 -+++ Docs/Imakefile Wed Nov 1 07:54:17 2000 -@@ -0,0 +1,2 @@ -+InstallManPage(plotmtv, $(MANDIR)) -+install.local:: all diff --git a/graphics/plotmtv/pkg-descr b/graphics/plotmtv/pkg-descr deleted file mode 100644 index 3c5ec269ccc6..000000000000 --- a/graphics/plotmtv/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -PLOTMTV's capabilities include 2D line and scatter plots (x-vs-y), -contour plots, 3D surface, line and scatter plots as well as vector plots. -The program has an rough but functional Graphical User Interface, through -which it is possible to zoom in, zoom out, pan, toggle between 2D and 3D -plots, and rotate 3D plots. Both color and grayscale postscript output are -supported. - -Written by Kenny Toh (ktoh@td2cad.intel.com), software developer for -the Technology CAD Department, Intel Corp, Santa Clara. diff --git a/graphics/plotmtv/pkg-plist b/graphics/plotmtv/pkg-plist deleted file mode 100644 index f7f67dabd406..000000000000 --- a/graphics/plotmtv/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -bin/plotmtv -bin/ctr2mtv -bin/drawplot2mtv -bin/pdraw2mtv -bin/mtv2mtv -%%PORTDOCS%%share/doc/plotmtv/DataFormat.ps.Z -%%PORTDOCS%%share/doc/plotmtv/Tests/run.csh -%%PORTDOCS%%share/doc/plotmtv/Tests/run.sh -%%PORTDOCS%%share/doc/plotmtv/Tests/README -%%PORTDOCS%%share/doc/plotmtv/Tests/test_abs.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_abs2.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_annot.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_annot2.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_axisflip.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_axislabel.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_bar.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_column.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_column2.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_ctrcolors.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_ctrelb.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_ctrelb2.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_ctrelb3.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_ctrs.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_curve2D.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_curve3D.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_curve3D2.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_exp.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_fillclrs.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_fillclrs2.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_grid4D.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_histogram.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_lines.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_log.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_markers.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_prob.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_pyramid.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_smallnum.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_spln.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_trictr.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_vector.mtv -%%PORTDOCS%%share/doc/plotmtv/Tests/test_vector2.mtv -%%PORTDOCS%%@dirrm share/doc/plotmtv/Tests -%%PORTDOCS%%@dirrm share/doc/plotmtv diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile deleted file mode 100644 index 5aa10d0869f6..000000000000 --- a/graphics/qvplay/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Created by: Jun-ichiro itojun Itoh <itojun@itojun.org> -# $FreeBSD$ - -PORTNAME= qvplay -PORTVERSION= 0.95 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://www.asahi-net.or.jp/~xg2k-hys/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Digital camera downloading tool for Casio QV series - -DEPRECATED= Unmaintained since 2001 -EXPIRATION_DATE= 2014-04-12 -WRKSRC= ${WRKDIR}/QVplay095/obj/FreeBSD - -CFLAGS+= -Wno-return-type -USE_CSTD= gnu89 -GNU_CONFIGURE= yes - -PLIST_FILES= bin/qvalldel \ - bin/qvplay \ - bin/qvrec - -MAN1= qvalldel.1 qvplay.1 qvrec.1 - -PORTDOCS= FAQ.txt HISTORY PROTOCOL.eng PROTOCOL.txt \ - README README.FreeBSD README.eng - -NO_STAGE= yes - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -post-patch: - @${MKDIR} ${WRKSRC} - @${REINPLACE_CMD} \ - -e 's|/usr/local/bin|$${PREFIX}/bin|' \ - -e 's|/usr/local/man/man1|$${PREFIX}/man/man1|' \ - -e 's|$$(INSTALL_PROGRAM) -o root -g bin -m 444 $$(MAN1) $$(mandir)/$$(MAN1)|$$(INSTALL_DATA) $$(MAN1) $$(mandir)/$$(MAN1)|' \ - -e 's|$$(INSTALL_PROGRAM) -o root -g bin -m 444 $$(MAN2) $$(mandir)/$$(MAN2)|$$(INSTALL_DATA) $$(MAN2) $$(mandir)/$$(MAN2)|' \ - -e 's|$$(INSTALL_PROGRAM) -o root -g bin -m 444 $$(MAN3) $$(mandir)/$$(MAN3)|$$(INSTALL_DATA) $$(MAN3) $$(mandir)/$$(MAN3)|' \ - ${WRKSRC}/../../src/Makefile.in - -pre-configure: - @(cd ${WRKDIR}/QVplay095; ./setup FreeBSD) - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/../../|} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/graphics/qvplay/distinfo b/graphics/qvplay/distinfo deleted file mode 100644 index 11ac825ad7b7..000000000000 --- a/graphics/qvplay/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qvplay-0.95.tar.gz) = 9660c6b501735af61787a3b90217a45cc72f6c05c1b4ffbbba927509b997c887 -SIZE (qvplay-0.95.tar.gz) = 112802 diff --git a/graphics/qvplay/pkg-descr b/graphics/qvplay/pkg-descr deleted file mode 100644 index 13bdc9af293d..000000000000 --- a/graphics/qvplay/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -qvplay - Downloading tool for Casio QV series digital camera. - Known to work with: - - Casio QV-10/10A/11/100 - - Casio QV-30/300 - (The word "plus" in the US product name "Casio QV-10*plus*" - means bundled kit, so you need not to worry about the word "plus") - -AUTHOR CONTACT - Ken-ichi Hayashi <xg2k-hys@asahi-net.or.jp> - Jun-ichiro itojun Itoh <itojun@itojun.org> - -WWW: http://www.asahi-net.or.jp/~xg2k-hys/index-e.html diff --git a/graphics/svg2swf/Makefile b/graphics/svg2swf/Makefile deleted file mode 100644 index c2a13446025c..000000000000 --- a/graphics/svg2swf/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= svg2swf -PORTVERSION= 0.1.3 -PORTREVISION= 2 -CATEGORIES= graphics python -MASTER_SITES= http://robla.net/1996/svg2swf/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= # empty - -MAINTAINER= ports@FreeBSD.org -COMMENT= Convert an SVG file into a Macromedia Flash (swf) file - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/${PACKAGE_DIR}/sax/saxexts.py:${PORTSDIR}/textproc/py-xml \ - ${PYTHON_SITELIBDIR}/ming.py:${PORTSDIR}/graphics/py-ming - -DEPRECATED= Unmaintained since 2001 -EXPIRATION_DATE= 2014-04-12 -PLIST_FILES= bin/svg2swf -USE_PYTHON= yes -NO_BUILD= yes - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_VERSION} == "python1.5" -PACKAGE_DIR= xml -.else -PACKAGE_DIR= _xmlplus -.endif - -do-extract: - @${MKDIR} ${WRKSRC} - @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} - -post-patch: - @${REINPLACE_CMD} -e "s,/usr/bin/python,${PYTHON_CMD},g" ${WRKSRC}/svg2swf - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/svg2swf ${PREFIX}/bin - -.include <bsd.port.post.mk> diff --git a/graphics/svg2swf/distinfo b/graphics/svg2swf/distinfo deleted file mode 100644 index 7f6814ede2ae..000000000000 --- a/graphics/svg2swf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (svg2swf) = 59ed5e3abd8a483c57621bb8e617a312b70463353bb38626bc0e50aaf89fd07a -SIZE (svg2swf) = 43687 diff --git a/graphics/svg2swf/pkg-descr b/graphics/svg2swf/pkg-descr deleted file mode 100644 index b0020220e4e1..000000000000 --- a/graphics/svg2swf/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Convert an SVG file into a Macromedia Flash (swf) file - -WWW: http://robla.net/1996/svg2swf/ |