I think I'm technically still in Ottawa. They call it Nepean,
but it was incorporated into Ottawa about 5 years ago.
There must be a better way to find my location. I had to use
http://www.mapquest.com/maps/latlong.adp
and keep changing values until it came out as my exact location.
I blame Canada.
upon Microsoft's OLE 2 Compound Document format using pure Java. In short, you
can read and write MS Excel files using Java. Soon, you'll be able to read and
write Word files using Java. POI is your Java Excel solution as well as your
Word Excel solution. However, we have a complete API for porting other OLE 2
Compound Document formats and welcome others to participate.
WWW: http://jakarta.apache.org/poi/
PR: 78327
Submitted by: Anton Yudin <toha@toha.org.ua>
- honor CFLAGS
- search for includes and lins in X11BASE and LOCALBASE instead of
hardcoded paths
- make it BSD-make ready
- use BSD_INSTALL-macros
- remove USE_GMAKE dependency
- while I'm there... change freebsd to FreeBSD (MAINTAINER section)
- Update to 1.7
- Submitter takes maintainership
Moreover:
- Refactor pkg-plist as PLIST_FILES/PORTDOCS
- Replace the Makefile patch by USE_GMAKE and post-patch
PR: ports/80917 [1]
Submitted by: Erik Greenwald <erik@smluc.org> (new maintainer) [1]
The Net::OpenDHT module provides a simple interface to the Open DHT
service. Open DHT is a publicly accessible distributed hash table (DHT)
service. In contrast to the usual DHT model, clients of Open DHT do not
need to run a DHT node in order to use the service. Instead, they can
issue put and get operations to any DHT node, which processes the
operations on their behalf. No credentials or accounts are required to use
the service, and the available storage is fairly shared across all active
clients.
This service model of DHT usage greatly simplifies deploying client
applications. By using Open DHT as a highly-available naming and storage
service, clients can ignore the complexities of deploying and maintaining
a DHT and instead concentrate on developing more sophisticated distributed
applications.
WWW: http://opendht.org/users-guide.html
WWW: http://search.cpan.org/dist/Net-OpenDHT/
Author: Leon Brocard <acme@astray.com>
PR: ports/81366
Submitted by: Aaron Dalton <aaron@daltons.ca>
- Update to 1.7.1
- Convert the startup script to rcNG
- Create a bogomilter user
Moreover:
- Use ${LOCALBASE}/bin/bogofilter rather than /usr/local/bin/bogofilter
- Fix the configuration file path in bogom.8
- Fix the packing list when NOPORTDOCS is defined
PR: ports/81417 [1]
Submitted by: maintainer [1]
- Add a mirror site, since the primary site is temporarily unreachable
- Remove RESTRICTED, as the license now allows redistribution
PR: ports/81411
Submitted by: Johan van Selst <johans@stack.nl>