Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7_2 10 Jan 2024 15:29:49
    |
Baptiste Daroussin (bapt)  |
MAN?PREFIX: eleminate its usage and move man to share/man |
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_1 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_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.7_1 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
0.7_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.7_1 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.7_1 20 Sep 2014 11:02:20
  |
crees  |
Now dynamically links rather than static. |
0.7 11 Jun 2014 18:26:25
  |
amdmi3  |
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket |
0.7 21 Feb 2014 13:39:38
  |
ehaupt  |
Remove trailing whitespaces from category sysutils |
0.7 10 Feb 2014 13:54:28
  |
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
0.7 20 Oct 2013 18:46:58
  |
eadler  |
- Convert to staging
Approved by: crees (maintainer) |
0.7 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.7 25 May 2013 12:58:46
  |
crees  |
Update to 0.7
- Strip /dev/ from keyboard device filename
- Look in LOCALBASE/include/cfu for cfu headers; it moved in libcfu-0.4 |
0.6 30 Apr 2013 20:10:53
  |
crees  |
Add licence info to some ports
Submitted by: 4721 |
0.6 04 Mar 2013 19:20:18
  |
crees  |
Update to 0.6
- Don't fail on missing -p option |
0.5 03 Mar 2013 11:57:45
  |
crees  |
The author has not found any simple programs that listen on a device and
run commands based on the values received.
keyboard-daemon binds to a device (for example, a remote control) and
listens for button presses. These are then mapped to programs that are
executed.
WWW: http://www.bayofrum.net/cgi-bin/fossil/keyboard-daemon/ |