head	1.7;
access;
symbols
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	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.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.7
date	2011.11.02.01.35.32;	author dougb;	state dead;
branches;
next	1.6;

1.6
date	2011.08.02.13.47.44;	author bapt;	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.10.04.01.25.17;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2007.09.24.07.38.40;	author linimon;	state Exp;
branches;
next	1.2;

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

1.1
date	2006.06.02.13.24.55;	author tobez;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove ports@@ ports that have been DEPRECATED for at least 1 month

audio/shoutcast		Unfetchable; website rearranged
audio/linux-shoutcast	Unfetchable; website rearranged
chinese/scim-chewing	Does not configure
converters/py-cjkcodecs	Integrated into every python version in the tree
databases/kpogre	Does not compile
deskutils/mhc		Does not fetch
deskutils/org-mode.el6	Does not fetch
deskutils/gemcal	Does not fetch
devel/erlang-thrift	Does not build
dns/domtools		Does not fetch
editors/richtext	Does not compile
games/vultures-claw	Does not fetch
games/bomb		Does not fetch
games/lgeneral-data	Bad plist
games/linux-enemyterritory-jaymod	Does not fetch
games/xphotohunter	Does not fetch
graphics/gimpshop	Fails to patch
graphics/lightspark-devel	Does not compile
graphics/xmms-plazma	Does not fetch
graphics/py-cgkit	Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt		Does not fetch, fails to build with new utmpx
japanese/epic4		Some distfiles do not fetch
java/jde		Does not fetch
java/kaffe		Does not fetch
korean/gdick	HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86	Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript	Does not fetch
lang/TenDRA	Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops		Does not build
mail/itraxp		Does not build
misc/tellico		Leaves file behind on deinstall
net/gsambad		Does not fetch
net/nocatauth-gateway	Uses a UID registered to another port
net/nocatauth-server	Uses a UID registered to another port
net/libosip2		Does not fetch
net/kmuddy		Does not fetch
net/netboot		Does not build
net-mgmt/jffnms		Does not fetch
net-p2p/frostwire	Does not fetch
net-p2p/azureus		Does not fetch
news/cleanscore		Does not fetch
news/nntpswitch		Does not fetch
news/p5-NewsLib		Does not fetch
russian/cyrproxy	Does not fetch
science/gerris		Does not fetch
security/opensaml	Does not fetch
sysutils/wmbattery	Does not fetch
sysutils/cpuburn	No more public distfiles
textproc/tei-guidelines-p4	Does not fetch
textproc/tei-p4		Does not fetch
textproc/py-hyperestraier	Does not fetch
textproc/tdtd.el	Does not fetch
textproc/tei-lite	Does not fetch
www/phpwiki13		Does not fetch
www/p5-Apache-Scoreboard	Depends on mod_perl
www/p5-B-LexInfo	Broken due the new mod_perl2 API
www/phpwiki		Does not fetch
www/smb2www		Apache13 is deprecated, migrate to 2.2.x+ now
www/spip		Checksum is changing daily
www/monkey		Does not fetch
x11-toolkits/jdic	Does not fetch
x11-toolkits/py-kde	Does not compile
@
text
@# New ports collection makefile for:	p5-JavaScript
# Date created:				02 June 2006
# Whom:	      				dom@@happygiraffe.net
#
# $FreeBSD: ports/lang/p5-JavaScript/Makefile,v 1.6 2011/08/02 13:47:44 bapt Exp $
#

PORTNAME=	JavaScript
PORTVERSION=	0.55
PORTREVISION=	1
CATEGORIES=	lang perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Perl extension for executing embedded JavaScript

BROKEN=	does not fetch

LIB_DEPENDS=	js.1:${PORTSDIR}/lang/spidermonkey

MAN3=		JavaScript.3

PERL_CONFIGURE=	yes
CONFIGURE_ARGS=	INC=-I${LOCALBASE}/include

post-patch:
	${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' ${WRKSRC}/JavaScript.xs

.include <bsd.port.mk>
@


1.6
log
@Mark BROKEN: Does not fetch
@
text
@d5 1
a5 1
# $FreeBSD$
@


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


1.4
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	JavaScript
@


1.3
log
@Dominic is a new dad, and will be too busy for a while to work on ports.
Congratulations :-)
@
text
@d29 1
a29 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=		a dependency does not compile on FreeBSD 4.x
.endif

.include <bsd.port.post.mk>
@


1.2
log
@- Chase shlib versioning of lang/spidermonkey, patch from Andrew Pantyukhin

PR:		ports/101561
Submitted by:	Dominic Mitchell <dom at happygiraffe.net> (maintainer)
@
text
@d16 1
a16 1
MAINTAINER=	dom@@happygiraffe.net
@


1.1
log
@Add p5-JavaScript 0.55, perl extension for executing embedded
JavaScript.

PR:		ports/98372
Submitted by:	dom@@happygiraffe.net
@
text
@d10 1
d19 1
a19 2
BUILD_DEPENDS=	${LOCALBASE}/lib/libjs.so:${PORTSDIR}/lang/spidermonkey
RUN_DEPENDS=	${BUILD_DEPENDS}
@

