log messages against the specified patterns. Bump PORTREVISION.
While I'm here, do some more maintenance:
- regenerate the distinfo file to drop the MD5 checksums
- rephrase the IGNORE messages
- declare the port's license as public domain
Requested by: Matthias Teege <matthias@mteege.de> (the timestamp patch)
IBM 026 Keypunch Emulator for the X Window System.
* Requires slow, deliberate typing or input will be lost
(typeahead can be enabled if you insist)
* Overpunches available by backspacing or holding down Alt or Meta
* Tab set for FORTRAN
* Automatic sequence numbers in columns 73-80 (can be disabled)
* Paste X11 selection with middle mouse button
* Can save deck in file, either in ASCII or in Douglas Jones's standard format
* Can select from several card and keypunch types
WWW: http://x3270.bgp.nu/x026.html
PR: ports/151717
Submitted by: Marcin Cieslak <saper at saper.info>
Horde-Klutz is a comic strip aggregator and viewer.
It lets you browse comic strips by date or by strip.
Features include automatic updating of comics, and
various methods for obtaining the strips.
Submitted by: Beech Rintoul (<beech at Freebsd.org>) maintainer
Approved by: miwi (implicit)
Net::FTP::AutoReconnect is a Perl5 module providing a FTP client class
with automatic reconnect on failure.
WWW: http://search.cpan.org/dist/Net-FTP-AutoReconnect/
PR: ports/152125
Submitted by: Jase Thew <freebsd@beardz.net>
This library is aimed at checking a huge amount of text against
relatively many regular expressions. Roughly speaking, it can just
check whether given text maches the certain regexp, but can do it
really fast (more than 400 MB/s on our hardware is common). Even more,
multiple regexps can be combined together, giving capability to
check the text against apx.10 regexps in a single pass (and mantaining
the same speed).
Since Pire examines each character only once, without any lookaheads
or rollbacks, spending about five machine instructions per each character,
it can be used even in realtime tasks.
On the other hand, Pire has very limited functionality (compared to
other regexp libraries). Pire does not have any Perlish conditional
regexps, lookaheads & backtrackings, greedy/nongreedy matches; neither
has it any capturing facilities.
Pire was developed in Yandex (http://company.yandex.ru/) as a part of its
web crawler.
WWW: https://github.com/dprokoptsev/pire
file's contents or attributes have changed. It maintains several pieces
of information about the file: a digest (currently only MD5 is
supported), its inode number, its mode, the uid of its owner, the gid of
its group owner, and its last modification time.
WWW: http://search.cpan.org/dist/File-Signature/
Approved by: sahil@ (mentor)