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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Mar 1 21:32:12 CET 2010


Revision: 8923
          http://gar.svn.sourceforge.net/gar/?rev=8923&view=rev
Author:   dmichelsen
Date:     2010-03-01 20:32:11 +0000 (Mon, 01 Mar 2010)

Log Message:
-----------
xtitle: Initial commit

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


Property changes on: csw/mgar/pkg/xtitle/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/xtitle/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xtitle/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xtitle/trunk/Makefile	2010-03-01 20:32:11 UTC (rev 8923)
@@ -0,0 +1,31 @@
+GARNAME = xtitle
+GARVERSION = 1.0.2
+CATEGORIES = utils
+
+DESCRIPTION = Set the window's title and/or icon name to the script's arguments
+define BLURB
+  Xtitle is a relatively simple shell script program that, when run in an xterm or
+  xterm-like window, will set the window's title and/or icon name to the script's
+  arguments.
+endef
+
+MASTER_SITES = http://www.cs.indiana.edu/~kinzler/xtitle/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tgz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz
+
+VENDOR_URL = http://www.cs.indiana.edu/~kinzler/xtitle/
+
+CONFIGURE_SCRIPTS = $(WORKSRC)/Imakefile
+
+TEST_SCRIPTS =
+
+INSTALL_OVERRIDE_VARS = BINDIR MANDIR
+INSTALL_OVERRIDE_VAR_BINDIR = $(bindir)
+INSTALL_OVERRIDE_VAR_MANDIR = $(mandir)
+INSTALL_ARGS = install install.man
+
+ARCHALL = 1
+
+include gar/category.mk

Added: csw/mgar/pkg/xtitle/trunk/checksums
===================================================================
--- csw/mgar/pkg/xtitle/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/xtitle/trunk/checksums	2010-03-01 20:32:11 UTC (rev 8923)
@@ -0,0 +1 @@
+0b9d898be7fc3d40a2732b2ab7693727  xtitle-1.0.2.tgz


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