Index: Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile 19 Jul 2007 14:13:41 -0000 @@ -0,0 +1,34 @@ +# New ports collection makefile for: gpg-crypter +# Date created: 21 Jun 2007 +# Whom: Yinghong Liu +# +# $FreeBSD$ +# + +PORTNAME= gpg-crypter +PORTVERSION= 0.3.5 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=${PORTNAME} + +MAINTAINER= relaxbsd@gmail.com +COMMENT= A GTK+ GPG GUI to encrypt text into ASCII-armored gpg-ciphers + +LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ + gpg-error:${PORTSDIR}/security/libgpg-error + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GNOME= gtk20 +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +post-patch: + @${REINPLACE_CMD} -e '/^pkgdatadir =/s|=.*|=${DATADIR}|' \ + ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|error.h|gpg-error.h|g' \ + ${WRKSRC}/src/error-dialogs.c + +.include Index: distinfo =================================================================== RCS file: distinfo diff -N distinfo --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ distinfo 19 Jul 2007 14:13:41 -0000 @@ -0,0 +1,3 @@ +MD5 (gpg-crypter-0.3.5.tar.bz2) = 89c318767e98599eb261469c3fab0e95 +SHA256 (gpg-crypter-0.3.5.tar.bz2) = 57d1efbe3f5e4cab0c78d8daa5db3bf25d78dce3c60b9785ab60b37a961b740e +SIZE (gpg-crypter-0.3.5.tar.bz2) = 108135 Index: pkg-descr =================================================================== RCS file: pkg-descr diff -N pkg-descr --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-descr 19 Jul 2007 14:13:41 -0000 @@ -0,0 +1,6 @@ +GPG-Crypter is a GTK+ frontend to GPG and it is intended to de- and +encrypt text into ASCII-armored gpg-ciphers. It provides textboxes +to enter plaintext or ciphers. File encryption and decryption is +available. + +WWW: http://gpg-crypter.dopehouse.dyndns.org/ Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-plist 19 Jul 2007 14:13:41 -0000 @@ -0,0 +1,7 @@ +bin/gpg-crypter +%%DATADIR%%/pixmaps/gpg-crypter.png +share/locale/de/LC_MESSAGES/gpg-crypter.mo +share/locale/fr/LC_MESSAGES/gpg-crypter.mo +share/locale/pl/LC_MESSAGES/gpg-crypter.mo +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%%