* xz --force now (de)compresses files that have setuid, setgid,
or sticky bit set and files that have multiple hard links.
The man page had it documented this way already, but the code
had a bug.
* gzip and bzip2 support in xzdiff was fixed.
- Fix USE_PYTHON as pySVG does not build with Python 3.x
- Fix PLIST for users not using Python 2.6
Changes:
http://codeboje.de/pysvg/ ("Release/History" section)
Added:
- Added kwargs to make life a bit easier when instantiating objects
- Added dropshadows (contributed by Bastian)
- Added patterns
- Added turtle graphics
- Added clip element
- Added use element
- Added some methods to get size/edge points or move an element (depends on element)
- Implemented feMergeNode subclassing
- Added filterprimitiveswithin
Corrections:
- Setfilter had wrong parameter
- Corrected intendation
- Documentation corrected
PR: ports/155084
Submitted by: sunpoet (myself)
Approved by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
ports. All of them are End of Life (no security updates) since a loooong time.
As they are not the default, I decided to go with a short expiration date (one
month). The maintainer of the few ports which depend upon the f8 infrastructure
is informed to take action (update to the default f10 infrastructure, or to
deprecate).
rtmpd is a high performance streaming server able to stream
(live or recorded) in the following technologies:
- To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE)
- To and from embedded devices: iPhone, Android
- From surveillance cameras
- IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols
Also, rtmpd can be used as a high performance rendes-vous server.
For example, it enables you to do:
- Audio/Video conferencing
- Online gaming
- Online collaboration
- Simple/complex chat applications
WWW: http://www.rtmpd.com
PR: ports/155033
Submitted by: Gavriloaie Eugen-Andrei <crtmpserver@gmail.com>
traditional 4.4BSD share/mk files. BSDBuild uses BSD-style makefiles, but
without BSD make extensions (it uses standard Bourne script fragments instead),
so the build system is portable to most operating systems and make flavors.
Because BSDBuild is implemented as a library, makefiles are edited directly and
never need to be "regenerated".
WWW: http://hypertriton.com/bsdbuild/