1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Provides support for parsing and emitting Yaml documents.

This package includes the full libyaml C library version 0.1.2 by Kirill
Simonov in the package so you don't need to worry about any non-Haskell
dependencies.

WWW:	http://github.com/snoyberg/yaml/

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-02-18 16:56:16 +00:00
parent 29419e8cb4
commit 325f949e00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291705
5 changed files with 31 additions and 0 deletions

View File

@ -273,6 +273,7 @@ xmobar_port= x11/hs-xmobar # executable
xmonad_port= x11-wm/hs-xmonad # executable
xmonad-contrib_port= x11-wm/hs-xmonad-contrib
xss-sanitize_port= www/hs-xss-sanitize
yaml_port= textproc/hs-yaml
zip-archive_port= archivers/hs-zip-archive
zlib_port= archivers/hs-zlib
zlib-bindings_port= archivers/hs-zlib-bindings

View File

@ -271,6 +271,7 @@
SUBDIR += hs-xml-enumerator
SUBDIR += hs-xml-types
SUBDIR += hs-xmlhtml
SUBDIR += hs-yaml
SUBDIR += hsb-aspell
SUBDIR += htdig
SUBDIR += html

20
textproc/hs-yaml/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: hs-yaml
# Date created: December 26, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= yaml
PORTVERSION= 0.4.1.2
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Low-level binding to the libyaml C library
LICENSE= BSD
USE_CABAL= enumerator>=0.4 transformers>=0.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/yaml-0.4.1.2.tar.gz) = 6b93bc20f24ae3f965ea78edcd527311c9a03275baaaf336a060f2f98a76eeb0
SIZE (cabal/yaml-0.4.1.2.tar.gz) = 61176

View File

@ -0,0 +1,7 @@
Provides support for parsing and emitting Yaml documents.
This package includes the full libyaml C library version 0.1.2 by Kirill
Simonov in the package so you don't need to worry about any non-Haskell
dependencies.
WWW: http://github.com/snoyberg/yaml/