[csw-devel] SF.net SVN: gar:[11594] csw/mgar/pkg
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Sat Nov 13 13:10:59 CET 2010
Revision: 11594
http://gar.svn.sourceforge.net/gar/?rev=11594&view=rev
Author: rthurner
Date: 2010-11-13 12:10:59 +0000 (Sat, 13 Nov 2010)
Log Message:
-----------
maven: update to maven3 in a new package
Added Paths:
-----------
csw/mgar/pkg/maven3/
csw/mgar/pkg/maven3/branches/
csw/mgar/pkg/maven3/tags/
csw/mgar/pkg/maven3/trunk/
csw/mgar/pkg/maven3/trunk/Makefile
csw/mgar/pkg/maven3/trunk/checksums
csw/mgar/pkg/maven3/trunk/files/
Property changes on: csw/mgar/pkg/maven3/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/maven3/trunk/Makefile
===================================================================
--- csw/mgar/pkg/maven3/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/maven3/trunk/Makefile 2010-11-13 12:10:59 UTC (rev 11594)
@@ -0,0 +1,45 @@
+GARNAME = maven3
+GARVERSION = 3.0
+CATEGORIES = devel
+GARCH = all
+
+DESCRIPTION = Java software project management and comprehension tool
+define BLURB
+Maven is a software project management and comprehension tool. Based on
+the concept of a project object model (POM), Maven can manage a
+project's build, reporting and documentation from a central
+piece of information.
+
+Maven's primary goal is to allow a developer to comprehend the complete
+state of a development effort in the shortest period of time. In order
+to attain this goal there are several areas of conce rn that Maven
+attempts to deal with:
+
+ * Making the build process easy
+ * Providing a uniform build system
+ * Providing quality project information
+ * Providing guidelines for best practices development
+ * Allowing transparent migration to new features
+endef
+
+MASTER_SITES = http://www.powertech.no/apache/dist/maven/binaries/
+DISTFILES = apache-maven-$(GARVERSION)-bin.tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = apache-maven-(\d+(?:\.\d+)*)-bin.tar.gz
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = common
+
+include gar/category.mk
+
+install-common:
+ mkdir -p $(DESTDIR)/opt/csw/bin
+ rm -rf $(DESTDIR)/opt/csw/share/maven3
+ mkdir -p $(DESTDIR)/opt/csw/share/maven3
+ cp -r $(WORKDIR)/apache-maven-$(GARVERSION)/ $(DESTDIR)/opt/csw/share/maven3/home
+ cp $(WORKDIR)/bin-mvn $(DESTDIR)/opt/csw/bin/mvn
+ chmod +x $(DESTDIR)/opt/csw/bin/mvn
+ $(MAKECOOKIE)
Property changes on: csw/mgar/pkg/maven3/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/maven3/trunk/checksums
===================================================================
--- csw/mgar/pkg/maven3/trunk/checksums (rev 0)
+++ csw/mgar/pkg/maven3/trunk/checksums 2010-11-13 12:10:59 UTC (rev 11594)
@@ -0,0 +1 @@
+505560ca377b990a965c4e4f8da42daa apache-maven-3.0-bin.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