[64843] trunk/dports/devel

gwright at macports.org gwright at macports.org
Tue Mar 16 07:28:07 PDT 2010


Revision: 64843
          http://trac.macports.org/changeset/64843
Author:   gwright at macports.org
Date:     2010-03-16 07:28:06 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
A stub port to let the user know alex has been moved.

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

Added: trunk/dports/devel/alex/Portfile
===================================================================
--- trunk/dports/devel/alex/Portfile	                        (rev 0)
+++ trunk/dports/devel/alex/Portfile	2010-03-16 14:28:06 UTC (rev 64843)
@@ -0,0 +1,32 @@
+# $Id: Portfile 64799 2010-03-15 19:56:19Z toby at macports.org $
+
+PortSystem 1.0
+
+name		alex
+version		2.3.1
+epoch		20100316
+categories	devel haskell
+maintainers	nomaintainer
+description	Stub for the moved alex port
+long_description	\
+	${description}
+
+platforms	darwin
+homepage	http://haskell.org/${name}/
+master_sites	${homepage}
+
+pre-fetch	{
+	ui_msg "The stable alex port has been moved to hs-platform-alex."
+	ui_msg "The latest alex port has been moved to hs-alex."
+	return -code error "The alex port has been moved."
+}
+
+fetch           { }
+checksum        { }
+build           { }
+destroot        { } 
+use_configure no
+universal_variant no
+
+livecheck.type  none
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100316/5d7e0a42/attachment.html>


More information about the macports-changes mailing list