mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.4.12.
This commit is contained in:
parent
94ae8dbee6
commit
ef3f173d9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107460
3 changed files with 3 additions and 22 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= uconv
|
||||
PORTVERSION= 0.4.11
|
||||
PORTVERSION= 0.4.12
|
||||
CATEGORIES= japanese converters ruby
|
||||
MASTER_SITES= http://www.yoshidam.net/
|
||||
DIST_SUBDIR= ruby
|
||||
|
@ -20,20 +20,11 @@ USE_RUBY_EXTCONF= yes
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
EXAMPLES= euc2unicode.rb \
|
||||
test-utf.rb test-utf2.rb \
|
||||
test_euc.txt test_euc.xml \
|
||||
trilang.xml unicode2euc.rb xmlconv.rb
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX}
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${RUBY_MODEXAMPLESDIR}/ja
|
||||
.for f in ${EXAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/samples/${f} ${RUBY_MODEXAMPLESDIR}/ja
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODDOCDIR}/ja
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (ruby/uconv-0.4.11.tar.gz) = fec3db4ab97b8bbf667eeb029ee9a506
|
||||
SIZE (ruby/uconv-0.4.11.tar.gz) = 586172
|
||||
MD5 (ruby/uconv-0.4.12.tar.gz) = 710525818c57e026320dad447c4ae473
|
||||
SIZE (ruby/uconv-0.4.12.tar.gz) = 546671
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/uconv.so
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ja/euc2unicode.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ja/test-utf.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ja/test-utf2.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ja/test_euc.txt
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ja/test_euc.xml
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ja/trilang.xml
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ja/unicode2euc.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ja/xmlconv.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
|
||||
|
|
Loading…
Add table
Reference in a new issue