1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

add sectar, a program to create encrypted tar archives

PR:		24533
Submitted by:	George Reid <greid@dogma.freebsd-uk.eu.org>
This commit is contained in:
Ying-Chieh Liao 2001-01-23 07:04:38 +00:00
parent d2d2b9d783
commit a728662f6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37465
6 changed files with 35 additions and 0 deletions

View File

@ -30,6 +30,7 @@
SUBDIR += ppunpack SUBDIR += ppunpack
SUBDIR += rar SUBDIR += rar
SUBDIR += ruby-zlib SUBDIR += ruby-zlib
SUBDIR += sectar
SUBDIR += unace SUBDIR += unace
SUBDIR += unadf SUBDIR += unadf
SUBDIR += unarj SUBDIR += unarj

23
archivers/sectar/Makefile Normal file
View File

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

View File

@ -0,0 +1 @@
MD5 (sectar-0.8.tar.gz) = fa98ff794776bf4afee690f336266de5

View File

@ -0,0 +1 @@
A program to create encrypted tar archives

View File

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

View File

@ -0,0 +1 @@
bin/sectar