summaryrefslogtreecommitdiff
path: root/sysutils/pwgen2
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/pwgen2')
-rw-r--r--sysutils/pwgen2/Makefile21
-rw-r--r--sysutils/pwgen2/distinfo1
-rw-r--r--sysutils/pwgen2/files/patch-aa41
-rw-r--r--sysutils/pwgen2/pkg-comment1
-rw-r--r--sysutils/pwgen2/pkg-descr7
-rw-r--r--sysutils/pwgen2/pkg-plist1
6 files changed, 0 insertions, 72 deletions
diff --git a/sysutils/pwgen2/Makefile b/sysutils/pwgen2/Makefile
deleted file mode 100644
index 0b574d684513..000000000000
--- a/sysutils/pwgen2/Makefile
+++ /dev/null
@@ -1,21 +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
-
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-1
-
-MAN1= 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 6c2cdcbb438c..000000000000
--- a/sysutils/pwgen2/files/patch-aa
+++ /dev/null
@@ -1,41 +0,0 @@
---- Makefile.orig Tue Jan 4 22:54:58 2000
-+++ Makefile Sat Aug 12 00:49:23 2000
-@@ -6,17 +6,18 @@
- OPTS = -DALLBYOPTS -DRAND48 -DDEBIAN
-
- # Standard items
--CC = gcc
--CFLAGS = -O3
--LD = cc
--#LDFLAGS = -g
--LIBS = -lm
-+CC ?= gcc
-+CFLAGS += -I${LOCALBASE}/include
-+LD = ${CC}
-+LDFLAGS = -L${LOCALBASE}/lib
-+LIBS = -lm -lgnugetopt
- INSTALL = install -s
- INFLAGS =
-
- # Where to install
--DESTDIR = /usr/local/bin
--MANDIR = /usr/local/man/man1
-+PREFIX ?= /usr/local
-+DESTDIR = ${PREFIX}/bin
-+MANDIR = ${PREFIX}/man/man1
-
- # End configuration section
-
-@@ -27,10 +28,8 @@
- ./pwgen 8 20
-
- install: all
-- $(INSTALL) pwgen $(DESTDIR)
-- install pwgen.1 $(MANDIR)
-- chmod 555 $(DESTDIR)/pwgen
-- chmod 444 $(MANDIR)/pwgen.1
-+ ${BSD_INSTALL_PROGRAM} pwgen $(DESTDIR)
-+ ${BSD_INSTALL_MAN} pwgen.1 $(MANDIR)
-
- spwgen: spwgen.o
- $(LD) $(LDFLAGS) -o spwgen spwgen.o $(LIBS)
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