diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-19 00:30:09 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-19 00:30:09 +0800 |
commit | e290db9fffd992b98569d4c58f329a5b63f9fcb3 (patch) | |
tree | dc90cb50969e2a7fab6f3721ce88447fbde950b1 | |
parent | 2660a7ab436374eba61cbc18993beeb688c38490 (diff) | |
download | freebsd-ports-gnome-e290db9fffd992b98569d4c58f329a5b63f9fcb3.tar.gz freebsd-ports-gnome-e290db9fffd992b98569d4c58f329a5b63f9fcb3.tar.zst freebsd-ports-gnome-e290db9fffd992b98569d4c58f329a5b63f9fcb3.zip |
The xml-types package.
WWW: http://hackage.haskell.org/package/xml-type
Obtained from: FreeBSD Haskell
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 | ||||
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/hs-xml-types/Makefile | 23 | ||||
-rw-r--r-- | textproc/hs-xml-types/distinfo | 2 | ||||
-rw-r--r-- | textproc/hs-xml-types/pkg-descr | 3 |
5 files changed, 30 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index a42b8d8fa6fb..1e6d3c2f9f28 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -260,6 +260,7 @@ X11_port= x11/hs-X11 # lib_depends X11-xft_port= x11/hs-X11-xft xhtml_port= textproc/hs-xhtml xml_port= textproc/hs-xml +xml-types_port= textproc/hs-xml-types xmlhtml_port= textproc/hs-xmlhtml xmobar_port= x11/hs-xmobar # executable xmonad_port= x11-wm/hs-xmonad # executable diff --git a/textproc/Makefile b/textproc/Makefile index 9fb10675912e..b3d523f3e149 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -268,6 +268,7 @@ SUBDIR += hs-xhtml SUBDIR += hs-xhtml-docs SUBDIR += hs-xml + SUBDIR += hs-xml-types SUBDIR += hs-xmlhtml SUBDIR += hsb-aspell SUBDIR += htdig diff --git a/textproc/hs-xml-types/Makefile b/textproc/hs-xml-types/Makefile new file mode 100644 index 000000000000..6c883996db27 --- /dev/null +++ b/textproc/hs-xml-types/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: hs-xml-types +# Date created: December 26, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= xml-types +PORTVERSION= 0.3.1 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Basic types for representing XML + +LICENSE= MIT +FILE_LICENSE= license.txt + +CABAL_SETUP= Setup.hs + +USE_CABAL= text + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/textproc/hs-xml-types/distinfo b/textproc/hs-xml-types/distinfo new file mode 100644 index 000000000000..348d6d330170 --- /dev/null +++ b/textproc/hs-xml-types/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/xml-types-0.3.1.tar.gz) = 6c06e6abce99e5cf02b2a71e263dc5383b2e64dcb2cb5d97c330a8b45aacd539 +SIZE (cabal/xml-types-0.3.1.tar.gz) = 3731 diff --git a/textproc/hs-xml-types/pkg-descr b/textproc/hs-xml-types/pkg-descr new file mode 100644 index 000000000000..8624a68ae4cd --- /dev/null +++ b/textproc/hs-xml-types/pkg-descr @@ -0,0 +1,3 @@ +The xml-types package. + +WWW: http://hackage.haskell.org/package/xml-type |