diff options
author | alex <alex@FreeBSD.org> | 2000-07-22 16:37:35 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-22 16:37:35 +0000 |
commit | 3b6b08dcd4f9914d2c389ef2ec730c82273af77f (patch) | |
tree | 1b11ea4cf891239367b24bbcbe392b46acd121ad /sysutils/pwgen | |
parent | 1cf71214e7acef8413788bebbd0a984884b64f77 (diff) | |
download | FreeBSD-ports-3b6b08dcd4f9914d2c389ef2ec730c82273af77f.zip FreeBSD-ports-3b6b08dcd4f9914d2c389ef2ec730c82273af77f.tar.gz |
Add pwgen 1.15, a password generator with various options which influence
the security of the password.
Diffstat (limited to 'sysutils/pwgen')
-rw-r--r-- | sysutils/pwgen/Makefile | 20 | ||||
-rw-r--r-- | sysutils/pwgen/distinfo | 1 | ||||
-rw-r--r-- | sysutils/pwgen/files/patch-aa | 20 | ||||
-rw-r--r-- | sysutils/pwgen/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/pwgen/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/pwgen/pkg-plist | 1 |
6 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/pwgen/Makefile b/sysutils/pwgen/Makefile new file mode 100644 index 0000000..e3ae629 --- /dev/null +++ b/sysutils/pwgen/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pwgen +# Date created: 22 July 2000 +# Whom: Oddbjorn Steffensen <oddbjorn@tricknology.org> +# +# $FreeBSD$ +# + +PORTNAME= pwgen +PORTVERSION= 1.15 +CATEGORIES= sysutils +MASTER_SITES= http://www.tricknology.org/ports/ + +MAINTAINER= oddbjorn@tricknology.org + +BUILD_DEPENDS= ${LOCALBASE}/include/getopt.h:${PORTSDIR}/devel/libgnugetopt + +MAN1= pwgen.1 +WRKSRC= ${WRKDIR}/pwgen-1 + +.include <bsd.port.mk> diff --git a/sysutils/pwgen/distinfo b/sysutils/pwgen/distinfo new file mode 100644 index 0000000..01e9461 --- /dev/null +++ b/sysutils/pwgen/distinfo @@ -0,0 +1 @@ +MD5 (pwgen-1.15.tar.gz) = 311724e3ce09155694191563be5543e9 diff --git a/sysutils/pwgen/files/patch-aa b/sysutils/pwgen/files/patch-aa new file mode 100644 index 0000000..3da5b75 --- /dev/null +++ b/sysutils/pwgen/files/patch-aa @@ -0,0 +1,20 @@ +--- Makefile.orig Tue Jan 4 14:54:58 2000 ++++ Makefile Sat Jul 22 18:29:32 2000 +@@ -6,12 +6,12 @@ + OPTS = -DALLBYOPTS -DRAND48 -DDEBIAN + + # Standard items +-CC = gcc +-CFLAGS = -O3 ++CC ?= gcc ++CFLAGS += -I/usr/local/include + LD = cc +-#LDFLAGS = -g +-LIBS = -lm +-INSTALL = install -s ++LDFLAGS = -L/usr/local/lib ++LIBS = -lm -lgnugetopt ++INSTALL?= install -s + INFLAGS = + + # Where to install diff --git a/sysutils/pwgen/pkg-comment b/sysutils/pwgen/pkg-comment new file mode 100644 index 0000000..2872abe --- /dev/null +++ b/sysutils/pwgen/pkg-comment @@ -0,0 +1 @@ +A simple password generator diff --git a/sysutils/pwgen/pkg-descr b/sysutils/pwgen/pkg-descr new file mode 100644 index 0000000..b89d183 --- /dev/null +++ b/sysutils/pwgen/pkg-descr @@ -0,0 +1,7 @@ +pwgen is a password generator. + +It was originally posted to alt.sources in 1989 by Brandon S. Allbery. +This version is pulled from Debian, which contains modifications by +Olaf Titz. + +- oddbjorn (oddbjorn@tricknology.org) diff --git a/sysutils/pwgen/pkg-plist b/sysutils/pwgen/pkg-plist new file mode 100644 index 0000000..6cfca2f --- /dev/null +++ b/sysutils/pwgen/pkg-plist @@ -0,0 +1 @@ +bin/pwgen |