diff options
Diffstat (limited to 'sysutils/pwgen2')
-rw-r--r-- | sysutils/pwgen2/Makefile | 20 | ||||
-rw-r--r-- | sysutils/pwgen2/distinfo | 1 | ||||
-rw-r--r-- | sysutils/pwgen2/files/patch-aa | 20 | ||||
-rw-r--r-- | sysutils/pwgen2/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/pwgen2/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/pwgen2/pkg-plist | 1 |
6 files changed, 0 insertions, 50 deletions
diff --git a/sysutils/pwgen2/Makefile b/sysutils/pwgen2/Makefile deleted file mode 100644 index e3ae6299e064..000000000000 --- a/sysutils/pwgen2/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# 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/pwgen2/distinfo b/sysutils/pwgen2/distinfo deleted file mode 100644 index 01e9461f68d6..000000000000 --- a/sysutils/pwgen2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (pwgen-1.15.tar.gz) = 311724e3ce09155694191563be5543e9 diff --git a/sysutils/pwgen2/files/patch-aa b/sysutils/pwgen2/files/patch-aa deleted file mode 100644 index 3da5b75f5aad..000000000000 --- a/sysutils/pwgen2/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- 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/pwgen2/pkg-comment b/sysutils/pwgen2/pkg-comment deleted file mode 100644 index 2872abe76e74..000000000000 --- a/sysutils/pwgen2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A simple password generator diff --git a/sysutils/pwgen2/pkg-descr b/sysutils/pwgen2/pkg-descr deleted file mode 100644 index b89d18336914..000000000000 --- a/sysutils/pwgen2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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/pwgen2/pkg-plist b/sysutils/pwgen2/pkg-plist deleted file mode 100644 index 6cfca2f54f1d..000000000000 --- a/sysutils/pwgen2/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pwgen |