diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-30 10:24:50 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:01:54 +0100 |
commit | 47ffe80588e06a9ffb82fc1c3af7a8efa8f81a0d (patch) | |
tree | 29441d5322997de7e4735510b5afa9225ebb7496 /dev-haskell/filepath-bytestring | |
parent | dev-haskell/socks: bump up to 0.6.1 (diff) | |
download | gentoo-47ffe80588e06a9ffb82fc1c3af7a8efa8f81a0d.tar.gz gentoo-47ffe80588e06a9ffb82fc1c3af7a8efa8f81a0d.tar.bz2 gentoo-47ffe80588e06a9ffb82fc1c3af7a8efa8f81a0d.zip |
dev-haskell/filepath-bytestring: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/filepath-bytestring')
-rw-r--r-- | dev-haskell/filepath-bytestring/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.6.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/filepath-bytestring/metadata.xml | 21 |
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-haskell/filepath-bytestring/Manifest b/dev-haskell/filepath-bytestring/Manifest new file mode 100644 index 000000000000..bf733c9e0061 --- /dev/null +++ b/dev-haskell/filepath-bytestring/Manifest @@ -0,0 +1 @@ +DIST filepath-bytestring-1.4.2.1.6.tar.gz 25418 BLAKE2B 3b1eaa89f68f6bea1ab1cf003cb53032eeea81f36b2de046054310b17c60d951791499afbd1e92a3d264515cfa3d3b60c87527f3579401a92b92efcc265c4c3f SHA512 f101d718681373faead2e916dbdb7fda7b12091067d070f5d0e8ceab48c8081ca7f46bdc2fcfc0b535d65d51a3835fed05a50acf36f1a01c22c8d01c4c98e106 diff --git a/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.6.ebuild b/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.6.ebuild new file mode 100644 index 000000000000..10c2718e0edf --- /dev/null +++ b/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Library for manipulating RawFilePaths in a cross platform way" +HOMEPAGE="http://hackage.haskell.org/package/filepath-bytestring" +SRC_URI="https://hackage.haskell.org/package/${P}/${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.18 + test? ( >=dev-haskell/quickcheck-2.7 <dev-haskell/quickcheck-2.14 ) +" diff --git a/dev-haskell/filepath-bytestring/metadata.xml b/dev-haskell/filepath-bytestring/metadata.xml new file mode 100644 index 000000000000..89c5eda9bf27 --- /dev/null +++ b/dev-haskell/filepath-bytestring/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <longdescription> + This package provides functionality for manipulating @RawFilePath@ + values. It can be used as a drop in replacement for the filepath library + to get the benefits of using ByteStrings. It provides three modules: + + * "System.FilePath.Posix.ByteString" manipulates POSIX\/Linux style @RawFilePath@ values (with @\/@ as the path separator). + + * "System.FilePath.Windows.ByteString" manipulates Windows style @RawFilePath@ values (with either @\\@ or @\/@ as the path separator, and deals with drives). + + * "System.FilePath.ByteString" is an alias for the module appropriate to your platform. + + All three modules provide the same API, and the same documentation (calling out differences in the different variants). + </longdescription> +</pkgmetadata> |