diff options
author | pgj <pgj@FreeBSD.org> | 2014-08-26 02:29:57 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2014-08-26 02:29:57 +0800 |
commit | 8945d42af8ce51962f12a164325839248c366640 (patch) | |
tree | 580da5a9c06fd7908e1077d4468025d59db0da0e /net | |
parent | 5ec79c1fd19d64dae0dd4d1030e51220e5b344ce (diff) | |
download | freebsd-ports-gnome-8945d42af8ce51962f12a164325839248c366640.tar.gz freebsd-ports-gnome-8945d42af8ce51962f12a164325839248c366640.tar.zst freebsd-ports-gnome-8945d42af8ce51962f12a164325839248c366640.zip |
- Update pandoc to 1.13.0.1
- Update gitit to 0.10.5
- Update texmath to 0.8
- Update zip-archive to 0.2.3.4
- Add haddock-library: Library exposing some functionality of Haddock
- Add hoauth2: Haskell OAuth2 authentication
- Add JuicyPixels: Picture loading/serialization
Obtained from: FreeBSD Haskell
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/hs-hoauth2/Makefile | 18 | ||||
-rw-r--r-- | net/hs-hoauth2/distinfo | 2 | ||||
-rw-r--r-- | net/hs-hoauth2/pkg-descr | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 6c9263631e3a..ac29758fb812 100644 --- a/net/Makefile +++ b/net/Makefile @@ -207,6 +207,7 @@ SUBDIR += hping-devel SUBDIR += hs-connection SUBDIR += hs-gsasl + SUBDIR += hs-hoauth2 SUBDIR += hs-hostname SUBDIR += hs-iproute SUBDIR += hs-maccatcher diff --git a/net/hs-hoauth2/Makefile b/net/hs-hoauth2/Makefile new file mode 100644 index 000000000000..e86032b8c2a7 --- /dev/null +++ b/net/hs-hoauth2/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= hoauth2 +PORTVERSION= 0.4.1 +CATEGORIES= net haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Haskell OAuth2 authentication + +LICENSE= BSD3CLAUSE + +USE_CABAL= aeson>=0.7 bytestring-show>=0.3.5 http-conduit>=2.0 \ + http-types>=0.8 monad-control>=0.3 mtl>=1 random text>=0.11 + +FLAGS_DISABLE= test + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/net/hs-hoauth2/distinfo b/net/hs-hoauth2/distinfo new file mode 100644 index 000000000000..0601c487890d --- /dev/null +++ b/net/hs-hoauth2/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/hoauth2-0.4.1.tar.gz) = fd5e140744bcf9707209e4b6089a2b337c614fd226eeb9246d3df4be927fb490 +SIZE (cabal/hoauth2-0.4.1.tar.gz) = 8462 diff --git a/net/hs-hoauth2/pkg-descr b/net/hs-hoauth2/pkg-descr new file mode 100644 index 000000000000..878298ecabfa --- /dev/null +++ b/net/hs-hoauth2/pkg-descr @@ -0,0 +1,3 @@ +Haskell OAuth2 authentication. + +WWW: https://github.com/freizl/hoauth2 |