NOTICE: This package has been removed from pkgsrc

./devel/ruby-path, Path manipulation library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.3.3, Package name: ruby23-path-1.3.3, Maintainer: taca

Path - a Path manipulation library

Path is a library to manage paths. It is similar to Pathname, but has some
extra goodness. The method names are intended to be short and explicit, and
avoid too much duplication like having 'name' or 'path' in the method name.

I believe the object-oriented approach to manipulate paths is very elegant and
useful. Paths are naturally the subject of their methods and even if they are
simple Strings behind, they carry way much more information and deserve a
first-class status.

Also, using a path library like this avoid to remember in which class the
functionality is implemented, everything is in one place (if not, please open
an issue!).


Master sites:

SHA1: d688f0ac05b74016b9c7b8ea3db1636d6d7853b8
RMD160: 37adc6a95c69f0670a2bd73fb7e35754adae3fef
Filesize: 19 KB

Version history: (Expand)


CVS history: (Expand)


   2019-11-04 05:23:06 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
devel/ruby-path: remove package

Remove ruby-path package.

Initially, it was added for some other ruby packge depdendency but now no
package depends on it.  And this package is not maintained and no new
rubygems.
   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.
   2013-09-15 20:38:34 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-path to 1.3.3.

Exact changes aren't available.  Please refer change log in github.
   2013-02-11 09:51:01 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Add ruby-path package version 1.3.1.

Path - a Path manipulation library

Path is a library to manage paths.  It is similar to Pathname, but has some
extra goodness.  The method names are intended to be short and explicit, and
avoid too much duplication like having 'name' or 'path' in the method name.

I believe the object-oriented approach to manipulate paths is very elegant and
useful.  Paths are naturally the subject of their methods and even if they are
simple Strings behind, they carry way much more information and deserve a
first-class status.

Also, using a path library like this avoid to remember in which class the
functionality is implemented, everything is in one place (if not, please open
an issue!).