From owner-freebsd-ports Wed May 19 12:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FE57155E2 for ; Wed, 19 May 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA25874; Wed, 19 May 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (domi.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id 3711C151A2 for ; Wed, 19 May 1999 12:05:10 -0700 (PDT) (envelope-from domi@saargate.de) Received: from localhost (localhost [127.0.0.1]) by dominik.saargate.de (8.9.3/8.8.7) with ESMTP id VAA34938 for ; Tue, 18 May 1999 21:37:45 +0200 (CEST) (envelope-from domi@saargate.de) Message-Id: Date: Tue, 18 May 1999 21:37:44 +0200 (CEST) From: Dominik Brettnacher To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11787: New port: gpasman-1.1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11787 >Category: ports >Synopsis: New port: gpasman-1.1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 19 12:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: >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: # # gpasman # gpasman/files # gpasman/files/md5 # gpasman/patches # gpasman/patches/patch-ab # gpasman/patches/patch-aa # gpasman/pkg # gpasman/pkg/COMMENT # gpasman/pkg/DESCR # gpasman/pkg/PLIST # gpasman/Makefile # echo c - gpasman mkdir -p gpasman > /dev/null 2>&1 echo c - gpasman/files mkdir -p gpasman/files > /dev/null 2>&1 echo x - gpasman/files/md5 sed 's/^X//' >gpasman/files/md5 << 'END-of-gpasman/files/md5' XMD5 (gpasman-1.1.3.tar.gz) = 866e9e87fa7df0bc0c627ebaa3c36166 END-of-gpasman/files/md5 echo c - gpasman/patches mkdir -p gpasman/patches > /dev/null 2>&1 echo x - gpasman/patches/patch-ab sed 's/^X//' >gpasman/patches/patch-ab << 'END-of-gpasman/patches/patch-ab' X--- configure.orig Thu May 6 05:46:20 1999 X+++ configure Mon May 10 19:06:10 1999 X@@ -871,8 +871,8 @@ X done X test -n "$strip" || strip="/usr/bin/strip" X X-# Extract the first word of "gtk-config", so it can be a program name with args. X-set dummy gtk-config; ac_word=$2 X+# Extract the first word of "gtk12-config", so it can be a program name with args. X+set dummy gtk12-config; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X echo "configure:878: checking for $ac_word" >&5 X if eval "test \"`echo '$''{'ac_cv_path_GTKCONFIG'+set}'`\" = set"; then END-of-gpasman/patches/patch-ab echo x - gpasman/patches/patch-aa sed 's/^X//' >gpasman/patches/patch-aa << 'END-of-gpasman/patches/patch-aa' X--- configure.in.orig Thu May 6 05:37:14 1999 X+++ configure.in Mon May 10 19:06:10 1999 X@@ -7,7 +7,7 @@ X AC_PROG_CC X AC_PROG_INSTALL X AC_PATH_PROGS(strip, strip, /usr/bin/strip) X-AC_PATH_PROG(GTKCONFIG,gtk-config) X+AC_PATH_PROG(GTKCONFIG,gtk12-config) X X dnl Check for architecture X AC_C_BIGENDIAN END-of-gpasman/patches/patch-aa echo c - gpasman/pkg mkdir -p gpasman/pkg > /dev/null 2>&1 echo x - gpasman/pkg/COMMENT sed 's/^X//' >gpasman/pkg/COMMENT << 'END-of-gpasman/pkg/COMMENT' XGpasman is a password manager that stored password information encrypted. END-of-gpasman/pkg/COMMENT echo x - gpasman/pkg/DESCR sed 's/^X//' >gpasman/pkg/DESCR << 'END-of-gpasman/pkg/DESCR' XGpasman 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). END-of-gpasman/pkg/DESCR echo x - gpasman/pkg/PLIST sed 's/^X//' >gpasman/pkg/PLIST << 'END-of-gpasman/pkg/PLIST' Xbin/gpasman END-of-gpasman/pkg/PLIST echo x - gpasman/Makefile sed 's/^X//' >gpasman/Makefile << 'END-of-gpasman/Makefile' X# New ports collection makefile for: gpasman X# Version required: 1.1.3 X# Date created: Mon Mai 10 1999 X# Whom: domi@saargate.de X# X# $Id$ X# X XDISTNAME= gpasman-1.1.3 XCATEGORIES= security X XMASTER_SITES= http://www.student.wau.nl/~olivier/gpasman/ X XMAINTAINER= domi@saargate.de X XLIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 X XUSE_GMAKE= yes XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes X XCONFIGURE_ARGS+= --prefix=${PREFIX} X X.include END-of-gpasman/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message