Add rubygem-method_source0 0.9.2 (copied from rubygem-method_source)
- Add PORTSCOUT
This commit is contained in:
parent
ea8f0d1857
commit
b990a58606
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530027
4 changed files with 31 additions and 0 deletions
|
@ -6092,6 +6092,7 @@
|
|||
SUBDIR += rubygem-metaid
|
||||
SUBDIR += rubygem-metasm
|
||||
SUBDIR += rubygem-method_source
|
||||
SUBDIR += rubygem-method_source0
|
||||
SUBDIR += rubygem-micromachine
|
||||
SUBDIR += rubygem-micromachine2
|
||||
SUBDIR += rubygem-middleware
|
||||
|
|
23
devel/rubygem-method_source0/Makefile
Normal file
23
devel/rubygem-method_source0/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= method_source
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 0
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Tool to retrieve the sourcecode for a method
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^0\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-method_source0/distinfo
Normal file
3
devel/rubygem-method_source0/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1542045859
|
||||
SHA256 (rubygem/method_source-0.9.2.gem) = 980eba674be3d05dee1889d6cf1ce25735955a6394c6e38d7d2035dcf6e771df
|
||||
SIZE (rubygem/method_source-0.9.2.gem) = 13824
|
4
devel/rubygem-method_source0/pkg-descr
Normal file
4
devel/rubygem-method_source0/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
method_source is a utility to return a method's sourcecode as a Ruby string.
|
||||
Also returns Proc and Lambda sourcecode.
|
||||
|
||||
WWW: https://github.com/banister/method_source
|
Loading…
Reference in a new issue