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

bensons at users.sourceforge.net bensons at users.sourceforge.net
Thu Jul 30 10:17:59 CEST 2009


Revision: 5729
          http://gar.svn.sourceforge.net/gar/?rev=5729&view=rev
Author:   bensons
Date:     2009-07-30 08:17:59 +0000 (Thu, 30 Jul 2009)

Log Message:
-----------
ncal: initial GAR commit

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


Property changes on: csw/mgar/pkg/ncal/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/ncal/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ncal/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/ncal/trunk/Makefile	2009-07-30 08:17:59 UTC (rev 5729)
@@ -0,0 +1,33 @@
+GARNAME = ncal
+GARVERSION = 1.0
+CATEGORIES = utils
+
+DESCRIPTION = Displays a calendar and the date of easter
+define BLURB
+  The cal utility displays a simple calendar in traditional format and 
+  ncal offers an alternative layout, more options and the date of easter.
+endef
+
+MASTER_SITES = http://www.opencsw.org/~benny/
+DISTFILES  = $(GARNAME).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\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 = 
+
+# since there is no configure script, this is intentionally left empty
+CONFIGURE_SCRIPTS =
+
+# no build tests
+SKIPTEST = 1
+
+# fix distname
+DISTNAME = $(GARNAME)
+
+include gar/category.mk
+
+pre-build-modulated:
+	gsed -i'' 's,^\(CFLAGS =\),\1 $(CFLAGS),' $(WORKSRC)/Makefile

Added: csw/mgar/pkg/ncal/trunk/checksums
===================================================================
--- csw/mgar/pkg/ncal/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/ncal/trunk/checksums	2009-07-30 08:17:59 UTC (rev 5729)
@@ -0,0 +1 @@
+f2a29159639dff454ceefe97ce7abd0f  download/ncal.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