[64845] trunk/dports/devel
gwright at macports.org
gwright at macports.org
Tue Mar 16 07:31:10 PDT 2010
Revision: 64845
http://trac.macports.org/changeset/64845
Author: gwright at macports.org
Date: 2010-03-16 07:31:09 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
A stub for the moved happy port.
Added Paths:
-----------
trunk/dports/devel/happy/
trunk/dports/devel/happy/Portfile
Added: trunk/dports/devel/happy/Portfile
===================================================================
--- trunk/dports/devel/happy/Portfile (rev 0)
+++ trunk/dports/devel/happy/Portfile 2010-03-16 14:31:09 UTC (rev 64845)
@@ -0,0 +1,32 @@
+# $Id: Portfile 64799 2010-03-15 19:56:19Z toby at macports.org $
+
+PortSystem 1.0
+
+name happy
+version 1.18.4
+epoch 20100316
+categories devel haskell
+maintainers nomaintainer
+description Stub for the moved happy port
+long_description \
+ ${description}
+
+platforms darwin
+homepage http://haskell.org/${name}/
+master_sites ${homepage}
+
+pre-fetch {
+ ui_msg "The stable happy port has been moved to hs-platform-happy."
+ ui_msg "The latest happy port has been moved to hs-happy."
+ return -code error "The happy 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/e0fd6e44/attachment.html>
More information about the macports-changes
mailing list