Add ruby-dump.rb, a binary data dumper module for Ruby.
This commit is contained in:
parent
362e1c6e6f
commit
19b42c1e98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45255
@ -35,6 +35,7 @@
|
||||
SUBDIR += p5-Unicode-Map8
|
||||
SUBDIR += p5-Unicode-String
|
||||
SUBDIR += recode
|
||||
SUBDIR += ruby-dump.rb
|
||||
SUBDIR += ruby-iconv
|
||||
SUBDIR += siconv
|
||||
SUBDIR += tcs
|
||||
|
31
converters/ruby-dump.rb/Makefile
Normal file
31
converters/ruby-dump.rb/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: dump.rb
|
||||
# Date created: 20 July 2001
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dump.rb
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= converters ruby
|
||||
MASTER_SITES= http://www.geocities.co.jp/SiliconValley-Oakland/2986/ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME:R}.txt
|
||||
EXTRACT_SUFX= # none
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
USE_RUBY= yes
|
||||
RUBY_NO_BUILD_DEPENDS= yes
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS= # none
|
||||
EXTRACT_AFTER_ARGS= .
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${RUBY_SITELIBDIR}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
1
converters/ruby-dump.rb/distinfo
Normal file
1
converters/ruby-dump.rb/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/dump.txt) = dd03180701122c40872350b666cb8bde
|
1
converters/ruby-dump.rb/pkg-comment
Normal file
1
converters/ruby-dump.rb/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A binary data dumper module for Ruby
|
3
converters/ruby-dump.rb/pkg-descr
Normal file
3
converters/ruby-dump.rb/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is dump.rb, a binary data dumper module for Ruby.
|
||||
|
||||
Author: miche@e-mail.ne.jp
|
1
converters/ruby-dump.rb/pkg-plist
Normal file
1
converters/ruby-dump.rb/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%RUBY_SITELIBDIR%%/dump.rb
|
Loading…
Reference in New Issue
Block a user