Last change
on this file was
152707,
checked in by ryandesign@…, 20 months ago
|
rtf2latex2e: update to 2.2.2 (#52251)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.5 KB
|
Line | |
---|
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: Portfile 152707 2016-09-15 08:57:29Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name rtf2latex2e |
---|
7 | version 2.2.2 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | set my_version [strsed ${version} {g/\./-/}] |
---|
10 | set my_branch [strsed ${branch} {g/\./-/}] |
---|
11 | categories tex |
---|
12 | platforms darwin |
---|
13 | maintainers nomaintainer |
---|
14 | license GPL-2+ |
---|
15 | |
---|
16 | description Filter to convert rtf files into LaTeX2e code. |
---|
17 | |
---|
18 | long_description rtf2LaTeX2e is an RTF filter that generates LaTeX2e \ |
---|
19 | specific code, based on Paul DuBois' RTF reader. Its main \ |
---|
20 | features are detecting different text styles, reading \ |
---|
21 | embedded figures, tables, equations, footnotes, support \ |
---|
22 | for the inputenc package, translating hyperlinks. |
---|
23 | |
---|
24 | homepage http://rtf2latex2e.sourceforge.net/ |
---|
25 | master_sites sourceforge:project/rtf2latex2e/rtf2latex2e-unix/${my_branch} |
---|
26 | distname ${name}-${my_version} |
---|
27 | |
---|
28 | checksums rmd160 ee54e037090cc2021bc25d74c8342ca3dd39fb8e \ |
---|
29 | sha256 eb742af22f2ae43c40ea1abc5f50215e04779e51dc9d91cac9276b98f91bb1af |
---|
30 | |
---|
31 | use_configure no |
---|
32 | |
---|
33 | variant universal {} |
---|
34 | |
---|
35 | build.args-append prefix=${prefix} \ |
---|
36 | CC="${configure.cc} [get_canonical_archflags cc]" |
---|
37 | |
---|
38 | destroot.args-append prefix=${prefix} |
---|
39 | |
---|
40 | livecheck.version ${my_version} |
---|
41 | livecheck.regex /${name}-(\[0-9-\]+)${extract.suffix} |
---|
Note: See
TracBrowser
for help on using the repository browser.