From e66bf31656e853da331fb0124ebff19e5ac03c0d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 20 Jun 2019 11:48:21 +0200 Subject: WIPc --- index.html | 256 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 240 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index 9cb33a6..102acdf 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@ background: none !important; border: none !important; box-shadow: none !important; - font-size: 0.45em !important; + font-size: 0.4em !important; } .caption { @@ -71,15 +71,16 @@

Perl software in
GNU Guix

@@ -89,6 +90,20 @@

Get and use Perl modules

Get and use tools and applications written in Perl

+ +
@@ -96,12 +111,20 @@
→ guix install perl
 
+...
+
 → perl --version
 
 This is perl 5, version 28, subversion 0 (v5.28.0) built for
 x86_64-linux-thread-multi
 
 ...
+ +
@@ -110,11 +133,31 @@ x86_64-linux-thread-multi
 → guix install perl perl-uri
 
+...
+
 → echo $PERL5LIB
 /gnu/store/h3ryiwyhp8qcxyf74sxyv746171zpazr-profile/lib/perl5/site_perl
 
 → ls /gnu/store/h3r...azr-profile/lib/perl5/site_perl/5.28.0/
 URI  URI.pm  x86_64-linux-thread-multi
+ +
@@ -125,6 +168,18 @@ URI URI.pm x86_64-linux-thread-multi
  • Static site generator
  • I occasionally use it for blogging
  • + +
    @@ -146,6 +201,14 @@ in repository guix. new f0539b6 gnu: Add perl-cgi-session. new 909dcf5 gnu: Add ikiwiki. + +
    @@ -163,12 +226,37 @@ in repository guix. (sha256 (base32 "17pyblaqhkb61lxl63bzndiffism8k859p54k3k4sghclq6lsynh")))) -... -
    + ... + + +
    -
    -(define-public ikiwiki
    +          
    (define-public ikiwiki
       (package
         ...
         (build-system perl-build-system)
    @@ -199,7 +287,40 @@ in repository guix.
                                  `("PERL5LIB" ":" prefix (,path))))
                              (find-files bin))
                  #t))))))
    -...
    + ... + + +
    (define-public ikiwiki
    @@ -231,7 +352,46 @@ in repository guix.
            ("perl-text-markdown-discount" ,perl-text-markdown-discount)
            ("perl-uri" ,perl-uri)
            ("perl-yaml-libyaml" ,perl-yaml-libyaml)))
    -...
    + ... + + +
    (define-public ikiwiki
    @@ -243,8 +403,13 @@ in repository guix.
          "Ikiwiki is a wiki compiler, capable of generating a static set of web
     pages, but also incorporating dynamic features like a web based editor and
     commenting.")
    -    (license license:gpl2+)))
    -          
    + (license license:gpl2+))) + +
    @@ -255,6 +420,20 @@ commenting.") /gnu/store/hcrv2cqzbisdb35hg2xmbxp1r2z7ijzd-ikiwiki-3.20190228 + +
    @@ -291,10 +470,28 @@ commenting.") └── man8 └── ikiwiki-mass-rebuild.8.gz + +
    Sqitch + + + +
    @@ -320,6 +517,13 @@ in repository guix. new 55916fa gnu: Add perl-mysql-config. new 7b23313 gnu: Add perl-string-shellquote. new cabe8f1 gnu: Add sqitch. + +
    @@ -352,6 +556,20 @@ From http://www.cpan.org/authors/id/M/MI/MIYAGAWA/HTTP-Tinyish-0.15.tar.gz... "HTTP::Tiny compatible HTTP client wrappers") (description fill-in-yourself!) (license perl-license)) + +
    @@ -361,6 +579,12 @@ From http://www.cpan.org/authors/id/M/MI/MIYAGAWA/HTTP-Tinyish-0.15.tar.gz...

    Get and use Perl modules

    Get and use tools and applications written in Perl

    + +
    -- cgit v1.2.3