Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.9_3 26 Feb 2024 05:37:53
    |
Muhammad Moinur Rahman (bofh)  |
sysutils/healthd: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
0.7.9_2 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 ) |
0.7.9_2 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 ) |
0.7.9_2 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
0.7.9_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.7.9_2 09 Oct 2019 12:20:31
  |
bapt  |
Drop the ipv6 virtual category for s* category as it is not relevant anymore |
0.7.9_2 14 Aug 2019 12:16:13
  |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
0.7.9_2 31 Oct 2017 14:51:54
  |
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
0.7.9_2 19 May 2016 11:09:14
  |
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
0.7.9_2 23 Mar 2016 06:51:50
  |
amdmi3  |
- Add LICENSE_FILE
- Switch to options helpers
- Silence patching
- Regenerate patches with `make makepatch` |
0.7.9_2 20 Sep 2015 21:12:21
  |
olgeni  |
Typos, whitespace and capitalization fixes (S-X). |
0.7.9_2 01 May 2015 21:14:02
  |
grembo  |
Fix build on HEAD after SMBus change (r281985/r282256).
Approved by: mentors (implicit) |
0.7.9_2 22 Nov 2014 09:13:36
  |
antoine  |
Cleanup plist |
0.7.9_2 16 Jul 2014 03:18:26
  |
adamw  |
Add DOCS option where PORTDOCS is in plist. |
0.7.9_2 30 May 2014 20:47:57
  |
ohauer  |
- add stage support
- move post-install hint into pkg-message
- move port from apache@ to ports@ (port it is not apache@ related) |
0.7.9_2 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.7.9_2 08 Jul 2012 18:36:43
 |
ohauer  |
- convert to options NG |
0.7.9_2 14 Jan 2012 08:57:23
 |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.7.9_2 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.7.9_2 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
0.7.9_2 28 Apr 2010 22:24:39
 |
pgollucci  |
- Assign some ports to apache@ |
0.7.9_2 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.7.9_2 27 Jul 2009 23:12:00
 |
dougb  |
Remove the spurious FreeBSD KEYWORD.
Coincidentally, add $FreeBSD$ while I'm here. |
0.7.9_2 15 Jul 2009 16:56:10
 |
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
0.7.9_2 15 Jul 2009 07:15:03
 |
pgollucci  |
- fix typo, time for bed when you spell your name wrong |
0.7.9_2 15 Jul 2009 07:14:00
 |
pgollucci  |
- USE_RC_SUBR != yes
- OPTIONify
- Adopt
- portlint |
0.7.9_1 04 Oct 2007 00:08:39
 |
edwin  |
Remove support for OSVERSION < 5 |
0.7.9_1 06 Jun 2007 07:54:08
 |
linimon  |
Reset jeh@FreeBSD.org, who is away from FreeBSD work for a while.
Hat: portmgr |
0.7.9_1 16 May 2006 20:51:49
 |
jeh  |
The last PR that remove i386 only hoping to get amd64 broke the build for
all other systems. |
0.7.9_1 13 May 2006 04:15:53
 |
edwin  |
Remove USE_REINPLACE from all categories starting with S |
0.7.9_1 09 May 2006 12:28:15
 |
jeh  |
Remove the i386 only requirement.
PR: 96717
Submitted by: Pav Lucistnik |
0.7.9 24 Jan 2006 01:06:45
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.7.9 06 Nov 2005 12:23:40
 |
jeh  |
Fix small type in chip name |
0.7.9 17 Aug 2004 01:40:38
 |
jeh  |
Update to 0.7.9
* Update ReadByte for PR 69376
* Update configure for PR 69372 |
0.7.8 08 Aug 2004 12:44:25
 |
jeh  |
** Update to 0.7.8 |
0.7.7 08 Aug 2004 12:43:40
 |
jeh  |
* Fix rc.subr use so the it works properly with both 4.x and 5.x
* Fix a potential buffer overflow while reading the config file. But,
since the config file is owned by root this is the least of your worries.
* Enlarge the size of the _warn and _fail command strings
- Overflow noticed by Pete <shipley@dis.org> |
0.7.7 24 Jun 2004 01:10:58
 |
jeh  |
Upgrade to version 0.7.7 which fixes the compile problems on -CURRENT |
0.7.6_1 23 Jun 2004 13:33:38
 |
jeh  |
Give help for the standard ports option WITHOUT_IPV6, so it is visiable
without having to read the Makefile. The same can be accomplished via
adding the "-6" option when running healthd.
PR: 68207
Submitted by: Walter Venable <weaseal@users.sourceforge.net> |
0.7.6_1 05 May 2004 01:19:33
 |
kris  |
BROKEN on 5.x: does not compile |
0.7.6_1 20 Apr 2004 01:28:24
 |
jeh  |
Use /etc/rc.subr on systems that have it.
PR: 65609
Submitted By: Franz Klammer |
0.7.6 30 Mar 2004 11:00:14
 |
jeh  |
Bento says 'healthd' does not compile on amd64, so revert back to just
i386 |
0.7.6 22 Mar 2004 13:20:54
 |
jeh  |
Runs on amd64 also, so allow it.
PR: 64549
Submitted by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch> |
0.7.6 10 Mar 2004 02:15:53
 |
jeh  |
mirror updates |
0.7.6 08 Mar 2004 17:41:36
 |
jeh  |
Update MASTER_SITES |
0.7.6 21 Feb 2004 23:47:07
 |
jeh  |
Add a second dist. site. |
0.7.6 14 Feb 2004 13:17:03
 |
jeh  |
./configure didn't properly detect SMB on 5.x systems, even though the
code would work right. |
0.7.5 29 Jan 2004 18:38:20
 |
jeh  |
Add SIZE |
0.7.5 05 Dec 2003 21:53:13
 |
jeh  |
Update to 0.7.5, this support rc.subr |
0.7.4 26 Sep 2003 13:15:32
 |
jeh  |
Update to 0.7.4, which fixes compile problems on 5.1 |
0.7.3 21 Aug 2003 19:19:12
 |
jeh  |
Thanks to Jamie Jones <jamie@bishopston.net> for tracking down a header
problem on FreeBSD-5.1 |
0.7.2 21 Aug 2003 00:58:39
 |
jeh  |
fix my mistake in the last version |
0.7.1 20 Aug 2003 18:55:51
 |
jeh  |
Update to 0.7.1, this includes a "timeout" fix for select() |
0.6.9_1 11 Jul 2003 15:58:13
 |
jeh  |
Mark i386 only. No PORTREVISION bump. |
0.6.9_1 03 Mar 2003 03:55:05
 |
jeh  |
Remove pkg-comment and place in Makefile |
0.6.9_1 26 Jul 2002 11:53:50
 |
jeh  |
Fix a type from last change.
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
0.6.9_1 25 Jul 2002 12:20:36
 |
jeh  |
There is no reason to conditionally install healthd.sh.sample |
0.6.9_1 25 Jul 2002 11:25:34
 |
jeh  |
Conditionally install/uninstall etc/rc.d/healthd.sh
Bump PORTREVISION
PR: 40109
Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.org> |
0.6.9 01 Jul 2002 12:50:45
 |
jeh  |
Fix possible core dump on healthdc with the "P" option.
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
0.6.8_1 19 Jun 2002 16:12:06
 |
jeh  |
Allow IPv6 to be excluded via -DWITHOUT_IPV6
Bump PORTREVISION
PR: 39526
Submitted by: steve@stevenwills.com |
0.6.8 18 Jun 2002 11:59:32
 |
jeh  |
Zero out the sockaddr_* structures before use.
Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> |
0.6.7 05 Apr 2002 14:00:57
 |
jeh  |
Update to 0.6.7
A small fix was applied to healthdc so that it will compile on OpenBSD
with libwrap.
Submitted by: "Eduardo B. Fonseca"
<ebf-dated-1018445139.132fb7@aedsolucoes.com.br> |
05 Feb 2002 11:26:54
    |
jeh  |
FORCED COMMIT: |
05 Feb 2002 01:43:06
    |
jeh  |
A small patch to allow the command line to override the ENV in healthdc. |
16 Mar 2001 20:29:14
    |
jeh  |
Include the previous patch-aa Upgrade to 0.6.5. - Allow -B to use Vbat on
W83782D chips for Vcore1 (Abit BP-6) M/B |
06 Feb 2001 02:43:53
    |
jeh  |
Fix a divide by zero. Bump PORTREVISION |
16 Jan 2001 19:08:46
    |
will  |
Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in
bsd.port.mk, for easy removal of documentation. I left alone one port -
japanese/elisa8x8 (or something like that), because it appeared to have some
rather weird way of doing PORTDOCS substitution. |
07 Jan 2001 16:26:02
    |
jeh  |
Update to version 0.6.4 Fix problems introduced in version 0.6.3 |
05 Jan 2001 16:11:25
    |
jeh  |
Update to 0.6.3. This compiles on FBSD 3.5.1 and similar with out a IPv6
stack |
14 Nov 2000 01:14:49
    |
jeh  |
It was possible to divide by zero. |
26 Oct 2000 13:17:56
    |
jeh  |
Stop make configure from blowing up on systems without IPv6 |
24 Oct 2000 02:37:15
    |
jeh  |
Mikhail Teterin <mi@aldan.algebra.com> in PR 22258 showed me a more elegant
way to modify plist for NOPORTSDOC |
21 Oct 2000 18:48:27
    |
jeh  |
PLIST for extra document files |
21 Oct 2000 18:47:40
    |
jeh  |
Update to version 0.6.1 |
08 Oct 2000 07:23:57
    |
asami  |
Convert category sysutils to new layout. |
02 Oct 2000 04:10:30
    |
jeh  |
Change MAINTAINERship to my committers address. |
18 Sep 2000 11:41:55
    |
jedgar  |
Correct MD5 Remove obsoleted patch |
17 Sep 2000 19:31:46
    |
ade  |
Update to version 0.6.0 |
08 Aug 2000 04:00:27
    |
steve  |
Add 'LDFLAGS+=-lio' on the Alpha to get the inb/outb implementations. |
18 Jul 2000 13:06:02
    |
kevlo  |
- Update to 0.5.4 - Update the Makefile so the healthd.sh for the port is
installed instead the one in the files directory, which is out-of-date. |
14 Jul 2000 13:52:54
    |
jedgar  |
Update port to 0.5.3 |
11 Jul 2000 15:34:43
    |
kevlo  |
Update to version 0.5.2 |
08 Jul 2000 01:43:29
    |
steve  |
Update to version 0.5.1. |
05 Jul 2000 13:37:07
    |
tg  |
As threatened on freebsd-ports: all startup scripts know about the two options
`start' and `stop' now (unless I have forgotten any). This allows us to call
the scripts from /etc/rc.shutdown with the correct option. |
22 Jun 2000 02:18:37
    |
will  |
Update to 0.5. |