Eckhard Wiemann wrote:
Hallo,
I try to install PMW (music notation software, no maintainer). Unfortunately the fetch-phase fails. The Error-Message is:
---> Fetching pmw ---> Attempting to fetch pmw-4.05.tar.gz from http://www.quercite.com/ ---> Attempting to fetch pmw-4.05.tar.gz from http://svn.macports.org/repository/macports/distfiles/pmw ---> Attempting to fetch pmw-4.05.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch pmw-4.05.tar.gz from http://svn.macports.org/repository/macports/downloads/pmw Error: Target org.macports.fetch returned: fetch failed Error: Status 1 encountered during processing.
Thanks for the trouble,
Eckhard Wiemann University of Paderborn, Germany
Sorry for the inconvenience, but it looks like this version is no longer downloadable. I attached a Portfile to this mail which updates to the next downloadable version. Drop it in any directory and run "port install" in that directory. The port should be updated soon in the macports directory. Simon -- + privacy is necessary + using http://gnupg.org + public key id: 0x6115F804EFB33229 # $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ PortSystem 1.0 name pmw version 4.07 categories textproc audio platforms darwin maintainers nomaintainer@macports.org description music typesetting processor generating postscript long_description Philips Music Writer (PMW) is a computer program for \ high quality music typesetting generating postscript \ from textfiles. homepage http://www.quercite.com/pmw.html master_sites http://www.quercite.com/ checksums md5 669a715f34d98c358f698ea25ff37eee \ sha1 bbdb1f795be6d023dac507bb3ca39c66e948ecea \ rmd160 cfcc22f02eb56ac4937e658ba05f160921efa012 build.target pre-test { reinplace "s|RunTests|./RunTests|g" ${worksrcpath}/Makefile } test.run yes destroot.destdir BINDIR=${destroot}${prefix}/bin \ DATADIR=${destroot}${prefix}/share/pmw \ MANDIR=${destroot}${prefix}/share/man