[49317] trunk/dports/math/aamath/Portfile

snc at macports.org snc at macports.org
Tue Apr 7 06:39:59 PDT 2009


Revision: 49317
          http://trac.macports.org/changeset/49317
Author:   snc at macports.org
Date:     2009-04-07 06:39:59 -0700 (Tue, 07 Apr 2009)
Log Message:
-----------
taking openmaintainership, will be fixing deps

Modified Paths:
--------------
    trunk/dports/math/aamath/Portfile

Modified: trunk/dports/math/aamath/Portfile
===================================================================
--- trunk/dports/math/aamath/Portfile	2009-04-07 13:27:50 UTC (rev 49316)
+++ trunk/dports/math/aamath/Portfile	2009-04-07 13:39:59 UTC (rev 49317)
@@ -1,12 +1,13 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
 name			aamath
 version			0.3
 categories		math textproc
 platforms		darwin
-maintainers		nomaintainer
+maintainers		snc openmaintainer
 description		renders ASCII art from mathematical expressions
 long_description	Aamath is a program that reads mathematical expressions in \
 			infix notation and renders them as ASCII art. It may be useful to \
@@ -14,7 +15,7 @@
 			newsgroups.
 
 homepage		http://fuse.superglue.se/aamath/
-master_sites	http://fuse.superglue.se/aamath/
+master_sites	${homepage}
 checksums		md5 f0e835bd06069b1bdaddd9e9c3447c12
 patchfiles		patch-Makefile
 
@@ -24,6 +25,8 @@
 
 build.env		CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
 
+# will be reveiwing this for a port deps on gcc
+# also, readline is a dep
 platform darwin 8 {
 	build.args CXX=/usr/bin/g++-4.0 LD=/usr/bin/g++-4.0
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090407/09bbc367/attachment-0001.html>


More information about the macports-changes mailing list