diff options
author | steve <steve@FreeBSD.org> | 2000-07-16 20:06:19 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-16 20:06:19 +0000 |
commit | a3362216abdc01e8e602376c6d7ab69e916c1f07 (patch) | |
tree | 9a33bf2b66662d145a7b82290323280eba87b179 | |
parent | 2a8ec7d5a6a443b578042e9e30799f05d042835d (diff) | |
download | FreeBSD-ports-a3362216abdc01e8e602376c6d7ab69e916c1f07.zip FreeBSD-ports-a3362216abdc01e8e602376c6d7ab69e916c1f07.tar.gz |
Adding pad version 0.5.
This is a small command-line utility to turn one file into two, each
indistinguishable from noise, and put them back together into
the original.
PR: 19778
Submitted by: Trevor Johnson <trevor@jpj.net>
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pad/Makefile | 32 | ||||
-rw-r--r-- | security/pad/distinfo | 1 | ||||
-rw-r--r-- | security/pad/pkg-comment | 1 | ||||
-rw-r--r-- | security/pad/pkg-descr | 14 | ||||
-rw-r--r-- | security/pad/pkg-plist | 3 |
6 files changed, 52 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 432bdfd..520e81e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -68,6 +68,7 @@ SUBDIR += p5-Net-SSLeay SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign + SUBDIR += pad SUBDIR += pgp SUBDIR += pgp5 SUBDIR += pgp6 diff --git a/security/pad/Makefile b/security/pad/Makefile new file mode 100644 index 0000000..b627f58 --- /dev/null +++ b/security/pad/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: pad +# Date created: 8 July 2000 +# Whom: Trevor Johnson +# +# $FreeBSD$ +# + +PORTNAME= pad +PORTVERSION= 0.5 +CATEGORIES= security +MASTER_SITES= http://www.lammah.com/pad/ +EXTRACT_SUFX= .tgz + +MAINTAINER= trevor@jpj.net + +post-extract: + @${RM} ${WRKSRC}/install-sh ${WRKSRC}/mkinstalldirs \ + ${WRKSRC}/missing ${WRKSRC}/INSTALL ${WRKSRC}/COPYING + @${TOUCH} ${WRKSRC}/install-sh ${WRKSRC}/mkinstalldirs \ + ${WRKSRC}/missing ${WRKSRC}/INSTALL ${WRKSRC}/COPYING + +GNU_CONFIGURE= yes +USE_AUTOMAKE= yes +USE_GMAKE= yes + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/pad + @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pad +.endif + +.include <bsd.port.mk> diff --git a/security/pad/distinfo b/security/pad/distinfo new file mode 100644 index 0000000..b7eca96 --- /dev/null +++ b/security/pad/distinfo @@ -0,0 +1 @@ +MD5 (pad-0.5.tgz) = 5541ecdfcf73569f0fee5d0cbdf1cf2f diff --git a/security/pad/pkg-comment b/security/pad/pkg-comment new file mode 100644 index 0000000..c951854 --- /dev/null +++ b/security/pad/pkg-comment @@ -0,0 +1 @@ +A commandline utility to encrypt files diff --git a/security/pad/pkg-descr b/security/pad/pkg-descr new file mode 100644 index 0000000..8ce64ae --- /dev/null +++ b/security/pad/pkg-descr @@ -0,0 +1,14 @@ +from the README: + +This is a small command-line utility to turn one file into two, each +indistinguishable from noise, and put them back together into +the original. + +from the maintainer: + +Note that the resulting files are the same size as the original. + +WWW: http://www.lammah.com/pad/ + +Trevor Johnson +trevor@jpj.net diff --git a/security/pad/pkg-plist b/security/pad/pkg-plist new file mode 100644 index 0000000..3f718bc --- /dev/null +++ b/security/pad/pkg-plist @@ -0,0 +1,3 @@ +bin/pad +share/doc/pad/README +@dirrm share/doc/pad |