summaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-01-23 07:04:38 +0000
committerijliao <ijliao@FreeBSD.org>2001-01-23 07:04:38 +0000
commit1a454283c396ce1ee69d75669018e0b2bd050b37 (patch)
treeab0fcd05940957ff423cfc0ff5ed3ac0d502f69b /archivers
parented226dda3f767865cd36740f78664a198ea0b96c (diff)
downloadFreeBSD-ports-1a454283c396ce1ee69d75669018e0b2bd050b37.zip
FreeBSD-ports-1a454283c396ce1ee69d75669018e0b2bd050b37.tar.gz
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')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/sectar/Makefile23
-rw-r--r--archivers/sectar/distinfo1
-rw-r--r--archivers/sectar/pkg-comment1
-rw-r--r--archivers/sectar/pkg-descr8
-rw-r--r--archivers/sectar/pkg-plist1
6 files changed, 35 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 21f2d89..a4a09c5 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -30,6 +30,7 @@
SUBDIR += ppunpack
SUBDIR += rar
SUBDIR += ruby-zlib
+ SUBDIR += sectar
SUBDIR += unace
SUBDIR += unadf
SUBDIR += unarj
diff --git a/archivers/sectar/Makefile b/archivers/sectar/Makefile
new file mode 100644
index 0000000..4e25b12
--- /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 0000000..0e30317
--- /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 0000000..7743caf
--- /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 0000000..b60e763
--- /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 0000000..f0e748a
--- /dev/null
+++ b/archivers/sectar/pkg-plist
@@ -0,0 +1 @@
+bin/sectar
OpenPOWER on IntegriCloud