Changes between Initial Version and Version 6 of Ticket #50158


Ignore:
Timestamp:
Feb 6, 2016, 5:05:21 PM (8 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50158

    • Property Cc tadeusz.sosnierz@… added
  • Ticket #50158 – Description

    initial v6  
    11Now that `rakudo` is available, it would be nice to get `panda` working.
    2 
    3 Here's a starting point that doesn't work properly yet:
    4 {{{
    5 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    6 # $Id: $
    7 
    8 PortSystem          1.0
    9 PortGroup           github 1.0
    10 
    11 github.setup        tadzik panda 2015.12
    12 description         Perl 6 module installer
    13 long_description    ${description}
    14 maintainers         coleda.com:will mojca openmaintainer
    15 categories          lang devel perl
    16 license             Artistic-2
    17 platforms           darwin
    18 
    19 checksums           rmd160  6c81ee9e32552b4c06d3e8a5c5256c06a51d347a \
    20                     sha256  d326393cc8499780663abfee849ca334411d8001646209f96c9f691cc94f2ec9
    21 
    22 depends_build       port:rakudo
    23 
    24 configure.cmd       ${prefix}/bin/perl6 bootstrap.pl
    25 }}}
    262
    273Most likely we will have to work with upstream developers to get the installer behave in the desired way. For example, the build ends up with
     
    306}}}
    317
    32 (Alternatively we could wait for the official release of `rakudo-star`. After all, `perl5` comes with `cpan` and a bunch of essential modules included as well.)
     8Some relevant links about packaging:
     9  * https://github.com/rakudo/rakudo/blob/nom/docs/module_management.md
     10  * https://github.com/perl6/toolchain-bikeshed