mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Initial import of gpasman version 1.1.3.
A password manager that stores password information encrypted. PR: 11787 Submitted by: Dominik Brettnacher <domi@saargate.de>
This commit is contained in:
parent
04fe5301ea
commit
aee155215b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19369
21
security/gpasman/Makefile
Normal file
21
security/gpasman/Makefile
Normal file
@ -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>
|
1
security/gpasman/distinfo
Normal file
1
security/gpasman/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gpasman-1.1.3.tar.gz) = 866e9e87fa7df0bc0c627ebaa3c36166
|
13
security/gpasman/files/patch-ab
Normal file
13
security/gpasman/files/patch-ab
Normal file
@ -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
|
1
security/gpasman/pkg-comment
Normal file
1
security/gpasman/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A password manager that stores password information encrypted.
|
5
security/gpasman/pkg-descr
Normal file
5
security/gpasman/pkg-descr
Normal file
@ -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).
|
1
security/gpasman/pkg-plist
Normal file
1
security/gpasman/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/gpasman
|
Loading…
Reference in New Issue
Block a user