the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: pwgen
Version: 2.06
Revision: 1
Description: Simple password generator
DescDetail: <<
pwgen generates random, meaningless but pronounceable passwords. These
passwords contain either only lowercase letters, or upper and lower case
mixed, or digits thrown in. Uppercase letters and digits are placed in a
way that eases remembering their position when memorizing only the word.
<<
License: GPL
DocFiles: LICENSE ChangeLog
Maintainer: Beat Birkhofer
Homepage: http://sourceforge.net/projects/pwgen/
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 935aebcbe610fbc9de8125e7b7d71297
ConfigureParams: --mandir=%p/share/man
InstallScript: <<
head -n 9 pwgen.c > LICENSE
make install DESTDIR=%d
<<