Commit graph

162925 commits

Author SHA1 Message Date
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
obache
51842a0780 Added fonts/font-misc-cyrillic version 1.0.1 2010-09-10 05:50:44 +00:00
taca
7abe17da9e Update devel/ruby-inline to 3.8.6.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update dependency according to gemspec.

=== 3.8.6 / 2010-09-03

* 1 bug fix:

  * Had to fix the ZenTest dependency to work with the whole 4.x series

=== 3.8.5 / 2010-09-01

* 1 bug fix:

  * Added DLDFLAGS to compiler flags to fix OSX linking on 1.9.2

=== 3.8.4 / 2009-12-09

* 1 bug fix:

  * Clean up example.rb and force removal of ~/.ruby_inline
2010-09-10 05:50:40 +00:00
obache
13f5ec80cd Import font-misc-cyrillic-1.0.1 as fonts/font-misc-cyrillic.
This are the PCF versions of the Miscellaneous Cyrillic fonts.

This is from the modular Xorg project.
2010-09-10 05:50:28 +00:00
taca
41fa0b3a68 Update devel/ruby-highline to 1.6.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

== 1.6.1

* Fixed raw_no_echo_mode so that it uses stty -icanon rather than cbreak
  as cbreak does not appear to be the posixly correct argument. It fails
  on Solaris if cbreak is used.
* Fixed an issue that kept Menu from showing the correct choices for
  disambiguation.
* Removed a circular require that kept Ruby 1.9.2 from loading HighLine.
* Fixed a bug that caused infinite looping when wrapping text without spaces.
* Fixed it so that :auto paging accounts for the two lines it adds.
* On JRuby, improved error message about ffi-ncurses.  Before 1.5.3,
  HighLine was silently swallowing error messages when ffi-ncurses gem
  was installed without ncurses present on the system.
* Reverted Aaron Simmons's patch to allow redirecting STDIN on Windows.  This
  is the only way we could find to restore HighLine's character reading to
  working order.
2010-09-10 05:49:39 +00:00
obache
722175faf8 Added fonts/font-micro-misc version 1.0.1 2010-09-10 05:49:36 +00:00
obache
35b131613f Import font-micro-misc-1.0.1 as fonts/font-micro-misc.
This is the PCF versions of Miscellaneous Micro fonts for 75dpi display.

This is from the modular Xorg project.
2010-09-10 05:49:23 +00:00
taca
ec03720744 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update dependency according to gemspec.

Bump PKGREVISION.
2010-09-10 05:48:37 +00:00
obache
6cffeb3007 Added fonts/font-cronyx-cyrillic version 1.0.1 2010-09-10 05:48:20 +00:00
obache
08d48725d1 Import font-cronyx-cyrillic-1.0.1 as fonts/font-cronyx-cyrillic.
This are the PCF versions of the following Cronyx Cyrillic fonts for 100dpi
displays:
- Courier
- Helvetica
- Times

This is from the modular Xorg project.
2010-09-10 05:48:08 +00:00
taca
f57ed7abab Allow depending "ruby19-" package. 2010-09-10 05:47:23 +00:00
obache
2bd49fdd3c Added fonts/font-arabic-misc version 1.0.1 2010-09-10 05:46:47 +00:00
obache
048626cca8 Import font-arabic-misc-1.0.1 as fonts/font-arabic-misc.
This are the PCF versions of the following Arabic fonts for 100dpi display:
- Newspaper-Medium

This is from the modular Xorg project.
2010-09-10 05:46:31 +00:00
taca
3218f65cc4 * Remove default value of GEM_BUILD.
* Ajust new ruby package's framework, changing dependency pattern.
2010-09-10 05:45:34 +00:00
taca
e36b7c3aec * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:44:25 +00:00
taca
38560438cc * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.
2010-09-10 05:41:27 +00:00
sno
91867c7ae3 Updated www/p5-Captcha-reCAPTCHA to 0.94 2010-09-10 05:41:26 +00:00
taca
13584f1485 Update to devel/ruby-gemcutter to 0.6.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.

Changes are unknown.
2010-09-10 05:40:31 +00:00
sno
1ef63291fd Updating www/p5-Captcha-reCAPTCHA from 0.92nb2 to 0.94
pkgsrc changes:
- add license definition

Upstream changes:
0.94    2010-07-03
*no changes recorded, 0.93 distfile removed, assume distfile failure in 0.93*

0.93    2010-07-03
        Updated Perl plugin to use Google infrastructure.
2010-09-10 05:38:38 +00:00
taca
33cc4ff2ee Update devel/ruby-flexmock to 0.8.7.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.

Changes for 0.8.6 and 0.8.7 are unknown.

== Version 0.8.5

* Fixed warning about a void context.
* hsh() argument matcher now reports its matching constraints in error
  messages.

== Version 0.8.4

* Added support for rails 2.2.x in should_render_view.
2010-09-10 05:38:02 +00:00
taca
7746f3310f Update devel/ruby-facade to 1.0.4.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.


== 1.0.4 - 3-Aug-2009
* Fixed a symbol vs string issue for Ruby 1.9.x.

== 1.0.3 - 21-Jul-2009
* License changed to Artistic 2.0.
* Documentation updates.
* Test file renamed to test_facade.rb.
* Some Rakefile and gemspec updates
* One test modified so that it passes with 1.9.x as well.
2010-09-10 05:34:40 +00:00
taca
3d6fbfa7f2 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
2010-09-10 05:33:41 +00:00
taca
002d5400fe * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
2010-09-10 05:33:12 +00:00
taca
de186a7400 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 05:32:22 +00:00
taca
630a40bf96 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.

Also add caution for updating version.
2010-09-10 05:32:01 +00:00