head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.9
	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.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	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.11
date	2012.11.17.06.02.34;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.03.17.05.03.16;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2011.08.10.19.08.38;	author ehaupt;	state Exp;
branches;
next	1.8;

1.8
date	2011.02.27.04.54.40;	author tabthorpe;	state Exp;
branches;
next	1.7;

1.7
date	2009.08.22.00.38.08;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2008.11.30.20.55.25;	author mm;	state Exp;
branches;
next	1.5;

1.5
date	2008.01.29.04.44.16;	author alepulver;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.04.09.08.01;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2007.06.05.06.31.44;	author alepulver;	state Exp;
branches;
next	1.2;

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

1.1
date	2007.05.03.22.29.45;	author alepulver;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	getleft
# Date created:				2006-11-07
# Whom:					alepulver
#
# $FreeBSD: head/www/getleft/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	getleft
PORTVERSION=	1.2
PORTEPOCH=	1
CATEGORIES=	www ftp
MASTER_SITES=	SF/${PORTNAME}down/${PORTNAME}-Stable/${PORTVERSION}
DISTNAME=	Getleft-v${PORTVERSION}

MAINTAINER=	5u623l20@@gmail.com
COMMENT=	Web site downloader

RUN_DEPENDS=	${LOCALBASE}/lib/Tktable2.10/libTktable2.10.so:${PORTSDIR}/x11-toolkits/tktable \
		${LOCALBASE}/lib/libttkstub.a:${PORTSDIR}/x11-toolkits/tile

USE_TK=		84+
PORTSCOUT=	ignore:1

do-build:
	@@(${ECHO_CMD} "#!${SH}"; ${ECHO_CMD} "cd ${DATADIR} || exit 1"; \
	  ${ECHO_CMD} 'exec ${WISH} Getleft.tcl "$$@@"') > ${WRKDIR}/${PORTNAME}

do-install:
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
	@@${MKDIR} ${DATADIR}
	${INSTALL_SCRIPT} ${WRKSRC}/Getleft.tcl ${DATADIR}
.for dir in Languages doc scripts images
	@@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${DATADIR})
.endfor

.include <bsd.port.mk>
@


1.10
log
@- Set Portscout flags
- Pass maintainership to submitter

PR:		165917 165916 165975 165973 165972
Submitted by:	Muhammad Moinur Rahman <5u623l20@@gmail.com>
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Update to 1.2
- Update WWW

PR:		159492
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d22 1
@


1.8
log
@- Reassign ports to heap

Submitted by:	alepulver
@
text
@d9 2
a10 2
PORTVERSION=	1.2b2
PORTREVISION=	2
d12 2
a13 2
MASTER_SITES=	SF/${PORTNAME}down/${PORTNAME}-devel/${PORTVERSION}
DISTNAME=	Getleft-${PORTVERSION}
d21 1
a21 7
USE_TK=		84

# Avoid minus signs in versions.
PORTSCOUT=	limit:^[[:alnum:]]+(?!-)$

post-extract:
	@@${RM} ${WRKSRC}/install.*
a27 2
	${MKDIR} ${DATADIR}
	${CP} -R ${WRKSRC}/* ${DATADIR}
d29 5
@


1.7
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d15 1
a15 1
MAINTAINER=	alepulver@@FreeBSD.org
@


1.6
log
@- UNBREAK fix tktable dependency to 2.10
- bump PORTREVISION

Reported by:	pointyhat (pav)
@
text
@d12 1
a12 1
MASTER_SITES=	SF/getleftdown
@


1.5
log
@- Fix PORTSCOUT variable to avoid versions like 1.2b2-x86_64 (the '-').
@
text
@d10 1
a10 1
PORTREVISION=	1
d18 1
a18 1
RUN_DEPENDS=	${LOCALBASE}/lib/Tktable2.9/libTktable2.9.so:${PORTSDIR}/x11-toolkits/tktable \
@


1.4
log
@- Chase tktable update

Reported by:	pointyhat
Missed by:	mm
@
text
@d23 2
a24 1
PORTSCOUT=	limit:^[^-]+$
@


1.3
log
@- Add PORTSCOUT limit to avoid false positives.
@
text
@d18 1
a18 1
RUN_DEPENDS=	${LOCALBASE}/lib/Tktable2.8/libTktable2.8.so:${PORTSDIR}/x11-toolkits/tktable \
@


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
@d23 2
@


1.1
log
@So here is my little effort, it is supposed to download complete Web sites.
You give it an URL, and down it goes on, happily downloading every linked URL
in that site.

Features:

* While it goes, it changes the original pages, all the links get changed to
  relative links, so that you can surf the site in your hard disk without
  those pesky absolute links.
* Limited Ftp support, it will download the files but not recursively.
* Resumes downloading if interrupted.
* Filters not to download certain kind of files.
* You can get a site map before downloading.
* Getleft can follow links to external sites.
* Multilingual support, at present Getleft supports Dutch, English, Esperanto,
  German, French, Italian, Polish, Korean, Portuguese, Russian, Turkish and
  Spanish.

WWW: http://personal1.iddeo.es/andresgarci/getleft/english/
@
text
@d10 1
@

