summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-09-10Updating mail/p5-Email-MessageID from 1.401nb1 to 1.402sno2-7/+7
pkgsrc changes: - add license definition Upstream changes: 1.402 2010-07-14 improve documentation of in_brackets
2010-09-10Update devel/ruby-parsetree to 3.0.6.taca3-11/+10
* 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-10Add CONFLICTS pattern between "ruby18-" and "ruby19-".taca1-1/+3
2010-09-10Correct the userid on schnoebe's updates from 'eric' to 'schnoebe'.schnoebe1-4/+4
2010-09-10Update devel/ruby-parser to 2.0.5.taca3-12/+10
* 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* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+3
* Add LICENSE. * Remove default value of GEM_BUILD.
2010-09-10Updated net/p5-SNMP_Session to 1.13schnoebe1-1/+2
2010-09-10Make sure to update distinfo.taca1-2/+2
2010-09-10Update devel/ruby-ncurses to 1.2.4.taca7-69/+405
* 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-10Added fonts/font-xfree86-type1 version 1.0.2obache1-1/+2
2010-09-10Bring forward about 2 years, to 1.13:schnoebe2-9/+8
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-10Import font-xfree86-type1-1.0.2 as fonts/font-xfree86-type1.obache4-0/+36
This are the Type1 versions of the XFree86 cursor font. This is from the modular Xorg project.
2010-09-10Updating www/p5-Rose-HTML-Objects from 0.606.1nb1 to 0.607sno2-15/+13
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-10Added fonts/font-winitzki-cyrillic version 1.0.1obache1-1/+2
2010-09-10Import font-winitzki-cyrillic-1.0.1 as fonts/font-winitzki-cyrillic.obache4-0/+31
This are the PCF versions of the Winitzki Cyrillic fonts. This is from the modular Xorg project.
2010-09-10Added fonts/font-sun-misc version 1.0.1obache1-1/+2
2010-09-10Import font-sun-misc-1.0.1 as fonts/font-sun-misc.obache4-0/+43
This are the PCF versions of the Sun Open Look cursor and gryph fonts. This is from the modular Xorg project.
2010-09-10Added fonts/font-screen-cyrillic version 1.0.2obache1-1/+2
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-3/+2
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca3-4/+37
* Add LICENSE. * Ajust new ruby package's framework.
2010-09-10Updated mail/p5-Email-Valid to 0.184sno1-1/+2
2010-09-10Import font-screen-cyrillic-1.0.2 as fonts/font-screen-cyrillic.obache4-0/+37
This are the PCF versions of the Screen Cyrillic fonts. This is from the modular Xorg project.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-6/+4
* Update HOMEPAGE. * Add LICENSE (but unkown). * Remove default value of GEM_BUILD.
2010-09-10Updating mail/p5-Email-Valid from 0.182nb1 to 0.184sno2-7/+6
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* Update HOMEPAGE.taca3-2/+141
* Add LICENSE. * Add a patch to support both ruby18 and ruby19.
2010-09-10Added fonts/font-schumacher-misc version 1.1.0obache1-1/+2
2010-09-10Update devel/ruby-log4r to 1.1.8.taca4-73/+318
* 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-10Import font-schumacher-misc-1.1.0 as fonts/font-schumacher-misc.obache4-0/+82
This are the PCF versions of the Schumacher Miscellaneous fonts for 75dpi displays. This is from the modular Xorg project.
2010-09-10Added fonts/font-misc-meltho version 1.0.1obache1-1/+2
2010-09-10Import font-misc-meltho-1.0.1 as fonts/font-misc-meltho.obache4-0/+56
This are the OTF versions of the Miscellaneous Meltho fonts. This is from the modular Xorg project.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-4/+2
* Remove default value of GEM_BUILD.
2010-09-10Added fonts/font-misc-ethiopic version 1.0.1obache1-1/+2
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-4/+4
* Remove default value of GEM_BUILD.
2010-09-10Import font-misc-ethiopic-1.0.1 as fonts/font-misc-ethiopic.obache4-0/+32
This are the TTF and OTF versions of the Miscellaneous Ethiopic fonts. This is from the modular Xorg project.
2010-09-10Added fonts/font-misc-cyrillic version 1.0.1obache1-1/+2
2010-09-10Update devel/ruby-inline to 3.8.6.taca2-9/+8
* 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-10Import font-misc-cyrillic-1.0.1 as fonts/font-misc-cyrillic.obache4-0/+50
This are the PCF versions of the Miscellaneous Cyrillic fonts. This is from the modular Xorg project.
2010-09-10Update devel/ruby-highline to 1.6.1.taca2-8/+8
* 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-10Added fonts/font-micro-misc version 1.0.1obache1-1/+2
2010-09-10Import font-micro-misc-1.0.1 as fonts/font-micro-misc.obache4-0/+31
This is the PCF versions of Miscellaneous Micro fonts for 75dpi display. This is from the modular Xorg project.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-6/+5
* Update dependency according to gemspec. Bump PKGREVISION.
2010-09-10Added fonts/font-cronyx-cyrillic version 1.0.1obache1-1/+2
2010-09-10Import font-cronyx-cyrillic-1.0.1 as fonts/font-cronyx-cyrillic.obache4-0/+103
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-10Allow depending "ruby19-" package.taca1-3/+3
2010-09-10Added fonts/font-arabic-misc version 1.0.1obache1-1/+2
2010-09-10Import font-arabic-misc-1.0.1 as fonts/font-arabic-misc.obache4-0/+32
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* Remove default value of GEM_BUILD.taca1-5/+3
* Ajust new ruby package's framework, changing dependency pattern.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-2/+2
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca7-10/+110
* Update HOMEPAGE. * Add LICENSE. * Ajust new ruby package's framework.
2010-09-10Updated www/p5-Captcha-reCAPTCHA to 0.94sno1-1/+2