summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool
AgeCommit message (Collapse)AuthorFilesLines
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.
2002-02-04Update ruby-rdtool package to 0.6.11. It also updates devel/ruby-rd-modetaca6-54/+17
package implicitly. 0.6.11 * support Ruby 1.4.6. thanks. > Aoki-san * now `=begin' and `=end' are omitable. thanks. > Nakada-san * changed to omit <p>...</p> for some ListItem. * added `class="foottext"' attribute to <p> element for foottext. thanks. > Kimura-san * bug fix. thanks. > \ay-san, rubikitch-san, Tamura-san * added rd-mode-hook in rd-mode.el. changed key-binding. thanks. > Komiya-san * rd-intelligent-new-line (\M-RET) in rd-mode.el. thanks > Usui-san, Nakada-san
2002-01-05Fix it compile, ruby-rdtool requires explicit dependency to ruby-amstdtaca1-1/+3
package now.
2002-01-03Remove dependency to ruby-amstd package.taca1-3/+1
2002-01-03Apply footnote patch and bump PKGREVISION (ruby-rdtool-0.6.10nb1).taca3-2/+17
From [ruby-list:32471] on ruby-list@ruby-lang.org.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-1/+0
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-07-11Don't try to format another packages's document files since ruby-optparsetaca2-13/+2
package now install formated HTML files.
2001-07-04define USE_RUBY using "?=" instead of "=".taca1-2/+2
2001-07-04define USE_RUBY_RD implies USE_RUBY.taca1-1/+2