notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/ucommon/distinfo

Number of commits found: 30

Thursday, 14 Jan 2016
03:23 jhale search for other commits by this committer
- Update devel/ucommon to 7.0.0
- Bump PORTREVISION on dependent ports due to shlib bump

- Update audio/ccaudio2 to 2.2.0
- Add LICENSE
- Fix detection of gsm and speex
Original commitRevision:406089 
Monday, 15 Sep 2014
07:41 gahr search for other commits by this committer
- Update to 6.1.11
  Changes:
  * any addr and overloads in commoncpp
  * cmake abi fix and other apple specific issues
  * stream fixes, sflphone recommended changes, and other updates
  * key protocol added
  * cleaner build for binding without resolver
  * cleanup and fixes for commoncpp peering...
  * UDPSocket: use ucommon::Socket::address
  * Socket::address: add setAny(sockaddr*), setLoopback(sockaddr*)
Original commitRevision:368252 
Monday, 4 Aug 2014
09:14 gahr search for other commits by this committer
- Update to 6.1.10
  Changelog:
  * iso cleaness
  * Fix memory leak in DateTime ctor
  * Fix utf8::count()
  * secure::erase() should be more secure
Original commitRevision:363979 
Tuesday, 15 Jul 2014
08:10 gahr search for other commits by this committer
- Update to 6.1.9
  Changes:
  * ost::Socket: use ucommon::Socket for join(), drop() implementations
  * back to native threading model for mingw
  * Socket::store: use existing len method
  * Socket::address: allow printing to std::ostream
  * Socket::address: use in_port_t for port numbers
  * Socket::join, ::drop: allow to set interface index for IPv6
Original commitRevision:361894 
Monday, 7 Jul 2014
07:21 gahr search for other commits by this committer
- Update to 6.1.8
  Changes:
  - lots of android related updates
  - mingw libstdc++ c++11 support now requires winpthread
  - more android related updates
Original commitRevision:361033 
Tuesday, 10 Jun 2014
08:22 gahr search for other commits by this committer
- Update to 6.1.6

  Changes:
  * Socket::address::print(): minor fixes
  * Socket::address: fix constructor documentation
  * Socket::address: add unit tests for print()
  * Socket::address: add print() method
  * Socket::address: add withPort()
  * Socket::address: add constructors from standard addr types
  * Socket::address: use existing len() method.
Original commitRevision:357280 
Monday, 26 May 2014
08:56 gahr search for other commits by this committer
- Update to 6.1.5
  Changes:
  *  key merge on load
Original commitRevision:355290 
Tuesday, 20 May 2014
08:36 gahr search for other commits by this committer
- Update to 6.1.4

  Changes:

  * lots of namespace usage cleanup
  * Socket::address: add unit tests for new features
  * Socket::address: add isAny, setAny, isLoopback, setLoopback, any,
    loopback
  * Socket::address: convert port to network byte order
  * ost::Socket: add compatibility with ucommon::Socket::address
  * we don't want commoncpp configs if no lib made
  * Socket::address: add equality operator, getPort, setPort, getSize
  * improved cmake and added srpm, todo make targets
Original commitRevision:354614 
Monday, 5 May 2014
08:21 gahr search for other commits by this committer
- Update to 6.1.3
  Changes from 6.1.2 to 6.1.3
  - revised unixaddr buffer overflow issue
  Changes from 6.1.1 to 6.1.2
  - updated contacts, fsf address, and copyright
  - revised cmake build
  - added setgroups
Original commitRevision:352983 
Tuesday, 15 Apr 2014
07:34 gahr search for other commits by this committer
- Update to 6.1.1
  Changes:
  * module flag support for older commoncpp packages
  * fix for commoncpp pc file
  * some additional original classes mapped to commoncpp
  * default Semaphore constructor now valid special case
Original commitRevision:351308 
Thursday, 9 Jan 2014
15:20 gahr search for other commits by this committer
- Update to 6.1.0

  Changes:

  * small fixes based on notes from Tristan
  * exception behavior is changed (fixed) for commoncpp
  * keywait utility added
Original commitRevision:339254 
Monday, 16 Sep 2013
16:36 gahr search for other commits by this committer
- Update to 6.0.7
- Fix build with libc++ [1]
- Switch build type to CMake

  Change log:

  from ucommon 6.0.6 to 6.0.7
  - error state in fsys open fixed
  - fsys error reset inline added

  from ucommon 6.0.5 to 6.0.6
  - small cleanup of useless validator assignments
  - fix gnutls casting and warnings
  - modernized automake support

  from ucommon 6.0.4 to 6.0.5
  - additional constructors to pass pre-allocated memory

  from ucommon 6.0.3 to 6.0.4
  - fix for address list comparison issue

Reported by:	pkg-fallout [1]
Original commitRevision:327413 
Monday, 11 Feb 2013
14:20 gahr search for other commits by this committer
- Update to 6.0.3

  Changes:

  from ucommon 6.0.2 to 6.0.3
  - fixes for older gnutls releases

  from ucommon 6.0.1 to 6.0.2
  - digest stream operators
  - auto memory erasing keystring and keyrandom template
  - common code shared for secure library
  - some fixes for gnutls support

  from ucommon 6.0.0 to 6.0.1
  - fixes for gnutls support
  - elimination of gcrypt in gnutls

  from ucommon 5.5.1 to 6.0.0
  - new version 6 api
  - fixed string + concat operation
  - made StringPager proper base class by naming conventions
  - new device access mode and name checking for fsys
  - fbuf refocused on process pipe and device access
  - more consistent abi naming conventions
  - depreciated methods removed
  - access base classes now consistent with protocols
  - reorg of datetime classes
  - allocation and access fault handling

  from ucommon 5.5.0 to 5.5.1
  - regex checks also for lib, mingw support
  - pedantic cleanup of mingw
  - anaselli fix for applog and pipes
Original commitRevision:312061 
Monday, 13 Aug 2012
08:38 gahr search for other commits by this committer
- Update to 5.5.0

PR:		170583
Submitted by:	Waitman Gobble <uzimac@da3m0n8t3r.com>
Original commit
Thursday, 12 Apr 2012
10:28 gahr search for other commits by this committer
- Update to 5.2.2
  - use strcoll for sorting when possible
  - common c++ object linking, maps, and ref counted pointers added back
  - stringpager supports ordered add and sorting
  - directory pager and list type added
  - no -L or -I paths in default installs (multi-arch issue)
Original commit
Monday, 13 Feb 2012
08:50 gahr search for other commits by this committer
- Update to 5.2.1
  Changes:
  * fixed issue with static linking initialization order
  * shell release method
- Added a test target to invoke the provided test suite
Original commit
Wednesday, 1 Feb 2012
17:25 gahr search for other commits by this committer
- Update to 5.2.0
  Changes:
  * better handling of strerror_r support.
  * corrected copyright. Since cc libs were moved to bayonne and commoncpp
    had been added, ALL of ucommon (including commoncpp2) are L-GPL, not just
    the "core" library.
  * more standardized manpages
  * improved shell::detach support and new pdetach utility
  * fsys generic basic file operations
  * commoncpp file and dso compatibility support added
- Add LICENSE (LGPL3)
- Move binaries to ${PREFIX}/bin/ucommon to avoid clashes (ucommon binaries
  have pretty standard names)
Original commit
Tuesday, 3 Jan 2012
09:36 gahr search for other commits by this committer
- Update to 5.1.0
Original commit
Thursday, 24 Nov 2011
13:00 gahr search for other commits by this committer
- Update to 5.0.7

Feature safe:   yes
Original commit
Tuesday, 2 Aug 2011
08:11 gahr search for other commits by this committer
- update to 5.0.5
Original commit
Tuesday, 21 Jun 2011
14:37 gahr search for other commits by this committer
- Update to 5.0.3
Original commit
Wednesday, 1 Jun 2011
08:43 gahr search for other commits by this committer
- Update to 5.0.1
Original commit
Wednesday, 11 May 2011
12:33 gahr search for other commits by this committer
- Update to 4.3.3
Original commit
Tuesday, 26 Apr 2011
12:15 gahr search for other commits by this committer
- Update to 4.3.2
Original commit
Tuesday, 12 Apr 2011
15:41 gahr search for other commits by this committer
- Update to 4.3.1
Original commit
Tuesday, 29 Mar 2011
07:08 gahr search for other commits by this committer
- Update to 4.2.2
Original commit
Tuesday, 22 Mar 2011
15:40 gahr search for other commits by this committer
- Update to 4.2.0
Original commit
Wednesday, 16 Mar 2011
19:10 gahr search for other commits by this committer
- Update to 4.1.7
Original commit
Monday, 28 Feb 2011
10:14 gahr search for other commits by this committer
- Update to 4.1.6
  Changes:
  * fixed permission of shared memory, now world readable if not umasked
- Shorten lines in pkg-descr to stay within the 80 col limit
- Add USE_LDCONFIG
Original commit
Monday, 21 Feb 2011
13:03 gahr search for other commits by this committer
- New ports: devel/ucommon
  GNU uCommon C++ is meant as a very light-weight C++ library.

  WWW: http://www.gnutelephony.org/index.php/GNU_uCommon_C%2B%2B
Original commit

Number of commits found: 30