summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-03-09 12:28:03 +0000
committerMark Wright <gienah@gentoo.org>2014-03-09 12:28:03 +0000
commitd8da47e0d9c0a1e6231b114b62822c9f1a0fbfcc (patch)
treeaa2c000d7392aca6a357c14d691327f037c92274 /dev-haskell/asn1-parse
parentversion bump (diff)
downloadgentoo-2-d8da47e0d9c0a1e6231b114b62822c9f1a0fbfcc.tar.gz
gentoo-2-d8da47e0d9c0a1e6231b114b62822c9f1a0fbfcc.tar.bz2
gentoo-2-d8da47e0d9c0a1e6231b114b62822c9f1a0fbfcc.zip
Add asn1-parse
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/asn1-parse')
-rw-r--r--dev-haskell/asn1-parse/ChangeLog9
-rw-r--r--dev-haskell/asn1-parse/asn1-parse-0.8.1.ebuild29
-rw-r--r--dev-haskell/asn1-parse/metadata.xml11
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-haskell/asn1-parse/ChangeLog b/dev-haskell/asn1-parse/ChangeLog
new file mode 100644
index 000000000000..70f1ac2bfef5
--- /dev/null
+++ b/dev-haskell/asn1-parse/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/asn1-parse
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/asn1-parse/ChangeLog,v 1.1 2014/03/09 12:28:03 gienah Exp $
+
+*asn1-parse-0.8.1 (09 Mar 2014)
+
+ 09 Mar 2014; Mark Wright <gienah@gentoo.org> +asn1-parse-0.8.1.ebuild,
+ +metadata.xml:
+ Add asn1-parse
diff --git a/dev-haskell/asn1-parse/asn1-parse-0.8.1.ebuild b/dev-haskell/asn1-parse/asn1-parse-0.8.1.ebuild
new file mode 100644
index 000000000000..c5c3a7b7e842
--- /dev/null
+++ b/dev-haskell/asn1-parse/asn1-parse-0.8.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/asn1-parse/asn1-parse-0.8.1.ebuild,v 1.1 2014/03/09 12:28:03 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Simple monadic parser for ASN1 stream types."
+HOMEPAGE="http://github.com/vincenthz/hs-asn1"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/asn1-encoding-0.8:=[profile?]
+ >=dev-haskell/asn1-types-0.2:=[profile?] <dev-haskell/asn1-types-0.3:=[profile?]
+ dev-haskell/mtl:=[profile?]
+ >=dev-haskell/text-0.11:=[profile?]
+ >=dev-lang/ghc-6.12.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8.0.2
+"
diff --git a/dev-haskell/asn1-parse/metadata.xml b/dev-haskell/asn1-parse/metadata.xml
new file mode 100644
index 000000000000..9e6d653ca67c
--- /dev/null
+++ b/dev-haskell/asn1-parse/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <maintainer>
+ <email>haskell@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ Simple monadic parser for ASN1 stream types, when ASN1 pattern matching is not convenient.
+ </longdescription>
+</pkgmetadata>