aboutsummaryrefslogtreecommitdiff
path: root/security/ncrypt
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-15 18:04:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-15 18:04:58 +0000
commitddd4ec5320f1895cd9b394c522863af46fd35b61 (patch)
treeb9d63ee9ffdaf1913210db28998f9c76e51f7bab /security/ncrypt
parent338a86a4d6efe25768556da84e0c02efd28dd478 (diff)
downloadports-ddd4ec5320f1895cd9b394c522863af46fd35b61.tar.gz
ports-ddd4ec5320f1895cd9b394c522863af46fd35b61.zip
- Add LICENSE
- Strip binary executable - Use USES=tar:tgz - Use post-patch: instead of post-configure: - Update pkg-descr - Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=386455
Diffstat (limited to 'security/ncrypt')
-rw-r--r--security/ncrypt/Makefile14
-rw-r--r--security/ncrypt/pkg-descr15
2 files changed, 18 insertions, 11 deletions
diff --git a/security/ncrypt/Makefile b/security/ncrypt/Makefile
index 32e6f7946727..0f774c495add 100644
--- a/security/ncrypt/Makefile
+++ b/security/ncrypt/Makefile
@@ -3,20 +3,22 @@
PORTNAME= ncrypt
PORTVERSION= 0.7.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-0.7/${PORTNAME}-${PORTVERSION}
-EXTRACT_SUFX= .tgz
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Advanced AES file encryption tool
+LICENSE= GPLv2
+
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= tar:tgz
PLIST_FILES= bin/ncrypt bin/nrm
-post-configure:
- @${REINPLACE_CMD} -E 's,^(CC|CFLAGS) =,\1 \?=,g' \
- ${WRKSRC}/Makefile
+post-patch:
+ @${REINPLACE_CMD} -E 's,^(CC|CFLAGS) =,\1 \?=,g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
diff --git a/security/ncrypt/pkg-descr b/security/ncrypt/pkg-descr
index 319fdc0935be..3061f06e2710 100644
--- a/security/ncrypt/pkg-descr
+++ b/security/ncrypt/pkg-descr
@@ -1,7 +1,12 @@
-NCrypt is intended to give you security in an insecure environment.
-If you are wanting to encrypt files (particularly on a multi-user
-system where you don't have root), wishing to hide your activites
-from prying eyes, and want to "cover your tracks", then NCrypt is
-for you.
+NCrypt is intended to give you security in an insecure environment. If you are
+wanting to encrypt files (particularly on a multi-user system where you don't
+have root), wishing to hide your activites from prying eyes, and want to "cover
+your tracks", then NCrypt is for you. It is a symmetrical file
+encryptor/decryptor that gives you the choice of the top three candidates for
+AES as the encryption algorithm (Rijndael, Serpent, Twofish), tries to minimize
+exposure of the plaintext password in memory, and can safely erase the plaintext
+version from the hard drive. It compiles without any extra crypto libraries,
+making it ideal for systems where you just have a compiler and basic libraries
+(such as an ISP's shell server).
WWW: http://ncrypt.sourceforge.net/