head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	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.3
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


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

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

1.6
date	2011.08.01.18.03.02;	author arved;	state Exp;
branches;
next	1.5;

1.5
date	2011.07.14.14.42.11;	author arved;	state Exp;
branches;
next	1.4;

1.4
date	2011.06.12.04.24.17;	author miwi;	state Exp;
branches;
next	1.3;

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

1.2
date	2009.07.01.12.35.38;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.08.15.04.24.36;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	xpi-live_http_headers
# Date created:			29 June 2008
# Whom:				Dominic Fandrey <kamikaze@@bsdforen.de>
#
# $FreeBSD: head/www/xpi-live_http_headers/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	live_http_headers
PORTVERSION=	0.17
DISTVERSIONSUFFIX=	-fx+sm
PORTREVISION=	3
CATEGORIES=	www
PKGNAMEPREFIX=	xpi-

MAINTAINER=	kamikaze@@bsdforen.de
COMMENT=	A firefox extension to view HTTP headers

XPI_NUM=	3829
XPI_ID=		{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}

XPI_FILES=	TODO.txt \
		chrome/icons/default/LiveHTTPHeaders.ico \
		chrome/icons/default/LiveHTTPHeaders.xpm \
		chrome/livehttpheaders.jar \
		chrome.manifest \
		components/nsHeaderInfo.js \
		defaults/preferences/prefs.js \
		install.js \
		install.rdf

XPI_DIRS=	chrome/icons/default \
		chrome/icons \
		chrome \
		components \
		defaults/preferences \
		defaults

USE_DOS2UNIX=	yes
DOS2UNIX_REGEX=	.*\.(js|rdf|txt)

post-patch:
	@@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;

.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
@


1.7
log
@- Make it work for firefox 8 and above
- Bump PORTREVISION

PR:		162449
Submitted by:	Barbara <barbara.xxx1975@@libero.it>
Approved by:	mainainer
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Limit DOS2UNIX to text files

PR:		159346
Submitted by:	Barbara <barbara.xxx1975@@libero.it>
Pointy hat to:	arved
@
text
@d11 1
a11 1
PORTREVISION=	2
@


1.5
log
@Support Firefox up to version 6.x

PR:		158632
Submitted by:	maintainer
@
text
@d11 1
a11 1
PORTREVISION=	1
d39 1
@


1.4
log
@- Update to 0.17

PR:		157214
Submitted by:	Barbara <barbara.xxx1975@@libero.it>
Approved by:	maintainer
@
text
@d11 1
d38 5
@


1.3
log
@- Update to 0.16

PR:		143871
Submitted by:	Dominic Fandrey <kamikaze@@bsdforen.de> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.16
@


1.2
log
@- Update to 0.15

PR:		136004
Submitted by:	Dominic Fandrey <kamikaze@@bsdforen.de> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.15
@


1.1
log
@[new port] www/xpi-live_http_headers Firefox plugin

	A plugin that allows you to view the browsers request headers
	and the headers sent by the http server.

PR:		ports/125096
Submitted by:	Dominic Fandrey <kamikaze@@bsdforen.de>
@
text
@d9 1
a9 1
PORTVERSION=	0.14
@

