PR: ports/71050

Submitted by: Philippe Rocques <phil(at)teaser.fr>
Approved by: nectar (mentor)
This commit is contained in:
Niels Heinen 2004-12-18 13:46:44 +00:00
parent 6ca48c8c22
commit 0d9375f74f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124376
6 changed files with 73 additions and 0 deletions

View File

@ -121,6 +121,7 @@
SUBDIR += gsfv
SUBDIR += gss
SUBDIR += gtk-knocker
SUBDIR += gtkpasman
SUBDIR += gtkportscan
SUBDIR += hackbot
SUBDIR += hafiye

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (gtkpasman-0.5.tar.gz) = 618a34590d4725b3b6da8bc067dcbe44
SIZE (gtkpasman-0.5.tar.gz) = 103502

View File

@ -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

View File

@ -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.
#####################################################################

View File

@ -0,0 +1,4 @@
bin/gtkpasman
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/gpasman4.sample
%%PORTDOCS%%@dirrm %%DOCSDIR%%