summaryrefslogtreecommitdiff
path: root/sysutils/pwgen
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-07-22 16:37:35 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-07-22 16:37:35 +0000
commit2ed841ede0642cbd83b906a4567b2de2fb172b03 (patch)
tree2692129d1ed1f3d5764512afdd835711c5eaa096 /sysutils/pwgen
parentInstall cfsd.sh script only if not already installed (diff)
Add pwgen 1.15, a password generator with various options which influence
the security of the password.
Notes
Notes: svn path=/head/; revision=30969
Diffstat (limited to 'sysutils/pwgen')
-rw-r--r--sysutils/pwgen/Makefile20
-rw-r--r--sysutils/pwgen/distinfo1
-rw-r--r--sysutils/pwgen/files/patch-aa20
-rw-r--r--sysutils/pwgen/pkg-comment1
-rw-r--r--sysutils/pwgen/pkg-descr7
-rw-r--r--sysutils/pwgen/pkg-plist1
6 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/pwgen/Makefile b/sysutils/pwgen/Makefile
new file mode 100644
index 000000000000..e3ae6299e064
--- /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 000000000000..01e9461f68d6
--- /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 000000000000..3da5b75f5aad
--- /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 000000000000..2872abe76e74
--- /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 000000000000..b89d18336914
--- /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 000000000000..6cfca2f54f1d
--- /dev/null
+++ b/sysutils/pwgen/pkg-plist
@@ -0,0 +1 @@
+bin/pwgen