diff options
author | Niels Heinen <niels@FreeBSD.org> | 2004-12-18 13:46:44 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2004-12-18 13:46:44 +0000 |
commit | 0d9375f74f08689bb412a4db4ef7f9650a8e9491 (patch) | |
tree | 138c15b3d4757837c20391f864dfb6e7c3aa9c48 /security/gtkpasman | |
parent | 6ca48c8c22e247e707cdaaf22b1cbf103c04d36d (diff) | |
download | ports-0d9375f74f08689bb412a4db4ef7f9650a8e9491.tar.gz ports-0d9375f74f08689bb412a4db4ef7f9650a8e9491.zip |
Notes
Diffstat (limited to 'security/gtkpasman')
-rw-r--r-- | security/gtkpasman/Makefile | 43 | ||||
-rw-r--r-- | security/gtkpasman/distinfo | 2 | ||||
-rw-r--r-- | security/gtkpasman/pkg-descr | 12 | ||||
-rw-r--r-- | security/gtkpasman/pkg-message | 11 | ||||
-rw-r--r-- | security/gtkpasman/pkg-plist | 4 |
5 files changed, 72 insertions, 0 deletions
diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile new file mode 100644 index 000000000000..8288865e021a --- /dev/null +++ b/security/gtkpasman/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: gtkpasman +# Date created: 25 Aug 2004 +# Whom: Philippe Rocques +# +# $FreeBSD$ +# + +PORTNAME= gtkpasman +PORTVERSION= 0.5 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= phil@teaser.fr +COMMENT= A GTK+ passwords manager for system and network administrators + +DOCS= README src/gpasman4.sample + +RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg +BUILD_DEPEND+= gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gtk12 +GNU_CONFIGURE= yes + +PKGMESSAGE= ${WRKDIR}/pkg-message + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/gtkpasman ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR} +.endif + +.for text in pkg-message + @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ + ${PKGDIR}/${text} >${WRKDIR}/${text} +.endfor + + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/security/gtkpasman/distinfo b/security/gtkpasman/distinfo new file mode 100644 index 000000000000..0184653d2870 --- /dev/null +++ b/security/gtkpasman/distinfo @@ -0,0 +1,2 @@ +MD5 (gtkpasman-0.5.tar.gz) = 618a34590d4725b3b6da8bc067dcbe44 +SIZE (gtkpasman-0.5.tar.gz) = 103502 diff --git a/security/gtkpasman/pkg-descr b/security/gtkpasman/pkg-descr new file mode 100644 index 000000000000..927fb7b4f311 --- /dev/null +++ b/security/gtkpasman/pkg-descr @@ -0,0 +1,12 @@ +The purpose of Gtkpasman is to provide system and network administrators a +convenient tool to manage a passwords knowledge base related to customers, +servers, services... It can help to retrieve passwords, or even connect to +servers (ssh, telnet, ftp). +Passwords must be kept in a gnupg crypted file. The structure of the file is +predefined, but very easy to edit and maintain. The gtk application can switch +between a discret applet and a full list of containers. + +WWW: http://gtkpasman.sourceforge.net/ + +- Philippe Rocques +phil@teaser.fr diff --git a/security/gtkpasman/pkg-message b/security/gtkpasman/pkg-message new file mode 100644 index 000000000000..4a0260ea42fc --- /dev/null +++ b/security/gtkpasman/pkg-message @@ -0,0 +1,11 @@ + +##################################################################### +This port installs a sample password file in the following location: + +%%PREFIX%%/share/doc/gtkpasman/ + +You may find this file useful while making your own password file. +Also note that the File->Open function is not implemented yet. +##################################################################### + + diff --git a/security/gtkpasman/pkg-plist b/security/gtkpasman/pkg-plist new file mode 100644 index 000000000000..bb26eaa77b75 --- /dev/null +++ b/security/gtkpasman/pkg-plist @@ -0,0 +1,4 @@ +bin/gtkpasman +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/gpasman4.sample +%%PORTDOCS%%@dirrm %%DOCSDIR%% |