- Add rubygem-iesd 1.2.1
iESD customizes OS X InstallESD. WWW: https://github.com/ntkme/iesd RG: https://rubygems.org/gems/iesd
This commit is contained in:
parent
a43de7bcd1
commit
654ce152b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360954
4 changed files with 27 additions and 0 deletions
|
@ -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
|
||||
|
|
20
misc/rubygem-iesd/Makefile
Normal file
20
misc/rubygem-iesd/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $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 <bsd.port.mk>
|
2
misc/rubygem-iesd/distinfo
Normal file
2
misc/rubygem-iesd/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/iesd-1.2.1.gem) = 9fb3ef353ccb63557d185d1e1a616230e158fe7d7f69bf67415aaad2eaa0b9ae
|
||||
SIZE (rubygem/iesd-1.2.1.gem) = 13312
|
4
misc/rubygem-iesd/pkg-descr
Normal file
4
misc/rubygem-iesd/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
iESD customizes OS X InstallESD.
|
||||
|
||||
WWW: https://github.com/ntkme/iesd
|
||||
RG: https://rubygems.org/gems/iesd
|
Loading…
Reference in a new issue