summaryrefslogtreecommitdiff
path: root/security/pwman
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-06-23 21:58:05 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-06-23 21:58:05 +0000
commit4c26a07a1518eeb1958187fd34cbd1a3c04f43f3 (patch)
tree4f6576b214f6f25777d4f9a3289956ac1ba6c659 /security/pwman
parentRemove FORBIDDEN, oenssl-0.9.6d doesn't made in into 4.6 RELEASE (diff)
Add pwman, a console password management application.
Notes
Notes: svn path=/head/; revision=61842
Diffstat (limited to 'security/pwman')
-rw-r--r--security/pwman/Makefile34
-rw-r--r--security/pwman/distinfo1
-rw-r--r--security/pwman/pkg-comment1
-rw-r--r--security/pwman/pkg-descr4
-rw-r--r--security/pwman/pkg-plist7
5 files changed, 47 insertions, 0 deletions
diff --git a/security/pwman/Makefile b/security/pwman/Makefile
new file mode 100644
index 000000000000..c12518e8ea07
--- /dev/null
+++ b/security/pwman/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: pwman
+# Date created: 23 June 2002
+# Whom: Anders Nordby <anders@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pwman
+PORTVERSION= 0.2.1
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= anders@FreeBSD.org
+
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
+BUILD_DEPENDS= gpgme-config:${PORTSDIR}/security/gpgme
+RUN_DEPENDS= gpgme-config:${PORTSDIR}/security/gpgme
+
+GNU_CONFIGURE= yes
+
+MAN1= pwman.1
+
+DOCS= AUTHORS COPYING ChangeLog README TODO
+
+.if !defined(NOPORTDOCS)
+post-install:
+ @${INSTALL} -d -m 0755 ${DOCSDIR}
+.for f in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/security/pwman/distinfo b/security/pwman/distinfo
new file mode 100644
index 000000000000..7e7390121f69
--- /dev/null
+++ b/security/pwman/distinfo
@@ -0,0 +1 @@
+MD5 (pwman-0.2.1.tar.gz) = da44cb03bafe9a44f4f7e2f9e9f1a567
diff --git a/security/pwman/pkg-comment b/security/pwman/pkg-comment
new file mode 100644
index 000000000000..124745a3cdb9
--- /dev/null
+++ b/security/pwman/pkg-comment
@@ -0,0 +1 @@
+Console password management application based on gpg(me)
diff --git a/security/pwman/pkg-descr b/security/pwman/pkg-descr
new file mode 100644
index 000000000000..969523bb62dd
--- /dev/null
+++ b/security/pwman/pkg-descr
@@ -0,0 +1,4 @@
+PWman is a console application for managing passwords. It uses GPG (gpgme)
+for encryption and authentication.
+
+WWW: http://pwman.sourceforge.net/
diff --git a/security/pwman/pkg-plist b/security/pwman/pkg-plist
new file mode 100644
index 000000000000..3b4d4a466ecb
--- /dev/null
+++ b/security/pwman/pkg-plist
@@ -0,0 +1,7 @@
+bin/pwman
+%%PORTDOCS%%share/doc/pwman/AUTHORS
+%%PORTDOCS%%share/doc/pwman/COPYING
+%%PORTDOCS%%share/doc/pwman/ChangeLog
+%%PORTDOCS%%share/doc/pwman/README
+%%PORTDOCS%%share/doc/pwman/TODO
+%%PORTDOCS%%@dirrm share/doc/pwman