Date: Fri, 27 Aug 2004 23:35:12 +0200 (CEST) From: Philippe Rocques <phil@teaser.fr> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/71051: New port: security/gtkpasman passwords manager using gpg encryption Message-ID: <200408272135.i7RLZCIi001183@gloin.awic.priv> Resent-Message-ID: <200408272140.i7RLeVxe040658@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71051 >Category: ports >Synopsis: New port: security/gtkpasman passwords manager using gpg encryption >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 27 21:40:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Philippe Rocques <phil@teaser.fr> >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD gloin.awic.priv 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Sat Aug 14 04:29:37 CEST 2004 root@gloin.awic.net:/usr/obj/usr/src/sys/KERNPHIL i386 >Description: Gtkpasman is a passwords manager which use a gnupg crypted file to keep passwords. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gtkpasman # gtkpasman/Makefile # gtkpasman/pkg-descr # gtkpasman/distinfo # gtkpasman/pkg-plist # echo c - gtkpasman mkdir -p gtkpasman > /dev/null 2>&1 echo x - gtkpasman/Makefile sed 's/^X//' >gtkpasman/Makefile << 'END-of-gtkpasman/Makefile' X# New ports collection makefile for: gtkpasman X# Date created: 25 Aug 2004 X# Whom: Philippe Rocques X# X# $FreeBSD$ X# X XPORTNAME= gtkpasman XPORTVERSION= 0.5 XCATEGORIES= security XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= phil@teaser.fr XCOMMENT= A GTK+ passwords manager for system and network administrators X XDOCS= README src/gpasman4.sample X XRUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XUSE_GNOME= gtk12 XGNU_CONFIGURE= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/gtkpasman ${PREFIX}/bin X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_MAN} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR} X.endif X X.include <bsd.port.mk> END-of-gtkpasman/Makefile echo x - gtkpasman/pkg-descr sed 's/^X//' >gtkpasman/pkg-descr << 'END-of-gtkpasman/pkg-descr' XThe purpose of Gtkpasman is to provide system and network administrators a Xconvenient tool to manage a passwords knowledge base related to customers, Xservers, services... It can help to retrieve passwords, or even connect to Xservers (ssh, telnet, ftp). XPasswords must be kept in a gnupg crypted file. The structure of the file is Xpredefined, but very easy to edit and maintain. The gtk application can switch Xbetween a discret applet and a full list of containers. X XWWW: http://gtkpasman.sourceforge.net/ X X- Philippe Rocques Xphil@teaser.fr END-of-gtkpasman/pkg-descr echo x - gtkpasman/distinfo sed 's/^X//' >gtkpasman/distinfo << 'END-of-gtkpasman/distinfo' XMD5 (gtkpasman-0.5.tar.gz) = 618a34590d4725b3b6da8bc067dcbe44 XSIZE (gtkpasman-0.5.tar.gz) = 103502 END-of-gtkpasman/distinfo echo x - gtkpasman/pkg-plist sed 's/^X//' >gtkpasman/pkg-plist << 'END-of-gtkpasman/pkg-plist' Xbin/gtkpasman X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/gpasman4.sample X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-gtkpasman/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408272135.i7RLZCIi001183>