diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-01-23 15:04:38 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-01-23 15:04:38 +0800 |
commit | 1a454283c396ce1ee69d75669018e0b2bd050b37 (patch) | |
tree | ab0fcd05940957ff423cfc0ff5ed3ac0d502f69b /archivers/sectar | |
parent | ed226dda3f767865cd36740f78664a198ea0b96c (diff) | |
download | freebsd-ports-gnome-1a454283c396ce1ee69d75669018e0b2bd050b37.tar.gz freebsd-ports-gnome-1a454283c396ce1ee69d75669018e0b2bd050b37.tar.zst freebsd-ports-gnome-1a454283c396ce1ee69d75669018e0b2bd050b37.zip |
add sectar, a program to create encrypted tar archives
PR: 24533
Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
Diffstat (limited to 'archivers/sectar')
-rw-r--r-- | archivers/sectar/Makefile | 23 | ||||
-rw-r--r-- | archivers/sectar/distinfo | 1 | ||||
-rw-r--r-- | archivers/sectar/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/sectar/pkg-descr | 8 | ||||
-rw-r--r-- | archivers/sectar/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/archivers/sectar/Makefile b/archivers/sectar/Makefile new file mode 100644 index 000000000000..4e25b128c4d3 --- /dev/null +++ b/archivers/sectar/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: sectar +# Date created: 22 January 2001 +# Whom: George Reid <greid@ukug.uk.freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= sectar +PORTVERSION= 0.8 +CATEGORIES= archivers +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= star + +MAINTAINER= greid@ukug.uk.freebsd.org + +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lgnugetopt" +USE_LIBTOOL= yes + +.include <bsd.port.mk> diff --git a/archivers/sectar/distinfo b/archivers/sectar/distinfo new file mode 100644 index 000000000000..0e303172f674 --- /dev/null +++ b/archivers/sectar/distinfo @@ -0,0 +1 @@ +MD5 (sectar-0.8.tar.gz) = fa98ff794776bf4afee690f336266de5 diff --git a/archivers/sectar/pkg-comment b/archivers/sectar/pkg-comment new file mode 100644 index 000000000000..7743cafd1dcb --- /dev/null +++ b/archivers/sectar/pkg-comment @@ -0,0 +1 @@ +A program to create encrypted tar archives diff --git a/archivers/sectar/pkg-descr b/archivers/sectar/pkg-descr new file mode 100644 index 000000000000..b60e763c1300 --- /dev/null +++ b/archivers/sectar/pkg-descr @@ -0,0 +1,8 @@ +Secure Tar (star) doesn't create encrypted tape archives (tar files) +yet, but it can encrypt/decrypt files only using multiple blocksizes, +and keysizes using the AES algorithm Rijndael. Once the standalone app +is stable, then it will be encorporated with tar. The encryption is +exported under exemption TSU 740.13. + +- George Reid +greid@ukug.uk.freebsd.org diff --git a/archivers/sectar/pkg-plist b/archivers/sectar/pkg-plist new file mode 100644 index 000000000000..f0e748a2aec3 --- /dev/null +++ b/archivers/sectar/pkg-plist @@ -0,0 +1 @@ +bin/sectar |