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/rudiments/files/patch-configure

Number of commits found: 16

Sunday, 12 Mar 2023
18:50 Kurt Jaeger (pi) search for other commits by this committer
devel/rudiments: update 1.2.2 -> 1.4.2

Changes:
	http://software.firstworks.com/2020/08/rudiments-130-release-announcement.html
	http://software.firstworks.com/2020/09/rudiments-131-release-announcement.html
	http://software.firstworks.com/2021/04/rudiments-140-release.html
	http://software.firstworks.com/2021/09/rudiments-141-release-announcement.html
	http://software.firstworks.com/2021/11/rudiments-142-release-announcement.html
commit hash: 9bffce1c1f94596b3950b508cbc73e0ed9ad97f5 commit hash: 9bffce1c1f94596b3950b508cbc73e0ed9ad97f5 commit hash: 9bffce1c1f94596b3950b508cbc73e0ed9ad97f5 commit hash: 9bffce1c1f94596b3950b508cbc73e0ed9ad97f5 9bffce1
Sunday, 26 Mar 2017
09:49 pi search for other commits by this committer
devel/rudiments: update 1.0.2 -> 1.0.4
databases/sqlrelay: update 1.0.0 -> 1.0.1

rudiments:
- added support for EOT to codetree
- added loop-avoidance to xmldomevents class
- added alias support to codetree class
- replaced readline with libedit
- included implementation of history_truncate_file for versions of
  libedit that don't provide it
- added --disable-wall and --disable-werror configure options

sqlrelay:
- updated sqlr-bench to create "db"-bench.png
- added edoc-generated API docs for the Erlang API
- updated some module-load error verbage
- added initial support for loading Oracle, SAP/Sybase, DB2, and Informix
  libraries on-demand at runtime
- overhauled spec file
- fixed PDO driver for PHP 7 on 32-bit platforms
- added permissions to all open() with O_CREAT calls
- added --with-fortify configure option
- fixed a segfault on ctrl-D in sqlrsh
- fixed uncoordinated access to shared debugstr among listener threads
  by using local instances instead
- added ping-loop to router connection module's logIn() method to manage
  cases where routed-to instances are started after the router
- moved .../var/sqlrelay/tmp/*/* to .../var/run/sqlrelay
- added .sock extension to sockets, .ipc extension to ipc key files,
  .pid extension to pid files, and .up extension to files which
  indicate that the db is up
- changed mode of listener-connection sockets to 700 from 711
- moved .../var/sqlrelay/log to .../var/log/sqlrelay
- moved .../var/sqlrelay/cache to .../var/cache/sqlrelay
- libmysql*sqlrelay.so and libpqsqlrelay.so are no longer installed
- replaced sockseq-generated unix socket with pid-based unix socket
- updated ruby api to support unification of Fixnum and Bignum classes
  into Integer class
- added --with-abs-max-connections configure script parameter
- increased default absolute max connections to 4096 (from 512)
- updated "can't open ... file" errors to mention user/group
- added SQLR_MYSQL_MAP_DATE_TO_DATETIME option to mysql drop-in
  replacement library
- fixed normalize translation not to remove spaces before unary - and !
- updated sqlrsh to set error code correctly and write errors to stderr
- sqlr-cachemanager is no longer enabled at boot by default
- fixed another subtle bug in the ODBC driver that caused the first row
  to be duplicated if columns were not bound
- added --disable-wall and --disable-werror configure options
Original commitRevision:436946 
Thursday, 19 Jan 2017
19:50 pi search for other commits by this committer
devel/rudiments: update 0.57.0 -> 1.0.2
databases/sqlrelay: update 0.67.0 -> 1.0.0

Recommended reading:
 http://software.firstworks.com/2016/12/benchmarking-sql-relay-100.html

 http://software.firstworks.com/2016/12/rudiments-100-release-announcement.html
 http://software.firstworks.com/2016/12/rudiments-102-release-announcement.html
 http://software.firstworks.com/2016/12/sql-relay.html
Original commitRevision:431909 
Friday, 21 Oct 2016
15:21 mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
Original commitRevision:424427 
Sunday, 9 Oct 2016
16:10 pi search for other commits by this committer
devel/rudiments: 0.55.0 -> 0.56.0
databases/sqlrelay: 0.65.0 -> 0.66.0

Changes:	http://software.firstworks.com/2016/09/version-0.html
		http://software.firstworks.com/2016/09/sql-relay-0660-release-announcement.html
Original commitRevision:423614 
Friday, 8 May 2015
03:59 pi search for other commits by this committer
devel/rudiments: 0.49 -> 0.50

0.50 - added dictionary::detach and dictionary::getValue(key)
	added xmldom::getNullNode()
	improved xml printing for text nodes
	signalmanager::waitForSignal(NULL) works as expected now
	updated charstring::httpEscape not to escape legal symbols
	added flush() method to stdio classes
	added detection and support for vsnprintf_s
	fixed serviceentry, protocolentry and rpcentry on windows
	updated *entry classes for NULL and uninitialization safety
	implemented filesystem::initialize(fd) for Windows
	updated filesystem::initialize() with NULL and -1 to behave in
		predictable ways now, updated documentation for them too
	abstracted _get_osfhandle calls and added an invalid parameter callback
	updated filedescriptor to use bit fields for all of its flags
	implemented file::changeOwner() for windows
	removed xattrs stuff
	removed SSL-related ifdef's from headers and implemented degenerate
		SSL routines for when SSL isn't supported
	timezone conversion works on windows now
	refactored bytebuffer and stringbuffer to be extent-based
	fixed a subtle stringbuffer with initialcontents bug
	refactored stringbuffer to use bytebuffer::write/appendFormatted
		directly instead of charstring::parseNumber
	implemented dynamicarray and staticarray classes
	refactored build process to use nmake and be compatible with many
		different versions of MS Visual Studio
	updated vsnprintf_s calls for platforms where it's not defined
	added configure test for bool and true/false and definitions for
		platforms that don't define them
	updated timed semaphore waits - if seconds or nanoseconds are negative
		then the timed wait acts like an un-timed wait
	added support for getsockopt with size_t optlen parameter
	fixed strncasecmp on windows when str2 is longer than str1
	xmlsax uses memorymap on Windows now
	fixed file::lockFile() and file::unlockFile() on Windows
	fixed charstring::printf on Solaris 2.5.1
	fixed datetime::getSystemDateAndTime() for Windows without 64-bit
		integers
	fixed potential double-CloseHandle in thread class
Original commitRevision:385724 
Friday, 3 Oct 2014
11:36 tijl search for other commits by this committer
- Remove :keepla from USES=libtool
- Remove pthread patching
Original commitRevision:369884 
Monday, 22 Sep 2014
19:50 pi search for other commits by this committer
devel/rudiments: 0.46_2 -> 0.47

0.47 - fixed possible null-dereference in xmldomnode::safeAppend
	added charstring::inSetIgnoringCase
	xmldomnode::setAttributeValue does nothing when the null node is
		referenced now
	fixed a codetree bug that could cause indentation to attempt to go
		negative when using an unsigned number
	added a configure test to see if -Wno-format is needed
	configure tests for mlockall/munlockall attempt link now
	added sys/types.h before sys/un.h in sys/un.h test for older freebsd
	implemented stubs for pure virtual methods of client and server classes
		so instances of them could be created to attach already-open
		file descriptors to
	unified usage of select/poll and prefer poll
	pushed all select/poll-related code into listener class
	removed problematic and unused useListener-related methods in
		filedescriptor class
	epoll is used in place of select/poll for systems that support it
	kqueue is used in place of select/poll for systems that support it
	consolidated getpagesize() calls to use sys::getPageSize()
	added detection and support for __vsnprintf for platforms that have
		that instead of vsnprintf
	added cancel and raiseSignal methods to the thread class
	fixed datetime memory leak
	added xmldomnode::clone method to clone a node
	renamed variablebuffer to bytebuffer
	renamed rawbuffer to bytestring
	refactored linkedlist
	added singlylinkedlist class
	added sort, detach, move and insert methods to linkedlist classes
	fixed file::open using O_CREAT without O_EXCL on windows

PR:		193846
Approved by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Original commitRevision:368993 
Saturday, 2 Nov 2013
12:38 wg search for other commits by this committer
devel/rudiments: update to 0.44

- Update to 0.44
- Add SSL and PCRE options
- Use options helpers
- Allow staging

PR:		ports/183558
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
Original commitRevision:332473 
Thursday, 7 Feb 2013
14:24 miwi search for other commits by this committer
- Update to 0.40

PR:		175028
Submitted by:	Ports Fury
Original commitRevision:311841 
Thursday, 3 May 2012
16:31 miwi search for other commits by this committer
- Update to 0.36

PR:             166881
Submitted by:   Ports Fury
Original commit
Saturday, 24 Mar 2012
16:25 miwi search for other commits by this committer
- Update to 0.35

PR:             166024
Submitted by:   Ports Fury
Feature safe:   yes
Original commit
Friday, 1 Dec 2006
11:45 skv search for other commits by this committer
Update to 0.30

PR:             ports/105637
Submitted by:   skv
Approved by:    maintainer timeout (14 days)
Original commit
Monday, 30 Aug 2004
07:53 demon search for other commits by this committer
Update to version 0.27.
Original commit
Friday, 28 May 2004
11:51 demon search for other commits by this committer
Update to version 0.26.3.  Merge some changes from the following PR.

PR:             66645
Submitted by:   Thierry Thomas <thierry@pompo.net>
Original commit
Wednesday, 26 May 2004
12:28 demon search for other commits by this committer
Upgrade to version 0.26.
Original commit

Number of commits found: 16