head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.03.12;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.08.15.19.26.13;	author tabthorpe;	state Exp;
branches;
next	1.3;

1.3
date	2010.04.03.19.06.06;	author nork;	state Exp;
branches;
next	1.2;

1.2
date	2009.05.04.13.47.05;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2009.04.26.07.15.27;	author nork;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	xpi-jv
# Date created:				2009-04-26
# Whom:					Norikatsu Shigemura <nork@@FreeBSD.org>
#
# $FreeBSD: head/www/xpi-jv/Makefile 302594 2012-08-15 19:26:13Z tabthorpe $
#

PORTNAME=	jv
PORTVERSION=	0.51
PORTREVISION=	0
DISTVERSIONSUFFIX=	-fx
CATEGORIES=	www

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A lightweight vim-like editor for textareas

XPI_NUM=	8529
XPI_ID=		jv@@eric.uhrhane
XPI_FILES=	chrome.manifest chrome/jv.jar \
		defaults/preferences/prefs.js \
		install.rdf
XPI_DIRS=	chrome \
		defaults/preferences defaults

REINPLACE_ARGS=	-i ""

post-patch:
	@@${REINPLACE_CMD} "/em:maxVersion/s/3\.5\.\*/3.6.*/" ${WRKSRC}/install.rdf

.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
@


1.4
log
@SVN rev 302594 on 2012-08-15 19:26:13Z by tabthorpe

- Reassign nork@@ ports to the heap
- Thank you for your years of service, we hope to see you back

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


1.3
log
@Update to 0.51
@
text
@d14 1
a14 1
MAINTAINER=	nork@@FreeBSD.org
@


1.2
log
@Add support for firefox3-devel.
@
text
@d9 2
a10 2
PORTVERSION=	0.50
PORTREVISION=	1
d21 1
a21 25
		install.rdf \
		jv@@eric.uhrhane/chrome.manifest \
		jv@@eric.uhrhane/content/about.js \
		jv@@eric.uhrhane/content/about.xul \
		jv@@eric.uhrhane/content/jv.js \
		jv@@eric.uhrhane/content/overlay.js \
		jv@@eric.uhrhane/content/overlay.xul \
		jv@@eric.uhrhane/content/queue.js \
		jv@@eric.uhrhane/content/settings.js \
		jv@@eric.uhrhane/content/settings.xul \
		jv@@eric.uhrhane/content/sharedsettings.js \
		jv@@eric.uhrhane/content/util.js \
		jv@@eric.uhrhane/defaults/preferences/prefs.js \
		jv@@eric.uhrhane/install.rdf \
		jv@@eric.uhrhane/locale/en-US/about.dtd \
		jv@@eric.uhrhane/locale/en-US/overlay.dtd \
		jv@@eric.uhrhane/locale/en-US/settings.dtd \
		jv@@eric.uhrhane/skin/about.css \
		jv@@eric.uhrhane/skin/about.png \
		jv@@eric.uhrhane/skin/overlay.css \
		jv@@eric.uhrhane/skin/settings.css \
		jv@@eric.uhrhane/skin/statusbar-active.png \
		jv@@eric.uhrhane/skin/statusbar-inactive.png \
		jv@@eric.uhrhane/skin/statusbar-locally-inactive.png \
		jv@@eric.uhrhane/skin/statusbar-other.png
d23 1
a23 8
		defaults/preferences defaults \
		jv@@eric.uhrhane/content \
		jv@@eric.uhrhane/defaults/preferences \
		jv@@eric.uhrhane/defaults \
		jv@@eric.uhrhane/locale/en-US \
		jv@@eric.uhrhane/locale \
		jv@@eric.uhrhane/skin \
		jv@@eric.uhrhane
d25 1
a25 2
post-extract:
	@@${RM} ${WRKSRC}/jv@@eric.uhrhane/.install.rdf.swp
d28 1
a28 4
	@@${REINPLACE_CMD} \
		-e "/em:maxVersion/s/3\.5b4pre/3.5/" \
			${WRKSRC}/install.rdf
	@@${RM} ${WRKSRC}/install.rdf.bak
@


1.1
log
@Add xpi-jv 0.50, is a lightweight vim-like editor
for textareas.

WWW: http://code.google.com/p/jv-extension/
@
text
@d10 1
d59 6
@

