Changes between Version 16 and Version 17 of howto/cpan2port


Ignore:
Timestamp:
Feb 26, 2019, 6:10:17 PM (5 years ago)
Author:
hyperbole (hyperbole)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/cpan2port

    v16 v17  
    5353This particular port actually is available, but we'll pretend it isn't.
    5454
    55 === Step 4: '''Get cpan2port ===
     55=== Step 4: '''Read up on local port repositories''' ===
     56
     57[http://guide.macports.org/chunked/development.local-repositories.html]
     58
     59=== Step 5: '''Get cpan2port ===
    5660Install using macports (will automatically install prerequisite Perl modules: p5-list-moreutils, p5-cpan-meta, p5-module-depends, p5-cpan-meta-yaml):
    5761{{{
     
    6872Then install the Perl modules (from e.g. CPAN or package manager of choice): [https://metacpan.org/release/List-MoreUtils List::MoreUtils], [https://metacpan.org/release/CPAN-Meta CPAN::Meta], [https://metacpan.org/release/Module-Depends Module::Depends], [https://metacpan.org/release/CPAN-Meta-YAML CPAN::Meta::YAML]
    6973
    70 === Step 5: '''Create the port file''' ===
     74=== Step 6: '''Create the port file''' ===
    7175{{{
    7276$ cd ~
     
    8690}}}
    8791
    88 === Step 6: '''Build the port''' ===
     92=== Step 7: '''Build the port''' ===
    8993First you can review the portfile:
    9094{{{
     
    122126}}}
    123127
    124 === Step 7: '''Fix the Portfile''' ===
     128=== Step 8: '''Fix the Portfile''' ===
    125129
    126130The Portfile as generated is in rough form and not ready for submission as a new or updated port. Please at least check and update the following in the Portfile:
     
    150154}}}
    151155
    152 === Step 8: '''Read up on local port repositories''' ===
    153 
    154 [http://guide.macports.org/chunked/development.local-repositories.html]
    155 
    156156----
    157157