Commits
Joshua Root authored f9a58b38f6a
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup cxx11 1.1 |
5 5 | PortGroup compiler_blacklist_versions 1.0 |
6 6 | |
7 7 | name ipe |
8 8 | version 7.2.11 |
9 9 | revision 2 |
10 10 | set branch [join [lrange [split ${version} .] 0 1] .] |
11 11 | categories graphics |
12 - | maintainers {gmail.com:m7.thon @m7thon} openmaintainer |
12 + | maintainers nomaintainer |
13 13 | description The Ipe extensible drawing editor |
14 14 | long_description \ |
15 15 | Ipe is a drawing editor for creating figures in PDF or \ |
16 16 | (encapsulated) Postscript format. It supports making small \ |
17 17 | figures for inclusion into LaTeX-documents as well as making \ |
18 18 | multi-page PDF presentations that can be shown on-line with \ |
19 19 | Acrobat Reader. |
20 20 | license GPL-3+ |
21 21 | homepage http://ipe.otfried.org |
22 22 | platforms macosx |