net/yate-devel as net/yate already existed in the repository.
- register in UIDs/GIDs (uses same UID/GID as yate-devel)
PR: ports/156248
Submitted by: Valeriy Komaorv <komarov@valerka.net>
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
(but schedule it for removal soon)
2. update net-im/skype to 2.1.0.81.
- It supports sound and video, please read the pkg-message to find out how to
make it work.
- OPTIONify
Both ports are based on repocopy from net/skype.
Many thanks to: avg@, nox@, kwm@, miwi@, netchild@ and many others
PR: 147550 [1], 156860 [2] (partially based on)
Submitted by: HASHI Hiroaki <hashiz@meridiani.jp> [1],
patch from nox@ [2]
- mark DEPRECATED and set EXPIRATION_DATE in 2 months, since this port was only
intended for FreeBSD 5 and 6 which are not supported for quite some time now
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell
- Use bsd.port.mk and bsd.port.options.mk
- Make portlint happier
PR: ports/156846
Submitted by: Alex Deiter <alex.deiter@gmail.com>
Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
If a platform does not support sendfile, a fallback implementation in Haskell
is provided.
Currently supported platforms: Windows 2000+ (Native), Linux 2.6+ (Native),
FreeBSD (Native), OS-X 10.5+ (Native), Everything else (Portable Haskell code).
WWW: http://patch-tag.com/r/mae/sendfile
Obtained from: FreeBSD Haskell
libsrtp is a library implementing Secure RTP.
RTP is used for Voice over IP (VoIP) as well as audio and video streaming;
WWW: http://sourceforge.net/projects/srtp/
PR: ports/156766
Submitted by: Alexander Brovikov <alexander@brovikov.ru>