aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rdtool
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories [t-u])Mathieu Arnold2019-08-141-2/+6
| | | | Notes: svn path=/head/; revision=508910
* 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-4/+2
| | | | | | | | | | 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
* - Fix shebang fixing by specifying correct old ruby cmdDmitry Marakasov2015-10-231-1/+2
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q4 (blanket) Notes: svn path=/head/; revision=400025
* - Fix shebangsDmitry Marakasov2015-08-141-1/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=394206
* 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
* - Add LICENSESunpoet Po-Chuan Hsieh2015-05-241-5/+4
| | | | | | | | | | - Remove RUN_DEPENDS: rubygem-racc is a development dependency - Remove USE_RAKE - Remove post-install: - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=387227
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332052
* 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
* RDtool converts RD to HTML, man, etc.Steve Wills2013-06-104-0/+35
RD is a multipurpose documentation format created for documentating Ruby and output of Ruby world. Briefly, RD is to Ruby as POD is to Perl. WWW: https://github.com/uwabami/rdtool PR: ports/173375 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> Notes: svn path=/head/; revision=320428