[47138] trunk/dports/devel

krischik at macports.org krischik at macports.org
Sun Feb 22 08:26:56 PST 2009


Revision: 47138
          http://trac.macports.org/changeset/47138
Author:   krischik at macports.org
Date:     2009-02-22 08:26:55 -0800 (Sun, 22 Feb 2009)
Log Message:
-----------
GPRbuild automates the construction of multi-language systems

Modified Paths:
--------------
    trunk/dports/devel/gnat-gprbuild/Portfile

Added Paths:
-----------
    trunk/dports/devel/gnat-gprbuild/

Modified: trunk/dports/devel/gnat-gprbuild/Portfile
===================================================================
--- trunk/dports/devel/gnat-xmlada/Portfile	2009-02-17 08:49:06 UTC (rev 46921)
+++ trunk/dports/devel/gnat-gprbuild/Portfile	2009-02-22 16:26:55 UTC (rev 47138)
@@ -1,42 +1,49 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*-
 # $Id$
 
-PortSystem	    1.0
+PortSystem		1.0
 
-name		    gnat-xmlada
-version		    3.1
-epoch		    20090126
-revision	    1
-platforms	    darwin
-categories	    devel
-maintainers	    macports.org:krischik
-description	    XML/Ada: a full XML suite
-long_description    XML/Ada is a set of modules that provide a simple	\
-		    manipulation of XML streams. It supports the whole	\
-		    XML 1.1 specifications, and can parse any file that \
-		    follows this standard (including the contents of	\
-		    the DTD, although no validation of the document is	\
-		    done based on those).
+name		    	gnat-gprbuild
+version		    	1.2.0
+#revision	    	1
+platforms	    	darwin
+categories	    	devel
+maintainers	    	macports.org:krischik
+description	    	GPRbuild automates the construction of multi-language systems
+long_description    	GPRbuild is an advanced software tool designed to help	    \
+		    	automate the construction of multi-language systems. It	    \
+		    	removes complexity from multi-language development by	    \
+		    	allowing developers to quickly and easily compile and link  \
+		    	software written in a combination of languages including    \
+		    	Ada, Assembler, C, C++, and Fortran. Easily extendable by   \
+		    	users to cover new toolchains and languages it is primarily \
+		    	aimed at projects of all sizes organized into subsystems    \
+		    	and libraries and is particularly well-suited for compiled  \
+		    	languages.
 
-homepage	    https://libre.adacore.com/xmlada
-master_sites	    sourceforge:gnuada
+homepage	    	http://www.adacore.com/home/gnatpro/toolsuite/gprbuild
+master_sites	    	sourceforge:gnuada
 
-distfiles	    xmlada-${version}-${epoch}.tar.bz2 
-worksrcdir	    xmlada-${version}-${epoch}
+distfiles	    	gprbuild-gpl-${version}-src.tgz
+worksrcdir	    	gprbuild-${version}w-src
 
-checksums	    md5     0cbed553776ae67e75a7b89324813aa7 \
-		    sha1    360fbc84dcf406c8edc0cfc8824bfa8080f1e9e4 \
-		    rmd160  0b2f44314ad2ef53f6fac094c3b20cbc32a12449
+checksums           	md5     fb1724e419c15c7678ead0760da11dde \
+                    	sha1    e986ea8174334aee6057bbf32be2f205d30bcc2d \
+                    	rmd160  ae234d06e5adb59b864e8ad1139d0117165aba31
 
-use_bzip2	    yes
-use_parallel_build  yes
-use_configure	    yes
+use_parallel_build  	yes
+use_configure	    	yes
 
-depends_lib	    port:gnat-gcc
+depends_lib	    	port:gnat-gcc
 
+build.args	    	--jobs=4
+configure.env-append    ADA_PROJECT_PATH=${prefix}/lib/gnat
+build.env-append	ADA_PROJECT_PATH=${prefix}/lib/gnat
+destroot.env-append	ADA_PROJECT_PATH=${prefix}/lib/gnat
+
 pre-destroot {
     reinplace "s|^prefix=|prefix=\${DESTDIR}|g" ${worksrcpath}/Makefile
 }
 
 # vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
-# vim: set textwidth=0 filetype=tcl foldmethod=marker nospell :
+# vim: set textwidth=78 filetype=tcl foldmethod=marker nospell :
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090222/d6843e8f/attachment.html>


More information about the macports-changes mailing list