[Midnightbsd-cvs] mports [20358] trunk/devel: add jam

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 30 22:49:50 EDT 2015


Revision: 20358
          http://svnweb.midnightbsd.org/mports/?rev=20358
Author:   laffer1
Date:     2015-09-30 22:49:50 -0400 (Wed, 30 Sep 2015)
Log Message:
-----------
add jam

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/jam/
    trunk/devel/jam/Makefile
    trunk/devel/jam/distinfo
    trunk/devel/jam/files/
    trunk/devel/jam/files/patch-Jamfile
    trunk/devel/jam/files/patch-Makefile
    trunk/devel/jam/pkg-descr
    trunk/devel/jam/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2015-10-01 02:38:57 UTC (rev 20357)
+++ trunk/devel/Makefile	2015-10-01 02:49:50 UTC (rev 20358)
@@ -119,6 +119,7 @@
 SUBDIR += icu
 SUBDIR += imake
 SUBDIR += jakarta-commons-daemon
+SUBDIR += jam
 SUBDIR += jansson
 SUBDIR += jenkins
 SUBDIR += json-c

Added: trunk/devel/jam/Makefile
===================================================================
--- trunk/devel/jam/Makefile	                        (rev 0)
+++ trunk/devel/jam/Makefile	2015-10-01 02:49:50 UTC (rev 20358)
@@ -0,0 +1,24 @@
+# Created by: Jeffrey Hsu <hsu at FreeBSD.org>
+# $MidnightBSD$
+# $FreeBSD: head/devel/jam/Makefile 347405 2014-03-07 16:49:09Z bapt $
+
+PORTNAME=	jam
+PORTVERSION=	2.5
+CATEGORIES=	devel
+MASTER_SITES=	ftp://ftp.perforce.com/jam/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Build utility like make(1)
+
+LICENSE=	other
+
+OPTIONS_DEFINE=	DOCS
+NO_WRKSUBDIR=	yes
+USES=		zip
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/jam/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/jam/distinfo
===================================================================
--- trunk/devel/jam/distinfo	                        (rev 0)
+++ trunk/devel/jam/distinfo	2015-10-01 02:49:50 UTC (rev 20358)
@@ -0,0 +1,2 @@
+SHA256 (jam-2.5.zip) = 66b9b307d2f9217d476ec1437cdce8b3715b08f183bb32299c40b2ca265c0498
+SIZE (jam-2.5.zip) = 191864


Property changes on: trunk/devel/jam/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/jam/files/patch-Jamfile
===================================================================
--- trunk/devel/jam/files/patch-Jamfile	                        (rev 0)
+++ trunk/devel/jam/files/patch-Jamfile	2015-10-01 02:49:50 UTC (rev 20358)
@@ -0,0 +1,11 @@
+--- Jamfile.orig	Thu Aug 19 15:19:29 2004
++++ Jamfile	Fri Aug 26 17:10:28 2005
+@@ -7,7 +7,7 @@
+ 
+ if $(VMS) 	{ LOCATE_TARGET ?= [.binvms] ; }
+ else if $(MAC) 	{ LOCATE_TARGET ?= :bin.mac ; }
+-else 		{ LOCATE_TARGET ?= bin.$(OSFULL[1]:L) ; }
++else 		{ LOCATE_TARGET ?= bin ; }
+ 
+ # Leave generated source in current directory; it would be nice to use
+ # these lines below to build the source into the platform-specific


Property changes on: trunk/devel/jam/files/patch-Jamfile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/jam/files/patch-Makefile
===================================================================
--- trunk/devel/jam/files/patch-Makefile	                        (rev 0)
+++ trunk/devel/jam/files/patch-Makefile	2015-10-01 02:49:50 UTC (rev 20358)
@@ -0,0 +1,10 @@
+--- Makefile.orig	Wed Apr 23 01:45:50 2003
++++ Makefile	Fri Aug 26 17:17:13 2005
+@@ -1,7 +1,5 @@
+ # Makefile for jam
+ 
+-CC = cc
+-CFLAGS =
+ EXENAME = ./jam0
+ TARGET = -o $(EXENAME)
+ 


Property changes on: trunk/devel/jam/files/patch-Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/jam/pkg-descr
===================================================================
--- trunk/devel/jam/pkg-descr	                        (rev 0)
+++ trunk/devel/jam/pkg-descr	2015-10-01 02:49:50 UTC (rev 20358)
@@ -0,0 +1,7 @@
+Jam/MR (formerly "jam - make(1) redux").
+
+Jam/MR is a build utility like make(1). It has its own expressive language
+which allows for portable Jamfiles capable of building large projects with
+multiple concurrent processes.
+
+WWW: http://www.perforce.com/jam/jam.html


Property changes on: trunk/devel/jam/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/jam/pkg-plist
===================================================================
--- trunk/devel/jam/pkg-plist	                        (rev 0)
+++ trunk/devel/jam/pkg-plist	2015-10-01 02:49:50 UTC (rev 20358)
@@ -0,0 +1,4 @@
+bin/jam
+%%PORTDOCS%%%%DOCSDIR%%/Jam.html
+%%PORTDOCS%%%%DOCSDIR%%/Jambase.html
+%%PORTDOCS%%%%DOCSDIR%%/Jamfile.html


Property changes on: trunk/devel/jam/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list