head	1.14;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.14
date	2013.01.26.16.56.14;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.11.17.06.03.07;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2010.03.28.06.45.07;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2010.02.05.11.45.09;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2003.12.04.07.55.27;	author dinoex;	state Exp;
branches;
next	1.9;

1.9
date	2003.11.17.19.33.49;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2003.02.20.19.15.37;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2002.11.10.16.48.33;	author lioux;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.06.22.47.25;	author adamw;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.04.01.01.55;	author naddy;	state Exp;
branches;
next	1.4;

1.4
date	2002.07.22.19.05.18;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2001.06.16.08.59.04;	author sanpei;	state Exp;
branches;
next	1.2;

1.2
date	2001.02.05.15.33.51;	author olgeni;	state Exp;
branches;
next	1.1;

1.1
date	2000.09.05.14.46.20;	author sanpei;	state Exp;
branches;
next	;


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311027
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Yoshiro MIHIRA <sanpei@@FreeBSD.org>
# $FreeBSD: head/www/thumbnail_index/Makefile 311027 2013-01-26 16:34:39Z dinoex $

PORTNAME=	thumbnail_index
PORTVERSION=	1998.08.10
PORTREVISION=	4
CATEGORIES=	www
MASTER_SITES=	http://www.acme.com/software/thumbnail_index/
DISTNAME=	${PORTNAME}_10aug1998

MAINTAINER=	dinoex@@FreeBSD.org
COMMENT=	Make an HTML index file for a bunch of images

RUN_DEPENDS=	djpeg:${PORTSDIR}/graphics/jpeg \
		pnmscale:${PORTSDIR}/graphics/netpbm

WRKSRC=		${WRKDIR}/${PORTNAME}
MAN1=		thumbnail_index.1

NO_BUILD=	yes

.include <bsd.port.mk>
@


1.13
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	thumbnail_index
# Date created:		Aug 14, 2000
# Whom:			Yoshiro MIHIRA <sanpei@@FreeBSD.org>
#
# $FreeBSD: head/www/thumbnail_index/Makefile 300897 2012-07-14 14:29:18Z beat $
#
@


1.12
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.10
log
@- suport spaces in filenames
- enviroment variable THUMBNAILBASEDIR to strip absolute pathnames
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.9
log
@- take maintainership
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.8
log
@De-pkg-comment.
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.7
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d16 1
@


1.6
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	Make an HTML index file for a bunch of images

@


1.5
log
@The distfile has been renamed to solve the y2k problem.

PR:		44826
Submitted by:	Kimura Fuyuki <fuyuki@@hadaly.org>
@
text
@d17 2
@


1.4
log
@Fix to build port, MAINTAINER Timeout after 4 Weeks.
@
text
@d13 1
a13 1
DISTNAME=	${PORTNAME}_10aug98
d23 1
a23 1
do-build:     # empty
@


1.3
log
@use wc command for check file size.
slower but more portable than using ls
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/thumbnail_index/Makefile,v 1.2 2001/02/05 15:33:51 olgeni Exp $
d15 1
a15 1
MAINTAINER=	sanpei@@FreeBSD.org
d18 1
a18 1
		pnmmerge:${PORTSDIR}/graphics/netpbm
@


1.2
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/thumbnail_index/Makefile,v 1.1 2000/09/05 14:46:20 sanpei Exp $
d10 1
@


1.1
log
@add thumbnail_index, make an HTML index file
for a bunch of images
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION= 	1998.08.10
@

