diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-15 04:19:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-15 04:19:20 +0000 |
commit | 2dbce6cd5693df40deac3fe4618ed89acd9df975 (patch) | |
tree | d2b1a0a26cd3c67cf063b1d3a48cc2ee991dfa60 /www/xpi-firegpg | |
parent | 269ecdaa6a54f201115897074899e57fc81a7a2f (diff) |
Notes
Diffstat (limited to 'www/xpi-firegpg')
-rw-r--r-- | www/xpi-firegpg/Makefile | 24 | ||||
-rw-r--r-- | www/xpi-firegpg/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-firegpg/pkg-descr | 5 | ||||
-rw-r--r-- | www/xpi-firegpg/pkg-plist | 10 |
4 files changed, 42 insertions, 0 deletions
diff --git a/www/xpi-firegpg/Makefile b/www/xpi-firegpg/Makefile new file mode 100644 index 000000000000..5b7eb9f5ccfc --- /dev/null +++ b/www/xpi-firegpg/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xpi-firegpg +# Date created: 2008-07-24 +# Whom: Ashish Shukla <wahjava@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= firegpg +PORTVERSION= 0.5 +CATEGORIES= www +MASTER_SITES= http://getfiregpg.org/${MASTER_SITE_SUBDIR}/ +MASTER_SITE_SUBDIR= stable +DISTNAME= ${PORTNAME} + +MAINTAINER= wahjava@gmail.com +COMMENT= An extension that acts as an assistant for using GPG + +RUN_DEPENDS= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg + +XPI_ID= firegpg@firegpg.team +USE_XPI= *firefox* + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-firegpg/distinfo b/www/xpi-firegpg/distinfo new file mode 100644 index 000000000000..5107488b85b2 --- /dev/null +++ b/www/xpi-firegpg/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/firegpg.xpi) = a9b88810502c636e0d97455e4a7eb1cb +SHA256 (xpi/firegpg.xpi) = 200974fb7522977fc814e924591b0841014a66c6124b2bb55f267a7eb719e5dc +SIZE (xpi/firegpg.xpi) = 161592 diff --git a/www/xpi-firegpg/pkg-descr b/www/xpi-firegpg/pkg-descr new file mode 100644 index 000000000000..38f179613725 --- /dev/null +++ b/www/xpi-firegpg/pkg-descr @@ -0,0 +1,5 @@ +FireGPG is a Firefox extension which brings an interface +to encrypt, decrypt, sign or verify the signature of text +in any web page using GnuPG. + +WWW: http://getfiregpg.org/index.html diff --git a/www/xpi-firegpg/pkg-plist b/www/xpi-firegpg/pkg-plist new file mode 100644 index 000000000000..5d9ba79df6d9 --- /dev/null +++ b/www/xpi-firegpg/pkg-plist @@ -0,0 +1,10 @@ +%%XPI_XPIDIR%%/AUTHORS +%%XPI_XPIDIR%%/COPYING +%%XPI_XPIDIR%%/README +%%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/chrome/firegpg.jar +%%XPI_XPIDIR%%/defaults/preferences/firegpg.js +%%XPI_XPIDIR%%/install.rdf +@dirrm %%XPI_XPIDIR%%/defaults/preferences +@dirrm %%XPI_XPIDIR%%/defaults +@dirrm %%XPI_XPIDIR%%/chrome |