Initial import of bugs version 1.8.1.

bugs - a C cryptographic library and sample programs

PR:		7058
Submitted by:	Stephane Legrand <stephane@lituus.fr>
This commit is contained in:
Steve Price 1998-07-05 23:58:41 +00:00
parent 0498d43cd4
commit de03ba6b7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11748
5 changed files with 84 additions and 0 deletions

45
security/bugs/Makefile Normal file
View file

@ -0,0 +1,45 @@
# New ports collection makefile for: bugs
# Version required: 1.8.1
# Date created: 20 June 1998
# Whom: Stephane Legrand
#
# $Id$
#
DISTNAME= bugs-1.8.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.asi.fr/~martinez/crypto/
MASTER_SITE_SUBDIR= apps/crypto
MAINTAINER= stephane@lituus.fr
USE_GMAKE= yes
# No Manual page
# Cryptography = be extra careful...
NO_CDROM= may contain export-restricted material
NO_PACKAGE= may contain export-restricted material
RESTRICTED= Cryptography
post-configure:
(cd ${WRKSRC}; ${MAKE} bsd)
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed
${SED} -e 's:^INSTALL_PATH = "/usr/local/bugs-.*":INSTALL_PATH = "${PREFIX}/${DISTNAME}":' \
-e 's/^install: instchoice all/install: instchoice/' \
< ${WRKSRC}/Makefile.pre_sed > ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)
${CP} -R ${WRKSRC}/doc ${PREFIX}/${DISTNAME}
.endif
${CP} -R ${WRKSRC}/include ${PREFIX}/${DISTNAME}
strip ${PREFIX}/${DISTNAME}/bcrypt \
${PREFIX}/${DISTNAME}/bhide \
${PREFIX}/${DISTNAME}/bkey \
${PREFIX}/${DISTNAME}/blogin \
${PREFIX}/${DISTNAME}/bpass \
${PREFIX}/${DISTNAME}/bpassdel \
.include <bsd.port.mk>

1
security/bugs/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (bugs-1.8.1.tar.gz) = 4816f3751b13d444cf7440d87beeb33b

View file

@ -0,0 +1 @@
Great cryptography library and sample programs

14
security/bugs/pkg-descr Normal file
View file

@ -0,0 +1,14 @@
This package include a C library and some samples program that
demonstrate that this library is powerful.
It is a cryptography library, you can crypt any type of data.
Your key length to crypt is unlimited.
You can generate password, manage users, hide text in file, etc.
ATTENTION !!! IN SOME COUNTRIES THIS SOFTWARE MAY BE ILLEGAL SO DON'T USE
IT IF YOU ARE NOT ALLOWED...
- Stephane Legrand
stephane@lituus.fr

23
security/bugs/pkg-plist Normal file
View file

@ -0,0 +1,23 @@
bugs-1.8.1/bcrypt
bugs-1.8.1/bhide
bugs-1.8.1/bkey
bugs-1.8.1/blogin
bugs-1.8.1/bpass
bugs-1.8.1/bpassdel
bugs-1.8.1/libcrypt.a
bugs-1.8.1/doc/HOWTO
bugs-1.8.1/doc/README
bugs-1.8.1/doc/html/README
bugs-1.8.1/doc/txt/english/explanations.english
bugs-1.8.1/doc/txt/english/functions.english
bugs-1.8.1/doc/txt/french/EXPLICATIONS.french
bugs-1.8.1/doc/txt/french/bugs_fonctions.french
bugs-1.8.1/include/extra.h
bugs-1.8.1/include/libcrypt.h
@dirrm bugs-1.8.1/doc/txt/english
@dirrm bugs-1.8.1/doc/txt/french
@dirrm bugs-1.8.1/doc/html
@dirrm bugs-1.8.1/doc/txt
@dirrm bugs-1.8.1/doc
@dirrm bugs-1.8.1/include
@dirrm bugs-1.8.1