Add pwgen 1.15, a password generator with various options which influence

the security of the password.
This commit is contained in:
Alexander Langer 2000-07-22 16:37:35 +00:00
parent a44a6bfcb5
commit 2ed841ede0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30969
13 changed files with 101 additions and 0 deletions

View file

@ -69,6 +69,7 @@
SUBDIR += prips
SUBDIR += procmap
SUBDIR += psmisc
SUBDIR += pwgen
SUBDIR += rdate
SUBDIR += rtty
SUBDIR += roottail

20
sysutils/pwgen/Makefile Normal file
View file

@ -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>

1
sysutils/pwgen/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (pwgen-1.15.tar.gz) = 311724e3ce09155694191563be5543e9

View file

@ -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

View file

@ -0,0 +1 @@
A simple password generator

7
sysutils/pwgen/pkg-descr Normal file
View file

@ -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)

1
sysutils/pwgen/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/pwgen

20
sysutils/pwgen2/Makefile Normal file
View file

@ -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>

1
sysutils/pwgen2/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (pwgen-1.15.tar.gz) = 311724e3ce09155694191563be5543e9

View file

@ -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

View file

@ -0,0 +1 @@
A simple password generator

View file

@ -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)

View file

@ -0,0 +1 @@
bin/pwgen