1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Socks proxy (version 5) implementation.

WWW:	http://github.com/vincenthz/hs-socks

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 19:19:27 +00:00
parent f4d3bfa331
commit 350b4034e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298138
4 changed files with 28 additions and 0 deletions

View File

@ -248,6 +248,7 @@ smallcheck_port= devel/hs-smallcheck
snap_port= www/hs-snap
snap-core_port= www/hs-snap-core
snap-server_port= www/hs-snap-server # lib_depends
socks_port= net/hs-socks
soegtk_port= graphics/hs-soegtk
split_port= devel/hs-split
StateVar_port= devel/hs-StateVar

22
net/hs-socks/Makefile Normal file
View File

@ -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>

2
net/hs-socks/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (cabal/socks-0.4.1.tar.gz) = 56368996d0ad748d9495e5967ce94aaf863c93594908573c5e9c0597098b574d
SIZE (cabal/socks-0.4.1.tar.gz) = 5777

3
net/hs-socks/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Socks proxy (version 5) implementation.
WWW: http://github.com/vincenthz/hs-socks