diff options
Diffstat (limited to 'security/libdes/pkg')
-rw-r--r-- | security/libdes/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/libdes/pkg/DESCR | 9 | ||||
-rw-r--r-- | security/libdes/pkg/PLIST | 6 |
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 |