Add more DVB-xxx drivers and manual pages.
Some minor bugfixes.
Add support for USB remote controls.
Submitted by: Hans Petter Selasky <hselasky@freebsd.org> (maintainer)
Add LICENSE (GPLv3)
Provide option to use webkit for html engine instead of gtkhtml3.
Provide option to install python bindings.
Provide option to enable database support. Done via libdbi. Info about how
to use this feature is in the pkg-message.
PR: ports/154841 (merged features from)
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Remove all GUI stuff, it is in Gwenhywfar now
Add LICENSE (GPLv2) (The PayPal backend is also GPLv2, but can only be used
with certain programs. GnuCash and KMyMoney are allowed to use it.)
PR: ports/154840
Submitted by: maintainer
Gwenhywfar now contains GUI support instead of AqBanking (GTK and QT4 enabled
by default).
Add LICENSE (LGPL21)
PR: ports/154840
Submitted by: maintainer
* 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/