diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2014-04-11 13:20:44 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-11 13:20:44 +0000 |
| commit | 7e5f1066a3f0e92bb3cfede4149d0ab19082f166 (patch) | |
| tree | 2ada87dee73b3f9d975e2a80387974ade3423260 /graphics/xmorph | |
| parent | Avoid code duplication between pkg-install and plist (diff) | |
Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999
2014-04-10 japanese/exmh2: Unmaintained since 1999
2014-04-10 net/freewais-sf: Unmaintained since 1999
2014-04-10 editors/elvis: Unmaintained since 1999
2014-04-10 japanese/sed: Unmaintained since 1999
2014-04-10 x11-fm/xfm: Unmaintained since 1999
2014-04-10 print/rtf2latex: Unmaintained since 1999
2014-04-10 graphics/fbm: Unmaintained since 1999
2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000
2014-04-11 emulators/prodosemu: Unmaintained since 2000
2014-04-11 security/gtkportscan: Unmaintained since 2000
2014-04-11 graphics/xmfract: Unmaintained since 2000
2014-04-11 databases/xmbase-grok: Unmaintained since 2000
2014-04-11 emulators/svr4_base: Unmaintained since 2000
2014-04-11 math/freefem: Unmaintained since 2000
2014-04-11 graphics/tiff2png: Unmaintained since 2000
2014-04-11 math/wingz: Unmaintained since 2000
2014-04-11 lang/STk: Unmaintained since 2000
2014-04-11 graphics/kdc2tiff: Unmaintained since 2000
2014-04-11 math/xlispstat: Unmaintained since 2000
2014-04-11 databases/typhoon: Unmaintained since 2000
2014-04-11 graphics/dc20ctrl: Unmaintained since 2000
2014-04-11 www/fhttpd: Unmaintained since 2000
2014-04-11 graphics/xmorph: Unmaintained since 2000
2014-04-11 editors/axe: Unmaintained since 2000
2014-04-11 www/cgic: Unmaintained since 2000
Diffstat (limited to 'graphics/xmorph')
| -rw-r--r-- | graphics/xmorph/Makefile | 69 | ||||
| -rw-r--r-- | graphics/xmorph/distinfo | 2 | ||||
| -rw-r--r-- | graphics/xmorph/files/patch-Makefile.in | 15 | ||||
| -rw-r--r-- | graphics/xmorph/files/patch-doc::xmorph.texinfo | 13 | ||||
| -rw-r--r-- | graphics/xmorph/files/patch-libmorph_my__malloc.c | 14 | ||||
| -rw-r--r-- | graphics/xmorph/pkg-descr | 12 | ||||
| -rw-r--r-- | graphics/xmorph/pkg-plist | 72 |
7 files changed, 0 insertions, 197 deletions
diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile deleted file mode 100644 index 025f66967f7b..000000000000 --- a/graphics/xmorph/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# Created by: erich@FreeBSD.org -# $FreeBSD$ - -PORTNAME= xmorph -PORTVERSION= 2006.08.17 -PORTREVISION= 7 -CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/20060817 -DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A digital image warping program - -LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} - -CONFLICTS= libmorph* - -DEPRECATED= Unmaintained since 2000 -EXPIRATION_DATE= 2014-04-11 -WANT_GNOME= yes -USE_XORG= xbitmaps x11 xaw xext -USE_AUTOTOOLS= libtool -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --without-waili -USE_LDCONFIG= yes - -MAN1= gtkmorph.1 xmorph.1 -INFO= xmorph - -NO_STAGE= yes - -OPTIONS_DEFINE= DOCS NLS - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mgtk20}!="" -USE_GNOME+= gtk20 -CONFIGURE_ARGS+= --with-gtk=2 -.else -CONFIGURE_ARGS+= --without-gtkmorph -.endif - -post-extract: - @${RM} -f ${WRKSRC}/doc/*.info* - -post-patch: - @${REINPLACE_CMD} -e 's|^LDFLAGS=|#LDFLAGS=|g' ${WRKSRC}/configure - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${EXAMPLESDIR} - cd ${WRKSRC}/example && ${FIND} . | \ - ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/xmorph/distinfo b/graphics/xmorph/distinfo deleted file mode 100644 index 016a2ea63bd8..000000000000 --- a/graphics/xmorph/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xmorph_20060817.tar.gz) = 4aa3d2668852faf29ccedefbb78087bbe2e243d20ebe8248bffc9e7386c4dc11 -SIZE (xmorph_20060817.tar.gz) = 1564280 diff --git a/graphics/xmorph/files/patch-Makefile.in b/graphics/xmorph/files/patch-Makefile.in deleted file mode 100644 index ce043c152696..000000000000 --- a/graphics/xmorph/files/patch-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.in.orig Sun Mar 5 20:54:29 2006 -+++ Makefile.in Sun Apr 23 15:13:07 2006 -@@ -795,12 +795,6 @@ - $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \ - fi \ - done -- cd example; for i in * ;\ -- do $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/example/$$i ;\ -- for j in $$i/* ;\ -- do $(INSTALL_DATA) $$j $(DESTDIR)$(pkgdatadir)/example/$$i;\ -- done;\ -- done - - dist-hook: - cp -a example pixmaps debian $(distdir)/ diff --git a/graphics/xmorph/files/patch-doc::xmorph.texinfo b/graphics/xmorph/files/patch-doc::xmorph.texinfo deleted file mode 100644 index 8d76efc4000b..000000000000 --- a/graphics/xmorph/files/patch-doc::xmorph.texinfo +++ /dev/null @@ -1,13 +0,0 @@ ---- doc/xmorph.texinfo.orig Tue May 27 15:58:55 2003 -+++ doc/xmorph.texinfo Wed Nov 19 18:54:32 2003 -@@ -2,6 +2,10 @@ - @c %**start of header - @setfilename xmorph.info - @settitle Xmorph documentation -+@dircategory Applications -+@direntry -+* Xmorph: (xmorph). A digital image warping and dissolving, or morphing, program. -+@end direntry - @setchapternewpage odd - @c %**end of header - diff --git a/graphics/xmorph/files/patch-libmorph_my__malloc.c b/graphics/xmorph/files/patch-libmorph_my__malloc.c deleted file mode 100644 index ddbd9f551d7e..000000000000 --- a/graphics/xmorph/files/patch-libmorph_my__malloc.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libmorph/my_malloc.c.orig Sat Jun 7 16:35:29 2003 -+++ libmorph/my_malloc.c Sat Jun 7 16:35:43 2003 -@@ -34,7 +34,7 @@ - - #if defined(apollo) || defined(__CYGWIN32__) - #else --#include <malloc.h> -+#include <stdlib.h> - #endif - - diff --git a/graphics/xmorph/pkg-descr b/graphics/xmorph/pkg-descr deleted file mode 100644 index d7807c7ebf0e..000000000000 --- a/graphics/xmorph/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Xmorph is a digital image warping program, also known as a "morphing" -program. - -Xmorph loads, saves, warps, and dissolves images, and loads, saves, -creates, and manipulates control meshes which determine the warping. -Xmorph has help pages built into it, so no external documentation -is necessary. - -Gtkmorph is another graphical interface for the warping engine in -Xmorph. - -WWW: http://xmorph.sourceforge.net/ diff --git a/graphics/xmorph/pkg-plist b/graphics/xmorph/pkg-plist deleted file mode 100644 index 81b2d327d854..000000000000 --- a/graphics/xmorph/pkg-plist +++ /dev/null @@ -1,72 +0,0 @@ -%%GNOME:%%bin/gtkmorph -bin/morph -bin/xmorph -include/xmorph/RgbaImage.h -include/xmorph/mesh-getext.h -include/xmorph/mesh.h -include/xmorph/mesh_t.h -include/xmorph/my_malloc.h -include/xmorph/relax.h -include/xmorph/resample.h -include/xmorph/spl-array.h -include/xmorph/spline.h -include/xmorph/tga.h -include/xmorph/warp-gtk.h -include/xmorph/warp.h -include/xmorph/warp2.h -lib/libmorph.a -lib/libmorph.la -lib/libmorph.so -lib/libmorph.so.1 -%%PORTDOCS%%%%EXAMPLESDIR%%/AA/README -%%PORTDOCS%%%%EXAMPLESDIR%%/AA/circuit.dest.mesh -%%PORTDOCS%%%%EXAMPLESDIR%%/AA/circuit.jpg -%%PORTDOCS%%%%EXAMPLESDIR%%/AA/circuit.jpg.mesh -%%PORTDOCS%%%%EXAMPLESDIR%%/AA/circuit.pgm -%%PORTDOCS%%%%EXAMPLESDIR%%/AA/circuit.ppm -%%PORTDOCS%%%%EXAMPLESDIR%%/AA/circuit.ppm.mesh -%%PORTDOCS%%%%EXAMPLESDIR%%/AA/circuit.session -%%PORTDOCS%%%%EXAMPLESDIR%%/AA/grid.pgm -%%PORTDOCS%%%%EXAMPLESDIR%%/AA/grid.ppm -%%PORTDOCS%%%%EXAMPLESDIR%%/AA/grid.ppm.mesh -%%PORTDOCS%%%%EXAMPLESDIR%%/AA/gtkmorph.session -%%PORTDOCS%%%%EXAMPLESDIR%%/AD/1-to-2.mesh -%%PORTDOCS%%%%EXAMPLESDIR%%/AD/2-to-1.mesh -%%PORTDOCS%%%%EXAMPLESDIR%%/AD/README -%%PORTDOCS%%%%EXAMPLESDIR%%/AD/gtkmorph.session -%%PORTDOCS%%%%EXAMPLESDIR%%/AD/image1.png -%%PORTDOCS%%%%EXAMPLESDIR%%/AD/image1.png.mesh -%%PORTDOCS%%%%EXAMPLESDIR%%/AD/image2.png -%%PORTDOCS%%%%EXAMPLESDIR%%/AD/image2.png.mesh -%%PORTDOCS%%%%EXAMPLESDIR%%/AD2/gtkmorph.session -%%PORTDOCS%%%%EXAMPLESDIR%%/AD2/image1.png -%%PORTDOCS%%%%EXAMPLESDIR%%/AD2/image1.png.mesh -%%PORTDOCS%%%%EXAMPLESDIR%%/AD2/image2.png -%%PORTDOCS%%%%EXAMPLESDIR%%/AD2/image2.png.mesh -%%PORTDOCS%%%%EXAMPLESDIR%%/AD_freeborder/README -%%PORTDOCS%%%%EXAMPLESDIR%%/AD_freeborder/gtkmorph.session -%%PORTDOCS%%%%EXAMPLESDIR%%/AD_freeborder/image1.png -%%PORTDOCS%%%%EXAMPLESDIR%%/AD_freeborder/image1.png.mesh -%%PORTDOCS%%%%EXAMPLESDIR%%/AD_freeborder/image1.png.meshtmp -%%PORTDOCS%%%%EXAMPLESDIR%%/AD_freeborder/image2.png -%%PORTDOCS%%%%EXAMPLESDIR%%/AD_freeborder/image2.png.mesh -%%PORTDOCS%%%%EXAMPLESDIR%%/AD_freeborder/image2.png.meshtmp -%%NLS%%share/locale/fr/LC_MESSAGES/xmorph.mo -%%NLS%%share/locale/it/LC_MESSAGES/xmorph.mo -%%DATADIR%%/mpeg.param -%%DATADIR%%/pixmaps/cursor_left.xpm -%%DATADIR%%/pixmaps/eraser.xpm -%%DATADIR%%/pixmaps/example.xpm -%%DATADIR%%/pixmaps/hand01.xpm -%%DATADIR%%/pixmaps/howmany.xpm -%%DATADIR%%/pixmaps/pencil.xpm -%%DATADIR%%/pixmaps/pencil_y.xpm -%%DATADIR%%/pixmaps/transform.xpm -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/AD_freeborder -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/AD2 -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/AD -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/AA -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -@dirrm include/xmorph |
