[53288] trunk/dports/devel

krischik at macports.org krischik at macports.org
Thu Jul 2 09:55:59 PDT 2009


Revision: 53288
          http://trac.macports.org/changeset/53288
Author:   krischik at macports.org
Date:     2009-07-02 09:55:58 -0700 (Thu, 02 Jul 2009)
Log Message:
-----------
GtkAda: a complete Ada graphical toolkit

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

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

Modified: trunk/dports/devel/gnat-gtkada/Portfile
===================================================================
--- trunk/dports/devel/gnat-xmlada/Portfile	2009-06-30 11:53:09 UTC (rev 53153)
+++ trunk/dports/devel/gnat-gtkada/Portfile	2009-07-02 16:55:58 UTC (rev 53288)
@@ -1,42 +1,45 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*-
 # $Id$
+# vim: set fileencoding=utf-8 tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl :
 
 PortSystem	    1.0
 
-name		    gnat-xmlada
-version		    3.1
-epoch		    20090126
+name		    gnat-gtkada
+version		    2.14.0
+epoch		    20081217
 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).
+description	    GtkAda: a complete Ada graphical toolkit
+long_description								    \
+    GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the complete set  \
+    of Gtk+ widgets using the Object-Oriented features of this language. GtkAda	    \
+    supports the latest 2.10 stable releases.
 
-homepage	    https://libre.adacore.com/xmlada
+homepage	    https://libre.adacore.com/GtkAda
 master_sites	    sourceforge:gnuada
 
-distfiles	    xmlada-${version}-${epoch}.tar.bz2 
-worksrcdir	    xmlada-${version}-${epoch}
+distfiles	    GtkAda-${version}-${epoch}.tar.bz2
+worksrcdir	    GtkAda-${version}-${epoch}
 
-checksums	    md5     0cbed553776ae67e75a7b89324813aa7 \
-		    sha1    360fbc84dcf406c8edc0cfc8824bfa8080f1e9e4 \
-		    rmd160  0b2f44314ad2ef53f6fac094c3b20cbc32a12449
+checksums           md5     30d56ad54994ef229d66aa0534b0c769 \
+                    sha1    9e788a6064d28d1c51ba1436918f28863b83c99a \
+                    rmd160  6c697181681c774af87018f4b87196e205fcaa80
 
 use_bzip2	    yes
-use_parallel_build  yes
+use_parallel_build  no
 use_configure	    yes
 
 depends_lib	    port:gnat-gcc
 
-pre-destroot {
+destroot {
     reinplace "s|^prefix=|prefix=\${DESTDIR}|g" ${worksrcpath}/Makefile
+
+    system "
+	pushd ${worksrcpath};
+	    gmake prefix=${destroot}${prefix} install;
+	popd
+    "
 }
 
-# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
-# vim: set textwidth=0 filetype=tcl foldmethod=marker nospell :
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090702/ec75b871/attachment-0001.html>


More information about the macports-changes mailing list