Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.20131017 05 May 2020 15:38:12
  |
rene  |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.1.20131017 04 Apr 2020 20:51:41
  |
antoine  |
Deprecate ports broken for more than 6 months |
0.1.20131017 06 Nov 2019 16:26:35
  |
antoine  |
Mark a few ports BROKEN (unfetchable) |
0.1.20131017 21 Oct 2019 21:57:15
  |
bdrewery  |
Drop maintainership |
0.1.20131017 20 Mar 2015 20:07:51
  |
bdrewery  |
For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME to
include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile
having the same name despite changing one of these values and causing
a bad checksum.
Differential Revision: https://reviews.freebsd.org/D2103
Reviewed by: mat
With hat: bdrewery |
0.1.20131017 20 Mar 2015 01:42:37
  |
bdrewery  |
Convert my ports to the new USE_GITHUB |
0.1.20131017 19 Mar 2015 16:44:59
  |
bdrewery  |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
0.1.20131017 11 Dec 2014 00:40:17
  |
feld  |
Update "BSD" license in sysutils category |
0.1.20131017 22 Nov 2014 09:13:36
  |
antoine  |
Cleanup plist |
0.1.20131017 21 Nov 2013 15:37:52
  |
bdrewery  |
- Fix build on 10.0-i386
Reported by: pkg-fallout |
0.1.20131017 15 Nov 2013 15:54:10
  |
bdrewery  |
Fix build on 10 |
0.1.20131017 20 Oct 2013 00:18:17
  |
bdrewery  |
Add sysutils/nfsping
NFSping is a command line utility for measuring the response time of an NFS
server. It's basically a copy of the fping interface but doesn't share any code
with that project.
On modern NFS servers, the network stack and filesystem are often being run on
separate cores or even hardware components. This means in practise that a fast
ICMP ping response isn't indicative of how quickly the NFS filesystem is
responding. This tool more directly tests the responsiveness of the server's
operating system's NFS component.
WWW: https://github.com/mprovost/NFSping |