aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-multi_xml
Commit message (Collapse)AuthorAgeFilesLines
* Update NOKOGIRI_DESCSunpoet Po-Chuan Hsieh2019-11-031-4/+5
| | | | Notes: svn path=/head/; revision=516572
* - Update to 0.6.0Sunpoet Po-Chuan Hsieh2016-12-092-3/+5
| | | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/sferik/multi_xml/blob/master/CHANGELOG.md https://github.com/sferik/multi_xml/commits/master Notes: svn path=/head/; revision=428188
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Remove RG linkSunpoet Po-Chuan Hsieh2015-08-131-1/+0
| | | | Notes: svn path=/head/; revision=394174
* - Remove blank line between NO_ARCH and USE_RUBYSunpoet Po-Chuan Hsieh2015-07-061-1/+0
| | | | Notes: svn path=/head/; revision=391473
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-021-0/+2
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* - Update to 0.5.5Sunpoet Po-Chuan Hsieh2014-12-243-14/+12
| | | | | | | | | | | | | - Add LICENSE - Convert to new options helper - Reformat pkg-descr - Update WWW - Take maintainership Changes: https://github.com/sferik/multi_xml/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=375412
* Reset maintainership:Baptiste Daroussin2014-12-021-1/+1
| | | | | | | | | | - Lots of maintainers timeout - unresponsive for almost a year PR: 195059 Notes: svn path=/head/; revision=373790
* - Stage safeMartin Wilke2014-01-241-1/+0
| | | | Notes: svn path=/head/; revision=340905
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update to 0.5.4Cheng-Lung Sung2013-06-272-3/+3
| | | | | | | | PR: ports/179897 Submitted by: swills@ Notes: svn path=/head/; revision=321835
* - Update to 0.5.3Steve Wills2013-06-032-3/+3
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=319747
* - adopt optionsNGJason Helfman2013-03-211-8/+6
| | | | | | | | | - trim historical header Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314787
* - Update to 0.4.1Cheng-Lung Sung2011-09-292-3/+3
| | | | Notes: svn path=/head/; revision=282609
* - Update to 0.2.2Cheng-Lung Sung2011-03-222-3/+3
| | | | Notes: svn path=/head/; revision=271450
* - Update to 0.2.1Cheng-Lung Sung2011-03-092-3/+3
| | | | Notes: svn path=/head/; revision=270540
* rubygem-multi_xmlCheng-Lung Sung2011-03-043-0/+37
A generic swappable back-end for XML parsing. Lots of Ruby libraries utilize XML parsing in some form, and everyone has their favorite XML library. In order to best support multiple XML parsers and libraries, multi_xml is a general-purpose swappable XML backend library. WWW: http://rubygems.org/gems/multi_xml Notes: svn path=/head/; revision=270259