[csw-devel] SF.net SVN: gar:[9789] csw/mgar/pkg

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Apr 29 01:23:48 CEST 2010


Revision: 9789
          http://gar.svn.sourceforge.net/gar/?rev=9789&view=rev
Author:   skayser
Date:     2010-04-28 23:23:48 +0000 (Wed, 28 Apr 2010)

Log Message:
-----------
password-gorilla: initial commit

Added Paths:
-----------
    csw/mgar/pkg/password-gorilla/
    csw/mgar/pkg/password-gorilla/branches/
    csw/mgar/pkg/password-gorilla/tags/
    csw/mgar/pkg/password-gorilla/trunk/
    csw/mgar/pkg/password-gorilla/trunk/Makefile
    csw/mgar/pkg/password-gorilla/trunk/checksums
    csw/mgar/pkg/password-gorilla/trunk/files/


Property changes on: csw/mgar/pkg/password-gorilla/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/password-gorilla/trunk/Makefile
===================================================================
--- csw/mgar/pkg/password-gorilla/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/password-gorilla/trunk/Makefile	2010-04-28 23:23:48 UTC (rev 9789)
@@ -0,0 +1,45 @@
+GARNAME = password-gorilla
+GARVERSION = 1.4
+CATEGORIES = apps
+
+DESCRIPTION = A cross-platform, Tcl/Tk-based Password Manager
+define BLURB
+  The Password Gorilla helps you manage your logins. It stores all your user
+  names and passwords, along with login information and other notes, in a
+  securely encrypted file. A single "master password" is used to protect the
+  file. This way, you only need to remember the single master password, instead
+  of the many logins that you use. 
+endef
+
+VENDOR_URL   = http://www.fpx.de/fp/Software/Gorilla/
+MASTER_SITES = http://www.fpx.de/fp/Software/Gorilla/download/
+DISTNAME     = gorilla-$(GARVERSION)
+DISTFILES    = gorilla-$(GARVERSION).tar.gz
+UFILES_REGEX = gorilla-(\d+(?:\.\d+)*).tar.gz
+CATALOGNAME  = password_gorilla
+ARCHALL      = 1
+LICENSE      = LICENSE.txt
+
+RUNTIME_DEP_PKGS = CSWtk
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += -with-wish=$(bindir)/tclsh
+
+INSTALL_SCRIPTS = custom
+TEST_SCRIPTS    =
+
+include gar/category.mk
+
+install-custom: TCLPKGS = twofish blowfish sha1 pwsafe
+install-custom: TCLDEST = $(DESTDIR)$(datadir)/password-gorilla/
+install-custom:
+	$(foreach P,$(TCLPKGS),\
+		mkdir -p $(TCLDEST)$(P); \
+		cp -r $(WORKSRC)/$(P) $(TCLDEST)$(P); \
+	)
+	cp $(WORKSRC)/gorilla $(WORKSRC)/gorilla.tcl $(TCLDEST)
+	mkdir -p $(DESTDIR)$(bindir)
+	echo '#!/bin/sh\nexec $(datadir)/password-gorilla/gorilla' > \
+		$(DESTDIR)$(bindir)/password-gorilla
+	chmod 755 $(DESTDIR)$(bindir)/password-gorilla
+	$(MAKECOOKIE)

Added: csw/mgar/pkg/password-gorilla/trunk/checksums
===================================================================
--- csw/mgar/pkg/password-gorilla/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/password-gorilla/trunk/checksums	2010-04-28 23:23:48 UTC (rev 9789)
@@ -0,0 +1 @@
+9914efa3ddaf309de76f083c43f57dce  gorilla-1.4.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list