summaryrefslogtreecommitdiff
path: root/graphics/cthumb
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cthumb')
-rw-r--r--graphics/cthumb/Makefile45
-rw-r--r--graphics/cthumb/distinfo2
-rw-r--r--graphics/cthumb/files/patch-Makefile.in30
-rw-r--r--graphics/cthumb/files/patch-configure.in11
-rw-r--r--graphics/cthumb/files/patch-cthumb.in22
-rw-r--r--graphics/cthumb/pkg-descr15
-rw-r--r--graphics/cthumb/pkg-plist233
7 files changed, 0 insertions, 358 deletions
diff --git a/graphics/cthumb/Makefile b/graphics/cthumb/Makefile
deleted file mode 100644
index cf739bac7fcc..000000000000
--- a/graphics/cthumb/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: dom@happygiraffe.net
-# $FreeBSD$
-
-PORTNAME= cthumb
-PORTVERSION= 4.2
-PORTREVISION= 4
-CATEGORIES= graphics www
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Themeable web picture album generator
-
-LICENSE= GPLv2+
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-RUN_DEPENDS= ${LOCALBASE}/bin/pnmscale:graphics/netpbm \
- ${LOCALBASE}/bin/jhead:graphics/jhead \
- p5-HTML-Parser>=0:www/p5-HTML-Parser \
- p5-URI>=0:net/p5-URI
-
-USES= jpeg:run perl5
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-themedir=${DATADIR}
-CONFIGURE_ENV= perl_path=${PERL}
-NO_ARCH= yes
-
-PORTDOCS= BUGS ChangeLog README TO-DO cthumbrc.sample
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/cthumb ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/cthumb.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
- @cd ${WRKSRC}/themes && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for doc in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/graphics/cthumb/distinfo b/graphics/cthumb/distinfo
deleted file mode 100644
index 7940f06dac20..000000000000
--- a/graphics/cthumb/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cthumb-4.2.tar.gz) = d31536549d5aad50a2620c87729f24efcbeda1f5e4930c5f07958b77fd1058aa
-SIZE (cthumb-4.2.tar.gz) = 438163
diff --git a/graphics/cthumb/files/patch-Makefile.in b/graphics/cthumb/files/patch-Makefile.in
deleted file mode 100644
index 98180b0794f1..000000000000
--- a/graphics/cthumb/files/patch-Makefile.in
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile.in.orig 2002-08-13 17:24:05 UTC
-+++ Makefile.in
-@@ -13,13 +13,7 @@ bindir=@bindir@
- mandir=@mandir@
- themedir=@themedir@
-
--all: cthumb cthumb.spec
--
--cthumb.spec: cthumb.spec.in Makefile VERSION
-- ./configure --prefix=$(prefix)
--
--cthumb.1: cthumb.1.in configure
-- ./configure --prefix=$(prefix)
-+all: cthumb
-
- install: cthumb
- install -d $(bindir) $(prefix)/share $(themedir) $(mandir)/man1
-@@ -27,12 +21,6 @@ install: cthumb
- install cthumb.1 $(mandir)/man1
- $(CPR) themes/* $(themedir)
-
--Makefile: Makefile.in VERSION configure
-- ./configure --prefix=/usr
--
--cthumb: cthumb.in VERSION configure
-- ./configure --prefix=/usr
--
- dist: cthumb.spec cthumb
- # make prefix=$(shell pwd)/$(DD) install
- install -d $(DD)
diff --git a/graphics/cthumb/files/patch-configure.in b/graphics/cthumb/files/patch-configure.in
deleted file mode 100644
index 4bb7b7c72ce6..000000000000
--- a/graphics/cthumb/files/patch-configure.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig 2002-08-13 17:24:05 UTC
-+++ configure.in
-@@ -8,7 +8,7 @@ AC_CANONICAL_HOST
- dnl Checks for programs.
- AC_PATH_PROGS(perl_path, perl5 perl, no)
- AC_PROG_INSTALL
--AC_CHECK_PROG(CPR, rsync, rsync -avqC, cp -r)
-+AC_CHECK_PROG(CPR, cp, cp -Rf)
- AC_SUBST(CPR)
-
- dnl Checks for libraries.
diff --git a/graphics/cthumb/files/patch-cthumb.in b/graphics/cthumb/files/patch-cthumb.in
deleted file mode 100644
index ff139f174875..000000000000
--- a/graphics/cthumb/files/patch-cthumb.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- cthumb.in.orig 2002-08-13 17:24:05 UTC
-+++ cthumb.in
-@@ -476,6 +476,7 @@ sub initial_checks {
- if ($CheckThumbnails) {
- eval "require Image::Size";
- if (defined $Image::Size::VERSION) {
-+ $Image::Size::VERSION = $Image::Size::VERSION;
- $HaveImageSizePerlModule=1;
- }
- }
-@@ -579,7 +580,10 @@ sub do_file {
- if ($NoMainIndex) {
- unlink($indextmp);
- } else {
-- if (system ("diff $indextmp $MainIndexName >/dev/null 2>/dev/null")) {
-+ local $ENV{SHELL}='/bin/sh';
-+ system ("diff $indextmp $MainIndexName >/dev/null 2>/dev/null");
-+ my $difret = $? >> 8;
-+ if ($difret != 0) {
- print "Index for $descfname in: $MainIndexName\n";
- my $cmd = "mv $indextmp $MainIndexName";
- if (system($cmd)) { print "cthumb warning: command '$cmd' failed: $!\n"; }
diff --git a/graphics/cthumb/pkg-descr b/graphics/cthumb/pkg-descr
deleted file mode 100644
index a6d772a99709..000000000000
--- a/graphics/cthumb/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-cthumb - a themable web picture album generator
-
-cthumb is a command-line program that allows you to create an web
-picture album, with an index and several pages, each with thumbnails of
-your pictures. It optionally generates otherwise identical pages but in
-several languages, simultaneously. It automatically generates thumbnails
-of the pictures. It attempts to be nice in the look of the pages it
-generates.
-
-It is geared towards people that have ton of digital images that need to
-be labeled, grouped, captioned and sorted out. All you need is the
-pictures and a text editor to put all the captions for the picture in a
-simple "album" textfile.
-
-WWW: http://cthumb.sourceforge.net/
diff --git a/graphics/cthumb/pkg-plist b/graphics/cthumb/pkg-plist
deleted file mode 100644
index 89c0e26187a9..000000000000
--- a/graphics/cthumb/pkg-plist
+++ /dev/null
@@ -1,233 +0,0 @@
-bin/cthumb
-man/man1/cthumb.1.gz
-%%DATADIR%%/blue-steel.theme/1.gif
-%%DATADIR%%/blue-steel.theme/back.png
-%%DATADIR%%/blue-steel.theme/bot.png
-%%DATADIR%%/blue-steel.theme/left.png
-%%DATADIR%%/blue-steel.theme/next.png
-%%DATADIR%%/blue-steel.theme/prev.png
-%%DATADIR%%/blue-steel.theme/right.png
-%%DATADIR%%/blue-steel.theme/theme.conf
-%%DATADIR%%/blue-steel.theme/top.png
-%%DATADIR%%/classic-clips.theme/1.gif
-%%DATADIR%%/classic-clips.theme/back.png
-%%DATADIR%%/classic-clips.theme/bot.png
-%%DATADIR%%/classic-clips.theme/left.png
-%%DATADIR%%/classic-clips.theme/next.png
-%%DATADIR%%/classic-clips.theme/prev.png
-%%DATADIR%%/classic-clips.theme/right.png
-%%DATADIR%%/classic-clips.theme/theme.conf
-%%DATADIR%%/classic-clips.theme/top.png
-%%DATADIR%%/classic.theme/1.gif
-%%DATADIR%%/classic.theme/back.png
-%%DATADIR%%/classic.theme/bot.png
-%%DATADIR%%/classic.theme/left.png
-%%DATADIR%%/classic.theme/next.png
-%%DATADIR%%/classic.theme/prev.png
-%%DATADIR%%/classic.theme/right.png
-%%DATADIR%%/classic.theme/theme.conf
-%%DATADIR%%/classic.theme/top.png
-%%DATADIR%%/crosshair.theme/1.gif
-%%DATADIR%%/crosshair.theme/back.png
-%%DATADIR%%/crosshair.theme/bot.png
-%%DATADIR%%/crosshair.theme/left.png
-%%DATADIR%%/crosshair.theme/next.png
-%%DATADIR%%/crosshair.theme/prev.png
-%%DATADIR%%/crosshair.theme/right.png
-%%DATADIR%%/crosshair.theme/theme.conf
-%%DATADIR%%/crosshair.theme/top.png
-%%DATADIR%%/film.theme/1.gif
-%%DATADIR%%/film.theme/back.png
-%%DATADIR%%/film.theme/bot-1.png
-%%DATADIR%%/film.theme/bot-2.png
-%%DATADIR%%/film.theme/bot-3.png
-%%DATADIR%%/film.theme/bot-4.png
-%%DATADIR%%/film.theme/bot-5.png
-%%DATADIR%%/film.theme/bot-6.png
-%%DATADIR%%/film.theme/bot-7.png
-%%DATADIR%%/film.theme/bot-8.png
-%%DATADIR%%/film.theme/bot-9.png
-%%DATADIR%%/film.theme/next.png
-%%DATADIR%%/film.theme/prev.png
-%%DATADIR%%/film.theme/theme.conf
-%%DATADIR%%/film.theme/top-1.png
-%%DATADIR%%/film.theme/top-2.png
-%%DATADIR%%/film.theme/top-3.png
-%%DATADIR%%/film.theme/top-4.png
-%%DATADIR%%/film.theme/top-5.png
-%%DATADIR%%/film.theme/top-6.png
-%%DATADIR%%/film.theme/top-7.png
-%%DATADIR%%/film.theme/top-8.png
-%%DATADIR%%/film.theme/top-9.png
-%%DATADIR%%/flaps.theme/1.gif
-%%DATADIR%%/flaps.theme/back.png
-%%DATADIR%%/flaps.theme/bot.png
-%%DATADIR%%/flaps.theme/left.png
-%%DATADIR%%/flaps.theme/next.png
-%%DATADIR%%/flaps.theme/prev.png
-%%DATADIR%%/flaps.theme/right.png
-%%DATADIR%%/flaps.theme/theme.conf
-%%DATADIR%%/flaps.theme/top.png
-%%DATADIR%%/float-medium.theme/1.gif
-%%DATADIR%%/float-medium.theme/back.png
-%%DATADIR%%/float-medium.theme/bot.png
-%%DATADIR%%/float-medium.theme/left.png
-%%DATADIR%%/float-medium.theme/next.png
-%%DATADIR%%/float-medium.theme/prev.png
-%%DATADIR%%/float-medium.theme/right.png
-%%DATADIR%%/float-medium.theme/theme.conf
-%%DATADIR%%/float-medium.theme/top.png
-%%DATADIR%%/float-more.theme/1.gif
-%%DATADIR%%/float-more.theme/back.png
-%%DATADIR%%/float-more.theme/bot.png
-%%DATADIR%%/float-more.theme/left.png
-%%DATADIR%%/float-more.theme/next.png
-%%DATADIR%%/float-more.theme/prev.png
-%%DATADIR%%/float-more.theme/right.png
-%%DATADIR%%/float-more.theme/theme.conf
-%%DATADIR%%/float-more.theme/top.png
-%%DATADIR%%/float-thick.theme/1.gif
-%%DATADIR%%/float-thick.theme/back.png
-%%DATADIR%%/float-thick.theme/bot.png
-%%DATADIR%%/float-thick.theme/left.png
-%%DATADIR%%/float-thick.theme/next.png
-%%DATADIR%%/float-thick.theme/prev.png
-%%DATADIR%%/float-thick.theme/right.png
-%%DATADIR%%/float-thick.theme/theme.conf
-%%DATADIR%%/float-thick.theme/top.png
-%%DATADIR%%/float.theme/1.gif
-%%DATADIR%%/float.theme/back.png
-%%DATADIR%%/float.theme/bot.png
-%%DATADIR%%/float.theme/left.png
-%%DATADIR%%/float.theme/next.png
-%%DATADIR%%/float.theme/prev.png
-%%DATADIR%%/float.theme/right.png
-%%DATADIR%%/float.theme/theme.conf
-%%DATADIR%%/float.theme/top.png
-%%DATADIR%%/ithumb.theme/1.gif
-%%DATADIR%%/ithumb.theme/back.png
-%%DATADIR%%/ithumb.theme/bot.png
-%%DATADIR%%/ithumb.theme/left.png
-%%DATADIR%%/ithumb.theme/next.png
-%%DATADIR%%/ithumb.theme/prev.png
-%%DATADIR%%/ithumb.theme/right.png
-%%DATADIR%%/ithumb.theme/theme.conf
-%%DATADIR%%/ithumb.theme/top.png
-%%DATADIR%%/neat-round.theme/1.gif
-%%DATADIR%%/neat-round.theme/back.png
-%%DATADIR%%/neat-round.theme/bot.png
-%%DATADIR%%/neat-round.theme/left.png
-%%DATADIR%%/neat-round.theme/next.png
-%%DATADIR%%/neat-round.theme/prev.png
-%%DATADIR%%/neat-round.theme/right.png
-%%DATADIR%%/neat-round.theme/theme.conf
-%%DATADIR%%/neat-round.theme/top.png
-%%DATADIR%%/neat-square.theme/1.gif
-%%DATADIR%%/neat-square.theme/back.png
-%%DATADIR%%/neat-square.theme/bot.png
-%%DATADIR%%/neat-square.theme/left.png
-%%DATADIR%%/neat-square.theme/next.png
-%%DATADIR%%/neat-square.theme/prev.png
-%%DATADIR%%/neat-square.theme/right.png
-%%DATADIR%%/neat-square.theme/theme.conf
-%%DATADIR%%/neat-square.theme/top.png
-%%DATADIR%%/oak.theme/1.gif
-%%DATADIR%%/oak.theme/Copyright
-%%DATADIR%%/oak.theme/back.png
-%%DATADIR%%/oak.theme/bot.png
-%%DATADIR%%/oak.theme/left.png
-%%DATADIR%%/oak.theme/next.png
-%%DATADIR%%/oak.theme/prev.png
-%%DATADIR%%/oak.theme/right.png
-%%DATADIR%%/oak.theme/theme.conf
-%%DATADIR%%/oak.theme/top.png
-%%DATADIR%%/postcard.theme/1.gif
-%%DATADIR%%/postcard.theme/back.png
-%%DATADIR%%/postcard.theme/bot.png
-%%DATADIR%%/postcard.theme/left.png
-%%DATADIR%%/postcard.theme/next.png
-%%DATADIR%%/postcard.theme/prev.png
-%%DATADIR%%/postcard.theme/right.png
-%%DATADIR%%/postcard.theme/theme.conf
-%%DATADIR%%/postcard.theme/top.png
-%%DATADIR%%/shiny-tube.theme/1.gif
-%%DATADIR%%/shiny-tube.theme/back.png
-%%DATADIR%%/shiny-tube.theme/bot.png
-%%DATADIR%%/shiny-tube.theme/left.png
-%%DATADIR%%/shiny-tube.theme/next.png
-%%DATADIR%%/shiny-tube.theme/prev.png
-%%DATADIR%%/shiny-tube.theme/right.png
-%%DATADIR%%/shiny-tube.theme/theme.conf
-%%DATADIR%%/shiny-tube.theme/top.png
-%%DATADIR%%/simpleframe.theme/1.gif
-%%DATADIR%%/simpleframe.theme/back.png
-%%DATADIR%%/simpleframe.theme/bot.png
-%%DATADIR%%/simpleframe.theme/left.png
-%%DATADIR%%/simpleframe.theme/next.png
-%%DATADIR%%/simpleframe.theme/prev.png
-%%DATADIR%%/simpleframe.theme/right.png
-%%DATADIR%%/simpleframe.theme/theme.conf
-%%DATADIR%%/simpleframe.theme/top.png
-%%DATADIR%%/slides-big.theme/1.gif
-%%DATADIR%%/slides-big.theme/back.png
-%%DATADIR%%/slides-big.theme/bot.png
-%%DATADIR%%/slides-big.theme/left.png
-%%DATADIR%%/slides-big.theme/next.png
-%%DATADIR%%/slides-big.theme/prev.png
-%%DATADIR%%/slides-big.theme/right.png
-%%DATADIR%%/slides-big.theme/theme.conf
-%%DATADIR%%/slides-big.theme/top.png
-%%DATADIR%%/slides-clean.theme/1.gif
-%%DATADIR%%/slides-clean.theme/back.png
-%%DATADIR%%/slides-clean.theme/bot.png
-%%DATADIR%%/slides-clean.theme/left.png
-%%DATADIR%%/slides-clean.theme/next.png
-%%DATADIR%%/slides-clean.theme/prev.png
-%%DATADIR%%/slides-clean.theme/right.png
-%%DATADIR%%/slides-clean.theme/theme.conf
-%%DATADIR%%/slides-clean.theme/top.png
-%%DATADIR%%/slides-huge.theme/1.gif
-%%DATADIR%%/slides-huge.theme/back.png
-%%DATADIR%%/slides-huge.theme/bot.png
-%%DATADIR%%/slides-huge.theme/left.png
-%%DATADIR%%/slides-huge.theme/next.png
-%%DATADIR%%/slides-huge.theme/prev.png
-%%DATADIR%%/slides-huge.theme/right.png
-%%DATADIR%%/slides-huge.theme/theme.conf
-%%DATADIR%%/slides-huge.theme/top.png
-%%DATADIR%%/slides-small.theme/1.gif
-%%DATADIR%%/slides-small.theme/back.png
-%%DATADIR%%/slides-small.theme/bot.png
-%%DATADIR%%/slides-small.theme/left.png
-%%DATADIR%%/slides-small.theme/next.png
-%%DATADIR%%/slides-small.theme/prev.png
-%%DATADIR%%/slides-small.theme/right.png
-%%DATADIR%%/slides-small.theme/theme.conf
-%%DATADIR%%/slides-small.theme/top.png
-%%DATADIR%%/spotlight.theme/1.gif
-%%DATADIR%%/spotlight.theme/back.png
-%%DATADIR%%/spotlight.theme/bot.png
-%%DATADIR%%/spotlight.theme/left.png
-%%DATADIR%%/spotlight.theme/next.png
-%%DATADIR%%/spotlight.theme/prev.png
-%%DATADIR%%/spotlight.theme/right.png
-%%DATADIR%%/spotlight.theme/theme.conf
-%%DATADIR%%/spotlight.theme/top.png
-%%DATADIR%%/tv-large.theme/1.gif
-%%DATADIR%%/tv-large.theme/back.png
-%%DATADIR%%/tv-large.theme/bot.png
-%%DATADIR%%/tv-large.theme/left.png
-%%DATADIR%%/tv-large.theme/next.png
-%%DATADIR%%/tv-large.theme/prev.png
-%%DATADIR%%/tv-large.theme/right.png
-%%DATADIR%%/tv-large.theme/theme.conf
-%%DATADIR%%/tv-large.theme/top.png
-%%DATADIR%%/tv.theme/1.gif
-%%DATADIR%%/tv.theme/back.png
-%%DATADIR%%/tv.theme/bot.png
-%%DATADIR%%/tv.theme/left.png
-%%DATADIR%%/tv.theme/next.png
-%%DATADIR%%/tv.theme/prev.png
-%%DATADIR%%/tv.theme/right.png
-%%DATADIR%%/tv.theme/theme.conf
-%%DATADIR%%/tv.theme/top.png