diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-06-23 21:58:05 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-06-23 21:58:05 +0000 |
commit | 4c26a07a1518eeb1958187fd34cbd1a3c04f43f3 (patch) | |
tree | 4f6576b214f6f25777d4f9a3289956ac1ba6c659 /security/pwman | |
parent | 0b1516b7ba20cb2ca65b128427ba2e1e1d18da8d (diff) | |
download | ports-4c26a07a1518eeb1958187fd34cbd1a3c04f43f3.tar.gz ports-4c26a07a1518eeb1958187fd34cbd1a3c04f43f3.zip |
Notes
Diffstat (limited to 'security/pwman')
-rw-r--r-- | security/pwman/Makefile | 34 | ||||
-rw-r--r-- | security/pwman/distinfo | 1 | ||||
-rw-r--r-- | security/pwman/pkg-comment | 1 | ||||
-rw-r--r-- | security/pwman/pkg-descr | 4 | ||||
-rw-r--r-- | security/pwman/pkg-plist | 7 |
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 |