head	1.5;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


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

1.4
date	2012.12.01.14.51.43;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.06.03.13;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.12.26.21.17.00;	author rene;	state Exp;
branches;
next	1.1;

1.1
date	2011.11.24.15.06.22;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310684
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Barbara Guida <bar@@FreeBSD.org>
# $FreeBSD: head/www/xpi-server_spy/Makefile 310684 2013-01-20 11:59:32Z bar $

PORTNAME=	server_spy
PORTVERSION=	0.2.1
DISTVERSIONSUFFIX=	-fx
PORTREVISION=	1
CATEGORIES=	www

MAINTAINER=	bar@@FreeBSD.org
COMMENT=	Indicates what brand of HTTP server runs on the visited site

USE_XPI=	*firefox*

XPI_ID=		ServerSpy@@jacquet.eu.org
XPI_NUM=	2036
XPI_FILES=	defaults/preferences/prefs.js \
		chrome/chromeFiles/locale/fr-FR/ui.properties \
		chrome/chromeFiles/locale/fr-FR/ui.ent \
		chrome/chromeFiles/locale/fr-FR/contents.rdf \
		chrome/chromeFiles/locale/en-US/ui.properties \
		chrome/chromeFiles/locale/en-US/ui.ent \
		chrome/chromeFiles/locale/en-US/contents.rdf \
		chrome/chromeFiles/content/unknown.png \
		chrome/chromeFiles/content/statusbar.xul \
		chrome/chromeFiles/content/serverspy.js \
		chrome/chromeFiles/content/serverspy-32.png \
		chrome/chromeFiles/content/overlay.xul \
		chrome/chromeFiles/content/options.xul \
		chrome/chromeFiles/content/n.png \
		chrome/chromeFiles/content/addonbar.xul \
		chrome/chromeFiles/content/about.xul \
		chrome/chromeFiles/content/L.png \
		chrome/chromeFiles/content/I.png \
		chrome/chromeFiles/content/G.png \
		chrome/chromeFiles/content/A.png \
		chrome.manifest \
		install.rdf

XPI_DIRS=	defaults/preferences defaults \
		chrome/chromeFiles/locale/fr-FR \
		chrome/chromeFiles/locale/en-US \
		chrome/chromeFiles/locale \
		chrome/chromeFiles/content chrome/chromeFiles chrome

post-patch:
	@@${REINPLACE_CMD} -e 's|<em:maxVersion>4\.0b8pre<|<em:maxVersion>99.*<|' \
	    ${WRKSRC}/install.rdf

pre-install:
	@@${RM} -f ${WRKSRC}/install.rdf.bak

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


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308076
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308076 | bar | 2012-12-01 14:47:52 +0000 (Sat, 01 Dec 2012) | 6 lines
## SVN ##
## SVN ## - Trim Makefile headers
## SVN ## - Update my email address
## SVN ##
## SVN ## Approved by:	rene (mentor)
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 2
# Created by:	Barbara Guida <bar@@FreeBSD.org>
# $FreeBSD: head/www/xpi-server_spy/Makefile 308076 2012-12-01 14:47:52Z bar $
@


1.3
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	xpi-server_spy
# Date created:				10 November 2011
# Whom:					Barbara <barbara.xxx1975@@libero.it>
#
# $FreeBSD: head/www/xpi-server_spy/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d10 1
a10 1
MAINTAINER=	barbara.xxx1975@@libero.it
@


1.2
log
@Enable running this plugin with current and future Firefox versions.

PR:		ports/163553
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Server Spy indicates what brand of HTTP server (e.g. Apache, IIS, etc.)
runs on the visited sites.

WWW:	http://releases.mozilla.org/pub/mozilla.org/addons/2036/

PR:		ports/162451
Submitted by:	Barbara <barbara.xxx1975@@libero.it>
Feature safe: 	yes
@
text
@d11 1
d51 2
a52 1
	@@${REINPLACE_CMD} -e 's|4\.0b8pre|8.*|' ${WRKSRC}/install.rdf
@

