[csw-devel] SF.net SVN: gar:[5128] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Tue Jun 2 02:02:17 CEST 2009
Revision: 5128
http://gar.svn.sourceforge.net/gar/?rev=5128&view=rev
Author: skayser
Date: 2009-06-02 00:02:17 +0000 (Tue, 02 Jun 2009)
Log Message:
-----------
autossh: initial commit
Added Paths:
-----------
csw/mgar/pkg/autossh/
csw/mgar/pkg/autossh/branches/
csw/mgar/pkg/autossh/tags/
csw/mgar/pkg/autossh/trunk/
csw/mgar/pkg/autossh/trunk/Makefile
csw/mgar/pkg/autossh/trunk/checksums
csw/mgar/pkg/autossh/trunk/files/
csw/mgar/pkg/autossh/trunk/files/changelog.CSW
Property changes on: csw/mgar/pkg/autossh/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/autossh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/autossh/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/autossh/trunk/Makefile 2009-06-02 00:02:17 UTC (rev 5128)
@@ -0,0 +1,40 @@
+# Todo
+# * man page seems broken, verify and check why
+GARNAME = autossh
+GARVERSION = 1.4b
+CATEGORIES = net
+
+DESCRIPTION = Automatically restart SSH sessions and tunnels
+define BLURB
+ autossh is a program to start a copy of ssh and monitor it, restarting
+ it as necessary should it die or stop passing traffic. The idea is from
+ rstunnel (Reliable SSH Tunnel), but implemented in C.
+endef
+
+MASTER_SITES = http://www.harding.motd.ca/autossh/
+DISTFILES = $(GARNAME)-$(GARVERSION).tgz
+
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+CONFIGURE_ARGS = $(DIRPATHS)
+NORUNPATH = 1
+
+include gar/category.mk
+
+# Makefile doesn't honor $(DESTDIR) so we have to do it manually
+install-custom: DOCDEST=$(DESTDIR)$(docdir)/$(GARNAME)
+install-custom: DOCS=CHANGES README
+install-custom:
+ @ginstall -d $(DESTDIR)$(bindir)
+ @ginstall -d $(DESTDIR)$(mandir)/man1
+ @ginstall -d $(DOCDEST)
+ @ginstall -d $(DOCDEST)/examples
+
+ @cp $(WORKSRC)/autossh $(DESTDIR)$(bindir)
+ @cp $(WORKSRC)/autossh.1 $(DESTDIR)$(mandir)/man1
+ @cp $(addprefix $(WORKSRC)/,$(DOCS)) $(DOCDEST)
+ @cp $(addprefix $(WORKSRC)/,autossh.host rscreen) $(DOCDEST)/examples
+ @cp $(FILEDIR)/changelog.CSW $(DOCDEST)
+
+ @$(MAKECOOKIE)
Added: csw/mgar/pkg/autossh/trunk/checksums
===================================================================
--- csw/mgar/pkg/autossh/trunk/checksums (rev 0)
+++ csw/mgar/pkg/autossh/trunk/checksums 2009-06-02 00:02:17 UTC (rev 5128)
@@ -0,0 +1 @@
+8f9aa006f6f69e912d3c2f504622d6f7 download/autossh-1.4b.tgz
Added: csw/mgar/pkg/autossh/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/autossh/trunk/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/autossh/trunk/files/changelog.CSW 2009-06-02 00:02:17 UTC (rev 5128)
@@ -0,0 +1,5 @@
+autossh (1.4b,REV=2009.06.02)
+
+ * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org> Tue, 2 Jun 2009 01:57:24 +0200
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