Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 240345 - dev-haskell/pandoc-1.0 ebuild requested
Summary: dev-haskell/pandoc-1.0 ebuild requested
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-07 04:12 UTC by Joseph Turian
Modified: 2011-04-25 12:36 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild I tried to make (pandoc-1.0.ebuild,566 bytes, text/plain)
2008-10-07 04:13 UTC, Joseph Turian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Turian 2008-10-07 04:12:52 UTC
I would like an ebuild for pandoc version 1.0.

I have begun making one, but it does not emerge. This is the error message I get:

Configuring pandoc-1.0...
setup: At least the following dependencies are missing:
    zip-archive >=0.1.1, utf8-string >=0.3


Reproducible: Always
Comment 1 Joseph Turian 2008-10-07 04:13:17 UTC
Created attachment 167512 [details]
ebuild I tried to make
Comment 2 Lennart Kolmodin (RETIRED) gentoo-dev 2008-10-08 20:16:15 UTC
Right, some deps are missing in the ebuild.

Have you tried generating an ebuild with our tool hackport?
It's available from the gentoo haskell overlay, use layman to get it. Or just

 $ darcs get http://code.haskell.org/gentoo/gentoo-haskell

and setup the overlay as usual.

 $ emerge hackport-darcs     # to install hackport

pandoc is already available from the overlay, version 1.0.0.1.
I note this bug as a request to move it to the portage tree, we will look into it.

Cheers!
Comment 3 Joseph Turian 2008-10-08 22:18:22 UTC
Okay.

I used the haskell overlay. I used all pandoc use flags except profile.
Moving pandoc-1.0.0.1 to the portage tree would be great. You should also move the following dependent packages:
dev-haskell/pcre-light
dev-haskell/highlighting-kate
dev-haskell/tagsoup
dev-haskell/curl
dev-haskell/http
dev-haskell/hxt
dev-haskell/citeproc-hs
dev-haskell/zlib
dev-haskell/binary
dev-haskell/zip-archive
dev-haskell/utf8-string
dev-haskell/bytestring


May I suggest that it be placed in app-text and not dev-haskell? because for most users, it will be a text app, not a haskell library.
Comment 4 Mike Limansky 2009-07-29 08:10:02 UTC
Hi,
  What is the current status of placing pandoc to the main tree?
--
Regards,
Mike.
Comment 5 Jesse Adelman 2011-01-19 07:48:59 UTC
It'll be great to see this in Portage. Plays well with x11-misc/nts, which was recently added to Portage. Pandoc looks like a very capable application. :)
Comment 6 Lance Albertson (RETIRED) gentoo-dev 2011-04-23 05:51:21 UTC
I'd also like to request getting pandoc into portage. Its a required package for app-emulation/ganeti if you're trying to build it from git. I'm working on adding an ebuild to support this but having to pull in the overlay. I'd like to include the git ebuild eventually.

Thanks!
Comment 7 Sergei Trofimovich (RETIRED) gentoo-dev 2011-04-25 12:36:52 UTC
Heh, took us more, than 2 years to pull it in.

*pandoc-1.8.1.1 (25 Apr 2011)

  25 Apr 2011; Sergei Trofimovich <slyfox@gentoo.org>
  +pandoc-1.8.1.1.ebuild, +metadata.xml:
  Initial version.

I've disable FEATURES=test for now. Will fix it a bit later.

Pandoc is a great app! Have fun!