summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool
AgeCommit message (Collapse)AuthorFilesLines
2012-12-17Update ruby-rdtool to 0.6.38.taca2-6/+6
:0.6.38 * Fix incompatibility between Ruby1.8 and Ruby1.9 ARGF.filename return "-" if ARGV is empty on Ruby >= 1.9 Thanks to okkez!!
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-13Update ruby-rdtool to 0.6.37.taca2-6/+6
= CHANGES :0.6.37 * Fix rd2man-lib for Ruby1.9.1 :0.6.36 * Fix rd2man-lib for Ruby1.9.1, remove invalid @filename. :0.6.35 * Fix rd2man-lib for Ruby1.9.1. Thanks to Salvatore Bonaccorso. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676154
2012-06-02Update ruby-rdtool to 0.6.34.taca3-7/+12
= CHANGES :0.6.34 * Add LGPL-2.1 for setup.rb * Add rd2html-ext-lib from rubikitch. Thanks!!
2012-04-29Update ruby-rdtool to 0.6.33.taca3-11/+11
= CHANGES :0.6.33 * Typo fixed * Remove makerdtool.rb, merge Rake task. :0.6.32 * Fix for Ruby 1.9.1. Thanks to Shin-ya Murakami * Update Rakefile to create gem and .tar.gz, no longer needed jeweler. * Add RD::Version into rd/version.rb
2011-12-13Update rub-rdtool package to 0.6.31.taca3-85/+105
* Switch to use rubygem. :0.6.31 * Version bump from 0.6.21 * Change Maintainer to Youhei SASAKI * Create gem. Many thanks to Kouhei Suto!! * apply OptionParser Issue, Thanks to Masaki Hasegawa!!
2011-11-08Remove (unused) comment outed RUBY_RD_LIST.taca1-4/+1
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-10/+11
* Add LICENSE. * Tweak CONFLICTS pattern. * Make buildlink3.mk support ruby18 and ruby19.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-14/+5
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-19Add comment about include guard.joerg1-2/+2
2008-09-15Update ruby-rdtool pacakge to 0.6.22.taca3-10/+11
* Switch to use rubyforge.org as MASTER_SITES and HOMEPAGE. Changes to 0.6.21 to 0.6.22 is unknown. = CHANGES :0.6.21 * setup.rb version up -> 3.4.1 * fix for Ruby 1.9.
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca2-52/+58
Bump PKGREVISION.
2008-03-13Support user-destdir installation.jlam1-6/+8
2006-09-08Fix file name for REPLACE_RUBY.taca1-2/+2
2006-09-07Sort PLIST.taca1-3/+3
2006-07-09Update textproc/ruby-rdtool package to 0.6.20.taca2-9/+8
- pkgsrc change; update HOMEPAGE and fix one pkglint warning. :0.6.20 * corrected copyright. :0.6.19 * corrected file permission. * setup.rb version up -> 3.4.0 * remove 'changes'
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-13Merge rdversion.mk into buildlink3.mk and obsolete it.taca2-18/+9
2006-02-03Bump PKGREVISION of these packages which affected (fixed) bytaca1-1/+2
fix of REPLACE_RUBY, the impact was big or small.
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca2-7/+5
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-11Remove ruby16-* packages support.taca1-8/+1
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-09Prevent installing extra ${PREFIX}/bin/rdswap.rb. It fixes a problemtaca1-2/+4
found by bulk-build.
2005-11-03Remove supporting ruby16-base package.taca1-8/+1
2005-11-03Update textproc/ruby-rdtool package to 0.6.18 and it updatestaca6-112/+54
devel/ruby-rd-mode pacakge, too. = CHANGES :0.6.18 * bin/rd2 UTF-8 support. * support Ruby 1.9. * makerdtools.rb fixed some bugs. * fixed install dot.rd2rc problem * fixed some bugs. :0.6.17 * utils/rd-mode.el patch from <shirai@p1jp.com> :0.6.16 * utils/rd-mode.el font-face patch from HIRAOKA by MoonWolf <moonwolf@moonwolf.com> :0.6.15 * re-packaging by MoonWolf <moonwolf@moonwolf.com>
2005-10-25Specify USE_RUBY_DIST_SUBDIR appropriately after previoustaca1-1/+2
lang/ruby/rubyversion.mk changes.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-1/+2
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-16Correct some syntax of buildlink3.mk, may improve bulk build problem.taca1-8/+15
2004-12-04Change method to create RUBY_RD_LIST as rubyversion.mk's change, avoidingtaca1-3/+2
use of external command, sed(1).
2004-12-04Prevent using :ts variable modifire to work on NetBSD 1.6 again.taca1-7/+4
Thanks to Krister Walfridsson noted by private mail.
2004-12-01Clean up buildlink3.mk; fix myself to understand buildlink3...taca1-27/+10
2004-12-01Add RUBY_RD_LIST; list of possible ruby-rdtool's package names whichtaca1-1/+14
made from RUBY_VERSION_LIST.
2004-11-27Migrate ruby-rdtool to use new framework for Ruby packages.taca9-42/+106
Add patch to prevent warning with Ruby 1.8, too.
2004-04-11Re-add dependency to ruby-strscan package since ruby-rdtool packagetaca1-3/+4
depends to it at runtime. Bump package revision.
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-07Bump package revision.taca3-10/+27
- Make dependency with racc to build time only. - Remove extra dependency to ruby-strscan package.
2004-02-20Fix install error problem.taca2-5/+9
2004-02-11Remove dependency to ruby-amstd package and bump PKG_REVISION.taca3-4/+32
2003-09-10Update ruby-rdtool package to 0.6.14.taca2-5/+5
= CHANGES :0.6.14 * minor fix for Ruby 1.8. * now rd2man generates better output. (thank you, Sugiura-san.)
2003-08-30Update ruby-rdtool package to 0.6.13.taca4-21/+6
= CHANGES :0.6.13 * now tabs are expanded into spaces. * removed <p> for TextBlock in DescListItem when the TextBlock is only element of ListItem. * a line of `---\n' are now regarded as Verbatim (or TextBlock). * changed style of HTML anchors from `label:' to `label-'. * fixed rd2man for better support of multiple paragraphs. * fixed some bugs. :0.6.12 * fixed some bugs.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-10-06Make sure to close "dt" tag.taca3-2/+17
Bump to ruby-rdtool-0.6.11nb1.