mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Add ruby-gdome, a Ruby extension that wraps around gdome2.
This commit is contained in:
parent
db18f581e4
commit
44f880fdf6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45061
@ -153,6 +153,7 @@
|
||||
SUBDIR += rman
|
||||
SUBDIR += ruby-csv
|
||||
SUBDIR += ruby-erb
|
||||
SUBDIR += ruby-gdome
|
||||
SUBDIR += ruby-html-parser
|
||||
SUBDIR += ruby-nqxml
|
||||
SUBDIR += ruby-qt2xml
|
||||
|
33
textproc/ruby-gdome/Makefile
Normal file
33
textproc/ruby-gdome/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: libgdome-ruby
|
||||
# Date created: 12 July 2001
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gdome
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= textproc ruby
|
||||
MASTER_SITES= http://download.berlios.de/libgdome-ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= lib${PORTNAME}-ruby-${PORTVERSION}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gdome.6:${PORTSDIR}/textproc/gdome2
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/ruby-gdome/distinfo
Normal file
1
textproc/ruby-gdome/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/libgdome-ruby-0.1.tar.gz) = e3fefd62ebeb1b0c4b1c3f396777c850
|
1
textproc/ruby-gdome/pkg-comment
Normal file
1
textproc/ruby-gdome/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Ruby extension that wraps around gdome2
|
7
textproc/ruby-gdome/pkg-descr
Normal file
7
textproc/ruby-gdome/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
libgdome-ruby is a ruby extension that provides the DOM level 2 Core
|
||||
API for accessing XML documents.
|
||||
|
||||
It is implemented as a wrapper around the C library gdome2.
|
||||
|
||||
Author: Tobias Peters <t-peters@berlios.de>
|
||||
WWW: http://libgdome-ruby.berlios.de/
|
13
textproc/ruby-gdome/pkg-plist
Normal file
13
textproc/ruby-gdome/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/gdome.so
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gdome/examplea.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gdome/exampleb.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gdome/exampleb.xml
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gdome/examplec.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gdome/examplec.xml
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gdome/test-cdata.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gdome/test-dtd.dtd
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gdome/test-dtd.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gdome/test-dtd.xml
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gdome
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/gdome/README
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/gdome
|
Loading…
Reference in New Issue
Block a user