[csw-devel] SF.net SVN: gar:[16805] csw/mgar/pkg
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Thu Jan 19 10:28:43 CET 2012
Revision: 16805
http://gar.svn.sourceforge.net/gar/?rev=16805&view=rev
Author: janholzh
Date: 2012-01-19 09:28:43 +0000 (Thu, 19 Jan 2012)
Log Message:
-----------
rootsh/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/rootsh/
csw/mgar/pkg/rootsh/Makefile
csw/mgar/pkg/rootsh/branches/
csw/mgar/pkg/rootsh/tags/
csw/mgar/pkg/rootsh/trunk/
csw/mgar/pkg/rootsh/trunk/Makefile
csw/mgar/pkg/rootsh/trunk/checksums
csw/mgar/pkg/rootsh/trunk/files/
Added: csw/mgar/pkg/rootsh/Makefile
===================================================================
--- csw/mgar/pkg/rootsh/Makefile (rev 0)
+++ csw/mgar/pkg/rootsh/Makefile 2012-01-19 09:28:43 UTC (rev 16805)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/rootsh/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/rootsh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rootsh/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/rootsh/trunk/Makefile 2012-01-19 09:28:43 UTC (rev 16805)
@@ -0,0 +1,30 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = rootsh
+VERSION = 1.5.3
+GARTYPE = v2
+CATEGORIES = apps
+
+DESCRIPTION = Rootsh is a wrapper for shells which logs all echoed keystrokes and terminal output to a file
+define BLURB
+Rootsh is a wrapper for shells which logs all echoed keystrokes and terminal output to a file and/or to syslog. It's main purpose is the auditing of users who need a shell with root privileges. They start rootsh through the sudo mechanism.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES = $(DISTNAME).tar.gz
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
+# File name regex to get notifications about upstream software releases
+# NOTE: Use this only if the automatic regex creation
+# does not work for your package
+# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES =
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/rootsh/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/rootsh/trunk/checksums
===================================================================
--- csw/mgar/pkg/rootsh/trunk/checksums (rev 0)
+++ csw/mgar/pkg/rootsh/trunk/checksums 2012-01-19 09:28:43 UTC (rev 16805)
@@ -0,0 +1 @@
+af62e6140338c9b2e8e8f6e828fda1ac rootsh-1.5.3.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