Opened 18 years ago
Closed 18 years ago
#11390 closed enhancement (fixed)
Please update lcdf-typetools to 2.56
Reported by: | jowens (John Owens) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description
Portfile below checked and it works. (Update 2.49->2.56, just updated hashes.)
JDO
====
# $Id: Portfile 21495 2007-01-26 02:50:59Z eridius@… $
PortSystem 1.0 name lcdf-typetools version 2.56 categories print tex maintainers nomaintainer@… description Tools for manipulating fonts. long_description The LCDF Typetools package contains several programs for manipulating \
PostScript Type 1, Type 1 multiple master, and PostScript-flavored OpenType \ fonts.
platforms darwin homepage http://www.lcdf.org/type/ master_sites ${homepage} checksums md5 3ef7014811cdfde7fc69c8a41186eccd \
sha1 367a6629d2ba24a2c601699234e271a433024ac3 \ rmd160 42ed73affa32230ada9d8998c4237573fbfd4e8c
# In port:pTeX, libkpathsea is installed as a static library. depends_lib path:${prefix}/include/kpathsea/kpathsea.h:teTeX
configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib configure.args --mandir=${prefix}/share/man --with-kpathsea=${prefix}
destroot.target install-strip post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc xinstall -m 644 -W ${worksrcpath} COPYING INSTALL NEWS ONEWS README \
${destroot}${prefix}/share/doc/${name}
}
variant without_kpathsea {
depends_lib-delete path:${prefix}/include/kpathsea/kpathsea.h:teTeX configure.args-delete --with-kpathsea=${prefix} configure.args-append --without-kpathsea
}
livecheck.check regex
livecheck.regex ${name}-(\[0-9.\]+)
.tar
Change History (2)
comment:1 Changed 18 years ago by markd@…
comment:2 Changed 18 years ago by takanori@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
No response from reporter within 72 hours.;-) Anyway, the patch has been committed in r22197. Thanks, John!
Please attach a patch to the portfile. This is not legible in the wiki. To make a patchfile:
diff -u Portfile.org Portfile.new >Portfile.diff