Since i can't found a new version for japanese/ming, transfor this port in a
master one instead slave of graphics/ruby-ming and still use ming.so.3. PR: ports/96267 Submitted by: garga Approved by: portmgr (kris)
This commit is contained in:
parent
f90396456d
commit
83ed239056
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160344
4 changed files with 68 additions and 3 deletions
|
@ -5,13 +5,40 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= japanese
|
||||
PORTNAME= ming
|
||||
PORTVERSION= 0.2a.${RUBY_MING_VERSION}
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= japanese graphics ruby
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/1765/
|
||||
PKGNAMEPREFIX= ja-${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME}-ruby-${RUBY_MING_VERSION}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= don@na.rim.or.jp
|
||||
COMMENT= Yet another Ming module for Ruby built with Japanese support
|
||||
|
||||
LIB_DEPENDS= ming.3:${PORTSDIR}/japanese/ming
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../graphics/ruby-ming
|
||||
RUBY_MING_VERSION= 0.1.6
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
CONFIGURE_ARGS= -- --with-ming-include=${PREFIX}/include/ming --with-ming-lib=${PREFIX}/lib
|
||||
|
||||
DOCS_EN= ChangeLog README.en Usage_en.txt fonts.en
|
||||
DOCS_JA= README.ja Usage_ja.txt fonts.ja progress.rd
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/
|
||||
${MKDIR} ${RUBY_MODDOCDIR}/ja
|
||||
.for f in ${DOCS_EN}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
|
||||
.endfor
|
||||
.for f in ${DOCS_JA}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
3
japanese/ruby-ming/distinfo
Normal file
3
japanese/ruby-ming/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (ruby/ming-ruby-0.1.6.tar.gz) = df39e476dc4b93e8142c510d61369ffd
|
||||
SHA256 (ruby/ming-ruby-0.1.6.tar.gz) = 837b09bb2c6768e64314a31795916fa4cc3894c1fcd221434cb7b5d0bf371a94
|
||||
SIZE (ruby/ming-ruby-0.1.6.tar.gz) = 42844
|
10
japanese/ruby-ming/pkg-descr
Normal file
10
japanese/ruby-ming/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
Ming/Ruby is yet another implementation of Ming embedding for Ruby
|
||||
extension library without SWIG. Ming/Ruby also supports JaMing which
|
||||
is an improvement of Ming to display Japanese characters and to play
|
||||
sounds. To use Japanese fonts with JaMing, the letters must be
|
||||
followed the UTF-8 formats. Uconv, which is an UTF-8 extension library
|
||||
for Ruby, can be used to convert other Kanji encodings into Unicode.
|
||||
|
||||
WWW: http://mingruby.rubyforge.org/
|
||||
|
||||
Author: Daisuke Ikegami <ikegami@madscientist.jp>
|
25
japanese/ruby-ming/pkg-plist
Normal file
25
japanese/ruby-ming/pkg-plist
Normal file
|
@ -0,0 +1,25 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/ming/ming.so
|
||||
@dirrm %%RUBY_SITEARCHLIBDIR%%/ming
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/README
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/action.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/button.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/drag.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gradient.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gradientxform.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/keypress.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mousetrack.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/newbutton.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/shape.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sparks.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sprite.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Usage_en.txt
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/fonts.en
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/Usage_ja.txt
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/fonts.ja
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/progress.rd
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
Loading…
Reference in a new issue