aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 19:19:27 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 19:19:27 +0000
commit350b4034e6bca09c88ad31c2c4ce357027b4e762 (patch)
treea810daf54e81d9dafd3d4d4cc4202f2514eded60 /net
parentf4d3bfa331610307c8526ce2eb1144fb16d097a6 (diff)
Notes
Diffstat (limited to 'net')
-rw-r--r--net/hs-socks/Makefile22
-rw-r--r--net/hs-socks/distinfo2
-rw-r--r--net/hs-socks/pkg-descr3
3 files changed, 27 insertions, 0 deletions
diff --git a/net/hs-socks/Makefile b/net/hs-socks/Makefile
new file mode 100644
index 000000000000..060273a9d8f7
--- /dev/null
+++ b/net/hs-socks/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hs-socks
+# Date created: April 8, 2012
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= socks
+PORTVERSION= 0.4.1
+CATEGORIES= net haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Socks proxy (version 5) implementation
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+USE_CABAL= cereal>=0.3 network>=2.3
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/net/hs-socks/distinfo b/net/hs-socks/distinfo
new file mode 100644
index 000000000000..1405d9ca2d66
--- /dev/null
+++ b/net/hs-socks/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/socks-0.4.1.tar.gz) = 56368996d0ad748d9495e5967ce94aaf863c93594908573c5e9c0597098b574d
+SIZE (cabal/socks-0.4.1.tar.gz) = 5777
diff --git a/net/hs-socks/pkg-descr b/net/hs-socks/pkg-descr
new file mode 100644
index 000000000000..2560ac25fb17
--- /dev/null
+++ b/net/hs-socks/pkg-descr
@@ -0,0 +1,3 @@
+Socks proxy (version 5) implementation.
+
+WWW: http://github.com/vincenthz/hs-socks