Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2001 16:51:52 +0000 (GMT)
From:      George Reid <greid@dogma.freebsd-uk.eu.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24533: New port: sectar: A program to create encrypted tar archives
Message-ID:  <Pine.BSF.4.21.0101221651290.32587-100000@sobek.openirc.co.uk>

next in thread | raw e-mail | index | archive | help

>Number:         24533
>Category:       ports
>Synopsis:       New port: sectar: A program to create encrypted tar archives
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 22 08:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     George Reid
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
FreeBSD UKUG
>Environment:
n/a
>Description:
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
>How-To-Repeat:
n/a
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	sectar
#	sectar/Makefile
#	sectar/distinfo
#	sectar/pkg-descr
#	sectar/pkg-comment
#	sectar/pkg-plist
#
echo c - sectar
mkdir -p sectar > /dev/null 2>&1
echo x - sectar/Makefile
sed 's/^X//' >sectar/Makefile << 'END-of-sectar/Makefile'
X# New ports collection makefile for:   sectar
X# Date created:        22 January 2001
X# Whom:                George Reid <greid@ukug.uk.freebsd.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=       	sectar
XPORTVERSION=		0.8
XCATEGORIES=     	archivers
XMASTER_SITES=   	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	star
X
XMAINTAINER=		greid@ukug.uk.freebsd.org
X
XLIB_DEPENDS=		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
X
XGNU_CONFIGURE=		yes
XCONFIGURE_ENV=		CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
X			LIBS="-L${LOCALBASE}/lib -lgnugetopt"
XUSE_LIBTOOL=		yes
X
X.include <bsd.port.mk>
END-of-sectar/Makefile
echo x - sectar/distinfo
sed 's/^X//' >sectar/distinfo << 'END-of-sectar/distinfo'
XMD5 (sectar-0.8.tar.gz) = fa98ff794776bf4afee690f336266de5
END-of-sectar/distinfo
echo x - sectar/pkg-descr
sed 's/^X//' >sectar/pkg-descr << 'END-of-sectar/pkg-descr'
XSecure Tar (star) doesn't create encrypted tape archives (tar files)
Xyet, but it can encrypt/decrypt files only using multiple blocksizes,
Xand keysizes using the AES algorithm Rijndael. Once the standalone app
Xis stable, then it will be encorporated with tar. The encryption is
Xexported under exemption TSU 740.13.
X
X- George Reid
Xgreid@ukug.uk.freebsd.org
END-of-sectar/pkg-descr
echo x - sectar/pkg-comment
sed 's/^X//' >sectar/pkg-comment << 'END-of-sectar/pkg-comment'
XA program to create encrypted tar archives
END-of-sectar/pkg-comment
echo x - sectar/pkg-plist
sed 's/^X//' >sectar/pkg-plist << 'END-of-sectar/pkg-plist'
Xbin/sectar
END-of-sectar/pkg-plist
exit



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0101221651290.32587-100000>