commit: 6d639f7e685a8cc4b378d23364ec874407da7f39
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 09:39:49 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 10:01:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d639f7e
dev-haskell/ac-ppm: PPM image writer, a depend of app-forensics/quickfuzz
Package-Manager: portage-2.3.0
dev-haskell/ac-ppm/Manifest | 1 +
dev-haskell/ac-ppm/ac-ppm-1.1.1.ebuild | 30 ++++++++++++++++++++++++++++++
dev-haskell/ac-ppm/metadata.xml | 20 ++++++++++++++++++++
3 files changed, 51 insertions(+)
diff --git a/dev-haskell/ac-ppm/Manifest b/dev-haskell/ac-ppm/Manifest
new file mode 100644
index 00000000..92d077e
--- /dev/null
+++ b/dev-haskell/ac-ppm/Manifest
@@ -0,0 +1 @@
+DIST AC-PPM-1.1.1.tar.gz 2958 SHA256
783e93443321e5a1a1fcb63ee266bd21b9f2daf0b2bed8e6cfa0746a1dff5c78 SHA512
c296cb02fa9d70ca1f75bfdda8e307f66c800ac0e7b110bdd4af685c6acc506f3310456519d2445f850263baa22aa317266c68166bfcb551d297296d8c4de5ef
WHIRLPOOL
182331ab2e10fd4b5a812d8decd1c9ae03af68a6bbadfdac951b15156e0b09a04f213813d47a805197149386090b2d8113e8a17ba8578bec44f6170dcd8cc2c6
diff --git a/dev-haskell/ac-ppm/ac-ppm-1.1.1.ebuild
b/dev-haskell/ac-ppm/ac-ppm-1.1.1.ebuild
new file mode 100644
index 00000000..41bcfce
--- /dev/null
+++ b/dev-haskell/ac-ppm/ac-ppm-1.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="AC-PPM"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Trivial package for writing PPM images"
+HOMEPAGE="http://hackage.haskell.org/package/AC-PPM"
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
+
+S="${WORKDIR}/${MY_P}"
diff --git a/dev-haskell/ac-ppm/metadata.xml b/dev-haskell/ac-ppm/metadata.xml
new file mode 100644
index 00000000..4359996
--- /dev/null
+++ b/dev-haskell/ac-ppm/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ This package is written in 100% Haskell and enables you to
+ write PPM (\"Portable Pixel Map\") images in
human-readable
+ text format as well as the more efficient binary format.
+ It uses the ByteString library for maximum efficiency.
+ For those that don't know, PPM is an image file format
+ which is trivially simple, but therefore horribly inefficient.
+ None the less, many programs can read PPM files, so this
+ package represents an easy way to write Haskell code that
+ generates images, without having to depend on any external
+ C code.
+ </longdescription>
+</pkgmetadata>