[147759] trunk/dports/graphics/libemf/Portfile
khindenburg at macports.org
khindenburg at macports.org
Thu Apr 14 18:02:55 PDT 2016
Revision: 147759
https://trac.macports.org/changeset/147759
Author: khindenburg at macports.org
Date: 2016-04-14 18:02:55 -0700 (Thu, 14 Apr 2016)
Log Message:
-----------
libemf: update to 1.0.8 #39755; enable tests; no dependents
Modified Paths:
--------------
trunk/dports/graphics/libemf/Portfile
Modified: trunk/dports/graphics/libemf/Portfile
===================================================================
--- trunk/dports/graphics/libemf/Portfile 2016-04-15 00:48:59 UTC (rev 147758)
+++ trunk/dports/graphics/libemf/Portfile 2016-04-15 01:02:55 UTC (rev 147759)
@@ -4,40 +4,29 @@
PortSystem 1.0
name libemf
-version 1.0.4
+version 1.0.8
platforms darwin
-supported_archs i386 ppc
categories graphics
license GPL-2+
maintainers nomaintainer
description Enhanced Metafile Library
long_description \
- libEMF is a C/C++ library which provides a drawing toolkit based on \
- ECMA-234. The general purpose of this library is to create vector \
- graphics files on POSIX systems which can be imported into \
- StarOffice/OpenOffice (and Microsoft Office).
+ libEMF is a library for generating Enhanced Metafiles on systems which \
+ do not natively support the ECMA-234 Graphics Device Interface \
+ (GDI). The library is intended to be used as a driver for other \
+ graphics programs such as Grace or gnuplot. Therefore, it implements a \
+ very limited subset of the GDI.
homepage http://libemf.sourceforge.net/
-checksums md5 23effe03c1b2eeb5229f14e461204198 \
- sha1 e73f0725f10455ed00026df04bf4798137bf6a1f \
- rmd160 a93842ac19797af58ae451d9629fd5bd359bc141
-master_sites sourceforge
-distname libEMF-${version}
+master_sites sourceforge:project/libemf/libemf/${version}/
+checksums rmd160 4fbc814edae4bc37a27990c62d16910b0f02787a \
+ sha256 ee0324f705136a4d3343c2f0c3e5fa526fae0ec3680a96400d5fd209c60a3891
+
+depends_build port:coreutils
+
use_autoreconf yes
-platform darwin {
- # this would be one line if it didn't have to work on tiger
- if {${os.major} >= 9} {
- configure.cppflags-append -Xarch_ppc -D__PPC__=1
- } else {
- universal_variant no
- if {${configure.build_arch} eq "ppc"} {
- configure.cppflags-append -D__PPC__=1
- }
- }
-}
-livecheck.type regex
-livecheck.url http://sourceforge.net/projects/libemf/files/
-livecheck.regex {libEMF-(\d+(?:\.\d+)*)}
+test.run yes
+test.target check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160414/c8b99a05/attachment.html>
More information about the macports-changes
mailing list