LeechBlock is a simple productivity tool designed to block those
time-wasting sites that can suck the life out of your working day. All
you need to do is specify which sites to block and when to block them.
WWW: http://www.proginosko.com/leechblock.html
Author: James Anderson
PR: ports/123823 (with adjustments)
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
The Tibetan & Himalayan Digital Library releases the Unicode character
based Tibetan Machine Uni OpenType font for writing Tibetan, Dzongkha
and Ladakhi in dbu-can script with full support for the Sanskrit
combinations found in chos skad texts.
This font is based on the Tibetan Machine font originally designed and
developed by Tony Duff of the Tibetan Computer Company over many
years, the rights of which were purchased from him by the Trace
Foundation in order to make it freely available under the terms of the
Gnu General Public License.
OpenType tables and more than 2,000 additional glyphs were added to
the original font by Nathaniel Garson and Christopher Fynn under the
auspices of THDL. This new OpenType version of the font contains
almost 4,000 glyphs and can generate over 20,000 different
combinations.
WWW: http://www.thdl.org/tools/fonts/
Author: Tony Duff
NOTE: 0.6.31 moving to www/nginx as stable version soon.
<ChangeLog>
*) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as
\xXX in an access_log.
Thanks to Maxim Dounin.
*) Change: now nginx allows several "Host" request header line.
*) Feature: the "modified" flag in the "expires" directive.
*) Feature: the $uid_got and $uid_set variables may be used at any
request processing stage.
*) Feature: the $hostname variable.
Thanks to Andrei Nigmatulin.
*) Feature: DESTDIR support.
Thanks to Todd A. Fisher and Andras Voroskoi.
*) Bugfix: a segmentation fault might occur in worker process on Linux,
if keepalive was enabled.
</ChangeLog>
ports automatically. Now if USE_OCAMLFIND_PLIST is defined
all files under findlib target directories will be added
to pkg-plist and thus requires no entries in static pkg-plist.
This is important since a number of ocaml ports install its
package files conditionally depending on platform and ocaml
configurations and thus static entries are not possible.
PR: ports/122844 (based on)
Submitted by: Jaap Boender <jaapb@kerguelen.org>
- Add OPTIONS dialogue to enable extra modules
- Add rc.subr start-up script
- Add the usual boilerplate so that inspircd will run as user ircd
from /usr/ports/UIDs
- Fix compilation so it works with the base system version of the
openssl libs as well as openssl installed from ports.
PR: ports/123076
Submitted by: Matthew Seaman <matthew.seaman@thebunker.net>
Approved by: Craig Edwards (Brain) <brain@inspircd.org> (maintainer)
Sakai deployit to support teaching and learning, ad hoc group collaboration,
support for portfolios and research collaboration.
Sakai is a free and open source product that is built and maintained by the
Sakai community. Sakai's development model is called "Community Source"
because many of the developers creating Sakai are drawn from the "community"
of organizations that have adopted and are using Sakai.
WWW: http://www.sakaiproject.org
PR: ports/121730
Submitted by: wenheping at gmail.com
- Add gstreamer support
- Fix xine support (requires xcb support in libxine)
- Add missing USE_XORG
- Bump PORTREVISION
PR: ports/123763
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer)
into Java classes from CPython via Java's Native Invocation Interface (JNI).
JCC generates C++ wrapper classes that hide all the gory details of JNI
access as well Java memory and object reference management.
JCC generates CPython types that make these C++ classes accessible from a
Python interpreter. JCC attempts to make these Python types pythonic by
detecting iterators and property accessors. Iterators and mappings may
also be declared to JCC.
WWW: http://pypi.python.org/pypi/JCC/