Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.11 18 Jun 2024 01:30:44 |
Craig Leres (leres) |
sysutils/lbl-hf: Update to 1.11
Changes since 1.10:
- Clean up new clang warnings.
- Upgrade to autoconf 2.72. |
1.10 21 Jan 2024 21:13:37 |
Craig Leres (leres) |
sysutils/lbl-hf: Update to 1.10
Install man page in share/man.
Changes since 1.9:
- Remove unconditional FreeBSD configure mandir hack. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.9 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.9 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9 15 Sep 2020 23:29:47 |
leres |
sysutils/lbl-hf: Update to 1.9. Changes since 1.8:
- Add rate limiting; limit queries to 1000 per second by default.
This is helps prevent flooding the nameserver with requests.
- Add a SIGINFO handler (FreeBSD).
- Add -xx to include cidr width with ip address in output. |
1.8 21 Oct 2017 23:57:38 |
leres |
Update to 1.8. Move the primary download site and add MASTER_SITE_LOCAL
as a secondary (suggested by @ler).
Changes since 1.7:
- Add -x which outputs just the ip addresses seen, one per line.
- Add missing rule to match IPv6 addresses starting with ::
(especially ::1).
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D12752 |
1.7 21 Oct 2017 00:45:50 |
leres |
Update pkg-descr and Makefile in my ports to use https where possible.
Remove obsolete mirrors.
- devel/arduino
- devel/arduino-irremote
- net/hostapd
- security/broccoli
- sysutils/lbl-cf
- sysutils/lbl-hf
- www/mini_httpd
Reviewed by: ler (mentor), matthew (mentor)
Approved by: ler (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12748 |
1.7 15 Sep 2017 18:18:26 |
leres |
Update MAINTAINER on my ports and "Created by" on the ones I created
to use my @FreeBSD.org email address.
- devel/arduino
- devel/arduino-glcd
- devel/arduino-irremote
- devel/arduino-mk
- devel/arduino-sevseg
- net/hostapd
- net/py-pcap
- security/bro
- security/broccoli
- security/create-cert
- sysutils/lbl-cf
- sysutils/lbl-hf
- www/mini_httpd
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D12374 |
1.7 13 Oct 2016 21:56:24 |
pawel |
Update to version 1.7
PR: 213403
Submitted by: maintainer |
1.5 15 Mar 2014 15:04:17 |
pawel |
- Update to version 1.5
- Add LICENSE
- Staging support
PR: ports/187597
Submitted by: maintainer |
1.4 21 Sep 2013 11:20:53 |
bdrewery |
- Update header, missed in previous commit
PR: ports/182267
Submitted by: maintainer |
1.4 21 Sep 2013 11:19:50 |
bdrewery |
- Update to 1.4 [1]
- Update MASTER_SITES [1]
- Convert tab to space in WWW
Changes:
Switch to sigsetjump() from setjmp() since the latter
doesn't save and restore the signal mask on linux.
Prefer sigaction() over sigset() since the latter is
just a macro on linux.
Fix async lookup bug for IPv6; use ip6.arpa domain.
Work around autoconf AC_TRY_LINK() brokenness in
ns_initparse() and res_mkquery() checks.
Fix mandir under FreeBSD.
PR: ports/182267 [1]
Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer) [1] |
1.3 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.3 18 Jul 2012 17:21:58 |
rm |
Remove CONFLICTS with security/bro. They are no more relevant.
Pending update of security/bro to 2.0 depend on this two ports by default.
This is non-functional change. |
1.3 10 Jun 2012 14:01:46 |
rm |
- update to 1.3
- correct CONFLICTS
While I'm here:
- fix porlint warning (misplaced PKGNAMEPREFIX)
PR: 168783
Submitted by: Craig Leres <leres at ee.lbl dot gov> (maintainer) |
1.2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.2 11 Feb 2010 20:10:30 |
pgollucci |
- Update to 1.2
PR: ports/143464
Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer) |
1.0a11 14 May 2008 18:30:53 |
tabthorpe |
- Use GNU_CONFIGURE to fix build for amd64 (thanks to pav@)
Noticed by: Andrzej Tobola <ato iem.pw.edu.pl>
Approved by: portmgr (pav) |
1.0a11 13 May 2008 19:51:15 |
tabthorpe |
hf is a filter that reads files or stdin and replaces internet
addresses with hostnames.
WWW: http://ee.lbl.gov/
PR: ports/123102
Submitted by: leres at ee.lbl.gov |