Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 57f9139b85 Update ruby-rdoc pacakge to 3.8.
It was really needed by devel/ruby-railties, sigh.

=== 3.8 / ??

* Minor enhancements
  * RDoc::Parser::C can now discover methods on ENV and ARGF.
  * RDoc::Parser::C now knows about rb_cSocket and rb_mDL.
* Bug fixes
  * Updating Object in an ri data store with new data now removes methods,
    includes, constants and aliases.

=== 3.7 / 2011-06-27

* Minor enhancements
  * New directive :category: which allows methods to be grouped into sections
    more cleanly.  See RDoc::Markup for details.
  * Document-class for RDoc::Parser::C now supports Foo::CONST as well as
    CONST.
  * ri method output is now a comma-separated list when displayed
    interactively.  Pull Request #39 by Benoit Daloze.
  * RDoc::ClassModule#merge now prefers the argument's information over the
    receiver's (it now behaves like Hash#merge! instead of a backwards
    Hash#merge!).
  * RDoc::Markup#convert now accepts an RDoc::Markup::Document instance
  * RDoc now owns the code for generating RDoc and ri data when gems install
  * Added RDoc::RDoc::reset
  * Added RDoc::CodeObject#file_name
* Bug fixes
  * ri no longer crashes when attempting to complete a plain [.
  * ri data now tracks which file information came from so it can process
    removals and changes to:
    * Classes and Modules
    * Methods
    * Attributes
    * Includes
    * Constants
    You will need to rebuild your ri data for it to update properly.  Issue
    #21 by Sven Riedel
  * Signal and SignalException no longer clobber each other
  * RDoc::Parser::C no longer creates classes when processing aliases.
  * RDoc::Text#strip_stars handles Document-method for methods with =, ! and ?
    now.
  * RDoc::Parser::C now allows .cpp files to be used with the "in" comment on
    rb_define_method.  Bug #35 by Hanmac.
  * RDoc::Parser::Ruby no longer eats content when =begin/=end documentation
    blocks are followed by a documentable item.  Issue #41 by mfn.
  * RDoc::Markup::Formatter and subclasses now allow an optional +markup+
    parameter for adding custom markup.  The example in
    RDoc::Markup::Formatter will now work.  Issue #38 by tsilen.
  * RDoc::Parser::C can now distinguish between class methods and instance
    methods in Document-method.  Issue #36 by Vincent Batts.
  * RDoc now encodes file names in the output encoding.  Issue #33 by Perry
    Smith.
  * ri data generation for method aliases no longer duplicates the class in
    #full_name
2011-07-22 03:18:44 +00:00
archivers Fix build with newer curl. 2011-07-21 14:31:52 +00:00
audio Remove a lvalue cast in asm() to fix build with clang. 2011-07-21 15:10:11 +00:00
benchmarks Make compiler warnings non-fatal to fix the build under NetBSD-current. 2011-07-20 21:48:29 +00:00
biology recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
bootstrap order the options alphabetically - makes it much easier to see what options 2011-06-12 17:46:02 +00:00
cad Explicitly disable groff configure test, so the html man pages don't 2011-06-19 06:37:44 +00:00
chat recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
comms Fix a bunch of real world bugs that clang warns about. Fix up fix for 2011-07-21 15:35:55 +00:00
converters Update to 3.1.1 2011-07-20 19:08:14 +00:00
cross * set LICENSE (gnu-gpl-v2 AND gnu-lgpl-v2). 2011-04-16 07:47:00 +00:00
databases Declaring member functions outside classes is invalid. 2011-07-21 17:03:57 +00:00
devel Update ruby-rdoc pacakge to 3.8. 2011-07-22 03:18:44 +00:00
distfiles
doc Note update of lang/ruby18-base package to 1.8.7.334nb4. 2011-07-21 03:33:57 +00:00
editors recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
emulators - try to enable big-endian mips support (from matt@) 2011-07-17 12:49:17 +00:00
filesystems Enable georeplication 2011-07-19 07:54:30 +00:00
finance recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
fonts Update tex-stmaryrd{,-doc} to 2010. 2011-07-20 02:25:55 +00:00
games recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
geography Remove the part from patch-ac that modifies interpreter path. Not needed. 2011-07-03 21:42:24 +00:00
graphics Honour ${CC} 2011-07-21 17:04:46 +00:00
ham recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
inputmethod recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
lang Update ruby-rdoc pacakge to 3.8. 2011-07-22 03:18:44 +00:00
licenses Add amaya's license, which is BSD except for an anomalous clause about 2011-07-02 22:21:01 +00:00
mail Make sure localtime_r is present when building with clang. 2011-07-21 17:05:35 +00:00
math recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
mbone Remove patch hunks that disable --recheck in GNU configure scripts. 2011-01-25 22:22:13 +00:00
meta-pkgs Accept python 27 and 26, because just not accept 24 from py-gtk2. 2011-06-14 11:25:57 +00:00
misc - apply some "const" so this builds with new bison; from jakllsch 2011-07-22 03:03:28 +00:00
mk If the clang-cpp alias exists, use it as default CPP in pkgsrc. 2011-07-19 14:02:47 +00:00
multimedia recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
net recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
news Update pan to 0.135. 2011-06-17 13:07:53 +00:00
packages
parallel If it's going to install tcl scripts, and use REPLACE_INTERPRETER on them, 2011-07-05 01:30:52 +00:00
pkgtools Add "php" to default_acceptable_licenses. 2011-06-29 03:16:27 +00:00
print Clang build needs -fPIC too. 2011-07-21 17:06:18 +00:00
regress Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
security recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
shells Update mksh to R40. 2011-07-09 15:42:27 +00:00
sysutils recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
templates
textproc recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
time recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
wm recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
www recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
x11 Don't enumerate evil. Pass down -L* and -l* only from LDFLAGS. 2011-07-21 17:07:11 +00:00
Makefile
pkglocate Fix PR 39648: 2010-11-11 19:56:34 +00:00
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.