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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Aug 31 11:25:13 CEST 2012


Revision: 19130
          http://gar.svn.sourceforge.net/gar/?rev=19130&view=rev
Author:   dmichelsen
Date:     2012-08-31 09:25:13 +0000 (Fri, 31 Aug 2012)
Log Message:
-----------
modules/trunk: Initial commit

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

Added: csw/mgar/pkg/modules/Makefile
===================================================================
--- csw/mgar/pkg/modules/Makefile	                        (rev 0)
+++ csw/mgar/pkg/modules/Makefile	2012-08-31 09:25:13 UTC (rev 19130)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/modules/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work



Added: csw/mgar/pkg/modules/trunk/Makefile
===================================================================
--- csw/mgar/pkg/modules/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/modules/trunk/Makefile	2012-08-31 09:25:13 UTC (rev 19130)
@@ -0,0 +1,41 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = modules
+VERSION = 3.2.9
+MINOR = c
+GARTYPE = v2
+CATEGORIES = utils
+
+DESCRIPTION = Environment modules
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(DISTNAME)$(MINOR).tar.bz2
+
+LICENSE = LICENSE.GPL
+
+# These are all optional
+CHECKPKG_OVERRIDES_CSWmodules += missing-dependency|CSWpython
+CHECKPKG_OVERRIDES_CSWmodules += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191
+CHECKPKG_OVERRIDES_CSWmodules += missing-dependency|CSWtcl
+CHECKPKG_OVERRIDES_CSWmodules += missing-dependency|CSWperl
+
+# That is the manpath to /usr/share/man
+CHECKPKG_OVERRIDES_CSWmodules += file-with-bad-content|/usr/share|root/opt/csw/bin/modulecmd
+
+CONFIGURE_ARGS += $(DIRPATHS)
+CONFIGURE_ARGS += --with-module-path=$(sharedstatedir)/Modules/modulefiles
+CONFIGURE_ARGS += --with-version-path=$(sharedstatedir)/Modules/versions
+
+# TBD: Add TclX
+#CONFIGURE_ARGS += --with-tclx-lib=
+#CONFIGURE_ARGS += --with-tclx-inc=
+
+# Using exec_prefix prohibits the use of versioned modules
+NODIRPATHS += --exec_prefix
+
+# For whoami
+TEST_ENV_PATH = /usr/ucb:$(PATH)
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/modules/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/modules/trunk/checksums
===================================================================
--- csw/mgar/pkg/modules/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/modules/trunk/checksums	2012-08-31 09:25:13 UTC (rev 19130)
@@ -0,0 +1 @@
+a15052f88ae9254c9b7f22e664d50544  modules-3.2.9c.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