diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-10 14:24:06 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-10 14:24:06 +0800 |
commit | 1053695e916acf1fd4a05421ae1c1f34aa66f712 (patch) | |
tree | fe086ebc62857ee7f1ffff7e08ecaba2ed2ee1b3 /security | |
parent | 3f8c473619d0be6d7cfb769c04e056ce5d31721c (diff) | |
download | marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.gz marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.bz2 marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.lz marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.xz marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.zst marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.zip |
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9555 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/gcipher/Makefile | 2 | ||||
-rw-r--r-- | security/gcipher/files/patch-gcipher | 2 | ||||
-rw-r--r-- | security/nofgpg/Makefile | 35 | ||||
-rw-r--r-- | security/nofgpg/distinfo | 3 | ||||
-rw-r--r-- | security/nofgpg/pkg-descr | 5 |
5 files changed, 45 insertions, 2 deletions
diff --git a/security/gcipher/Makefile b/security/gcipher/Makefile index 92a77f22b..ef1681c30 100644 --- a/security/gcipher/Makefile +++ b/security/gcipher/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcipher PORTVERSION= 1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/security/gcipher/files/patch-gcipher b/security/gcipher/files/patch-gcipher index fd720b42b..2e7ba1abc 100644 --- a/security/gcipher/files/patch-gcipher +++ b/security/gcipher/files/patch-gcipher @@ -10,7 +10,7 @@ diff -ur ../gcipher-1.0.orig/src/gcipher ./src/gcipher # Edit the path below if you need to port GCipher. import sys -# sys.path.append("/usr/share/gcipher/lib") -+sys.path.append("%%PREFIX%%/share/gnome/gcipher/lib") ++sys.path.append("%%PREFIX%%/share/gcipher/lib") from os import environ from os.path import join diff --git a/security/nofgpg/Makefile b/security/nofgpg/Makefile new file mode 100644 index 000000000..c223f9370 --- /dev/null +++ b/security/nofgpg/Makefile @@ -0,0 +1,35 @@ +# ex:ts=8 +# Ports collection makefile for: nofgpg +# Date created: Mar 15, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= nofgpg +PORTVERSION= 0.5.1 +PORTREVISION= 5 +CATEGORIES= security python +MASTER_SITES= http://www.cgabriel.org/download/nofgpg/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= No One Fears GPG + +RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 \ + ${PYTHON_SITELIBDIR}/gtk-1.2/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome + +USE_PYTHON= yes +NO_BUILD= yes + +MAN1= nofgpg.1 +PLIST_FILES= bin/nofgpg + +post-patch: + @${REINPLACE_CMD} -e "s,/usr/share,${LOCALBASE}/share,g" \ + ${WRKSRC}/nofgpg + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/security/nofgpg/distinfo b/security/nofgpg/distinfo new file mode 100644 index 000000000..c2cd410fc --- /dev/null +++ b/security/nofgpg/distinfo @@ -0,0 +1,3 @@ +MD5 (nofgpg-0.5.1.tar.gz) = 06f3433bc168d691b7e26e8829679d10 +SHA256 (nofgpg-0.5.1.tar.gz) = 137828838aac74fb59bb434768c0f06773247ab5d7da6ef739dcfccd2010c9bf +SIZE (nofgpg-0.5.1.tar.gz) = 12313 diff --git a/security/nofgpg/pkg-descr b/security/nofgpg/pkg-descr new file mode 100644 index 000000000..4757ed883 --- /dev/null +++ b/security/nofgpg/pkg-descr @@ -0,0 +1,5 @@ +No One Fears GPG + +Simple GPG keyring manager. + +WWW: https://www.cgabriel.org/software/wiki/NofGpg |