mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add ruby-sary, a Ruby interface to the Sary library.
This commit is contained in:
parent
9fa786dc0d
commit
4033b14cd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67659
6 changed files with 69 additions and 0 deletions
|
@ -320,6 +320,7 @@
|
|||
SUBDIR += ruby-rexml
|
||||
SUBDIR += ruby-rss
|
||||
SUBDIR += ruby-sablot
|
||||
SUBDIR += ruby-sary
|
||||
SUBDIR += ruby-xmlparser
|
||||
SUBDIR += ruby-xmlscan
|
||||
SUBDIR += ruby-xslt
|
||||
|
|
50
textproc/ruby-sary/Makefile
Normal file
50
textproc/ruby-sary/Makefile
Normal file
|
@ -0,0 +1,50 @@
|
|||
# New ports collection makefile for: Ruby/Sary
|
||||
# Date created: 8 October 2002
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sary
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= textproc ruby
|
||||
MASTER_SITES= ftp://ftp.namazu.org/sary/ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= sary.8:${PORTSDIR}/textproc/sary
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
USE_RUBY_RDTOOL= yes
|
||||
|
||||
RUBY_WITH_PTHREAD= yes
|
||||
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
DOCS_EN= ChangeLog *.en.*
|
||||
DOCS_JA= *.ja.*
|
||||
|
||||
post-build:
|
||||
.if !defined(NOPORTDOCS)
|
||||
cd ${WRKSRC}; for f in *.rd; do \
|
||||
${RUBY_RD2} $$f > $${f%.rd}.html; \
|
||||
done
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/rsary.rb ${PREFIX}/bin/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${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>
|
1
textproc/ruby-sary/distinfo
Normal file
1
textproc/ruby-sary/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ruby/sary-ruby-0.4.tar.gz) = 755868feefbc530e9e0211d1448ffcaa
|
1
textproc/ruby-sary/pkg-comment
Normal file
1
textproc/ruby-sary/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A Ruby interface to the Sary library
|
3
textproc/ruby-sary/pkg-descr
Normal file
3
textproc/ruby-sary/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module is a Ruby interface to the Sary library.
|
||||
|
||||
WWW: http://sary.namazu.org/index.html.en
|
13
textproc/ruby-sary/pkg-plist
Normal file
13
textproc/ruby-sary/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
bin/rsary.rb
|
||||
%%RUBY_SITEARCHLIBDIR%%/sary.so
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en.rd
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Reference.en.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Reference.en.rd
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja.rd
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/Reference.ja.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/Reference.ja.rd
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
Loading…
Add table
Reference in a new issue