summaryrefslogtreecommitdiff
path: root/textproc/ruby-xmlparser
AgeCommit message (Collapse)AuthorFilesLines
2015-12-13Update ruby-xmlparser to 0.7.3.taca3-9/+9
Changes of version 0.7.3 fix PARAM_ENTITY_PARSING_* constants. fix gemspec for Ruby 2.0. Changes of version 0.7.2 revert once removed digest.rb.
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-1/+2
2010-09-10Update textproc/ruby-xmlparser to 0.7.1.taca4-79/+64
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add PKG_DESTDIR_SUPPORT. * Ajust new ruby package's framework. Changes of version 0.7.1 * convert the encoding of an input string automatically (Ruby 1.9.1). Changes of version 0.7.0 * suppot Ruby 1.9.1. * remove some experimental libraries. * remove all example programs.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2008-06-19Bump PKGREVISION of rubygem based packages which contain extention libraries.taca1-1/+2
2008-04-06Remove MASTER_SITES since now it use RubyGems' MASTER_SITES.taca1-2/+1
2008-04-04Update ruby-xmlparser to version 0.6.81. Changes from version 0.6.8.1jlam5-147/+87
include: + Install as a Ruby gem. * Fix bug in openInputStream().
2007-01-28Fix permission of some directories in examples.taca1-2/+3
2006-09-07Sort PLIST.taca1-9/+9
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-2/+2
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-4/+4
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2005-11-02Bump PKGREVISION of packages including ruby extention librarytaca1-1/+2
by Ruby 1.8.3 updates.
2005-06-25Update ruby-xmlparser package to 0.6.8.1.taca3-36/+8
- Avoid C90'ism from code; content of patch-ab was merged.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-2/+2
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca1-1/+3
Bump PKG_REVISION.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca1-2/+2
2004-11-28Initial import of ruby-xmlparser 0.6.8 pacakge.taca6-0/+185
Ruby-xmlparse is a module to access to James Clark's XML Parser Toolkit "expat" (http://www.jclark.com/xml/expat.html) from Ruby. It is used by net/ruby-xmlrpc4r pakcage.