diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-04 07:45:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-04 07:45:02 +0800 |
commit | ccaa963ff7fb616a682c02a408601e9d3d05d5fe (patch) | |
tree | 0e2686c46294275fdd37f965b6e11e309ce3c4b7 /www | |
parent | 5eca4fda185c62f72944445791da9aa061db8d38 (diff) | |
download | freebsd-ports-gnome-ccaa963ff7fb616a682c02a408601e9d3d05d5fe.tar.gz freebsd-ports-gnome-ccaa963ff7fb616a682c02a408601e9d3d05d5fe.tar.zst freebsd-ports-gnome-ccaa963ff7fb616a682c02a408601e9d3d05d5fe.zip |
2013-02-27 www/igal: No more upstream, no more public distfiles, consider using www/llgal
2013-02-27 finance/tinyerp-server: No more upstream, no more public distfiles, consider using finance/openerp-server
2013-02-27 ports-mgmt/portcheck: No more upstream, no more public distfiles
2013-02-28 security/sslproxy: Abandoned upstream
2013-02-28 x11-themes/e17-theme-darkness: No more public distfiles
2013-02-28 x11-themes/e17-theme-cthulhain: Dead upstream since 2008
2013-02-28 x11-servers/driglide: 3dfx is dead, fails to compile on recent versions of freebsd
2013-02-28 mail/gmime: Superceded with version 2.4
2013-02-28 archivers/bsdar: part of the base system
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/igal/Makefile | 27 | ||||
-rw-r--r-- | www/igal/distinfo | 2 | ||||
-rw-r--r-- | www/igal/files/patch-Makefile | 15 | ||||
-rw-r--r-- | www/igal/files/patch-igal.1 | 21 | ||||
-rw-r--r-- | www/igal/files/patch-indextemplate.html | 12 | ||||
-rw-r--r-- | www/igal/pkg-descr | 15 | ||||
-rw-r--r-- | www/igal/pkg-plist | 10 |
8 files changed, 0 insertions, 103 deletions
diff --git a/www/Makefile b/www/Makefile index abf058d13bf5..2dbc6dddaa19 100644 --- a/www/Makefile +++ b/www/Makefile @@ -356,7 +356,6 @@ SUBDIR += hudson SUBDIR += hydra SUBDIR += hypermail - SUBDIR += igal SUBDIR += igal2 SUBDIR += ikiwiki SUBDIR += ilias diff --git a/www/igal/Makefile b/www/igal/Makefile deleted file mode 100644 index 8af949630b80..000000000000 --- a/www/igal/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Dylan Carlson <absinthe@pobox.com> -# $FreeBSD$ - -PORTNAME= igal -PORTVERSION= 1.4 -PORTREVISION= 7 -CATEGORIES= www graphics -MASTER_SITES= http://www.stanford.edu/~epop/igal/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A static html image gallery generator for *nix - -DEPRECATED= No more upstream, no more public distfiles, consider using www/llgal -EXPIRATION_DATE= 2013-02-27 - -RUN_DEPENDS= ${LOCALBASE}/bin/cjpeg:${PORTSDIR}/graphics/jpeg \ - convert:${PORTSDIR}/graphics/ImageMagick - -CONFLICTS= igal2-* - -MAN1= igal.1 - -post-patch: - @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile \ - ${WRKSRC}/igal - -.include <bsd.port.mk> diff --git a/www/igal/distinfo b/www/igal/distinfo deleted file mode 100644 index 6b71d9e6aee4..000000000000 --- a/www/igal/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (igal-1.4.tar.gz) = beaf718cee0df3f80f980c16ebce54d0737a5b2c7e0ad7c9d5fdcf57162d800b -SIZE (igal-1.4.tar.gz) = 22181 diff --git a/www/igal/files/patch-Makefile b/www/igal/files/patch-Makefile deleted file mode 100644 index 013cd1a0f516..000000000000 --- a/www/igal/files/patch-Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig Tue Feb 4 07:41:31 2003 -+++ Makefile Thu Jan 29 11:18:43 2004 -@@ -12,8 +12,10 @@ - rm -f $(BINDIR)/igal - rm -f $(MANDIR)/igal.1 - -+all:: igal -+ - install:: igal -- install -D -m 0755 igal $(BINDIR)/igal -- install -D -m 0644 igal.1 $(MANDIR)/igal.1 -+ install -m 0755 igal $(BINDIR)/igal -+ install -m 0644 igal.1 $(MANDIR)/igal.1 - install -d -m 0755 $(LIBDIR) - install -m 0644 README THANKS ChangeLog COPYING indextemplate.html slidetemplate.html tile.png igal.css $(LIBDIR) diff --git a/www/igal/files/patch-igal.1 b/www/igal/files/patch-igal.1 deleted file mode 100644 index b90b8254b3d9..000000000000 --- a/www/igal/files/patch-igal.1 +++ /dev/null @@ -1,21 +0,0 @@ ---- igal.1.orig Mon Feb 3 04:42:22 2003 -+++ igal.1 Thu Jan 29 11:10:37 2004 -@@ -261,14 +261,9 @@ - but if any major bugs pop up I probably ought to fix them. - .SH AUTHOR - Eric Pop <epop@stanford.edu> -+.TP -+FreeBSD port maintainer: -+.RE -+Dylan Carlson <absinthe@pobox.com> - .SH "SEE ALSO" - .BR cjpeg ", " djpeg ", " pnmscale ", " identify ", " convert ". " --If they didn't come standard with your Linux distribution --you can find them at --.I rpmfind.net --(inside libjpeg and libgr-progs) and at --.IR "imagemagick.org" , --respectively. Also try --.I www.ijg.org --and --.IR "netpbm.sourceforge.net" . diff --git a/www/igal/files/patch-indextemplate.html b/www/igal/files/patch-indextemplate.html deleted file mode 100644 index c54b7757cfec..000000000000 --- a/www/igal/files/patch-indextemplate.html +++ /dev/null @@ -1,12 +0,0 @@ ---- indextemplate.html.org Thu Jan 29 10:58:47 2004 -+++ indextemplate.html Thu Jan 29 11:00:34 2004 -@@ -21,8 +21,7 @@ - </DIV> - - <P class="small">created with -- <A href="http://www.stanford.edu/~epop/igal">igal</A></P> -- -+ <a href="http://www.stanford.edu/~epop/igal">igal</a> for <a href="http://www.freebsd.org/">freebsd</a></font></P> - </BODY> - </HTML> - diff --git a/www/igal/pkg-descr b/www/igal/pkg-descr deleted file mode 100644 index bee8234f6a26..000000000000 --- a/www/igal/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -iGal is a Perl-based program that can generate and publish an entire online -picture show (HTML slides, thumbnails and index page included) with just one -command line invocation in a Linux or Unix environment. If you've got a -directory (or several) full of image files that are waiting to be put online -and shared with friends, then iGal is for you. - -Features - - * flexible, well-documented - * handles JPG and GIF images - * 99% configurable through command line options and two HTML template files - * generated slides use a javascript trick to preload the next image in the - slide show (great for those viewing your gallery over slow connections) - -WWW: http://www.stanford.edu/~epop/igal/ diff --git a/www/igal/pkg-plist b/www/igal/pkg-plist deleted file mode 100644 index 96bc205d9213..000000000000 --- a/www/igal/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/igal -lib/igal/COPYING -lib/igal/ChangeLog -lib/igal/README -lib/igal/THANKS -lib/igal/igal.css -lib/igal/indextemplate.html -lib/igal/slidetemplate.html -lib/igal/tile.png -@dirrm lib/igal |