summaryrefslogtreecommitdiff
path: root/security/bugs
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-05 23:58:41 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-05 23:58:41 +0000
commitde03ba6b7ae3a1307465eb47eedbcd84a0d2ffd8 (patch)
tree4c185932d1ee038ba698e0a0a83ce45c6c758e69 /security/bugs
parentUpdate to version 1.3. (diff)
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>
Notes
Notes: svn path=/head/; revision=11748
Diffstat (limited to 'security/bugs')
-rw-r--r--security/bugs/Makefile45
-rw-r--r--security/bugs/distinfo1
-rw-r--r--security/bugs/pkg-comment1
-rw-r--r--security/bugs/pkg-descr14
-rw-r--r--security/bugs/pkg-plist23
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