<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/ruby-optparse, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-11-28T06:01:43Z</updated>
<entry>
<title>Migrate ruby-optparse to use new framework for Ruby packages and</title>
<updated>2004-11-28T06:01:43Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2004-11-28T06:01:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ce16509034c491f70fec99a0a851f67e88ccadb6'/>
<id>urn:sha1:ce16509034c491f70fec99a0a851f67e88ccadb6</id>
<content type='text'>
mark this package is only for ruby16.

Also trivial manual page fix, too.
</content>
</entry>
<entry>
<title>Update MASTER_SITES and HOMEPAGE which isn't available any more.</title>
<updated>2004-10-13T16:08:47Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2004-10-13T16:08:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3c710171680b670ff634f3ee2a806ecdd7f45889'/>
<id>urn:sha1:3c710171680b670ff634f3ee2a806ecdd7f45889</id>
<content type='text'>
Fix PR pkg/27244.
</content>
</entry>
<entry>
<title>Add ruby to CATEGORIES.</title>
<updated>2004-03-16T02:01:09Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2004-03-16T02:01:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8271502bd6cea9d39023968fb7778564faa8d5a0'/>
<id>urn:sha1:8271502bd6cea9d39023968fb7778564faa8d5a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve HOMEPAGE's URL a little bit.</title>
<updated>2003-08-30T07:55:22Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2003-08-30T07:55:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3b7c85a14fbbeeccf59ae0c351bdf0127197e977'/>
<id>urn:sha1:3b7c85a14fbbeeccf59ae0c351bdf0127197e977</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-optparse package to 0.12.</title>
<updated>2003-08-30T07:42:58Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2003-08-30T07:42:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ca56991edce520b8d5e16d1f1672d6a2b88511bb'/>
<id>urn:sha1:ca56991edce520b8d5e16d1f1672d6a2b88511bb</id>
<content type='text'>
Fri Jan 31 02:44:08 2003  Nobuyoshi Nakada  &lt;nobu.nokada@softhome.net&gt;

	* optparse.rb (OptionParser::define): renamed from new.

Fri Jan 31 01:55:02 2003  Nobuyoshi Nakada  &lt;nobu.nokada@softhome.net&gt;

	* optparse.rb (OptionParser::List::accept): default pattern must
	  not be nil.

	* optparse.rb (OptionParser::new_tail): arguments forgotten.

	* optparse.rb (OptionParser::inc, OptionParser::terminate): use
	  Kernel#class instead of deprecated Kernel#type.

	* optparse.rb (OptionParser::ParseError::inspect): ditto.

	* optparse.rb (OptionParser::ParseError::reason): ditto.

Thu Jan 30 16:46:43 2003  Nobuyoshi Nakada  &lt;nobu.nokada@softhome.net&gt;

	* optparse.rb (OptionParser::Switch::PlacedArgument): added.  if
	  the next argument doesn't start with '-', use it as the value.

	* optparse.rb (OptionParser::make_switch): fixed a bug of pattern.

	* optparse.rb (Array): no need to guard.

	* test_optparse.rb: added.

Sun Dec  1 23:04:03 2002  Nobuyoshi Nakada  &lt;nobu.nokada@softhome.net&gt;

	* optparse.rb (OptionParser::new): same as OptionParser#on but
	  returns new OptionParser::switch.

Thu Aug  8 09:40:05 2002  Nobuyoshi Nakada  &lt;nobu.nokada@softhome.net&gt;

	* optparse.rb (NilClass): must provide conversion block.

	* optparse.rb (String): ditto.

Wed Aug  7 21:22:41 2002  Nobuyoshi Nakada  &lt;nobu.nokada@softhome.net&gt;

	* optparse.rb (OptionParser::Completion::convert): returned all
	  values not first one.

	* optparse.rb (OptionParser::Switch::parse): return values as is.

	* optparse.rb (OptionParser::order): ditto.

	* optparse/time.rb: prior time.rb.

	* optparse/uri.rb: ditto.

Sat Mar 23 16:33:54 2002  Nobuyoshi Nakada  &lt;nobu.nakada@nifty.ne.jp&gt;

	* optparse.rb (OptionParser::switch): fixed `no' prefixed option.

Sat Mar 23 05:50:28 2002  Nobuyoshi Nakada  &lt;nobu.nakada@nifty.ne.jp&gt;

	* opttest.rb: use instance variables.

	* opttest.rb: add Time example.

Mon Mar 18 03:24:02 2002  Nobuyoshi Nakada  &lt;nobu.nakada@nifty.ne.jp&gt;

	* install.rb: changed manual suffix to 3r.

	* install.rb: default docdir with Revision.

Sun Mar 17 19:29:41 2002  Nobuyoshi Nakada  &lt;nobu.nakada@nifty.ne.jp&gt;

	* install.rb: added options, --man-install, --doc-install,
	  --compression, --prefix, --list-only.

	* optparse.rb (OptionParser::Switch::-@): removed.

	* optparse.rb (OptionParser::List::update): added negated switch
	  argument.

	* optparse.rb (OptionParser::banner): no newline at end of default
	  banner, for easy concatination.

	* optparse.rb (OptionParser::to_str): append a newline unless
	  teminated by it.

	* optparse.rb (OptionParser::switch): make negated switch here as
	  NoArgument.

	* optparse.rb (OptionParser::order): not use $1, $2 and so on,
	  thread unsafe special variables as possible.

	* optparse.rb (Acceptable argument class): no argument for
	  (({Object})) came true, previous behavior is for (({NilClass}))
	  now.

	* optparse.spec: many changes.
</content>
</entry>
<entry>
<title>s/netbsd.org/NetBSD.org/</title>
<updated>2003-07-17T21:31:04Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2003-07-17T21:31:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=86b1aded8c3dd192d07546fb2d7a5cb8eeb4596f'/>
<id>urn:sha1:86b1aded8c3dd192d07546fb2d7a5cb8eeb4596f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop trailing whitespace.  Ok'ed by wiz.</title>
<updated>2003-05-06T17:40:18Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2003-05-06T17:40:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5a79423b6feb188f48299ebbaf981575b33d3f48'/>
<id>urn:sha1:5a79423b6feb188f48299ebbaf981575b33d3f48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-optparse package to 0.8.6.  Changes from 0.8.3 are below.</title>
<updated>2001-12-30T17:09:14Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2001-12-30T17:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a7734552308813b4ebe2dcde1d28e0a0d465f6e9'/>
<id>urn:sha1:a7734552308813b4ebe2dcde1d28e0a0d465f6e9</id>
<content type='text'>
Wed Dec 12 00:14:12 2001  Nobuyoshi Nakada  &lt;nobu.nakada@nifty.ne.jp&gt;

	* optparse.rb (OptionParser::switch): fix for String#select.

Thu Aug 23 20:11:52 2001  Nobuyoshi Nakada  &lt;nobu.nakada@nifty.ne.jp&gt;

	* optparse.rb (Revision): changed versioning method.

Thu Aug 23 19:46:27 2001  Nobuyoshi Nakada  &lt;nobu.nakada@nifty.ne.jp&gt;

	* optparse.rb (OptionParser::Switch::summarize): returns self.

	* optparse.rb (OptionParser::order): now (({while})) returns
	  value.
</content>
</entry>
<entry>
<title>Move pkg/ files into package's toplevel directory</title>
<updated>2001-11-01T00:57:41Z</updated>
<author>
<name>zuntum</name>
<email>zuntum</email>
</author>
<published>2001-11-01T00:57:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0b6b506536c1ff50f1531d26be2fccfe86c74335'/>
<id>urn:sha1:0b6b506536c1ff50f1531d26be2fccfe86c74335</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various changes: mostly removing 'WWW:' lines, since that's what we have</title>
<updated>2001-09-08T01:51:59Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2001-09-08T01:51:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7322d0a1a4cf435b861d7c27a84b59f136a0bdbf'/>
<id>urn:sha1:7322d0a1a4cf435b861d7c27a84b59f136a0bdbf</id>
<content type='text'>
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
</content>
</entry>
</feed>
