diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/bugs/Makefile | 45 | ||||
-rw-r--r-- | security/bugs/distinfo | 1 | ||||
-rw-r--r-- | security/bugs/pkg-comment | 1 | ||||
-rw-r--r-- | security/bugs/pkg-descr | 14 | ||||
-rw-r--r-- | security/bugs/pkg-plist | 23 |
5 files changed, 84 insertions, 0 deletions
diff --git a/security/bugs/Makefile b/security/bugs/Makefile new file mode 100644 index 000000000000..9114b652f51c --- /dev/null +++ b/security/bugs/Makefile @@ -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> diff --git a/security/bugs/distinfo b/security/bugs/distinfo new file mode 100644 index 000000000000..1d28551a9d65 --- /dev/null +++ b/security/bugs/distinfo @@ -0,0 +1 @@ +MD5 (bugs-1.8.1.tar.gz) = 4816f3751b13d444cf7440d87beeb33b diff --git a/security/bugs/pkg-comment b/security/bugs/pkg-comment new file mode 100644 index 000000000000..1620f502be8b --- /dev/null +++ b/security/bugs/pkg-comment @@ -0,0 +1 @@ +Great cryptography library and sample programs diff --git a/security/bugs/pkg-descr b/security/bugs/pkg-descr new file mode 100644 index 000000000000..d8ba055b66c1 --- /dev/null +++ b/security/bugs/pkg-descr @@ -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 diff --git a/security/bugs/pkg-plist b/security/bugs/pkg-plist new file mode 100644 index 000000000000..37cb280f8412 --- /dev/null +++ b/security/bugs/pkg-plist @@ -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 |