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
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
Hi Simon and Eckhard, On 28.08.2007, at 14:29, Simon Ruderich wrote:
Eckhard Wiemann wrote:
I try to install PMW (music notation software, no maintainer). Unfortunately the fetch-phase fails. The Error-Message is:
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.
I've updated the Portfile in svn according to your message. However, I was wondering why you upgraded to 4.07, no to 4.12, which seems to be the latest stable release? Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll
Jochen Küpper wrote:
I've updated the Portfile in svn according to your message.
However, I was wondering why you upgraded to 4.07, no to 4.12, which seems to be the latest stable release?
Greetings, Jochen
Hi Jochen, Now I figured out it was kind of stupid. I thought a minor upgrade wouldn't cause any problems, but PMW does at least not work for me on a Intel MacBook Pro (it works on a PowerPC). I tried again with the newest version and it works fine (for me) on both PowerPC and Intel. I attached a Portfile and the patch for the current Portfile to this email. If you want you can add me as maintainer. Sorry for the mess, Simon -- + privacy is necessary + using http://gnupg.org + public key id: 0x6115F804EFB33229 # $Id: Portfile 28346 2007-08-28 21:11:37Z jochen@macports.org $ PortSystem 1.0 name pmw version 4.12 categories textproc audio platforms darwin maintainers nomaintainer 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 3b8d02c6cf6239b9bdadbc6543c5a683 \ sha1 27874638b23e66d39ed94fe716ca25c967f6e993 \ rmd160 82b9991f3bf0ceedbf74c188c5fa44b98b5e40c9 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 --- textproc/pmw/Portfile 2007-08-29 02:14:19.000000000 +0200 +++ textproc/pmw/Portfile 2007-08-29 02:14:22.000000000 +0200 @@ -3,7 +3,7 @@ PortSystem 1.0 name pmw -version 4.07 +version 4.12 categories textproc audio platforms darwin maintainers nomaintainer @@ -14,9 +14,9 @@ homepage http://www.quercite.com/pmw.html master_sites http://www.quercite.com/ -checksums md5 669a715f34d98c358f698ea25ff37eee \ - sha1 bbdb1f795be6d023dac507bb3ca39c66e948ecea \ - rmd160 cfcc22f02eb56ac4937e658ba05f160921efa012 +checksums md5 3b8d02c6cf6239b9bdadbc6543c5a683 \ + sha1 27874638b23e66d39ed94fe716ca25c967f6e993 \ + rmd160 82b9991f3bf0ceedbf74c188c5fa44b98b5e40c9 build.target
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Simon Ruderich wrote:
Jochen Küpper wrote:
I've updated the Portfile in svn according to your message.
However, I was wondering why you upgraded to 4.07, no to 4.12, which seems to be the latest stable release?
Greetings, Jochen
Hi Jochen,
Now I figured out it was kind of stupid. I thought a minor upgrade wouldn't cause any problems, but PMW does at least not work for me on a Intel MacBook Pro (it works on a PowerPC).
I tried again with the newest version and it works fine (for me) on both PowerPC and Intel. I attached a Portfile and the patch for the current Portfile to this email. If you want you can add me as maintainer.
Sorry for the mess, Simon
Hi Jochen, another note. I think we should copy the user manual to destroot and install it and inform the user about it. It's in doc/spec.pdf. But I'm not sure where to copy it. I hope you can help me there. Also how to add this to the Portfile. Thanks for your help, Simon - -- + privacy is necessary + using http://gnupg.org + public key id: 0x6115F804EFB33229 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFG1L6mYRX4BO+zMikRCm6aAKDfWbDq2z/GqmR5/CGRN9MzNeiydgCgoj7B dHRKqvuqziS5YjDOoa3+Iaw= =+jqI -----END PGP SIGNATURE-----
Le 29 août 07 à 02:32, Simon Ruderich a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Simon Ruderich wrote:
Jochen Küpper wrote:
I've updated the Portfile in svn according to your message.
However, I was wondering why you upgraded to 4.07, no to 4.12, which seems to be the latest stable release?
Greetings, Jochen
Hi Jochen,
Now I figured out it was kind of stupid. I thought a minor upgrade wouldn't cause any problems, but PMW does at least not work for me on a Intel MacBook Pro (it works on a PowerPC).
I tried again with the newest version and it works fine (for me) on both PowerPC and Intel. I attached a Portfile and the patch for the current Portfile to this email. If you want you can add me as maintainer.
Sorry for the mess, Simon
Hi Jochen,
another note. I think we should copy the user manual to destroot and install it and inform the user about it. It's in doc/spec.pdf. But I'm not sure where to copy it.
I hope you can help me there. Also how to add this to the Portfile.
Thanks for your help, Simon
${prefix}/share/doc/${name}-${version}/pdf -- Anthony Ramine, the infamous MacPorts Trac slave. nox@macports.org
Hi Simon, On 29.08.2007, at 07:39, N_Ox wrote:
Le 29 août 07 à 02:32, Simon Ruderich a écrit :
I attached a Portfile and the patch for the current Portfile to this email.
Added in svn
If you want you can add me as maintainer.
done
another note. I think we should copy the user manual to destroot and install it and inform the user about it. It's in doc/spec.pdf. But I'm not sure where to copy it.
${prefix}/share/doc/${name}-${version}/pdf
done Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Jochen Küpper wrote:
Hi Simon,
On 29.08.2007, at 07:39, N_Ox wrote:
Le 29 août 07 à 02:32, Simon Ruderich a écrit :
I attached a Portfile and the patch for the current Portfile to this email.
Added in svn
If you want you can add me as maintainer.
done
another note. I think we should copy the user manual to destroot and install it and inform the user about it. It's in doc/spec.pdf. But I'm not sure where to copy it.
${prefix}/share/doc/${name}-${version}/pdf
done
Greetings, Jochen
Hi Jochen and N_Ox, thanks for quick answers and work. Simon - -- + privacy is necessary + using http://gnupg.org + public key id: 0x6115F804EFB33229 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFG1Wm3YRX4BO+zMikRCuwbAJ9a8fdxohQ7TuSaQkrsj+4buntpKQCgmwoQ 7/20l7VokOYNcCp09UowO6s= =KOn/ -----END PGP SIGNATURE-----
participants (4)
-
Eckhard Wiemann
-
Jochen Küpper
-
N_Ox
-
Simon Ruderich