Subject: CVS commit: pkgsrc/devel/ruby-globalid
From: Min Sik Kim
Date: 2017-04-21 23:07:09
Message id: 20170421210710.086CAFBE4@cvs.NetBSD.org

Log Message:
Import ruby-globalid-0.4.0 as devel/ruby-globalid

A Global ID is an app wide URI that uniquely identifies a model
instance.  This is helpful when you need a single identifier to
reference different classes of objects.  One example is job
scheduling. We need to reference a model object rather than serialize
the object itself. We can pass a Global ID that can be used to locate
the model when it's time to perform the job. The job scheduler doesn't
need to know the details of model naming and IDs, just that it has a
global identifier that references a model.  Another example is a
drop-down list of options, consisting of both Users and
Groups. Normally we'd need to come up with our own ad hoc scheme to
reference them. With Global IDs, we have a universal identifier that
works for objects of both classes.

Files:
RevisionActionfile
1.1addpkgsrc/devel/ruby-globalid/DESCR
1.1addpkgsrc/devel/ruby-globalid/Makefile
1.1addpkgsrc/devel/ruby-globalid/PLIST
1.1addpkgsrc/devel/ruby-globalid/distinfo