diff options
Diffstat (limited to 'devel/rubygem-hashie4')
-rw-r--r-- | devel/rubygem-hashie4/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-hashie4/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-hashie4/pkg-descr | 9 |
3 files changed, 0 insertions, 32 deletions
diff --git a/devel/rubygem-hashie4/Makefile b/devel/rubygem-hashie4/Makefile deleted file mode 100644 index 57e03035ef5c..000000000000 --- a/devel/rubygem-hashie4/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= hashie -PORTVERSION= 4.1.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 4 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Simple collection of useful Hash extensions -WWW= https://github.com/hashie/hashie - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -USES= gem - -NO_ARCH= yes - -PORTSCOUT= limit:^4\. - -.include <bsd.port.mk> diff --git a/devel/rubygem-hashie4/distinfo b/devel/rubygem-hashie4/distinfo deleted file mode 100644 index 7b3c7e1ab48b..000000000000 --- a/devel/rubygem-hashie4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1580746263 -SHA256 (rubygem/hashie-4.1.0.gem) = 7890dcb9ec18a4b66acec797018c73824b89cef5eb8cda36e8e8501845e87a09 -SIZE (rubygem/hashie-4.1.0.gem) = 52224 diff --git a/devel/rubygem-hashie4/pkg-descr b/devel/rubygem-hashie4/pkg-descr deleted file mode 100644 index 633aa0cf4d5c..000000000000 --- a/devel/rubygem-hashie4/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Hashie is available as a RubyGem which extend Hashes and make them more useful. - -- Hashie::Mash: gives simple pseudo-object functionality that can be built from - hashes and easily extended -- Hashie::Dash: has a discrete set of defined properties and only those - properties may be set on the hash. -- Hashie::Trash: a Dash that allows you to translate keys on initialization. -- Hashie::Clash: allows you to easily construct complex hashes using method - notation chaining. |