head	1.14;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.8
	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.2
	RELEASE_4_EOL:1.2;
locks; strict;
comment	@# @;


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

1.13
date	2012.01.21.17.38.19;	author eadler;	state Exp;
branches;
next	1.12;

1.12
date	2011.06.20.08.37.07;	author az;	state Exp;
branches;
next	1.11;

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

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

1.9
date	2009.12.22.00.11.12;	author kuriyama;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.28.17.37.01;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.31.13.53.15;	author dinoex;	state Exp;
branches;
next	1.6;

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

1.5
date	2008.04.17.14.26.50;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.08.01.00.16;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2007.05.19.20.13.50;	author flz;	state Exp;
branches;
next	1.2;

1.2
date	2006.12.29.07.24.32;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.25.03.28.36;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:    p5-JSAN
# Date created:		2006/12/23
# Whom:	      		chinsan
#
# $FreeBSD: head/lang/p5-JSAN/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	JSAN
PORTVERSION=	0.07
PORTREVISION=	7
CATEGORIES=	lang perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:CWEST
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	JavaScript Archive Network (JSAN) Shell

BUILD_DEPENDS=	p5-Class-DBI-SQLite>=0:${PORTSDIR}/databases/p5-Class-DBI-SQLite \
		p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
		p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
		p5-Class-DBI-DATA-Schema>=0:${PORTSDIR}/databases/p5-Class-DBI-DATA-Schema \
		p5-Class-DBI-Loader>=0:${PORTSDIR}/databases/p5-Class-DBI-Loader \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \
		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
		p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	JSAN::Shell.3 JSAN.3 JSAN::Indexer::Creator.3 JSAN::Indexer.3

post-patch:
	@@${REINPLACE_CMD} -e "40 s,new,new(\'jsan\')," ${WRKSRC}/lib/JSAN.pm
	${FIND} ${WRKSRC}/lib -name "*.bak" -delete

.include <bsd.port.mk>
@


1.13
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d29 1
a29 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.11
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d13 1
a13 1
MASTER_SITE_SUBDIR=	../../authors/id/C/CW/CWEST
@


1.10
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	6
@


1.9
log
@- Remove test-only and included-in-perl-5.8 dependencies.
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.8
log
@Reset chinsan@@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:		portmgr
@
text
@d10 1
a10 1
PORTREVISION=	4
a24 2
		p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \
		p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \
a26 1
		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
d28 1
a28 3
		p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
		p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \
		p5-ExtUtils-AutoInstall>=0:${PORTSDIR}/devel/p5-ExtUtils-AutoInstall
@


1.7
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d16 1
a16 1
MAINTAINER=	chinsan@@FreeBSD.org
@


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
@d10 1
a10 1
PORTREVISION=	3
@


1.5
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.4
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.3
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@a39 6
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=		requires perl 5.6.x or later. Install lang/perl5.8 then try again
.endif

d44 1
a44 1
.include <bsd.port.post.mk>
@


1.2
log
@- Fix jsan shell

Obtained from:	http://groups.google.com/group/jsan/msg/4a25827c5925a49d
Submitted by:	chinsan (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@Add p5-JSAN 0.07, javaScript Archive Network (JSAN) Shell.

PR:		ports/107139
Submitted by:	chinsan
@
text
@d10 1
d46 4
@

