1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup cmake 1.0 |
---|
7 | |
---|
8 | name pdf2htmlex |
---|
9 | categories textproc |
---|
10 | maintainers Deepak Thukral <iapain@iapa.in> |
---|
11 | license GPL-2 & GPL-3 (Dual License) |
---|
12 | description A pdf to html converter |
---|
13 | long_description Convert PDF to HTML without losing format.\ |
---|
14 | Text is preserved as much as possible. |
---|
15 | |
---|
16 | github.setup coolwanglu pdf2htmlEX 0.3 |
---|
17 | depends_lib port:pkgconfig port:poppler\ |
---|
18 | port:poppler-data port:fontforge |
---|
19 | |
---|
20 | supported_archs ppc ppc64 i386 x86_64 |
---|
21 | universal_variant yes |
---|
22 | homepage http://coolwanglu.github.com/pdf2htmlEX |
---|
23 | platforms darwin |
---|
24 | |
---|
25 | fetch.type git |
---|
26 | git.url https://github.com/coolwanglu/pdf2htmlEX.git |
---|
27 | git.branch f02e1d4e1ab37b7bad670e8694e8479e04d43556 |
---|