diff options
author | seanc <seanc@FreeBSD.org> | 2002-10-23 13:36:23 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2002-10-23 13:36:23 +0800 |
commit | 882cd7425d8d69dc4990224db466d4e3aa681fc3 (patch) | |
tree | 7eadee55751c97522a3d13ef057080475f727ac4 /textproc/ruby-libxml | |
parent | 58715abfc3dff474d186a9675624d784f05a3c52 (diff) | |
download | freebsd-ports-gnome-882cd7425d8d69dc4990224db466d4e3aa681fc3.tar.gz freebsd-ports-gnome-882cd7425d8d69dc4990224db466d4e3aa681fc3.tar.zst freebsd-ports-gnome-882cd7425d8d69dc4990224db466d4e3aa681fc3.zip |
Updated just about every aspect of this port: download, comment, description,
and packing list.
Nagged by: Eric Hodel <drbrain@segment7.net>
Diffstat (limited to 'textproc/ruby-libxml')
-rw-r--r-- | textproc/ruby-libxml/Makefile | 13 | ||||
-rw-r--r-- | textproc/ruby-libxml/distinfo | 2 | ||||
-rw-r--r-- | textproc/ruby-libxml/pkg-comment | 2 | ||||
-rw-r--r-- | textproc/ruby-libxml/pkg-descr | 11 | ||||
-rw-r--r-- | textproc/ruby-libxml/pkg-plist | 2 |
5 files changed, 15 insertions, 15 deletions
diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile index 2df620606b86..789be29b5bd0 100644 --- a/textproc/ruby-libxml/Makefile +++ b/textproc/ruby-libxml/Makefile @@ -1,24 +1,23 @@ # New ports collection makefile for: ruby-libxml # Date created: 09 July 2002 -# Whom: Sean Chittenden <sean@chittenden.org> +# Whom: Sean Chittenden <seanc@FreeBSD.org> # # $FreeBSD$ # PORTNAME= libxml -PORTVERSION= 0.01 +PORTVERSION= 0.3.0 CATEGORIES= textproc ruby -MASTER_SITES= http://www.rubynet.org/modules/xml/ruby-libxml/ +MASTER_SITES= http://www.rubynet.org/modules/xml/libxml/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-20020709 DIST_SUBDIR= ruby -MAINTAINER= sean@chittenden.org +MAINTAINER= seanc@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 -RUN_DEPENDS= ${BUILD_DEPENDS} -#LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +USE_BZIP2= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/textproc/ruby-libxml/distinfo b/textproc/ruby-libxml/distinfo index 67b743172bb2..b4584dbcce68 100644 --- a/textproc/ruby-libxml/distinfo +++ b/textproc/ruby-libxml/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-libxml-20020709.tar.gz) = 5f3c7c31a6f23b23c65cc3b8cc0e92d1 +MD5 (ruby/libxml-0.3.0.tar.bz2) = ffa58d6e15cb8f1f84465267aa2837e8 diff --git a/textproc/ruby-libxml/pkg-comment b/textproc/ruby-libxml/pkg-comment index c0445b1a31f8..2816e2b30f88 100644 --- a/textproc/ruby-libxml/pkg-comment +++ b/textproc/ruby-libxml/pkg-comment @@ -1 +1 @@ -A libxml2 binding for Ruby with both libxml and Ruby APIs +A friendly API to libxml for Ruby diff --git a/textproc/ruby-libxml/pkg-descr b/textproc/ruby-libxml/pkg-descr index ce04c0a55cb3..6a07f1165b73 100644 --- a/textproc/ruby-libxml/pkg-descr +++ b/textproc/ruby-libxml/pkg-descr @@ -1,8 +1,9 @@ -ruby-libxml provies a clean, Ruby-style interface into the libxml2 -library. None of the power and granularity of libxml's data -structures are lost with the API (that glosses over the low-level XML -structures). +ruby-libxml provies a clean and fast Ruby interface into the libxml2 +library. All of the power and granularity of libxml's data +structures should be available. Those wanting a user friendly API +that follows the Ruby-way of doing things should be pleasantly +surprised. Author: Sean Chittenden <sean@chittenden.org> -WWW: http://cvsweb.rubydoc.org/cgi-bin/cvsweb.cgi/projects/ruby-libxml/?cvsroot=rubynet +WWW: http://www.rubynet.org/modules/xml/libxml/ diff --git a/textproc/ruby-libxml/pkg-plist b/textproc/ruby-libxml/pkg-plist index 3bc636cf3eb4..b9ab468d0005 100644 --- a/textproc/ruby-libxml/pkg-plist +++ b/textproc/ruby-libxml/pkg-plist @@ -1 +1 @@ -%%RUBY_SITEARCHLIBDIR%%/libxml.so +%%RUBY_SITEARCHLIBDIR%%/xml/libxml.so |