From 1a7910c33465b476d3c41c913d1231e547163689 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- security/libcrack/DESCR | 17 +++++++++++++++++ security/libcrack/PLIST | 18 ++++++++++++++++++ security/libcrack/pkg/DESCR | 17 ----------------- security/libcrack/pkg/PLIST | 18 ------------------ 4 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 security/libcrack/DESCR create mode 100644 security/libcrack/PLIST delete mode 100644 security/libcrack/pkg/DESCR delete mode 100644 security/libcrack/pkg/PLIST (limited to 'security/libcrack') diff --git a/security/libcrack/DESCR b/security/libcrack/DESCR new file mode 100644 index 00000000000..056ef6de127 --- /dev/null +++ b/security/libcrack/DESCR @@ -0,0 +1,17 @@ + CrackLib is a library containing a C function (well, lots of functions +really, but you only need to use one of them) which may be used in a +"passwd"-like program. + + The idea is simple: try to prevent users from choosing passwords that +could be guessed by "Crack" by filtering them out, at source. + + CrackLib is an offshoot of the the version 5 "Crack" software, and +contains a considerable number of ideas nicked from the new software. + + NOTE THIS WELL: CrackLib is NOT a replacement "passwd" program. +CrackLib is a LIBRARY. CrackLib is what trendy marketdroid types would +probably call an "enabler". + + The idea is that you wire it into your _own_ "passwd" program (if you +have source); alternatively, you wire it into something like "shadow" +from off of the net. You can use it in other things, too. diff --git a/security/libcrack/PLIST b/security/libcrack/PLIST new file mode 100644 index 00000000000..a122e67790f --- /dev/null +++ b/security/libcrack/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:16:49 zuntum Exp $ +bin/libcrack_mkdict +bin/libcrack_packer +bin/libcrack_testlib +bin/libcrack_testnum +bin/libcrack_teststr +bin/libcrack_unpacker +include/cracklib/crack.h +include/cracklib/packer.h +lib/libcrack.a +lib/libcrack.la +lib/libcrack.so +lib/libcrack.so.2 +lib/libcrack.so.2.7 +libdata/pw_dict.pwd +libdata/pw_dict.pwi +libdata/pw_dict.hwm +@dirrm include/cracklib diff --git a/security/libcrack/pkg/DESCR b/security/libcrack/pkg/DESCR deleted file mode 100644 index 056ef6de127..00000000000 --- a/security/libcrack/pkg/DESCR +++ /dev/null @@ -1,17 +0,0 @@ - CrackLib is a library containing a C function (well, lots of functions -really, but you only need to use one of them) which may be used in a -"passwd"-like program. - - The idea is simple: try to prevent users from choosing passwords that -could be guessed by "Crack" by filtering them out, at source. - - CrackLib is an offshoot of the the version 5 "Crack" software, and -contains a considerable number of ideas nicked from the new software. - - NOTE THIS WELL: CrackLib is NOT a replacement "passwd" program. -CrackLib is a LIBRARY. CrackLib is what trendy marketdroid types would -probably call an "enabler". - - The idea is that you wire it into your _own_ "passwd" program (if you -have source); alternatively, you wire it into something like "shadow" -from off of the net. You can use it in other things, too. diff --git a/security/libcrack/pkg/PLIST b/security/libcrack/pkg/PLIST deleted file mode 100644 index 789291b9d88..00000000000 --- a/security/libcrack/pkg/PLIST +++ /dev/null @@ -1,18 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2001/01/04 15:10:55 agc Exp $ -bin/libcrack_mkdict -bin/libcrack_packer -bin/libcrack_testlib -bin/libcrack_testnum -bin/libcrack_teststr -bin/libcrack_unpacker -include/cracklib/crack.h -include/cracklib/packer.h -lib/libcrack.a -lib/libcrack.la -lib/libcrack.so -lib/libcrack.so.2 -lib/libcrack.so.2.7 -libdata/pw_dict.pwd -libdata/pw_dict.pwi -libdata/pw_dict.hwm -@dirrm include/cracklib -- cgit v1.2.3