summaryrefslogtreecommitdiff
path: root/security/libdes/pkg
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-11-23 13:16:10 +0000
committerrh <rh@pkgsrc.org>2000-11-23 13:16:10 +0000
commitcae86cc092d1721a3b3f14b16c7b88730389f0bb (patch)
tree07f896e774e07ef9f8a22748503da361e8cf71ba /security/libdes/pkg
parentd55877405f72e5cc6f6262b7f16389ab628ab1f2 (diff)
downloadpkgsrc-cae86cc092d1721a3b3f14b16c7b88730389f0bb.tar.gz
Initial import of libdes-4.04b, a small DES (Data Encryption Standard) lib
and standalone program. Closes PR 10532 by John Refling <refling@comet.lbl.gov>
Diffstat (limited to 'security/libdes/pkg')
-rw-r--r--security/libdes/pkg/COMMENT1
-rw-r--r--security/libdes/pkg/DESCR9
-rw-r--r--security/libdes/pkg/PLIST6
3 files changed, 16 insertions, 0 deletions
diff --git a/security/libdes/pkg/COMMENT b/security/libdes/pkg/COMMENT
new file mode 100644
index 00000000000..b8e2a848c92
--- /dev/null
+++ b/security/libdes/pkg/COMMENT
@@ -0,0 +1 @@
+Small DES (Data Encryption Standard) lib & standalone program
diff --git a/security/libdes/pkg/DESCR b/security/libdes/pkg/DESCR
new file mode 100644
index 00000000000..a1ade56c6c5
--- /dev/null
+++ b/security/libdes/pkg/DESCR
@@ -0,0 +1,9 @@
+Small DES (Data Encryption Standard) standalone program.
+If you have openssl installed, you probably don't need this.
+However, for reverse compatibility with your previously
+encrypted data or with the SunOS des, you might want to keep
+this one around. Plus, it compiles easily on PCs with djgpp.
+I've renamed all the installed files to be libdes, libdes.h,
+etc., to avoid conflicts with other packages.
+
+NetBSD package by: John Refling <refling@comet.lbl.gov>
diff --git a/security/libdes/pkg/PLIST b/security/libdes/pkg/PLIST
new file mode 100644
index 00000000000..fcf3971fec3
--- /dev/null
+++ b/security/libdes/pkg/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/23 13:16:10 rh Exp $
+lib/libdes.a
+bin/libdes
+man/man3/libdes_crypt.3
+man/man1/libdes.1
+include/libdes.h