[csw-devel] SF.net SVN: gar:[7550] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Dec 4 15:47:19 CET 2009
Revision: 7550
http://gar.svn.sourceforge.net/gar/?rev=7550&view=rev
Author: dmichelsen
Date: 2009-12-04 14:47:19 +0000 (Fri, 04 Dec 2009)
Log Message:
-----------
lastx: Initial commit
Added Paths:
-----------
csw/mgar/pkg/lastx/
csw/mgar/pkg/lastx/branches/
csw/mgar/pkg/lastx/tags/
csw/mgar/pkg/lastx/trunk/
csw/mgar/pkg/lastx/trunk/Makefile
csw/mgar/pkg/lastx/trunk/checksums
csw/mgar/pkg/lastx/trunk/files/
csw/mgar/pkg/lastx/trunk/files/COPYING
Property changes on: csw/mgar/pkg/lastx/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/lastx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lastx/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lastx/trunk/Makefile 2009-12-04 14:47:19 UTC (rev 7550)
@@ -0,0 +1,36 @@
+GARNAME = lastx
+GARVERSION = 1.1
+CATEGORIES = utils
+
+DESCRIPTION = An extension of the last utility shipped with Solaris
+define BLURB
+ lastx is an extension of the last utility shipped with Solaris. It
+ prints all 32-characters of the users utmpx entry, and provides
+ facilities to display last data over a period of days. It also
+ allows the user to print unique logins, and the total # of attempted
+ logins.
+endef
+
+MASTER_SITES = http://prefetch.net/code/
+DISTFILES = lastx.c
+DISTFILES += COPYING
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+SPKG_SOURCEURL = http://prefetch.net/code/lastx.c.html
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = custom
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+build-custom:
+ cd $(WORKDIR) && $(CC) -o lastx $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) lastx.c
+ @$(MAKECOOKIE)
+
+install-custom:
+ ginstall -d $(DESTDIR)$(bindir)
+ ginstall $(WORKDIR)/lastx $(DESTDIR)$(bindir)/lastx
Added: csw/mgar/pkg/lastx/trunk/checksums
===================================================================
--- csw/mgar/pkg/lastx/trunk/checksums (rev 0)
+++ csw/mgar/pkg/lastx/trunk/checksums 2009-12-04 14:47:19 UTC (rev 7550)
@@ -0,0 +1,2 @@
+bb18f5d59310199db2915aae5f528fdc COPYING
+5e57ffdd9e1ecd4baf5f5ecba766e15c lastx.c
Added: csw/mgar/pkg/lastx/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/lastx/trunk/files/COPYING (rev 0)
+++ csw/mgar/pkg/lastx/trunk/files/COPYING 2009-12-04 14:47:19 UTC (rev 7550)
@@ -0,0 +1,13 @@
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 2, or (at your option) any
+ later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
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