summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool
AgeCommit message (Collapse)AuthorFilesLines
2017-05-30* Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value.taca1-2/+1
2017-04-22Remove 18 from RUBY_VERSIONS_ACCEPTED.taca1-2/+2
2016-09-08Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow thejoerg1-2/+2
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2016-03-14remove references to ruby200tnn1-2/+2
2015-12-30Add support for ruby23.taca1-2/+2
2015-11-23Remove 193 from RUBY_VERSION_SUPPORTED.taca1-2/+2
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.
2015-06-14ruby-rdtool/buildlink3.mk is no longer used.taca1-19/+0
2015-06-08Trying to fix run time problem noted by joerg@.taca3-6/+6
Bump PKGREVISION.
2015-06-08Fix DEPENDS spelling (hi taca!).joerg1-2/+2
2015-06-04* Relax dependency to argv[0].taca6-14/+38
* Add support for pkg_alternatives. * Add rdtool.mk to use instead of buildlink3.mk.
2015-05-17Add Ruby 2.2 to RUBY_VERSION_SUPPORTEDsevan1-2/+2
2015-03-13Allow build with ruby18. I forgot to commit from 4 days ago...taca1-1/+3
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).