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>
This commit is contained in:
Steve Price 2000-07-16 20:06:19 +00:00
parent 0a2eeb0f7f
commit 6ec75e7f8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30720
6 changed files with 52 additions and 0 deletions

View File

@ -68,6 +68,7 @@
SUBDIR += p5-Net-SSLeay
SUBDIR += p5-PGP
SUBDIR += p5-PGP-Sign
SUBDIR += pad
SUBDIR += pgp
SUBDIR += pgp5
SUBDIR += pgp6

32
security/pad/Makefile Normal file
View File

@ -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>

1
security/pad/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (pad-0.5.tgz) = 5541ecdfcf73569f0fee5d0cbdf1cf2f

1
security/pad/pkg-comment Normal file
View File

@ -0,0 +1 @@
A commandline utility to encrypt files

14
security/pad/pkg-descr Normal file
View File

@ -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

3
security/pad/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/pad
share/doc/pad/README
@dirrm share/doc/pad