[csw-devel] SF.net SVN: gar:[7836] csw/mgar/pkg
hson at users.sourceforge.net
hson at users.sourceforge.net
Sun Jan 3 00:47:58 CET 2010
Revision: 7836
http://gar.svn.sourceforge.net/gar/?rev=7836&view=rev
Author: hson
Date: 2010-01-02 23:47:58 +0000 (Sat, 02 Jan 2010)
Log Message:
-----------
iso-codes: Initial commit
Added Paths:
-----------
csw/mgar/pkg/iso-codes/
csw/mgar/pkg/iso-codes/Makefile
csw/mgar/pkg/iso-codes/branches/
csw/mgar/pkg/iso-codes/tags/
csw/mgar/pkg/iso-codes/trunk/
csw/mgar/pkg/iso-codes/trunk/Makefile
csw/mgar/pkg/iso-codes/trunk/checksums
csw/mgar/pkg/iso-codes/trunk/files/
Added: csw/mgar/pkg/iso-codes/Makefile
===================================================================
--- csw/mgar/pkg/iso-codes/Makefile (rev 0)
+++ csw/mgar/pkg/iso-codes/Makefile 2010-01-02 23:47:58 UTC (rev 7836)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+ @echo "You are in the pkg/ directory."
+
+%:
+ $(MAKE) -C trunk $*
+
+paranoid-%:
+ $(MAKE) -C trunk $* || exit 2
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+ $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG)
Property changes on: csw/mgar/pkg/iso-codes/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/iso-codes/trunk/Makefile
===================================================================
--- csw/mgar/pkg/iso-codes/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/iso-codes/trunk/Makefile 2010-01-02 23:47:58 UTC (rev 7836)
@@ -0,0 +1,30 @@
+GARNAME = iso-codes
+GARVERSION = 3.9
+CATEGORIES = apps
+
+DESCRIPTION = Translations for names of various ISO standards
+define BLURB
+ This package provides lists of various ISO standards (e.g. country,
+ language, language scripts, and currency names) in one place, rather
+ than repeated in many programs throughout the system
+endef
+
+MASTER_SITES = ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+PACKAGES = CSWiso-codes
+CATALOGNAME = iso_codes
+SPKG_SOURCEURL = http://alioth.debian.org/projects/pkg-isocodes/
+
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+ARCHALL = 1
+
+include gar/category.mk
+
+PATH := /opt/csw/gnu:$(PATH)
Added: csw/mgar/pkg/iso-codes/trunk/checksums
===================================================================
--- csw/mgar/pkg/iso-codes/trunk/checksums (rev 0)
+++ csw/mgar/pkg/iso-codes/trunk/checksums 2010-01-02 23:47:58 UTC (rev 7836)
@@ -0,0 +1 @@
+78bd12403eddf4439f5def44b1154337 iso-codes-3.9.tar.bz2
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