./devel/p5-App-perlbrew, Manage perl installations in your /home/pkgsrc

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.98, Package name: p5-App-perlbrew-0.98, Maintainer: pkgsrc-users

perlbrew is a program to automate the building and installation of
perl in the user's HOME. At the moment, it installs everything to
~/perl5/perlbrew, and requires you to tweak your PATH by including
a bashrc/cshrc file it provides. You then can benefit from not
having to run 'sudo' commands to install cpan modules because those
are installed inside your HOME too. It's almost like an isolated
perl environment.


Required to run:
[www/curl] [lang/perl5] [devel/p5-File-Temp] [devel/p5-File-Which] [devel/p5-local-lib] [devel/p5-Capture-Tiny] [devel/p5-File-Path-Tiny] [devel/p5-Devel-PatchPerl] [devel/p5-CPAN-Perl-Releases]

Required to build:
[devel/p5-Module-Build-Tiny] [pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 83.395 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-13 12:49:02 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-App-perlbrew) Updated 0.92 to 0.98

0.98
	- Released at 2023-08-11T22:54:38+0900
	- Remove the support of cperl from `available` and `install`
          command. Github PR: #777. cperl can still be installed by
          specifying the tarball, just not by their short names.
	- new command: make-shim
	- new command: make-pp.

0.97
	- Released at 2023-05-12T22:33:42+0900
	- Thanks to our contributors: Elvin Aslanov, Graham Knop,
          Shoichi Kaji, Tomasz Konojacki, brian greenfield
	- The documentation of `clone-module` and `list-modules` are improved.
	- No longer depends on Pod::Parser. Github PR #760
	- Bugfix for csh users: Github PR #770

0.96
	- Released at 2022-07-31T15:42:39+0900
	- Thanks to our contributors: Rolf St旦ckli
	- `install-cpm` is now properly documented. Thanks to Tekki.
	- Let `install` hint for `init` when PERLBREW_ROOT does not exist. .RT #57669.
	- Reveal the actual error code of curl/wget etc. Github issue #748.

0.95
	- Released at 2022-05-15T22:59:11+0800
	- Thanks to our contributors: Leon Timmermans
	- Now we use metacpan api for fetching perl versions and for
          downloading. Github PR #743
	- `--verbose` flag now also enable verbosity of underlying
          curl/wget commands. Github PR #740.
	- Avoid perl test errors when NO_COLOR is set. Github PR #738

0.94
	- Released at 2021-12-05T08:39:16+0900
	- Let `self-upgrade` print version numbers when doing
          upgrades. Github issue #678.

0.93
	- Released at 2021-11-22T23:09:25+0900
	- Let `clone-modules` takes just one arguments and mean
          'cloning modules from that perl'.
	- Let `list-modules` and `clone-modules` map certain output to
          their representative module name. Github issue #722
	- `exec` command now takes aliases explicitly specified in
          `--with` args and run commands with those aliases -- even if
          that would run the same thing twice. Github issue #725
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-06-13 01:55:04 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.92

0.92
	- Released at 2021-04-15T23:53:55+0900
        - Thanks to our contributors: chee
        - Fix a message mentioning fish config. GitHub PR #712
        - Fetch cperl releases from https://github.com/perl11/cperl/releases instead
        - Let `clone-modules` command accept `--notest` and skip running module tests

0.91
        - Released at 2021-01-31T17:10:27+0900
        - Fix META info included in 0.90. No other feature changes.

0.90
        - Released at 2021-01-29T09:43:17+0900
        - Thanks to our contributors: Mose Schmiedel, gucchisk
        - The output of 'available' command is split into sections of different \ 
type of distributions. Github issue #646.
        - Let the output of `perlbrew -h` be the short usage. Github issue #647
        - Unbreak env script for fish users. GitHub PR #698 and #708
        - Prefer https URLs of www.cpan.org

0.89
        - Released at 2020-10-19T09:26:19+0900
        - Thanks to our contributors: Håkon Hægland, Nicolas R, Peter Tripp
        - Make the bashrc compatible with 'bash -u'. Github PR #694
        - Prevent build directory from being overwritten. Github PR #683
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-09-04 13:32:25 by Thomas Klausner | Files touched by this commit (6)
Log message:
*: remove p5-File-Temp, part of perl