diff --git a/misc/Makefile b/misc/Makefile index f2ee925bd5c5..4b661838a7ba 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -399,6 +399,7 @@ SUBDIR += ruby-progressbar SUBDIR += ruby-vpim SUBDIR += rubygem-dotenv + SUBDIR += rubygem-iesd SUBDIR += rubygem-mime-types SUBDIR += rubygem-mime-types117 SUBDIR += rubygem-rabbit diff --git a/misc/rubygem-iesd/Makefile b/misc/rubygem-iesd/Makefile new file mode 100644 index 000000000000..87c44d034aa5 --- /dev/null +++ b/misc/rubygem-iesd/Makefile @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= iesd +PORTVERSION= 1.2.1 +CATEGORIES= misc rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Modify Extensions, Kextcache and Packages on InstallESD + +LICENSE= BSD2CLAUSE + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/iesd + +.include diff --git a/misc/rubygem-iesd/distinfo b/misc/rubygem-iesd/distinfo new file mode 100644 index 000000000000..cabf3d38d5cc --- /dev/null +++ b/misc/rubygem-iesd/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/iesd-1.2.1.gem) = 9fb3ef353ccb63557d185d1e1a616230e158fe7d7f69bf67415aaad2eaa0b9ae +SIZE (rubygem/iesd-1.2.1.gem) = 13312 diff --git a/misc/rubygem-iesd/pkg-descr b/misc/rubygem-iesd/pkg-descr new file mode 100644 index 000000000000..ac132b98b8b3 --- /dev/null +++ b/misc/rubygem-iesd/pkg-descr @@ -0,0 +1,4 @@ +iESD customizes OS X InstallESD. + +WWW: https://github.com/ntkme/iesd +RG: https://rubygems.org/gems/iesd