[64846] trunk/dports/devel

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


Revision: 64846
          http://trac.macports.org/changeset/64846
Author:   gwright at macports.org
Date:     2010-03-16 07:33:51 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
Stub for the moved haddock port.

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

Added: trunk/dports/devel/haddock/Portfile
===================================================================
--- trunk/dports/devel/haddock/Portfile	                        (rev 0)
+++ trunk/dports/devel/haddock/Portfile	2010-03-16 14:33:51 UTC (rev 64846)
@@ -0,0 +1,32 @@
+# $Id: Portfile 64799 2010-03-15 19:56:19Z toby at macports.org $
+
+PortSystem 1.0
+
+name		haddock
+version		2.4.2
+epoch		20100316
+categories	devel haskell
+maintainers	nomaintainer
+description	Stub for the moved haddock port
+long_description	\
+	${description}
+
+platforms	darwin
+homepage	http://haskell.org/${name}/
+master_sites	${homepage}
+
+pre-fetch	{
+	ui_msg "The stable haddock port is now provided by the ghc port."
+	ui_msg "The latest haddock port has been moved to hs-haddock."
+	return -code error "The haddock 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/63977bc1/attachment.html>


More information about the macports-changes mailing list