Date: Thu, 21 Jun 2007 11:23:25 +0000 (UTC) From: liu_yinghong@yahoo.com.cn To: FreeBSD-gnats-submit@FreeBSD.org Cc: liu_yinghong@yahoo.com.cn Subject: ports/113903: New port:security/gpg-crypter A GTK+ frontend to GPG and encrypt text into ASCII-armored gpg-ciphers Message-ID: <20070621112325.B1D8B13C4BC@mx1.freebsd.org> Resent-Message-ID: <200706211130.l5LBU50t092360@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113903 >Category: ports >Synopsis: New port:security/gpg-crypter A GTK+ frontend to GPG and encrypt text into ASCII-armored gpg-ciphers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 11:30:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Yinghong.Liu >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD relaxbsd.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu May 10 21:42:19 CST 2007 hamigua@relaxbsd.org:/usr/src/sys/i386/compile/LYH i386 >Description: 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 since version 0.2. WWW: http://gpg-crypter.sourceforge.net/ >How-To-Repeat: >Fix: --- gpg-crypter.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gpg-crypter/ # gpg-crypter/Makefile # gpg-crypter/distinfo # gpg-crypter/pkg-descr # echo c - gpg-crypter/ mkdir -p gpg-crypter/ > /dev/null 2>&1 echo x - gpg-crypter/Makefile sed 's/^X//' >gpg-crypter/Makefile << 'END-of-gpg-crypter/Makefile' X# New ports collection makefile for: gpg-crypter X# Date created: 21 Jun 2007 X# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn> X# X# $FreeBSD$ X# X XPORTNAME= gpg-crypter XPORTVERSION= 0.3.5 XCATEGORIES= security XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=${PORTNAME} X XMAINTAINER= liu_yinghong@yahoo.com.cn XCOMMENT= A GTK+ frontend to GPG and encrypt text into ASCII-armored gpg-ciphers X XLIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ X gpg-error:${PORTSDIR}/security/libgpg-error X XUSE_BZIP2= yes XGNU_CONFIGURE= yes XUSE_GNOME= gtk20 XCONFIGURE_ENV= set_more_warnings="no" X XPLIST_FILES= bin/gpg-crypter %%DATADIR%%/pixmaps/gpg-crypter.png X X.if !defined(WITHOUT_NLS) XUSE_GETTEXT= yes XPLIST_SUB+= NLS="" X.else XCONFIGURE_ARGS+=--disable-nls XPLIST_SUB+= NLS="@comment " X.endif X Xpost-patch: X @${REINPLACE_CMD} -e 's|error.h|gpg-error.h|g' \ X ${WRKSRC}/src/error-dialogs.c X X.include <bsd.port.mk> END-of-gpg-crypter/Makefile echo x - gpg-crypter/distinfo sed 's/^X//' >gpg-crypter/distinfo << 'END-of-gpg-crypter/distinfo' XMD5 (gpg-crypter-0.3.5.tar.bz2) = 89c318767e98599eb261469c3fab0e95 XSHA256 (gpg-crypter-0.3.5.tar.bz2) = 57d1efbe3f5e4cab0c78d8daa5db3bf25d78dce3c60b9785ab60b37a961b740e XSIZE (gpg-crypter-0.3.5.tar.bz2) = 108135 END-of-gpg-crypter/distinfo echo x - gpg-crypter/pkg-descr sed 's/^X//' >gpg-crypter/pkg-descr << 'END-of-gpg-crypter/pkg-descr' XGPG-Crypter is a GTK+ frontend to GPG and it is intended to de- and Xencrypt text into ASCII-armored gpg-ciphers. It provides textboxes Xto enter plaintext or ciphers. File encryption and decryption is Xavailable since version 0.2. X XWWW: http://gpg-crypter.sourceforge.net/ END-of-gpg-crypter/pkg-descr exit --- gpg-crypter.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070621112325.B1D8B13C4BC>