Commit graph

162949 commits

Author SHA1 Message Date
taca
23de78c73b * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update MASTER_SITES.
* Add LICENSE.
* Remove default value of GEM_BUILD.

== 3.4.1 (2005-11-20)
  * [CHANGE] do not apply *.rb filter for lib/**.
  * [CHANGE] updates "#!/usr/bin/env ruby" on --shebang=ruby (it is default).
  * [fix] --shebang option did not work.
  * [fix] --without-ext option did not work.
  * [fix] default --rubypath value should include file extension. (Thanks U.Nakamura)
  * [fix] task SHOW, SETUP, TEST, CLEAN, DISTCLEAN with any argument wrongly caused exception.
2010-09-10 06:26:00 +00:00
taca
904bfbdd2c Update devel/ruby-rspec to 1.3.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.
* Add CONFLICTS since it will install the same name commands both

Changes are too may to write here, please refer:

	http://rspec.info/documentation/changes-rspec.html
2010-09-10 06:25:05 +00:00
taca
0ac9043254 Update devel/ruby-rgl pacakge to 0.4.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.


2008-08-28 01:36  javanthropus

	* ChangeLog (tags: REL_0_4_0): pre-tag commit

2008-08-28 01:36  javanthropus

	* Rakefile (tags: REL_0_4_0): Update rdoc2rf task to use rsync and
	  more generic remote path specification

2008-08-27 23:30  javanthropus

	* lib/rgl/base.rb (tags: REL_0_4_0): Preparing for 0.4.0 release

2008-08-26 20:07  javanthropus

	* lib/rgl/dot.rb, lib/rgl/rdot.rb, tests/TestRdot.rb: Move the DOT
	  module into the RGL module

	  * This eliminates a class conflict with the DOT module from rdoc
	  when building RGL's documentation * Also remove the superfluous
	  DOT prefixes from class names in the DOT module

2008-08-24 06:16  javanthropus

	* Rakefile: Remove some comments I accidentally left in while
	  testing rdoc functionality

2008-08-24 06:03  javanthropus

	* Rakefile, lib/rgl/transitiv_closure.rb, lib/rgl/transitivity.rb,
	  tests/TestTransitiveClosure.rb, tests/TestTransitivity.rb:
	  Feature 21641: Added transitive reduction functionality

	  * Updated the gem description to announce this functionality *
	  Moved the transitive closure functionality into the
	  transitivity.rb file along with the transitive reduction
	  funtionality * Modifed the transitiv_closure.rb file to simply
	  load the transitivity.rb file for backward compatibility * Moved
	  all transitivity tests into TestTransitivity.rb

2008-08-23 15:45  javanthropus

	* lib/rgl/condensation.rb, lib/rgl/transitiv_closure.rb,
	  tests/TestTransitiveClosure.rb: Defect 21630: Fixed transitive
	  closure

	  * The fix is based on the algorithm described in the
	  documentation for the implementation of transitive closure in
	  Boost * Along with the fix, performance is improved to O(|V||E|)
	  * This implementation needs graph condensation, so that function
	  was added as well * More tests were added to cover more corner
	  cases

2008-08-23 05:40  javanthropus

	* tests/TestGraph.rb: Update basic graph tests to account for
	  graphs with edgeless vertices Also clean up some minor formatting
	  and assertion issues

2008-08-23 05:37  javanthropus

	* lib/rgl/adjacency.rb: Defect 21609: Fix the to_adjacency method
	  to preserve edgeless vertices

2008-03-18 15:03  javanthropus

	* lib/rgl/rdot.rb, tests/TestRdot.rb: More reliably detect and
	  handle newlines embedded within IDs and labels
2010-09-10 06:21:16 +00:00
sno
dd619733f3 Updated mail/p5-Email-MIME to 1.905 2010-09-10 06:21:09 +00:00
sno
cd028bedc2 Updating mail/p5-Email-MIME from 1.904 to 1.905
Upstream changes:
1.905   2010-09-06
        fix a long-standing bug that prevent walk_parts from reaching all parts
        (thanks, Erik Logtenberg)
2010-09-10 06:20:28 +00:00
taca
3af24b55e5 * Add LICENSE. 2010-09-10 06:20:13 +00:00
taca
b96a14fdf9 Add a patch to support both ruby18 and ruby19.
No functional change.
2010-09-10 06:19:50 +00:00
obache
59780d2870 Imported most of missing xorg font packages. 2010-09-10 06:18:42 +00:00
taca
10407239bf Update devel/ruby-rcov to 0.9.8.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.

Changes are too may to write here, but it seems to support Ruby 1.9 as well.
2010-09-10 06:18:16 +00:00
obache
7d2616cf89 fix a entry mame. 2010-09-10 06:16:11 +00:00
taca
bd6ddb3345 Update devel/ruby-rbtree to 0.3.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.


2009-11-14  OZAWA Takuma

	* version 0.3.0 released.

2009-11-10  OZAWA Takuma

	* rbtree.c: applied patches for Ruby 1.9 by Florian Gilcher and
	Nobu Nakada. Thanks.
	http://redmine.ruby-lang.org/issues/show/2348

	* test.rb: ditto.

	* extconf.rb: ditto.

	* extconf.rb: remove options for only gcc.

	* test.rb (test_inspect): correct recursion tests.

	* rbtree.c (rbtree_to_s_recursive): should return if recursive.

	* test.rb (test_to_s): add recursion tests.
2010-09-10 06:15:47 +00:00
sno
5dd6f84a6a Updated mail/p5-Email-MessageID to 1.402 2010-09-10 06:14:46 +00:00
taca
9ac8a3ba0e * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 06:12:58 +00:00
taca
a31a6025d6 Update devel/ruby-polyglot to 0.3.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.

No change are available.
2010-09-10 06:12:17 +00:00
obache
3f79ae1287 :+ font-arabic-misc, font-cronyx-cyrillic, font-micro-misc, font-misc-cyrillic, font-misc-ethiopic, font-misc-meltho, font-schumacher-misc, font-screen-misc, font-sun-misc, font-winitzki-cyrillic, font-xfree86-type1 2010-09-10 06:10:23 +00:00
taca
8d4d7378c5 Update devel/ruby-pathname2 to 1.6.3.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.

== 1.6.3 - 2-Oct-2009
* Updated Windows platform handling code to include mingw and cygwin.
* Added the :gem rake task.
* Minor gemspec updates.
* Some minor test suite updates.

== 1.6.2 - 4-Aug-2009
* Now compatible with Ruby 1.9.x.
* License changed to Artistic 2.0.
* Added the Pathname.pwd method as a synonym for Pathname.new(Dir.pwd).
* Modified Pathname#dirname so that you can specify a level that indicates
  how many levels up you want to retrieve. For example, if your path was
  '/usr/local/bin', then path.dirname(2) would return '/usr'.
* Now compatible with Ruby 1.9.x.
* Bumped required version of the facade library to 1.0.4.
2010-09-10 06:08:32 +00:00
sno
7a5502d6e6 Updating mail/p5-Email-MessageID from 1.401nb1 to 1.402
pkgsrc changes:
- add license definition

Upstream changes:
1.402     2010-07-14
          improve documentation of in_brackets
2010-09-10 06:08:05 +00:00
taca
7d44eadcc3 Update devel/ruby-parsetree to 3.0.6.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update dependency according to gemspec.


=== 3.0.6 / 2010-09-01

* 1 bug fix:

  * fixed requires (e-tobi)

=== 3.0.5 / 2010-03-27

* 1 bug fix:

  * Fixed NODE_METHOD but also commented that you shouldn't ever see it naturally (tmm1)
2010-09-10 06:07:32 +00:00
taca
82029ee01d Add CONFLICTS pattern between "ruby18-" and "ruby19-". 2010-09-10 06:06:27 +00:00
schnoebe
ff7a3f2c80 Correct the userid on schnoebe's updates from 'eric' to 'schnoebe'. 2010-09-10 06:05:26 +00:00
taca
8240721869 Update devel/ruby-parser to 2.0.5.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.

=== 2.0.5 / 2010-09-01

* 1 minor enhancement:

  * Started merging like lexical cases to try to squeeze some optimization out
2010-09-10 06:05:17 +00:00
taca
542439f1bd * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 06:04:02 +00:00
schnoebe
3ed8204b0b Updated net/p5-SNMP_Session to 1.13 2010-09-10 06:03:26 +00:00
taca
a567c58517 Make sure to update distinfo. 2010-09-10 06:03:19 +00:00
taca
d9c2b53a16 Update devel/ruby-ncurses to 1.2.4.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Don't install by gem.
* Add patch to support both ruby18 and ruby19.
2010-09-10 06:02:57 +00:00
obache
b22d53e64f Added fonts/font-xfree86-type1 version 1.0.2 2010-09-10 06:02:38 +00:00
schnoebe
e4fc3d9b80 Bring forward about 2 years, to 1.13:
2008-03-19  Simon Leinen  <simon.leinen@switch.ch>

	* lib/SNMP_Session.pm: Improved initialization of the flags for
	non-blocking behavior in receive_response_3().  The __DIE__ and
	__WARN__ signal handlers should be bound to the defaults, because
	the caller might be binding those and get in our way.  Also, we
	only want to compute the flags once, on initialization.

2007-12-22  Simon Leinen  <simon.leinen@switch.ch>

	* lib/SNMP_util.pm, lib/SNMP_Session.pm, lib/BER.pm:
	Upgraded to Artistic License 2.0.

	Copyright notice updated for 2008.

	* Artistic: Upgraded to Artistic License 2.0, from

http://svn.perl.org/viewcvs/parrot/trunk/LICENSE?view=markup&rev=19096

2007-11-01  Simon Leinen  <simon.leinen@switch.ch>

	* lib/SNMP_util.pm: New MIB parsing code from Mike Mitchell.

2007-10-13  Simon Leinen  <simon.leinen@switch.ch>

	* lib/SNMP_Session.pm ($VERSION):
	Upgraded to 1.11, to pick up change to SNMP_util.pm.

	* changes.html: Document loop detection fix in SNMP_util.pm.

	* faq.html, index.html: Updated my e-mail address.

	* README, README.SNMP_util, lib/SNMP_Session.pm, lib/SNMP_util.pm,
	changes.html: Changed Tobi Oetiker's mail address.

	* README, index.html: Changed MRTG URL.

	* lib/SNMP_util.pm: [All changes from Mike Mitchell]

	Global replace || => or, && => and, to avoid precedence errors.

	(snmpwalk_flg): Improved loop detection.

2007-10-13  Simon Leinen  <simon.leinen@switch.ch>

	* lib/SNMP_Session.pm ($VERSION): Upgraded to 1.11, to pick up
	change to SNMP_util.pm.

	* README, README.SNMP_util, changes.html, lib/SNMP_Session.pm:
	Changed Tobi Oetiker's mail address.

	* lib/SNMP_util.pm: [All changes from Mike Mitchell]

	Changed Tobi Oetiker's mail address.

	Global replace || => or, && => and, to avoid precedence errors.

	(snmpwalk_flg): Improved loop detection.

	* README: Changed MRTG URL.

2007-05-18  Simon Leinen  <simon.leinen@switch.ch>

	* README, changes.html, index.html: Updated copyright.

	* lib/SNMP_util.pm (Check_OID):
	Fix regexp for qualified OID case (Mike Mitchell).

2007-05-03  Simon Leinen  <simon.leinen@switch.ch>

	* lib/SNMP_Session.pm: Added Mike Fischer as a contributor.

	($VERSION): Incremented to 1.10.

	(receive_response_3): Added optional "dont_block" argument.  If
	this is present and non-zero, pass MSG_DONTWAIT to the recv()
	call.  MSG_DONTWAIT is wrapped in an eval, to avoid breaking the
	code on systems that don't have the flag.

	(request_response_5): Pass dont_block=1 to receive_response_3.
	According to Mike Fisher, Linux sometimes blocks on recv() even
	though a select() for readability has returned, for example when a
	checksum fails.

2007-05-03  Simon Leinen  <simon.leinen@switch.ch>

	* lib/SNMP_Session.pm: Added Mike Fischer as a contributor.

	($VERSION): Incremented to 1.10.

	(receive_response_3): Added optional "dont_block" argument.  If
	this is present and non-zero, pass MSG_DONTWAIT to the recv()
	call.  MSG_DONTWAIT is wrapped in an eval, to avoid breaking the
	code on systems that don't have the flag.

	(request_response_5): Pass dont_block=1 to receive_response_3.
	According to Mike Fisher, Linux sometimes blocks on recv() even
	though a select() for readability has returned, for example when a
	checksum fails.

2007-01-06  Simon Leinen  <simon.leinen@switch.ch>

	* lib/BER.pm: Updated copyright notice.

	(pretty_print): Use PDU names according to RFC3416.

2006-12-21  Simon Leinen  <simon.leinen@switch.ch>

	* test/cricket-genconf-sensor:
	Try to install newly generated configuration, where possible.

	* test/cricket-genconf-sensor: Added header comment.

	* test/cricket-genconf-sensor: New script.

2006-12-15  Simon Leinen  <simon.leinen@switch.ch>

	* test/entls (router_pretty_name):
	New subroutine, greps RANCID configuration file
	for `hostname' command.  Caches the result so that files are only
	opened once.

	(print_physical): Use new forms of per-router defaults.

	* test/entls:
	Changed so that `-t' generates a Cricket configuration file to measure
	all transceivers that support DOM (Digital Optical Monitoring).  This
	involves some structural changes.

	(print_phys_tree): Implemented in terms of the new
	`print_phys_tree_1'.

	(print_phys_tree_1): Maintain a stack of parent nodes when traversing
	the node tree.  This stack is stored in each node's `parent_stack'
	slot, and can be used by the node class' `tostring' method.

	* test/entls ($print_vendor_type, $print_ent_physical_index):
	New variables.

	(Entity::PhysicalEntry::tostring): Added optional printing of index
	and entPhysicalVendorType, controlled by the above variables.

2006-10-12  Simon Leinen  <simon.leinen@switch.ch>

	* lib/SNMP_Session.pm, lib/BER.pm: Updated copyright string.

2006-08-06  Simon Leinen  <simon.leinen@switch.ch>

	* faq.html:
	Updated SNMPv3 text, mentioning that SNMPv3 is supported by MRTG 2.13
	and up, using Net::SNMP.

	* lib/SNMP_util.pm (snmpLoad_OID_Cache):
	Strip single or double quotes around the OID and
	value.  This allows us to read SunNet Manager OID files, which are
	also distributed by e.g. Cisco (ftp://ftp.cisco.com/pub/mibs/oid).
	Idea by Jan van Keulen, code cleanup by Mike Mitchell.

2006-07-13  Simon Leinen  <simon.leinen@switch.ch>

	* lib/SNMP_Session.pm ($VERSION): Incremented to 1.08.

	* lib/SNMP_Session.pm (BEGIN):
	Bind the __DIE__ signal handler, so that detection of IPv6
	capability works even when someone else has bound that handler.
	(Patch from Tobi Oetiker.)

2006-04-09  Simon Leinen  <simon.leinen@switch.ch>

	* lib/SNMP_Table.pm (snmp_row_to_object): Added.

2006-04-05  Simon Leinen  <simon.leinen@switch.ch>

	* test/trap-listener: Added prettyfication of OIDs.

	Suppressed less-than-useful output such as the trap community or the
	source port.

2006-03-16  Simon Leinen  <simon.leinen@switch.ch>

	* README: Update copyright notice for 2006.

2006-02-17  Simon Leinen  <simon.leinen@switch.ch>

	* test/entls: New "entls" script.
2010-09-10 06:02:31 +00:00
obache
14f1da631a Import font-xfree86-type1-1.0.2 as fonts/font-xfree86-type1.
This are the Type1 versions of the XFree86 cursor font.

This is from the modular Xorg project.
2010-09-10 06:02:23 +00:00
sno
2d102c5c70 Updating www/p5-Rose-HTML-Objects from 0.606.1nb1 to 0.607
pkgsrc changes:
- adjust notation for dependencies without minimum version

Upstream changes:
0.607 (04.28.2010) - John Siracusa <siracusa@gmail.com>
    * Moved version number back to three places after the decimal in order
      to placate Unix package management systems.
2010-09-10 06:01:58 +00:00
obache
1d936c2d55 Added fonts/font-winitzki-cyrillic version 1.0.1 2010-09-10 06:01:33 +00:00
obache
6a8891597f Import font-winitzki-cyrillic-1.0.1 as fonts/font-winitzki-cyrillic.
This are the PCF versions of the Winitzki Cyrillic fonts.

This is from the modular Xorg project.
2010-09-10 06:01:22 +00:00
obache
6c8674a256 Added fonts/font-sun-misc version 1.0.1 2010-09-10 06:00:39 +00:00
obache
ed80da246a Import font-sun-misc-1.0.1 as fonts/font-sun-misc.
This are the PCF versions of the Sun Open Look cursor and gryph fonts.

This is from the modular Xorg project.
2010-09-10 06:00:21 +00:00
obache
bd6a21e271 Added fonts/font-screen-cyrillic version 1.0.2 2010-09-10 05:59:28 +00:00
taca
e2e55585fd * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:59:27 +00:00
taca
73aacae921 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
2010-09-10 05:59:06 +00:00
sno
7e2df1e532 Updated mail/p5-Email-Valid to 0.184 2010-09-10 05:58:15 +00:00
obache
4a7e671652 Import font-screen-cyrillic-1.0.2 as fonts/font-screen-cyrillic.
This are the PCF versions of the Screen Cyrillic fonts.

This is from the modular Xorg project.
2010-09-10 05:58:07 +00:00
taca
76f86563b5 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE (but unkown).
* Remove default value of GEM_BUILD.
2010-09-10 05:57:24 +00:00
sno
048f668584 Updating mail/p5-Email-Valid from 0.182nb1 to 0.184
Upstream changes:
0.184     2010-06-10
          initialize Net::DNS resolver earlier
          (address RT #56828, thanks mschout @ github)

0.183_001 2009-10-05
          reject addresses with any octets that are &128
          (address RT #50230, thanks Adriano Ferreira and Graham Barr)
2010-09-10 05:57:21 +00:00
taca
dfff6502ba * Update HOMEPAGE.
* Add LICENSE.
* Add a patch to support both ruby18 and ruby19.
2010-09-10 05:56:34 +00:00
obache
9cfa5b2321 Added fonts/font-schumacher-misc version 1.1.0 2010-09-10 05:54:22 +00:00
taca
1bb9b32364 Update devel/ruby-log4r to 1.1.8.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.

Changes may be too may, please refer http://log4r.rubyforge.org/.
2010-09-10 05:54:13 +00:00
obache
56e3e9b7c2 Import font-schumacher-misc-1.1.0 as fonts/font-schumacher-misc.
This are the PCF versions of the Schumacher Miscellaneous fonts for
75dpi displays.

This is from the modular Xorg project.
2010-09-10 05:54:09 +00:00
obache
10d3b75015 Added fonts/font-misc-meltho version 1.0.1 2010-09-10 05:53:00 +00:00
obache
b6d75cd059 Import font-misc-meltho-1.0.1 as fonts/font-misc-meltho.
This are the OTF versions of the Miscellaneous Meltho fonts.

This is from the modular Xorg project.
2010-09-10 05:52:47 +00:00
taca
75166f91c1 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
2010-09-10 05:52:09 +00:00
obache
f10112cbef Added fonts/font-misc-ethiopic version 1.0.1 2010-09-10 05:51:44 +00:00
taca
78f0f03553 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
2010-09-10 05:51:37 +00:00
obache
3fa927fe07 Import font-misc-ethiopic-1.0.1 as fonts/font-misc-ethiopic.
This are the TTF and OTF versions of the Miscellaneous Ethiopic fonts.

This is from the modular Xorg project.
2010-09-10 05:51:30 +00:00