1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
This commit is contained in:
Archie Cobbs 2000-02-03 23:13:16 +00:00
parent ed8a8521f8
commit 78e06a1b17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25468
5 changed files with 4 additions and 12 deletions

View File

@ -5,18 +5,15 @@
#
# $FreeBSD$
DISTNAME= skip-1.0
DISTNAME= skipsrc-1.0
PKGNAME= skip-1.0
CATEGORIES= security
# Note: the original source comes from Sun, via this web page:
# http://skip.incog.com/src-form.html
# The site below is outside of the U.S.
MASTER_SITES= ftp://ftp.replaytv.com/pub/replay/crypto/APPS/skip/ \
ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/
DISTFILES= skipsrc-1.0.tar.Z
EXTRACT_SUFX= tar.Z
EXTRACT_SUFX= .tar.Z
MAINTAINER= archie@freebsd.org
@ -50,7 +47,7 @@ MAN4= skipd.conf.4 raw_keys.4
# Also, we remove all the "#pragma ident" lines that generate
# a bazillion warnings from the compiler.
post-patch:
@find ${WRKSRC} -name '*.orig' -print | xargs rm
@find ${WRKSRC} -name '*.orig' -print | xargs ${RM}
@cd ${WRKSRC}; \
FILES=`find . -type f -print | xargs ${GREP} -l @@PREFIX@@`; \
for FILE in $$FILES; do \

View File

@ -1,8 +1,6 @@
This is from http://skip.incog.com:
SKIP - Simple Key management for Internet Protocols
IP-Level Cryptography
Secure every application with one protocol

View File

@ -82,4 +82,3 @@ Confirm "Do you want to proceed" "y" || exit 0
init_skip_dbs;
generate_key;
activate_skip;

View File

@ -130,4 +130,3 @@ install_bin_files;
install_doc_files;
install_man_files;
install_rc_file;

View File

@ -9,4 +9,3 @@ FIXDIRS="${WRKSRC}/skip/man ${WRKSRC}/admin"
for DIR in ${FIXDIRS}; do
chmod -R u+w ${DIR}
done