pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-path



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Feb 11 08:51:01 UTC 2013

Added Files:
        pkgsrc/devel/ruby-path: DESCR Makefile PLIST distinfo

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!).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-path/DESCR \
    pkgsrc/devel/ruby-path/Makefile pkgsrc/devel/ruby-path/PLIST \
    pkgsrc/devel/ruby-path/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index