This package is abandoned upstream and doesn't works with any django version
in ports tree. Last release is from 2011.
Mark deprecated and set to expire at 2016-11-06
It doesn't happen oftem, but it's possible for an object file to be
used before it's fully built. In my last case, worker.o was empty when
httest itself was being linked.
This is a port of ECCE (the Edinburgh Compatible Context Editor). Now
really quite ancient, it is still a favourite among many graduates of
Edinburgh University.
WWW: http://www.gtoal.com/ecce/
PR: 212597
Submitted by: bob@eager.cx (maintainer)
Approved by: amdmi3 (mentor)
Gitless is an experimental version control system built on top of Git. Many
people complain that Git is hard to use. We think the problem lies deeper
than the user interface, in the concepts underlying Git. Gitless is an
experiment to see what happens if you put a simple veneer on an app that
changes the underlying concepts. Because Gitless is implemented on top of Git
(could be considered what Git pros call a "porcelain" of Git), you can always
fall back on Git. And of course your coworkers you share a repository with
need never know that you're not a Git aficionado.
WWW: https://github.com/sdg-mit/gitless
Approved by: amdmi3 (mentor)
Differential Revision: D8159
and is now controlled by a SIDEBAR option. The trash patch is now
a non-optional part of mutt so its knob has disappeared completely.
Also, pass maintainership to submitter. Udo has looked after this
port for a long time; many thanks to him for all his work!
Changes for 1.7.0:
! Improved alignment when using multi-column characters with
soft-fill (%*X) and right-justified (%>X) format strings.
+ The COLUMNS environment variable will be set to the width of the
pager when invoking display filters. This can be used in
copiousoutput mailcap entries to allow their output to match the
pager width.
+ The sidebar patch has been merged. Please watch for airborne
bovine. See the documentation for all the options, or simply
enable it with 'set sidebar_visible'.
+ $mail_check_stats and $mail_check_stats_interval control whether,
and how often, to scan for unread, flagged, and total message
counts when checking for new mail in mailboxes. These statistics
can be displayed in the sidebar and browser.
+ $trash, when set, specifies the path of the folder where mails
marked for deletion will be moved, instead of being irremediably
purged.
+ The <purge-message> function can be used to delete an entry and
bypass the trash folder.
+ $folder_format has new format strings %m and %n, to display
total and unread message counts for mailboxes. Note that
$mail_check_stats should be enabled to use these.
! When browsing IMAP, %N will now display 'N', instead of the unread
message count. Please use %n to display unread messages.
PR: 213180
Submitted by: dereks lifeofadishwasher com
Approved by: outgoing maintainer (Udo Schweigert)