diff options
| author | Martin Owens <doctormo@gmail.com> | 2016-12-30 23:09:39 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2016-12-30 23:09:39 +0000 |
| commit | 9090f27c2203e1ee3cc747e49cb5ad8db983ca1d (patch) | |
| tree | 591205ad0ee11f2091d5d1fcf01c57f31b384666 /packaging/macosx/ports/python/py-uniconvertor | |
| parent | [Bug #1574561] Italian translation update. (diff) | |
| download | inkscape-9090f27c2203e1ee3cc747e49cb5ad8db983ca1d.tar.gz inkscape-9090f27c2203e1ee3cc747e49cb5ad8db983ca1d.zip | |
Remove MacOSX packaging and make space for future 0.93 osx packagers.
(bzr r15377.1.1)
Diffstat (limited to 'packaging/macosx/ports/python/py-uniconvertor')
| -rw-r--r-- | packaging/macosx/ports/python/py-uniconvertor/Portfile | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/packaging/macosx/ports/python/py-uniconvertor/Portfile b/packaging/macosx/ports/python/py-uniconvertor/Portfile deleted file mode 100644 index 2c4a22ca0..000000000 --- a/packaging/macosx/ports/python/py-uniconvertor/Portfile +++ /dev/null @@ -1,46 +0,0 @@ -# -*- 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 -# $Id$ - -PortSystem 1.0 -PortGroup python 1.0 - -name py-uniconvertor -version 1.1.5 -revision 100 -license LGPL-2 GPL-2 -maintainers nomaintainer -categories python graphics -platforms darwin -homepage http://sk1project.org/modules.php?name=Products&product=uniconvertor - -description universal vector graphics translator. - -long_description \ - UniConvertor is a universal vector graphics translator. It is a command \ - line tool which uses sK1 object model to convert one format to another. \ - Supported input formats include CorelDraw v7-X4 (CDR/CDT/CCX/CDRX/CMX), \ - Adobe Illustrator v5-9 (AI), PS, EPS, CGM, WMF, XFIG, SVG, SK, SK1, AFF. \ - Supported output formats include Adobe Illustrator AI, PS, CGM, WMF, \ - SVG, SK, SK1, PDF. - -distname uniconvertor-${version} -# MacPorts does not properly support URLs with a get parameter. -# Workaround for this bug: https://trac.macports.org/wiki/PortfileRecipes#fetchwithgetparams -master_sites http://sk1project.org/dc.php?target=${distfiles}&dummy= - -checksums md5 d1272315a58304ece2ff588834e23f72 \ - sha1 51ec7c4487048c3357ed95cdb4ab3524018a2c9e \ - rmd160 86211bdb7b7af7611a9db4a2e2f6101995af6850 - -python.versions 25 26 27 - -if {$subport != $name} { - - depends_lib-append \ - port:py${python.version}-sk1libs - -} - -livecheck.type regex -livecheck.url http://sk1project.org/modules.php?name=Products&product=uniconvertor&op=download -livecheck.regex "uniconvertor-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
