diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-19 00:31:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-19 00:31:51 +0000 |
commit | 2da2f8c3b306d581c8cb7727c0fb3395d1346822 (patch) | |
tree | 29f72663e4d737dd22e206ab5cd7d0706c2f8a84 | |
parent | - Remove --disable-warnings, obsolete (diff) |
Add rubygem-os 1.0.0
The OS gem allows for some easy telling if you're on windows or not, as well as
some other helper utilities.
WWW: https://github.com/rdp/os
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-os/Makefile | 19 | ||||
-rw-r--r-- | devel/rubygem-os/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-os/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index dc9e682cb2c6..3ff6407e5b5d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5380,6 +5380,7 @@ SUBDIR += rubygem-open3_backport SUBDIR += rubygem-open4 SUBDIR += rubygem-orm_adapter + SUBDIR += rubygem-os SUBDIR += rubygem-p4ruby SUBDIR += rubygem-paint SUBDIR += rubygem-paperclip diff --git a/devel/rubygem-os/Makefile b/devel/rubygem-os/Makefile new file mode 100644 index 000000000000..15720b5c80e7 --- /dev/null +++ b/devel/rubygem-os/Makefile @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= os +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Allows for some useful and easy functions + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> diff --git a/devel/rubygem-os/distinfo b/devel/rubygem-os/distinfo new file mode 100644 index 000000000000..1420a178f994 --- /dev/null +++ b/devel/rubygem-os/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1489868175 +SHA256 (rubygem/os-1.0.0.gem) = 3387ec2c7357df363f3767921501e3c1eb5e0b102a0e0221ca423f0cf70b80e8 +SIZE (rubygem/os-1.0.0.gem) = 11776 diff --git a/devel/rubygem-os/pkg-descr b/devel/rubygem-os/pkg-descr new file mode 100644 index 000000000000..27d86c06e206 --- /dev/null +++ b/devel/rubygem-os/pkg-descr @@ -0,0 +1,4 @@ +The OS gem allows for some easy telling if you're on windows or not, as well as +some other helper utilities. + +WWW: https://github.com/rdp/os |