summaryrefslogtreecommitdiff
path: root/devel/ruby-rcsparse/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-05-26Update to 0.0.0.46.ryoon1-9/+10
* Update HOMEPAGE and MASTER_SITES. * Supported ruby version is 1.8.x only. Changelog: * bugfixes
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-1/+2
2009-08-08Update to 45:wiz1-3/+3
do not treat a failed rcscheckout() as system failure A failed checkout is not necessarily caused by a solid system error, but can be also caused by a faulty RCS file. Do not use rb_sys_fail(), since it will abort() if errno == 0. Instead, simply raise a RuntimeError. Reported-by: Brad King check deltas for correctness before applying We can not blindly trust the RCS file to contain correct deltas. We have to verify that the chunks (especially deletes) make sense and operate on existing lines. Reported-by: Brad King
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+1
block). Uncomment some commented out LICENSE lines while here.
2009-02-24Drop maintainership.wiz1-2/+2
2009-02-15Update to 0.0.43:wiz1-4/+4
Don't segfault on malformed RCS files. Mark user-destdir ready while here.
2008-06-19Switch to use vendor_dir with Ruby 1.8.7.taca1-1/+2
Bump PKGREVISION.
2008-05-21Update to 0.0.0.42:wiz1-3/+3
Don't segfault on invalid RCS files.
2007-08-06Update to 0.41:wiz1-3/+3
38: Add test target to check out all rcs revs. 39: Keep all delta stringinfos cached while running down the file when creating a checkout. 40: Cache delta handling as well. 41: Use rcsparsetext also to obtain the log. Fix bug when running down the revs.
2007-04-21Switch from date-based to changeset-based version number.wiz1-5/+6
Get DISTFILE from original MASTER_SITE. (effectively a package version downgrade, but it is only a few hours old.)
2007-04-21Initial import of ruby-rcsparse-0.0.0.20070218:wiz1-0/+19
A Ruby library for parsing RCS files.