summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-01-23 07:04:38 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-01-23 07:04:38 +0000
commita728662f6ec8ca338f96692d7547fd9d974a076e (patch)
treef438d9e2cdd120ae186d312d196b36f14e4fd155 /archivers
parentunbreak port. (diff)
add sectar, a program to create encrypted tar archives
PR: 24533 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
Notes
Notes: svn path=/head/; revision=37465
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 21f2d892cbd4..a4a09c59e5af 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 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