aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-18 00:58:33 +0800
committerpgj <pgj@FreeBSD.org>2012-02-18 00:58:33 +0800
commitfa83f4022998efe550fbf68191870a61d6c040dd (patch)
tree316497d43a2406979fde8da892cf6a6acdbe42aa /devel
parent52b791b6f0ffd2209c88ff8a585c6cc9528406a0 (diff)
downloadfreebsd-ports-gnome-fa83f4022998efe550fbf68191870a61d6c040dd.tar.gz
freebsd-ports-gnome-fa83f4022998efe550fbf68191870a61d6c040dd.tar.zst
freebsd-ports-gnome-fa83f4022998efe550fbf68191870a61d6c040dd.zip
Classes, and Template Haskell code to generate instances, for the Scrap
Your Boilerplate With Class system. WWW: http://hackage.haskell.org/package/syb-with-class Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/hs-syb-with-class/Makefile20
-rw-r--r--devel/hs-syb-with-class/distinfo2
-rw-r--r--devel/hs-syb-with-class/pkg-descr4
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b1f6314a8833..2103ceb69c62 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -663,6 +663,7 @@
SUBDIR += hs-split
SUBDIR += hs-stm
SUBDIR += hs-syb
+ SUBDIR += hs-syb-with-class
SUBDIR += hs-tagged
SUBDIR += hs-terminfo
SUBDIR += hs-test-framework
diff --git a/devel/hs-syb-with-class/Makefile b/devel/hs-syb-with-class/Makefile
new file mode 100644
index 000000000000..cd7b084575c1
--- /dev/null
+++ b/devel/hs-syb-with-class/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-syb-with-class
+# Date created: December 2, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= syb-with-class
+PORTVERSION= 0.6.1.3
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Scrap Your Boilerplate With Class
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-syb-with-class/distinfo b/devel/hs-syb-with-class/distinfo
new file mode 100644
index 000000000000..34557d84601d
--- /dev/null
+++ b/devel/hs-syb-with-class/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/syb-with-class-0.6.1.3.tar.gz) = 2df95462d1f29d843105bbfd7dc936b7a4029cbb86d45dd564b47c75a04ab236
+SIZE (cabal/syb-with-class-0.6.1.3.tar.gz) = 12311
diff --git a/devel/hs-syb-with-class/pkg-descr b/devel/hs-syb-with-class/pkg-descr
new file mode 100644
index 000000000000..db7e7cefbee2
--- /dev/null
+++ b/devel/hs-syb-with-class/pkg-descr
@@ -0,0 +1,4 @@
+Classes, and Template Haskell code to generate instances, for the Scrap
+Your Boilerplate With Class system.
+
+WWW: http://hackage.haskell.org/package/syb-with-class