diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-07-22 16:37:35 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-07-22 16:37:35 +0000 |
commit | 2ed841ede0642cbd83b906a4567b2de2fb172b03 (patch) | |
tree | 2692129d1ed1f3d5764512afdd835711c5eaa096 /sysutils/pwgen | |
parent | a44a6bfcb5bc7b5b26981176a00018adfbb32c5b (diff) | |
download | ports-2ed841ede0642cbd83b906a4567b2de2fb172b03.tar.gz ports-2ed841ede0642cbd83b906a4567b2de2fb172b03.zip |
Notes
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 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 |