1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

New port: devel/rubygem-ruby-macho

A pure-Ruby library for parsing Mach-O files.

WWW: https://github.com/Homebrew/ruby-macho
This commit is contained in:
Antoine Brodin 2018-02-28 15:37:10 +00:00
parent c31d3e06e1
commit 23052f46f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463233
4 changed files with 26 additions and 0 deletions

View File

@ -5729,6 +5729,7 @@
SUBDIR += rubygem-ruby-filemagic
SUBDIR += rubygem-ruby-fogbugz
SUBDIR += rubygem-ruby-libvirt
SUBDIR += rubygem-ruby-macho
SUBDIR += rubygem-ruby-ole
SUBDIR += rubygem-ruby-prof
SUBDIR += rubygem-ruby-prof016

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= ruby-macho
PORTVERSION= 1.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Library for parsing Mach-O files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1519829709
SHA256 (rubygem/ruby-macho-1.1.0.gem) = 06e7955d938edd748560f67a4f7a4938daae04168ac1f089bedb8f38c79f3bc5
SIZE (rubygem/ruby-macho-1.1.0.gem) = 29696

View File

@ -0,0 +1,3 @@
A pure-Ruby library for parsing Mach-O files.
WWW: https://github.com/Homebrew/ruby-macho