The 'pg' module is the newer module, that has been greatly improved, and
is almost a complete rewrite. It is not backwards compatible. Use this module
for newly written code. It should be more stable, less buggy, and has more
features.
LICENSE: BSD or GPL2
WWW: http://rubyforge.org/projects/ruby-pg/
Changes (http://mercurial.selenic.com/wiki/WhatsNew):
1.4 - 2009-11-16
Core
summary: new command summarizes current working state
tags: new tag cache greatly speeds up tag operations
diff: new --stat option to show diffstat
diff: add --reverse option to diff
subrepo: fix a bunch of issues with the experimental subrepo extension
status: fixes for behavior when working with clock skew
clone: new -u/--updaterev option
templater: new latesttag and latesttagdistance keywords
push/pull: handle some broken pipe errors during large transfers
config: environment variables and ~user constructs are expanded in pathnames
Hgweb
fix for showing header lines in raw changeset diffs
try to send better error messages to the client
use config-supplied ordering by default in hgwebdir index pages
add web.descend option to disable showing all nested repositories in hgwebdir
Documentation and help
new config help topic
help texts are now written in reStructuredText format
many translation updates including a new Swedish translation
many help text updates and improvements
Submitted by: Yuri Ryazantsev <yuri@unix.ru>
very specialized featureset. In fact, most features are hidden from your main
interface, not cluttering your workspace with buttons and menus and statistics.
Features of PyRoom:
* no visual clutter
* work on multiple documents at once (main text, outline, etc)
* control PyRoom via keyboard shortcuts
* autosave your work
* check wordcounts on keypress
* choose from preconfigured designs or create your own color scheme
* further customize visual appearance and whitespace (line spacing, border,
padding...)
WWW: http://www.pyroom.org
PR: ports/140537
Submitted by: Alexander Best
hybrid, cross-platform GIS software.
The heart of SAGA is it's C++ and thus object oriented Application Programming
Interface (API), providing data object definitions and computational methods for
raster, vector and tabular data. As a normal user, you will not get into touch
with the API. But as an interested scientist or coder you will soon discover
it's great flexibility.
WWW: http://www.saga-gis.org/en/index.html
PR: ports/140559
Submitted by: rhurlin
JavaScript, analyzes it, removes dead code and rewrites and minimizes
what's left. It also checks syntax, variable references, and types,
and warns about common JavaScript pitfalls. It is used in many of
Google's JavaScript apps, including Gmail, Google Web Search, Google
Maps, and Google Docs.
WWW: http://code.google.com/closure/compiler/
PR: ports/140556
Submitted by: Gea-Suan Lin <gslin at gslin.org>