mail/isync.
isync is a command line utility for synchronizing a remote IMAP mailbox
with a local maildir-style mailbox. This is useful for working in
disconnected mode, such as on a laptop. Modifications made locally and
remotely are synchronized so that no message status flags are lost.
Supplied by Ceri Storey in PR#19314. Thanks!
Summary of changes since 1.2.4 (from ChangeLog):
* DOC/cart.txt: fixed a few typos
* ui.c:
- applied patch from Ed Cogburn that fixes subsequent mounting
of R/W disks in slot that was mounted R/O previously.
- finally implemented the R/W <-> R/O mode switching using the Space Bar.
Please note that this R/W <-> R/O switch is just temporary and does
not change the writeprotect flag of ATR images. Besides, it cannot
override this flag so you actually can't mount a writeprotected ATR
image read/write using this Space Bar toggle.
* atari.c: Ken Ames sent me a very simple patch that is supposed to allow
compiling the Atari800 on OS/2 "using Hob X11, XFree86, or IBM's X11
server".
* cartridge.[ch], ui.c, DOC/cart.txt: five new cartridge types (Nir Dary)
* cartridge.[ch], ui.c, DOC/cart.txt, DOC/README: seven new cartridge types
* pokeysnd.c: a fix for better quality of sound
* antic.c: ANTIC mode E + GTIA mode 9 ("Unconventional 2k", "Ass Kisiel")
* DOC/BUGS: "Numen" soundtrack
* cartridge.[ch], ui.c, DOC/cart.txt: 1 MB XEGS cart
* input.c: Amiga/ST mouse right button ("Bombdown")
* input.h, input.c, pia.c: MultiJoy4 interface (4 joysticks for XL/XE)
ScrollZ is an advanced IRC client based on ircII client. It was
developed on Linux, but can be compiled on variety of Unix platforms.
Major features:
* supports colors
* internal userlist and shitlist
* a lot of things are stored in memory, so we don't have to
contact server at all in some cases
* improved file exchange (based on Sheik's cdcc.c)
* improved cosmetics (based on TooLie Box by Zakath)
* improved flood protection
* adds channel protection
* comes with user-friendly options like tab key, auto reply and
URL catcher
* logs events important to you when you're away (customizable)
* adds OperVision (optional; coded by Zakath)
* supports virtual IP
* supports IPv6
Submitted in PR pkg/18846 by Juan@xtraeme.dyndns.org.
MesaLib is a 3-D graphics library with an API which is very similar to that of
OpenGL*. This package provides examples and demos of Mesa's capabilities,
among them the examples from the ``Red Book'' (_OpenGL Programming Guide_,
published by Addison-Wesley; ISBN 0-201-63274-8).
xdvipresent provides glue for developing slides for on-line presentation using
LaTeX and xdvi, and a (portable) computer with a XGA (1024x768), SVGA
(800x600), VGA (640x480), or SUN (1152x900) screen running Xwindows. The idea
is that you prepare the slides in LaTeX with the enclosed style file(s) and
you use the "xdvipresent" script (which simply calls xdvi with an appropriate
set of options) to show the slides on the screen.
This package provides a convenient style for slideshow presentations as well.
Updated xlock/vms_x_fix.h from Jouk Jansen.
Patched losira erase mode, would die on X_FreeColor with
swirl,mandelbrot,lyapunov,tube on PseudoColor and DirectColor.
Patched swirl for DirectColor.
Makefile.in changes by Peter Breitenlohner <peb@mppmu.mpg.de> so that
xlock can be built outside the source tree.
setuid(0) is moved 3 lines up so BAD_PAM option could work with an
/etc/pam.d/xlock configuration file that users do not have access to.
Thanks to Jan Provaznik <xprovazn@informatics.muni.cz>.
petri / 0 fix thanks to Jouk Jansen
Cygwin fix for logout.c thanks to Joseph Davida <jd108@pacbell.net>.
Linted (lots of minor fixes) and removed the voids on free. Lint
pointed out some problems with erase modes and petri.
Failed unlock attempts thanks to <colin@colino.net>.
Need Japanese, Dutch added by Jouk Jansen.
New mode atunnels thanks to Eric Lassauge based on Roman demo.
tunnel0.xpm color names for many grays ("darkgray", "gray2", etc) not
found on SunOS4 which then caused memory leaks thanks to Tom Schmidt.
-size option like fire (since it is real slow on slow machines)
thanks to Tom Schmidt.
Another VMS update and pipe protection from Jouk Jansen.
TODO:
Check multiscreen, allocation check
Trackmouse would not be bad either. -wire does not seem to work.
Some other colour schemes than the greyish default.
pacman patch to get rid of negative unsigned check thanks to Jouk Jansen
Patch for WindowMaker, this permits one to set several attributes to
every window opened; each attribute is associated to the class of
the window. Thanks to Paolo Subiaco <iw3grx@ir3ipa.ampr.org>
Erase compilation warnings removed thanks to Jouk Jansen.
Provided in PR 19253 by Piotr Stolc.
pv (Pipe Viewer) is a terminal-based tool for monitoring the progress of
data through a pipeline. It can be inserted into any normal pipeline between
two processes to give a visual indication of how quickly data is passing
through, how long it has taken, how near to completion it is, and an
estimate of how long it will be until completion.
list of changes is not readily available, but the pkg is now at least
buildable with libtool without particular problems, and the BROKEN tag
has been removed
as this isn't really the real Korn shell, and "pdksh" is a more accurate
name for it. Also don't use buildlink2 so that this shell may be used to
bootstrap buildlink2.
bugs have been fixed over the 3 years since 9.0 was released, some
major portability improvements have been made, and remove pkgsrc
patch-ac
"+ work around NetBSD 1.5's use of MK symbol in curses.h (reported by
Matthias Buelow)."
directly into libfltk.{la,so} so that we don't need to guess at which
additional libraries will be needed to link into a program when linking
against libfltk. Suggested in private email by Dave Sainty <dave at
dtsp dot co dot nz>.
Changes since 1.11.1p1:
* The "log" and "rlog" commands now have a -S option to suppress the
header information when no revisions are selected.
* A serious error that allowed read-only users to tag files has been
corrected.
* The "annotate" command will no longer annotate binary files unless
you specify the new -F option.
* The "tag" and "rtag" commands will no longer move or delete branch
tags unless you use the new -B option. (This prevents accidental
changes to branch tags that are hard to undo.)
* We've standardized on the 1.5 Automake release for the moment. Again, this
should only really affect developers. See the section of the INSTALL file
about using the autotools if you are compiling CVS yourself.
Changes from 1.11.1 to 1.11.1p1:
* Read only access was broken - now fixed.
Changes from 1.11 to 1.11.1:
* The "cvs diff" command now accepts the -y/--side=by-side and -T/
--initial-tab options. (To use these options with a remote repository,
both the client and the server must support them.)
* The expansion of the loginfo format string has changed slightly.
Previously, the expansion was surrounded by single quotes ('); if a file
name contained a single quote character, the string would not be parsed
as a single entity by the Unix shell (and it would not be possible to
parse it unambiguously). Now the expansion is surrounded by double
quotes (") and any embedded dollar signs ($), backticks (`), backslashes
(\), and double quotes are preceded by a backslash. This is parsed as a
single entity by the shell reguardless of content. This change should
not be noticable unless you're not using a Unix shell or you have
embedded the format string inside a double quoted string.
* There was a bug in the diff code which sometimes caused conflicts to
be flagged which shouldn't have been. This has been fixed.
* New "cvs rlog" and "cvs rannotate" commands have been added to get log
messages and annotations without having to have a checked-out copy.
* Exclusive revision ranges have been added to "cvs log" using ::
(similar to "cvs admin -o").
* The VMS client now accepts wildcards if you're running VMS 7.x.
* ZLIB has been updated to version 1.1.3, the most current version. This
includes mostly some optimizations and minor bug fixes.
* The ~/.cvspass file has a slightly modified format. CVSROOTs are now
stored in a new canonical form - hostnames are now case insensitive and
port numbers are always stored in the new format. Until a new login for
a particular CVSROOT is performed with the new version of CVS, new and
old versions of CVS should interoperate invisibly. After that point, an
extra login using the old version of CVS may be necessary to continue to
allow the new and old versions of CVS to interoperate using the same
~/.cvspass file and CVSROOT. The exception to this rule occurs when the
CVSROOTs used with the different versions use case insensitively
different hostnames, for example, "empress", and "empress.2-wit.com".
* A password and a port number may now be specified in CVSROOT for
pserver connections. The new format is:
:pserver:[[user][:password]@]host[:[port]]/path
Note that passwords specified in a checkout command will be saved in the
clear in the CVS/Root file in each created directory, so this is not
recommended, except perhaps when accessing anonymous repositories or the
like.
* The distribution has been converted to use Automake. This shouldn't
affect most users except to ease some portability concerns, but if you
are building from the repository and encounter problems with the
makefiles, you might try running ./noautomake.sh after a fresh update
-AC.
Changes since version 0.104:
0.107
* Fixed: Tests did not work on MS-Windows.
* Fixed: Executing shell commands did not work on MS-Windows.
* Fixed: Reading a dependency file did not work on MS-Windows.
0.106
* Fixed: When uploading with scp fails because of a read-only file
system this was not noted as an error.
* Fixed: When uploading multiple files with scp and one or more failed, the
signatures were updated anyway.
0.105
* Improved performance by not computing the buildcheck signature for virtual
targets. Especially helps for the recipe that ":mkdownload" generates.
When evaluating a Python expression, replace ">" with "$gt", "<"
with "$lt" and "|" with $bar, so that ":print" isn't confused.
* Fixed: did not find Python modules in the directory of the top recipe.
- First things first, suggest that those with commit access find
an open PR to address.
- Include wiz's most recent list of "packages looking for updaters".
If you've since committed an update, or have noticed other
packages in need of updating, please do your part to keep the
list current and accurate.
- Improve formatting.
- Correct spelling.
- Standardize punctuation.
Default unrecognised keys to 'pause-toggle' rather than 'play'.
Make 'rew' a synonym for 'prev' and add 'recall' for 'add previous
track to queue' functionality.
* Using a stable distfile instead of the daily snapshot.
* add $r->add_config method to add dynamic configuration at request time
* add Apache::DIR_MAGIC_TYPE constant
* add support for directive handlers
* add Apache::Server->add_config method to add dynamic configuration at
server startup time
* add Apache::Directive->to_string method
* add support for pluggable <Perl> sections
* fix the filehandle leak in APR::PerlIO
* fix compilation if apache/apr do not have thread support
Prompted by Simon Hitzemann in PR 19061
Changes from 0.6.6.6 to 0.6.7:
0.6.7 20020702
+ Updated the passive OS fingerprint database (853 records)
!! Fixed the strlcpy bug in the the telnet dissector (oops alor mistake)
!! Fixed a possible sigfault in the rlogin dissector
!! Fixed the exit_func for Mac OS X
[Also take the category name out of the previous two entries]
shells/mudsh.
Is there any reason why a shell (or command line) cannot be as
tolerant or as intelligent as a text adventure game like Zork, or a
MUD (Multi User Dungeon)? Is there any reason why a shell cannot work
like such a game? ("Go North", etc.)
Actually, the answer is no and this is a perl implementation to prove it.
Have fun, and don't get eaten by a Grue!
as archivers/libcomprex.
The libcomprex library transparently handles automatic compression and
decompression of files. The API is similar to C's built-in file access
functions, which provides a smooth transition to libcomprex.
libcomprex can also open uncompressed files, making it a good
replacement for the native file access functions.
libcomprex is part of the GNUpdate project.
libcomprex is currently in development (so should not be used in
stable products).
archivers/makeself.
makeself is a (very small) shell script that makes neat
self-extracting shell scripts, and allows you to specify a "setup"
command to execute upon finishing. This is in a similar concept to
Windows winzip self-extracting archives.
Noticed in the FreeBSD ports collection.
archivers/9e.
9e is a program to explore Plan9 archives. You can do whatever you
like with the source so long as you clearly indicate all modifications
and the author responsible for each.
Converted from the FreeBSD ports collection.
as devel/aap.
A-A-P is a replacement for make. It makes it easy to locate, download,
build and install software. It also supports browsing source code,
developing programs, managing different versions and distribution of
software and documentation.
A-A-P is currently under development and as such not everything works yet.
Use with care.
A-A-P is maintained by Bram Moolenaar.
* New feature. TEMPLATE_DIR_MATCH_SENDER provides a way to further
specialize the template selection process. When enabled, TMDA looks
for templates in a subdirectory of TEMPLATE_DIR that matches the
sender address, and then increasingly general portions of the domain
part of the address. For more information and an example, see
<URL:http://tmda.net/config-vars.html#TEMPLATE_DIR_MATCH_SENDER>
* tmda-pending now allows messages to be specified on standard input
instead of the command line by using `-' instead of a message
list. See ``tmda-pending -h'' for an example. Thanks to Michael
S. Fischer for the patch.
Only accept Python 2.2, as the PLIST is incorrect for 2.1 (due to one
file failing to compile).
I2CB icbd -- the Improved ICB Server
------------------------------------
ICBD is an online chat system which allows a large number of users
to participate in realtime online discussions. Among the features
of the ICB chat system are:
* Simple, fast protocol and efficient polling-based implementation
minimize `lag' effects
* Persistent user database allows authentication of nicknames,
storage of various user information, and leaving messages for
users who are not logged on at the moment.
* Any user may create groups, and exercise control over those
groups, allowing for a wide range of discussion styles. This
control includes making groups public or private, visible or
invisible, and moderated or unmoderated
* The fabulous, famous '/brick' command lends true interactivity
to the chat experience :-)
ICB (International CB) is a teleconferencing system that allows Internet users
to participate in realtime online discussions. This package builds a client
program (called, strangely enough, "icb") that is used to access ICB.
i2cb was enhanced to support IPv6 etc.
Updated SDL to 1.2.5nb1 -- so that devel/avifile-devel will compile
again.
Fixed ettercap-0.6.6.6 -- for really current systems it will now
build, whereas it did not before (so I didn't bump the PKGREVISION
since no one could have installed it).
Updated gaim to 0.59.3nb1 -- fix the lossage with control-k and
reassigned control-c to the job of popping up the color picker.
20021104/PB:
update IPv6 address allocation for 2001::/16
update IPv4 databases
remove user/group on "make install" to enable non-root RPM build
update text on ipv6calcweb.cgi
minor reviews
tag version 0.44
20020830/PB:
add support of dashes on MAC/EUI-48 addresses
showinfo prints now type of EUI-48 addresses
20020817/PB:
fix configure.in, learnt now how to proper use AC_CHECK_LIB and AC_CHECK_HEADERS
credits to Arkadiusz Miskiewicz!
20020730/PB:
fix not proper autodetection code for MAC addresses
tag version 0.43
20020717/PB:
update URL to OUI database, cosmetic OUI fixes, update databases
tag version 0.42
20020511/PB:
bugfix not showing OUI on showinfo "-i"
update CIDR and OUI data