diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-04 20:53:26 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-04 20:53:26 +0800 |
commit | a1ce2b4c5f896a65119598e6c3788e9c7e698bb8 (patch) | |
tree | 7516be727638c8d3bae05986f34d866f5eb6537a /security | |
parent | b3718e0b5eaeeb46efda4ca35d5176b7222d552a (diff) | |
download | marcuscom-ports-a1ce2b4c5f896a65119598e6c3788e9c7e698bb8.tar marcuscom-ports-a1ce2b4c5f896a65119598e6c3788e9c7e698bb8.tar.gz marcuscom-ports-a1ce2b4c5f896a65119598e6c3788e9c7e698bb8.tar.bz2 marcuscom-ports-a1ce2b4c5f896a65119598e6c3788e9c7e698bb8.tar.lz marcuscom-ports-a1ce2b4c5f896a65119598e6c3788e9c7e698bb8.tar.xz marcuscom-ports-a1ce2b4c5f896a65119598e6c3788e9c7e698bb8.tar.zst marcuscom-ports-a1ce2b4c5f896a65119598e6c3788e9c7e698bb8.zip |
- Fix build
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7546 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/gtkpasman/Makefile | 47 | ||||
-rw-r--r-- | security/gtkpasman/distinfo | 3 | ||||
-rw-r--r-- | security/gtkpasman/files/pkg-message.in | 10 | ||||
-rw-r--r-- | security/gtkpasman/pkg-descr | 12 |
4 files changed, 72 insertions, 0 deletions
diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile new file mode 100644 index 000000000..32a944d8d --- /dev/null +++ b/security/gtkpasman/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: gtkpasman +# Date created: 25 Aug 2004 +# Whom: Philippe Rocques +# +# $FreeBSD: ports/security/gtkpasman/Makefile,v 1.7 2006/08/19 03:31:48 rafan Exp $ +# + +PORTNAME= gtkpasman +PORTVERSION= 0.8 +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 + +RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg +BUILD_DEPENDS+= gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gtk12 +GNU_CONFIGURE= yes +USE_AUTOTOOLS= automake:15 aclocal:15 autoconf:259 + +SUB_FILES= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message + +DOCS= README src/gpasman4.sample +PLIST_FILES= bin/gtkpasman +ACLOCAL_ARGS?= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal + +.if !defined(NOPORTDOCS) +PORTDOCS= README gpasman4.sample +.endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/gtkpasman ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR} +.endif + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/security/gtkpasman/distinfo b/security/gtkpasman/distinfo new file mode 100644 index 000000000..079079bd0 --- /dev/null +++ b/security/gtkpasman/distinfo @@ -0,0 +1,3 @@ +MD5 (gtkpasman-0.8.tar.gz) = eb69e5b7616fdc5dc91efe1bc7435a86 +SHA256 (gtkpasman-0.8.tar.gz) = c2fb87138462ac42dbcc757835e2123bf668d0acc138c30038382ef1ec839726 +SIZE (gtkpasman-0.8.tar.gz) = 168931 diff --git a/security/gtkpasman/files/pkg-message.in b/security/gtkpasman/files/pkg-message.in new file mode 100644 index 000000000..1abd72bf9 --- /dev/null +++ b/security/gtkpasman/files/pkg-message.in @@ -0,0 +1,10 @@ + +##################################################################### +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-descr b/security/gtkpasman/pkg-descr new file mode 100644 index 000000000..927fb7b4f --- /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 |