- fix run on current (couldn't calculate disk geometry)
- remove dead URLs from MASTER_SITES
- change obsoleted disk name wd -> ad in manpage example
PR: 57555
Submitted By: Sergey Matveychuk <sem@ciam.ru>
This utility is used to split up huge files into smaller
pieces without compression. It is fully compatible with
HJSplit.
PR: ports/50777
Submitted by: Alex Kiesel <kiesel@schlund.de>
The port print/muttprint does not allow to print documents
with cyrillic symbols in it by the default. There are two
causes of it: first, it need to be configured properly; and
second, the intermediately generated LaTeX file has wrong
font encoding.
Lingual configuration of muttprint is performing by creation
a translation file with the name, defined by language
settings. So I wrote translation-ru.pl for this.
Also I added the removal of that font encoding description
from the muttprint code: LaTeX port is internationalized
enough by now to handle font encodings properly without
explicit specifications.
With this changes it prints mixed russian and english text
without any problem.
On the base of this changes it is very easy to create, for
example, ukrainian port (ua-muttprint). Unfortenatelly my
own Ukrainian is not good enough to perform full translation
of translation-ru.pl file.
PR: ports/50609
Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru>
Waimea by default uses Esetroot to set the background image.
However this executable is part of the eterm-port; thus
waimea should list eterm as a dependancy.
Informed maintainer
PR: ports/50628
Submitted by: Alex Kiesel <kiesel@schlund.de>
Now to the news: version 0.46 is available now.
- IPv4 database updated (20030906)
- add support of LACNIC registry
- add output format "octal"
Print octal representation of a given IPv6 address:
(useful for djbdns/tinydns)
3ffe:ffff::1 ->
\77\376\377\377\0\0\0\0\0\0\0\0\0\0\0\1
--printfulluncompressed 3ffe:ffff::1 ->
\077\376\377\377\000\000\000\000\000\000\000\000\000\000\000\001
Available format options:
--printfulluncompressed: Print in full uncompressed format
- New program "ipv6logstats" for parsing web server logs to get some
IPv4/IPv6 distribution data and build time line charts. See examples for
more.
- add input types:
"ipv4hex" (hexadecimal IPv4 address)
"ipv4revhex" (reverse hexadecimal IPv4 address)
- add support of spaces in MAC/EUI-48 addresses
GTK2 Puzzle Bobble clone. With monkeys. Frozen Bubble, but
with monkeys. It's like a game, except SO MUCH MORE, because
it has monkeys.
Note that the game seems to want a couple hundred megs of
memory to start, but once the UI comes up, it only consumes
about 25MB. We're working on it, but the game plays fine.
Tested by: anholt, marcus, and others
in the mono/tests/ subdirectory, and it no longer hangs or dies with weird
errors. (And, yes, I do have garbage collecting enabled).
I'll let the C# user community be my judge. There still may be some issues
since boehm-gc isn't fully functional in its multi-threaded state on FreeBSD.
(author description)
The DBMAIL package replaces the normal UNIX mailing system.
All emails and users data are stored in a database. You can
create an unlimited number of email accounts, which can be
checked using the POP3 or IMAP protocol. Users can maintain
their own set of email addresses. It is more scalable, more
secure, and faster than traditional mail systems. DBMAIL
uses PostgreSQL or MySQL.
PR: ports/54887
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
GForge is an Open Source collaborative software development
tool based on the latest free version of sourceforge.
http://gforge.org/
PR: ports/54038
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
autossh is a program to start a copy of ssh and monitor it, restarting
it as necessary should it die or stop passing traffic.
The original idea and the mechanism were from rstunnel (Reliable SSH
Tunnel). With this version the method changes: autossh uses ssh to
construct a loop of ssh forwardings (one from local to remote, one
from remote to local), and then sends test data that it expects to
get back. (The idea is thanks to Terrence Martin.)
WWW: http://www.harding.motd.ca/autossh/