- Use ${WRKSRC}/googletest_backup instead of /var/tmp as a temporary backup
directory if dealing with an googletest installed from ports
- Add a stacks directory, which will be used as a destination for other
ROS packages
- Improve pkg-message
- Bump PORTREVISION
- Cleanups
Changelog:
* Fixes problem where disabling all active hosts/services was not taking effect
* Fixes for compiler warnings (code cleanup by Stephen Gran)
* Fixes for format errors in event handler logging (Guillaume Rousse)
* Fixed incorrect info in sample nagios.cfg file for state_retention_file (Michael Friedrich)
* Fixed broker_event_handler() to return ERR if data is NULL (Michael Friedrich)
PR: 151661
Submitted by: Alexander Wittig <alexander _at_ wittig.name>
Approved by: maintainer, glarkin(mentor, implicit)
- update spamd to match OpenBSD 4.8 + OpenBSD pr/6467
- remove support for FreeBSD_version < 601000
(strtonum.c no longer provided in the spamd sources)
- change my mail address
Approved by: glarkin (mentor, implicit)
- Use of LOCAL master site to be able to append the version number to
the archive name (vendor agreed by mail)
- make-dist target removed
- Take maintainership
PR: ports/149908
Submitted by: culot@ (myself)
Approved by: sahil@ (mentor)
- Support for GStreamer filters.
- Mapping of standard cursors to native desktop cursors.
- Improved support for installers with services.
- Many MSXML improvements.
- Decoder for TGA-format images.
- Translation updates.
- Various bug fixes.
And as far as this port goes, no more MD5 hash in distinfo.
- Replace two dead mirrors
- Fix a bug in the squid rc script that caused the squid_conf
rc.conf option to be non-functional
PR: ports/151760
Submitted by: Thomas-Martin Seck (maintainer)
- Use ffmpeg instead of vlc for audio/video transcoding
- Add profile for audio/xmp (MODule files), disable by default because the
dependency on xmp is optional
PR: ports/149305
Submitted by: Douglas Carmichael [dcarmich dcarmichael.net]
Approved by: maintainer timeout (11 weeks)
OAuth is an open protocol to allow secure API authorization in
a simple and standard method from desktop and web applications.
liboauth is a collection of POSIX-c functions implementing the OAuth
Core RFC 5849 standard. liboauth provides functions to escape and
encode parameters according to OAuth specification and offers
high-level functionality to sign requests or verify OAuth signatures
as well as perform HTTP requests.
WWW: http://liboauth.sourceforge.net/