head	1.9;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.12.10.13.48.09;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.11.17.06.03.05;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2010.06.29.08.49.51;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2008.06.06.14.07.12;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2008.05.15.20.05.23;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2007.08.17.09.28.33;	author mm;	state Exp;
branches;
next	1.3;

1.3
date	2007.07.26.08.41.15;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2007.05.19.20.25.28;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2007.04.16.11.16.16;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308605
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308605 | bapt | 2012-12-10 13:43:43 +0000 (Mon, 10 Dec 2012) | 3 lines
## SVN ##
## SVN ## Decommissioning java 1.5 (EOLed since October 2009):
## SVN ## suppress any reference to JAVA_VERSION=	1.5+ (part3)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Radim Kolar <hsn@@sanatana.dharma>
# $FreeBSD: head/www/scloader/Makefile 308605 2012-12-10 13:43:43Z bapt $

PORTNAME=	scloader
PORTVERSION=	0.32
CATEGORIES=	www java
MASTER_SITES=	SF
DISTNAME=	loader${PORTVERSION:C/\.//}

MAINTAINER=	hsn@@sendmail.cz
COMMENT=	Configurable web graber/spider

USE_ZIP=	yes
USE_JAVA=	yes
JAVA_VERSION=	1.6+
USE_DOS2UNIX=	yes

NO_WRKSUBDIR=	yes
NO_BUILD=	yes

PLIST_FILES=	bin/${PORTNAME} %%JAVAJARDIR%%/scloader.jar
PORTDOCS=	README history todo

DOS2UNIX_REGEX=	.+\.[^j][^a][^r]$

do-configure:
		${SED} -e "s|%%JAVA%%|${LOCALBASE}/bin/java|" \
		-e "s|%%JAVAJARDIR%%|${JAVAJARDIR}|" \
		${FILESDIR}/${PORTNAME}.sh > ${WRKDIR}/${PORTNAME}

do-install:
		${INSTALL} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
		${INSTALL_DATA} ${WRKSRC}/scloader.jar ${JAVAJARDIR}
.ifndef	NOPORTDOCS
		${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
		${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
		${INSTALL_DATA} ${WRKSRC}/doc/manual.html ${DOCSDIR}
		${INSTALL_DATA} ${WRKSRC}/samples/loader.cnf ${DOCSDIR}
PORTDOCS+=	manual.html loader.cnf
.endif

.include <bsd.port.mk>
@


1.8
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	scloader
# Date created:		2007-04-13
# Whom:			Radim Kolar <hsn@@sanatana.dharma>
#
# $FreeBSD: head/www/scloader/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d15 1
a15 1
JAVA_VERSION=	1.5+
@


1.7
log
@- Update to 0.32

PR:		147994
Submitted by:	hsn@@sendmail.cz (maintainer)
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	0.31
PORTREVISION=	2
@


1.5
log
@- scloader is running often out of memory, increase maximum jvm heapsize to 512mb

PR:		123712
Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@- Update to 0.31

PR:		ports/115383
Submitted by:	Radim Kolar <hsn at sendmail.cz> (maintainer)
@
text
@d10 1
@


1.3
log
@- Update to 0.29

PR:		114896
Submitted by:	Radim Kolar SF.NET <hsn@@sendmail.cz> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.29
d19 1
@


1.2
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d9 1
a9 3
PORTVERSION=	0.28
PORTREVISION=	1
#PORTREVISION=	0
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
d15 1
a15 1
COMMENT=	Configurable web graber
@


1.1
log
@Smart Cache Loader is most configurable web batch downloader in world! If you
have a very specific needs to grab some portions of web site -- this is
right tool for you! This program can be also used as web crawler if you
need to crawl defined parts of www site(s).

WWW:	http://scloader.sourceforge.net/

PR:		ports/111595
Submitted by:	Radim Kolar <hsn at sanatana.dharma>
@
text
@d10 1
@

