ports/93179: [New Port] security/gorilla: add gorilla, a multiplatform password manager

Kay Lehmann kay_lehmann at web.de
Sat Feb 11 12:10:10 UTC 2006


>Number:         93179
>Category:       ports
>Synopsis:       [New Port] security/gorilla: add gorilla, a multiplatform password manager
>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:   Sat Feb 11 12:10:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Kay Lehmann
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.0-STABLE #4: Wed Jan 18 20:18:17 CET 2006
    root at bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes



>Description:


Add gorilla: it is a password manager which uses tcl/tk to 
be platform independent.


>How-To-Repeat:





>Fix:


--- gorilla.shar begins here ---
# 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:
#
#	gorilla
#	gorilla/pkg-descr
#	gorilla/Makefile
#	gorilla/pkg-plist
#	gorilla/distinfo
#	gorilla/files
#	gorilla/files/patch-gorilla.in
#
echo c - gorilla
mkdir -p gorilla > /dev/null 2>&1
echo x - gorilla/pkg-descr
sed 's/^X//' >gorilla/pkg-descr << 'END-of-gorilla/pkg-descr'
XPassword Gorilla is cross-platform Password Manager.
XIt uses TCL/Tk and runs on most platforms supported by Tcl/Tk.
X
XWWW:	http://www.fpx.de/fp/Software/Gorilla
END-of-gorilla/pkg-descr
echo x - gorilla/Makefile
sed 's/^X//' >gorilla/Makefile << 'END-of-gorilla/Makefile'
X# New ports collection makefile for:	gorilla
X# Date created:		2006-02-11
X# Whom:			Kay Lehmann <kay at bippes.finkenkrug.ev>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gorilla
XPORTVERSION=	1.3
X#PORTREVISION=	0
X#PORTEPOCH=	0
XCATEGORIES=	security
XMASTER_SITES=	http://www.fpx.de/fp/Software/Gorilla/download/
X#MASTER_SITE_SUBDIR=
X#PKGNAMEPREFIX=
X#PKGNAMESUFFIX=
X#DISTNAME=
X#EXTRACT_SUFX=
X#DISTFILES=
X#DIST_SUBDIR=	${PORTNAME}
X#EXTRACT_ONLY=
X
XMAINTAINER=	kay_lehmann at web.de
XCOMMENT=	Password Gorilla is cross-platform Password Manager
X
XLIB_DEPENDS=	itcl32.1:${PORTSDIR}/lang/itcl
XRUN_DEPENDS=	${LOCALBASE}/lib/bwidget/init.tcl:/${PORTSDIR}/x11-toolkits/bwidget
X
XUSE_TCL=	yes
XUSE_TK=		yes
XGNU_CONFIGURE=	yes
XNO_BUILD=	yes
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/lib/gorilla
X	@${INSTALL_DATA} ${WRKSRC}/*.tcl ${PREFIX}/lib/gorilla
X	${TAR} -C ${WRKSRC} -cf - blowfish pics pwsafe twofish | \
X		${TAR} -C ${PREFIX}/lib/gorilla --unlink -xf -
X	@${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
Xpost-install:
X	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/gorilla
X	@${CHMOD} ugo+x ${PREFIX}/bin/gorilla
X
X.include <bsd.port.pre.mk>
X.include <bsd.port.post.mk>
END-of-gorilla/Makefile
echo x - gorilla/pkg-plist
sed 's/^X//' >gorilla/pkg-plist << 'END-of-gorilla/pkg-plist'
X at comment $FreeBSD$
Xbin/gorilla
Xlib/gorilla/gorilla.tcl
Xlib/gorilla/isaac.tcl
Xlib/gorilla/blowfish/LICENSE.txt
Xlib/gorilla/blowfish/blowfish.tcl
Xlib/gorilla/blowfish/blowtest.tcl
Xlib/gorilla/blowfish/pkgIndex.tcl
Xlib/gorilla/pics/gorilla-16x16.gif
Xlib/gorilla/pics/gorilla-32x32.gif
Xlib/gorilla/pics/gorilla-48x48.gif
Xlib/gorilla/pics/gorilla-logo.jpg
Xlib/gorilla/pics/gorilla-splash.gif
Xlib/gorilla/pics/gorilla.ico
Xlib/gorilla/pwsafe/LICENSE.txt
Xlib/gorilla/pwsafe/pkgIndex.tcl
Xlib/gorilla/pwsafe/pwsafe-db.tcl
Xlib/gorilla/pwsafe/pwsafe-int.tcl
Xlib/gorilla/pwsafe/pwsafe-io.tcl
Xlib/gorilla/pwsafe/pwsafe.dat
Xlib/gorilla/pwsafe/pwsafe.tcl
Xlib/gorilla/pwsafe/pwtest.tcl
Xlib/gorilla/twofish/twofish.tcl
Xlib/gorilla/twofish/twotest.tcl
X at dirrm lib/gorilla/blowfish
X at dirrm lib/gorilla/pics
X at dirrm lib/gorilla/twofish
X at dirrm lib/gorilla/pwsafe
X at dirrm lib/gorilla
END-of-gorilla/pkg-plist
echo x - gorilla/distinfo
sed 's/^X//' >gorilla/distinfo << 'END-of-gorilla/distinfo'
XMD5 (gorilla-1.3.tar.gz) = 097f6824aba42c936d708f003d90f40f
XSHA256 (gorilla-1.3.tar.gz) = 6bfe6a99b0503c7017567d9eb0e184e15dbc1d753579005e3ed6baf49c3fed05
XSIZE (gorilla-1.3.tar.gz) = 177760
END-of-gorilla/distinfo
echo c - gorilla/files
mkdir -p gorilla/files > /dev/null 2>&1
echo x - gorilla/files/patch-gorilla.in
sed 's/^X//' >gorilla/files/patch-gorilla.in << 'END-of-gorilla/files/patch-gorilla.in'
X--- gorilla.in.orig	Sun Dec  5 22:21:54 2004
X+++ gorilla.in	Sat Feb 11 12:30:44 2006
X@@ -7,4 +7,4 @@
X }]} {
X     set myName $linkName
X }
X-source [file join [file dirname $myName] gorilla.tcl]
X+source [file join [file dirname $myName] @prefix@/lib/gorilla/gorilla.tcl]
END-of-gorilla/files/patch-gorilla.in
exit

--- gorilla.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list