diff options
-rw-r--r-- | security/gpasman/Makefile | 21 | ||||
-rw-r--r-- | security/gpasman/distinfo | 1 | ||||
-rw-r--r-- | security/gpasman/files/patch-ab | 13 | ||||
-rw-r--r-- | security/gpasman/pkg-comment | 1 | ||||
-rw-r--r-- | security/gpasman/pkg-descr | 5 | ||||
-rw-r--r-- | security/gpasman/pkg-plist | 1 |
6 files changed, 42 insertions, 0 deletions
diff --git a/security/gpasman/Makefile b/security/gpasman/Makefile new file mode 100644 index 000000000000..dd940971535a --- /dev/null +++ b/security/gpasman/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: gpasman +# Version required: 1.1.3 +# Date created: Mon Mai 10 1999 +# Whom: domi@saargate.de +# +# $Id$ +# + +DISTNAME= gpasman-1.1.3 +CATEGORIES= security +MASTER_SITES= http://www.student.wau.nl/~olivier/gpasman/ + +MAINTAINER= domi@saargate.de + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +USE_GMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/security/gpasman/distinfo b/security/gpasman/distinfo new file mode 100644 index 000000000000..f89fa3ae8daf --- /dev/null +++ b/security/gpasman/distinfo @@ -0,0 +1 @@ +MD5 (gpasman-1.1.3.tar.gz) = 866e9e87fa7df0bc0c627ebaa3c36166 diff --git a/security/gpasman/files/patch-ab b/security/gpasman/files/patch-ab new file mode 100644 index 000000000000..b6fec86532ff --- /dev/null +++ b/security/gpasman/files/patch-ab @@ -0,0 +1,13 @@ +--- configure.orig Thu May 6 05:46:20 1999 ++++ configure Mon May 10 19:06:10 1999 +@@ -871,8 +871,8 @@ + done + test -n "$strip" || strip="/usr/bin/strip" + +-# Extract the first word of "gtk-config", so it can be a program name with args. +-set dummy gtk-config; ac_word=$2 ++# Extract the first word of "gtk12-config", so it can be a program name with args. ++set dummy gtk12-config; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 + echo "configure:878: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_GTKCONFIG'+set}'`\" = set"; then diff --git a/security/gpasman/pkg-comment b/security/gpasman/pkg-comment new file mode 100644 index 000000000000..41ee984504c2 --- /dev/null +++ b/security/gpasman/pkg-comment @@ -0,0 +1 @@ +A password manager that stores password information encrypted. diff --git a/security/gpasman/pkg-descr b/security/gpasman/pkg-descr new file mode 100644 index 000000000000..bab26dd097af --- /dev/null +++ b/security/gpasman/pkg-descr @@ -0,0 +1,5 @@ +Gpasman is a password manager. People working with the internet have to +remember lots of passwords. Saving them in a textfile is not a secure idea. +Gpasman is a GTK solution to this problem since it saves the password +information encrypted, so now you have to remember only one password instead of +ten (or more). diff --git a/security/gpasman/pkg-plist b/security/gpasman/pkg-plist new file mode 100644 index 000000000000..5b379142b4ef --- /dev/null +++ b/security/gpasman/pkg-plist @@ -0,0 +1 @@ +bin/gpasman |