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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Oct 30 09:52:56 CET 2009


Revision: 7044
          http://gar.svn.sourceforge.net/gar/?rev=7044&view=rev
Author:   dmichelsen
Date:     2009-10-30 08:52:56 +0000 (Fri, 30 Oct 2009)

Log Message:
-----------
xearth: Initial commit

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


Property changes on: csw/mgar/pkg/xearth/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/xearth/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xearth/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xearth/trunk/Makefile	2009-10-30 08:52:56 UTC (rev 7044)
@@ -0,0 +1,39 @@
+GARNAME = xearth
+GARVERSION = 1.1
+CATEGORIES = apps
+
+DESCRIPTION = X11 earth backdrop
+define BLURB
+  Xearth sets the X root window to an image of the Earth, as seen from
+  your favorite vantage point in space, correctly shaded for the current
+  position of the Sun. By default, xearth updates the displayed image every
+  five minutes. The time between updates can be changed using either X resource
+  or a command-line option. Xearth can also be configured to either create
+  and render into its own top-level X window or render directly into PPM or
+  GIF files; see the man page for details.
+endef
+
+MASTER_SITES = http://groups.csail.mit.edu/cag/pub/tuna/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# 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://hewgill.com/xearth/original/
+
+LICENSE = README
+
+NORUNPATH = 1
+
+CONFIGURE_SCRIPTS = $(WORKSRC)/Imakefile
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+install-custom:
+	ginstall -d $(DESTDIR)$(bindir)
+	ginstall $(WORKSRC)/xearth $(DESTDIR)$(bindir)/xearth
+	ginstall -d $(DESTDIR)$(mandir)/man1
+	ginstall $(WORKSRC)/xearth.man $(DESTDIR)$(mandir)/man1/xearth.1
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/xearth/trunk/checksums
===================================================================
--- csw/mgar/pkg/xearth/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/xearth/trunk/checksums	2009-10-30 08:52:56 UTC (rev 7044)
@@ -0,0 +1 @@
+6e409dffaa8dc5fae1064e38935ab61f  xearth-1.1.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