aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-fsnotify
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
commitf6f83c9efc2c46d2970746758e2c682bb8a518ec (patch)
tree290f2ea61305744bf0f477895c56b92acaeb361f /devel/hs-fsnotify
parentaf071cfdc1f8578bd1523b823e683074a3139a34 (diff)
downloadports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz
ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip
Notes
Diffstat (limited to 'devel/hs-fsnotify')
-rw-r--r--devel/hs-fsnotify/Makefile18
-rw-r--r--devel/hs-fsnotify/distinfo2
-rw-r--r--devel/hs-fsnotify/pkg-descr5
3 files changed, 25 insertions, 0 deletions
diff --git a/devel/hs-fsnotify/Makefile b/devel/hs-fsnotify/Makefile
new file mode 100644
index 000000000000..f8c59bfb9323
--- /dev/null
+++ b/devel/hs-fsnotify/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= fsnotify
+PORTVERSION= 0.0.4
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Cross-platform library for file system notifications
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+USE_CABAL= hinotify>=0.3.5 system-fileio>=0.3.8 system-filepath>=0.4.6 \
+ text>=0.11.0
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-fsnotify/distinfo b/devel/hs-fsnotify/distinfo
new file mode 100644
index 000000000000..719f9a4f214e
--- /dev/null
+++ b/devel/hs-fsnotify/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/fsnotify-0.0.4.tar.gz) = 5f2317ec9f17665a89bfd5d9601e313f01969e10327d7e28fc354a4464ffe168
+SIZE (cabal/fsnotify-0.0.4.tar.gz) = 14565
diff --git a/devel/hs-fsnotify/pkg-descr b/devel/hs-fsnotify/pkg-descr
new file mode 100644
index 000000000000..ba3bb03ac7ec
--- /dev/null
+++ b/devel/hs-fsnotify/pkg-descr
@@ -0,0 +1,5 @@
+Cross platform library for file creation, modification, and deletion
+notification. This library builds upon existing libraries for platform-specific
+Window, Mac, and Linux filesystem event notification.
+
+WWW: http://hackage.haskell.org/package/fsnotify