aboutsummaryrefslogtreecommitdiff
path: root/net/ntpa
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-7/+11
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* net/ntpa: Use .conf suffix for /usr/local/etc/newsyslog.conf.d/Ben Woods2018-11-244-2/+46
| | | | | | | | | | | | | | | | | | | | - Rename the files installed to /usr/local/etc/newsyslog.conf.d/ to end with a '.conf' suffix. - Add pkg-install script to automatically move any copies of the old newsyslog file to the new location if it was modified from the default or delete the old file if it is has not been modified. - Add a note to UPDATING and pkg-message to warn users of this, in case they are using provisioning/configuration management tools which need to be modified. Note the UPDATING entry was committed in r485721. Recent changes to /etc/newsyslog.conf (r340318) will only include files from the /usr/local/etc/newsyslog.conf.d/ directory which end with '.conf' and do not beginning with a '.' character. Approved by: portmgr blanket Notes: svn path=/head/; revision=485725
* Revert r479279 - the relocation of existing conf files violates POLABen Woods2018-09-102-2/+2
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=479436
* net/ntpa: Use .conf suffix for /usr/local/etc/newsyslog.conf.d/Ben Woods2018-09-092-2/+2
| | | | | | | | | | | | | | Rename the files installed to /usr/local/etc/newsyslog.conf.d/ to end with a '.conf' suffix. Proposed changes to /etc/newsyslog.conf will only include files from the /usr/local/etc/newsyslog.conf.d/ directory which end with '.conf' and do not beginning with a '.' character. https://reviews.freebsd.org/D17086 Approved by: portmgr blanket Notes: svn path=/head/; revision=479279
* lang/mono: update to version 5.2.0.215 (and enhance USES=mono)David Naylor2018-01-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlights: - New Roslyn compiler for C# available - Improved support for nuget packages in USES=mono General: - fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb' - bump all dependant ports USES=mono: - properly handle caching of nuget packages - add support for multiple feeds for nuget packages - add support for nuget dependencies in a separate file - add support for paket packages lang/mono: - update to version 5.2.0.215 - automate certificate initialisation [2] - increase test coverage - mark as conflicting with net/czmq (conflicting on makecert) [1] - patch mono to use $PREFIX/share/mono instead of /usr/share/.mono devel/google-gdata: - use nunit.framework nuget package as the Mono shipped version is no longer suppport. - switch to using csc(1) for compiling (mcs(1) is depreciated). - use delayed signing (and then sign with sn(1)) as csc(1) does not support signing. - fix reference to system assemblies (the '.dll' suffix is required). - fix reference to HttpUtility: csc(1) is more strict about scoping devel/monodevelop: - reroll distinfo (no changes to content) lang/fsharp: - reroll distinfo (no changes to content) security/gnome-keyring-sharp: - delay sign (then sign with sn(1)) as csc(1) does not support direct signing. PR: 223188 [1] PR: 209670 [2] Differential Revision: https://reviews.freebsd.org/D13752 Notes: svn path=/head/; revision=460430
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-111-3/+3
| | | | | | | other miscellaneous files that are not actually manual pages (part 2). Notes: svn path=/head/; revision=458739
* net/ntpa: Update to 0.8.2Steve Wills2017-08-188-63/+21
| | | | | | | | PR: 221033 Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer) Notes: svn path=/head/; revision=448208
* net/ntpa: use newtonsoft-json from ports treeSteve Wills2017-07-136-7/+106
| | | | | | | | PR: 217596 Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer) Notes: svn path=/head/; revision=445631
* Update to upstream version 0.8.1Thomas Zander2017-01-076-4/+92
| | | | | | | | PR: 215581 Submitted by: cs@innolan.dk (maintainer) Notes: svn path=/head/; revision=430823
* net/ntpa: update 0.7.6 -> 0.7.10Kurt Jaeger2016-12-185-5/+58
| | | | | | | | | | | | | | | - Lookup on known time servers - Log management with newsyslog - Fixed bug in configuration reload - Fixed bug in URIs with mono 2.6 - Fixed bug in database schema - Trim dist package PR: 215352 Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer) Notes: svn path=/head/; revision=428882
* net/ntpa: update 0.7.4 -> 0.7.6Kurt Jaeger2016-12-113-16/+19
| | | | | | | | | | | | | | | | - Added BSD3CLAUSE PostgreSQL GPLv2 to license list - Updated PostgreSQL data provider to v3.1.9 - Build with NPlot from ports tree - Improved logging of database errors - Sanitized default configuration - Change build script to autotools - Fixed threadpool issue in mono 2.6 PR: 215181 Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer) Notes: svn path=/head/; revision=428342
* - Update to 0.7.4Wen Heping2016-09-124-4/+9
| | | | | | | | | | - Update pkg-message PR: 212566 Submitted by: cs@innolan.dk(maintainer) Notes: svn path=/head/; revision=421888
* - Update to version 0.7.1Pawel Pekala2016-08-267-94/+47
| | | | | | | | | | | | | | | | | | | | | | - Remove MYSQL and PGSQL options - Add configtest command to ntpa rc file Changelog: - New configuration validator GUI - New internal configuration engine - SSL support for databases - Unified code for all platforms - Improved code quality & Several bugfixes - Updated MySQL Connector to official v6.9.9 - Updated PostgreSQL data provider to v3.1.7 - Updated Bootstrap to v3.3.7 - Updated jQuery to v2.2.4 PR: 212081 Submitted by: Carsten Larsen (maintainer) Notes: svn path=/head/; revision=420947
* - Change default options to include both database providers [1]Pawel Pekala2016-07-312-13/+43
| | | | | | | | | | | | | - Remove build of deselected database providers [1] - Include option depended GPLv2 license [1] - Patch error in default config file [1] - Move options declaration block to the proper place PR: 211342 [1] Submitted by: Carsten Larsen (maintainer) Notes: svn path=/head/; revision=419399
* - Fix pkg-descr and pkg-messageDmitry Marakasov2016-07-203-6/+5
| | | | | | | | | | - Add option description PR: 211162 Submitted by: cs@innolan.dk (maintainer) Notes: svn path=/head/; revision=418847
* Update to 0.6.2.Guido Falsi2016-06-297-44/+63
| | | | | | | | PR: 210643 Submitted by: Carsten Larsen <cs at innolan.dk> (maintainer) Notes: svn path=/head/; revision=417779
* New port: net/ntpaGuido Falsi2016-05-286-0/+253
NTP Analyzer is a tool dedicated to analyze the operation of time servers. NTP Analyzer works by collecting data from the ntp daemon. Graphs and web pages can then be generated to visualize the activities of hosts and peers. WWW: https://bitbucket.org/anguist/ntpa PR: 208940 Submitted by: Carsten Larsen <cs at innolan.dk> Notes: svn path=/head/; revision=416000