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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue May 21 16:45:15 CEST 2013


Revision: 21163
          http://gar.svn.sourceforge.net/gar/?rev=21163&view=rev
Author:   dmichelsen
Date:     2013-05-21 14:45:14 +0000 (Tue, 21 May 2013)
Log Message:
-----------
jenkins/trunk: Intial commit

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

Added: csw/mgar/pkg/jenkins/Makefile
===================================================================
--- csw/mgar/pkg/jenkins/Makefile	                        (rev 0)
+++ csw/mgar/pkg/jenkins/Makefile	2013-05-21 14:45:14 UTC (rev 21163)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/jenkins/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/jenkins/trunk/Makefile
===================================================================
--- csw/mgar/pkg/jenkins/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/jenkins/trunk/Makefile	2013-05-21 14:45:14 UTC (rev 21163)
@@ -0,0 +1,29 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = jenkins
+VERSION = 1.515
+GARTYPE = v2
+
+DESCRIPTION = An extendable open source continuous integration server
+
+MASTER_SITES += http://mirrors.jenkins-ci.org/war/$(VERSION)/
+DISTFILES += jenkins.war
+DISTFILES += COPYING
+
+PACKAGES += CSWjenkins
+SPKG_DESC_CSWjenkins = An extendable open source continuous integration server
+# PKGFILES is catchall
+ARCHALL_CSWjenkins = 1
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+install-custom:
+	ginstall -d $(DESTDIR)$(sharedstatedir)/webapps
+	ginstall -m 0644 $(WORKDIR)/jenkins.war $(DESTDIR)$(sharedstatedir)/webapps
+	@$(MAKECOOKIE)


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

Added: csw/mgar/pkg/jenkins/trunk/checksums
===================================================================
--- csw/mgar/pkg/jenkins/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/jenkins/trunk/checksums	2013-05-21 14:45:14 UTC (rev 21163)
@@ -0,0 +1 @@
+a0a0f8cf8582f3daf539e495f1edb6a0  jenkins.war

Added: csw/mgar/pkg/jenkins/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/jenkins/trunk/files/COPYING	                        (rev 0)
+++ csw/mgar/pkg/jenkins/trunk/files/COPYING	2013-05-21 14:45:14 UTC (rev 21163)
@@ -0,0 +1,22 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+

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