installation.
COPYTREE_* macros install files with cpio -dumpl (l -- hardlink) and
then do chmod & chown against the newly installed files, so when
WRKSRC and PREFIX are under the same filesystem, permissions of the
original files under the working directory are also affected. That
was how installing files with wrong permissions caused make test under
the working directory to fail.
management, connection management, and an HTTP/1.1 compliant HTTP agent
implementation based on those components. It is intended as successor of
and replacement for Jakarta Commons HttpClient 3.x.
The HttpClient module is a full-featured, HTTP/1.1 compliant agent built
on top of HttpCore.
The HttpMime module extends mime4j library with some HTTP specific
functionality and integrates it with the HttpComponents framework.
WWW: http://hc.apache.org/httpcomponents-client/
protocol. They are nonetheless sufficient to develop basic client-side and
server-side HTTP services with a minimal footprint and no external
dependencies.
The HttpCore base module contains the public API and the default
implementation based on the Java classic (blocking) I/O model. It requires
a Java 1.3 compatible runtime and has no dependency on any external libraries.
HttpCore NIO extensions contain optional components that leverage the event
driven, non-blocking I/O (NIO) model. HttpCore NIO extensions require a
Java 5.0 compatible runtime and the HttpCore base module. HttpCore NIO
extensions are intended for those usage scenarios where raw throughput is
less important than the ability to handle thousands of simultaneous HTTP
connections in a resource efficient manner.
WWW: http://hc.apache.org/httpcomponents-core/
in plain rfc822 and MIME format. The parser uses a callback mechanism to
report parsing events such as the start of an entity header, the start
of a body, etc. If you are familiar with the SAX XML parser interface
you should have no problem getting started with mime4j.
The parser only deals with the structure of the message stream. It won't
do any decoding of base64 or quoted-printable encoded header fields and
bodies.
The parser has been designed to be extremely tolerant against messages
violating the standards.
mime4j can also be used to build a tree representation of an e-mail
message using the Message class. Using this facility mime4j
automatically handles the decoding of fields and bodies and uses
temporary files for large attachments.
WWW: http://james.apache.org/mime4j/
- Add a small patch that gets rid of the "ordering CD from..." sleeps,
speeding up initial configure time
Update requested by: Terry Kennedy <terry@tmk.com>
The new code will silently ignore MASTER_SITE_GOOGLE_CODE and
MASTER_SITE_DEBIAN_POOL unless specifically asked to sort them, in which
case an error message is printed.
Most of the patch came from Ryan Steinmetz <rpsfa@rit.edu> with small
additions by me.
- Label NOT_FOR AMD64 since it coredumps.
- Sync the patches with those on CVS.
- No functional change.
PR: 126037
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd at yahoo dot com>
the djvu ports update.
- Always depend on -nox11 version of djvulibre as now -nox11 and x11
version don't conflict.
Spotted by: Geraud CONTINSOUZAS <geraud at gcu dot info>
- added: proc catlines; proc tree; proc image.
- deprecated: server-side image maps (use client-side instead); definition
of categories within proc areadef (use proc categories instead); proc print.
- discontinued attributes: proc processdata's stack; proc usedata's element,
proc getdata's rotate, and proc defineunits (use the $changeunits()
function instead).
- proc rangebar has been renamed proc boxplot and there are major
functionality changes. Any script that uses proc rangebar will need
maintenance.
- rewrite of parser.
- many bugfixes.
For complete list, see http://ploticus.sourceforge.net/doc/news.html.
- Move pkg-message to FILESDIR.
PR: ports/127025
Submitted by: Douglas William Thrift <douglas@douglasthrift.net>
Approved by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
- Remove GNU_CONFIGURE since it was doing nothing: respect CXX CXXFLAGS.
- Clean some warnings related to deprecated C++ headers.
- Use %%DOCSDIR%% in pkg-plist
PR: 126441
Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com>
Approved by: Paul Marquis <pmarquis at pobox dot com> (maintainer)
- Pass maintainership to submitter
PR: 126985
Submitted by: L Campbell <llc2w at virginia dot edu> (improved by me)
Approved by: Stefan Sperling <stsp at stsp dot in-berlin dot de> (maintainer)
- Added support for Squeezebox Boom
- Squeezebox and Transporter firmware updates to fix a number of issues
- Improved performance in web interface
- New and improved alarm clock
- Improved Rhapsody behavior
Fix the startup script when /var/*/squeezecenter are symlinks.