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:
parent
d2d2b9d783
commit
a728662f6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37465
@ -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
23
archivers/sectar/Makefile
Normal 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>
|
1
archivers/sectar/distinfo
Normal file
1
archivers/sectar/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (sectar-0.8.tar.gz) = fa98ff794776bf4afee690f336266de5
|
1
archivers/sectar/pkg-comment
Normal file
1
archivers/sectar/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
A program to create encrypted tar archives
|
8
archivers/sectar/pkg-descr
Normal file
8
archivers/sectar/pkg-descr
Normal 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
|
1
archivers/sectar/pkg-plist
Normal file
1
archivers/sectar/pkg-plist
Normal file
@ -0,0 +1 @@
|
|||||||
|
bin/sectar
|
Loading…
Reference in New Issue
Block a user