[MacPorts] #41227: New port: po4a and missing depends
#41227: New port: po4a and missing depends ------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: ------------------------+-------------------------------- Hi, in the course of the colobot [0] packaging for MacOS, I've come to need po4a [1]. I've therefore tried to create MacPorts' Portfile's for po4a and its missing dependencies: - po4a - p5-text-wrapi18n - p5-unicode-gcstring Portfiles are attached, please consider. Cheers, OdyX [0] http://github.com/colobot/colobot [1] http://po4a.alioth.debian.org/ -- Ticket URL: <https://trac.macports.org/ticket/41227> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends -------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Description changed by ryandesign@…: Old description:
Hi,
in the course of the colobot [0] packaging for MacOS, I've come to need po4a [1]. I've therefore tried to create MacPorts' Portfile's for po4a and its missing dependencies:
- po4a - p5-text-wrapi18n - p5-unicode-gcstring
Portfiles are attached, please consider.
Cheers,
OdyX
[0] http://github.com/colobot/colobot [1] http://po4a.alioth.debian.org/
New description: Hi, in the course of the colobot ![0] packaging for MacOS, I've come to need po4a ![1]. I've therefore tried to create MacPorts' Portfile's for po4a and its missing dependencies: - po4a - p5-text-wrapi18n - p5-unicode-gcstring Portfiles are attached, please consider. Cheers, OdyX ![0] http://github.com/colobot/colobot [[br]] ![1] http://po4a.alioth.debian.org/ -- -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends -------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by ryandesign@…): Thanks. Some observations: In the portfile for po4a: * dependencies on p5-* stub ports are not legal; depend on the specific p5 subports you want; also depend on the specific perl you want, and ensure it gets used In the portfiles for p5-text-wrapi18n and p5-unicode-gcstring: * the standard modeline should be added and you should ensure the portfile's whitespace conforms to it In all three portfiles: * the revision line should be removed to allow the default value of 0 to be used * md5 checksum types and using only a single checksum type are deprecated; please use at least rmd160 and sha256 checksums -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends -------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by odyx@…): Thanks for the comments, I think I fixed all reported issues. Thanks in advance for the further review. -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends -------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by odyx@…): Ping. Is there something more I need to fix for this to be integrated? -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends -------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by odyx@…): Ping again; how can I get this in? -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends -------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by macsforever2000@…): looking at your latest po4a Portfile: - Use Perl 5.16 since that is the default now. - All checksums should be {{{rmd160}}} and {{{sha256}}}. You can also have md5 if upstream publishes it. -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends -------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by odyx@…): Replying to [comment:6 macsforever2000@…]:
looking at your latest po4a Portfile: - Use Perl 5.16 since that is the default now. - All checksums should be {{{rmd160}}} and {{{sha256}}}. You can also have md5 if upstream publishes it.
Done. - [https://trac.macports.org/attachment/ticket/41227/Portfile.8 Portfile.8] => p5-text-wrapi18n - [https://trac.macports.org/attachment/ticket/41227/Portfile.10 Portfile.10] => p5-unicode-gcstring - [https://trac.macports.org/attachment/ticket/41227/Portfile.11 Portfile.11] => po4a I had to force the perl version used for configure, build and destroot in po4a as module-build insisted to use perl5.12 for some reason. -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends -------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by macsforever2000@…): Added p5-text-wrapi18n in r117952 with the following changes: - Added {{{supported_archs noarch}}} - Added perl 5.18 version. -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends -------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by macsforever2000@…): p5-unicode-gcstring already exists as the p5-unicode-linebreak port. po4a should not go in the perl category because that is for perl modules. I'm thinking textproc? -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends -------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by egall@…): Replying to [comment:9 macsforever2000@…]:
po4a should not go in the perl category because that is for perl modules. I'm thinking textproc?
Fink puts it under "`devel`": [http://pdb.finkproject.org/pdb/package.php/po4a] [[BR]] Of course their sections do not line up exactly with the categories in MacPorts, so "`textproc`" might actually be a better fit here in MacPorts, idk... -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends -------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by egall@…): Also, having a port for po4a committed as per this ticket could be helpful for the update for dpkg in ticket #39018, as then I could direct the dpkg port to use the `po4a` from this po4a port... -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:12> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends -------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by egall@…): It would also be useful to have a port for po4a for the port for sensible- utils that I am working on... right now I have to skip the po4a parts in the sensible-utils source because the po4a port has not been committed yet... -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:13> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends -------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by macsforever2000@…): The po4a Portfile needs the correct {{{license}}}. -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:14> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends -------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by macsforever2000@…): Also fetching po4a fails: {{{ $ sudo port -v build ---> Computing dependencies for po4a. ---> Fetching distfiles for po4a ---> po4a-0.45.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/po4a ---> Attempting to fetch po4a-0.45.tar.gz from http://sea.us.distfiles.macports.org/macports/distfiles/po4a % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Attempting to fetch po4a-0.45.tar.gz from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/po4a % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Attempting to fetch po4a-0.45.tar.gz from http://alioth.debian.org/frs/download.php/file/3942/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 360 100 360 0 0 1298 0 --:--:-- --:--:-- --:--:-- 1294 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Attempting to fetch po4a-0.45.tar.gz from http://nue.de.distfiles.macports.org/macports/distfiles/po4a % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Attempting to fetch po4a-0.45.tar.gz from http://lil.fr.distfiles.macports.org/po4a % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Attempting to fetch po4a-0.45.tar.gz from http://fco.it.distfiles.macports.org/mirrors/macports-distfiles/po4a % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Attempting to fetch po4a-0.45.tar.gz from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/po4a % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Attempting to fetch po4a-0.45.tar.gz from http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/po4a % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 ---> Attempting to fetch po4a-0.45.tar.gz from http://her.gr.distfiles.macports.org/mirrors/macports/mpdistfiles/po4a % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Attempting to fetch po4a-0.45.tar.gz from http://jog.id.distfiles.macports.org/macports/mpdistfiles/po4a % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Attempting to fetch po4a-0.45.tar.gz from http://distfiles.macports.org/po4a % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Attempting to fetch po4a-0.45.tar.gz from http://cjj.kr.distfiles.macports.org/po4a % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Attempting to fetch po4a-0.45.tar.gz from http://svn.macports.org/repository/macports/distfiles/po4a % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Error: Failed to fetch po4a: The requested URL returned error: 404 Not Found }}} -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:15> MacPorts <http://www.macports.org/> Ports system for OS X
#41227: New port: po4a and missing depends ------------------------------------+-------------------------------- Reporter: odyx@… | Owner: macports-tickets@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: po4a p5-text-wrapi18n | ------------------------------------+-------------------------------- Changes (by mf2k@…): * status: new => closed * version: 2.2.1 => * resolution: => fixed * port: => po4a p5-text-wrapi18n Comment: r120066. It fetches now. I also added the correct license. -- Ticket URL: <https://trac.macports.org/ticket/41227#comment:16> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts