From 5588ac433c5e16198a83ba26b7f493b385d15f55 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 7 Oct 2001 07:14:01 +0000 Subject: Update to 0.5.2. --- textproc/ruby-sablot/Makefile | 16 +++++++++++----- textproc/ruby-sablot/distinfo | 2 +- textproc/ruby-sablot/files/patch-aa | 17 ----------------- textproc/ruby-sablot/pkg-plist | 4 ++++ 4 files changed, 16 insertions(+), 23 deletions(-) delete mode 100644 textproc/ruby-sablot/files/patch-aa (limited to 'textproc') diff --git a/textproc/ruby-sablot/Makefile b/textproc/ruby-sablot/Makefile index 5476bd3c52cb..8c579500fbb3 100644 --- a/textproc/ruby-sablot/Makefile +++ b/textproc/ruby-sablot/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sablot -PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTVERSION= 0.5.2 CATEGORIES= textproc ruby MASTER_SITES= http://www.rubycolor.org/arc/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -27,16 +26,23 @@ CONFIGURE_ARGS= --with-sablot-lib="${LOCALBASE}" \ --with-expat="${LOCALBASE}" INSTALL_TARGET= site-install -DOCS= README doc/* +DOCS_EN= README \ + doc/sablot.html \ + doc/sablot.rd +DOCS_JA= doc/sablot_ja.html \ + doc/sablot.rd.ja post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} ${CP} -R ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/ - ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} -.for f in ${DOCS} + ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja +.for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ .endfor +.for f in ${DOCS_JA} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/ +.endfor .endif .include diff --git a/textproc/ruby-sablot/distinfo b/textproc/ruby-sablot/distinfo index 84f71deff514..370fd495feb4 100644 --- a/textproc/ruby-sablot/distinfo +++ b/textproc/ruby-sablot/distinfo @@ -1 +1 @@ -MD5 (ruby/sablot-0.5.0.tar.gz) = c9f811d68e15b104fc6af72691f280d5 +MD5 (ruby/sablot-0.5.2.tar.gz) = 2613b1ddac7f646c1a20c0f69f2c8863 diff --git a/textproc/ruby-sablot/files/patch-aa b/textproc/ruby-sablot/files/patch-aa deleted file mode 100644 index f4cdad60fee5..000000000000 --- a/textproc/ruby-sablot/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- extconf.rb.orig Sun Jun 24 07:01:40 2001 -+++ extconf.rb Thu Aug 30 12:39:31 2001 -@@ -15,10 +15,10 @@ - end - - if have_header("sablot.h") and -- (have_library("xmltok", "XmlParseXmlDecl") or -- have_library("expat", "XmlParseXmlDecl")) and -- (have_library("xmlparse", "XML_ParserCreate") or -- have_library("expat", "XML_ParserCreate")) and -+ (have_library("expat", "XmlParseXmlDecl") or -+ have_library("xmltok", "XmlParseXmlDecl")) and -+ (have_library("expat", "XML_ParserCreate") or -+ have_library("xmlparse", "XML_ParserCreate")) and - have_library("sablot", "SablotProcessStrings") - create_makefile("sablot") - STDERR.print <