[94100] trunk/dports/devel

raimue at macports.org raimue at macports.org
Sat Jun 9 04:02:42 PDT 2012


Revision: 94100
          https://trac.macports.org/changeset/94100
Author:   raimue at macports.org
Date:     2012-06-09 04:02:40 -0700 (Sat, 09 Jun 2012)
Log Message:
-----------
devel/allegro5:
New port, #30867

Added Paths:
-----------
    trunk/dports/devel/allegro5/
    trunk/dports/devel/allegro5/Portfile

Added: trunk/dports/devel/allegro5/Portfile
===================================================================
--- trunk/dports/devel/allegro5/Portfile	                        (rev 0)
+++ trunk/dports/devel/allegro5/Portfile	2012-06-09 11:02:40 UTC (rev 94100)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup cmake 1.0
+
+name            allegro5
+conflicts       allegro
+version         5.0.6
+set branch      [join [lrange [split ${version} .] 0 1] .]
+description     A game programming library for C/C++ developers.
+long_description \
+                Allegro is a game programming library for \
+                C/C++ developers distributed freely, supporting \
+                many platforms.
+maintainers     nomaintainer
+categories      devel games
+platforms       darwin
+license         Permissive
+homepage        http://alleg.sourceforge.net/
+master_sites    sourceforge:project/alleg/allegro/${version}
+distname        allegro-${version}
+
+checksums       rmd160  c6d0eed8882b314090ce81c4432f0a164ab60ab1 \
+                sha256  d981a1cac937085e6636e597c492ddb743066516c1d215c2a39e4049bd70dc24
+
+configure.args-append -DINFODIR=share/info -DDOCDIR=share/doc
+
+# This livecheck tries to match the stable branch only
+livecheck.type  regex
+livecheck.url   http://alleg.sourceforge.net/download.html
+livecheck.regex (5\\.(?:\\d*\[02468\])(?:\\.\\d+)*)\\.tar


Property changes on: trunk/dports/devel/allegro5/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120609/dd1bdc94/attachment.html>


More information about the macports-changes mailing list