./devel/ruby-pathname2, Alternate implementation of the Pathname library

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


Branch: CURRENT, Version: 1.8.4, Package name: ruby27-pathname2-1.8.4, Maintainer: pkgsrc-users

An alternate implementation for the Pathname library. This version treats
a path name as a String, though with certain methods overloaded.


Required to run:
[devel/ruby-facade] [lang/ruby24-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 36 KB

Version history: (Expand)


CVS history: (Expand)


   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-01-26 15:54:22 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-pathname2: update to 1.8.4

1.8.4 - 19-Jan-2021
* Cleaned up the Rubocop warnings.
* Added a Gemfile.
* Some minor updates to the gemspec and Rakefile.
   2020-09-14 18:25:22 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-pathname2: update to 1.8.3

Update ruby-pathname2 package to 1.8.3.

== 1.8.3 - 30-Aug-2020

* Updated the tests to match the version. Thanks go to Cédric Boutillier for
  the spot.
* Fixed a redefinition warning for the :children method.
* Fixed a Fixnum deprecation warning.

== 1.8.2 - 21-Jul-2020

* Added a LICENSE file as required by the Apache-2.0 license.
   2019-02-25 17:41:13 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pathname2: update to 1.8.1

== 1.8.1 - 31-Jan-2019
* The VERSION constant is now frozen.
* Added metadata to the gemspec.
* Fixed missing hyphen in license name.
* Updated cert, should be good for about 10 years.
   2016-10-09 16:31:16 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ruby-pathname2 to 1.8.0.

== 1.8.0 - 19-Jun-2016
* Changed license to Apache 2.0.
* Some cleanup and updates to the Rakefile and benchmarks.
* Refactored some realpath tests so they're not touching system files like
  /dev/stdin any more. Thanks go to Michael R. Crusoe for pointing out the
  potential pitfalls of doing that.
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-10-04 14:21:26 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-pathname2 to 1.7.4.

== 1.7.4 - 7-Sep-2015
* This gem is now signed.
* Rakefile now assumes Rubygems 2.x for some tasks.