Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.6_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 ) |
1.9.6_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.9.6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.6_1 06 Nov 2018 21:13:55 |
rene |
Return tj's ports to the pool after his commit bit got safekept. |
1.9.6_1 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
1.9.6_1 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
1.9.6_1 13 Nov 2015 09:25:51 |
marino |
devel/libcli: USES=alias to support malloc.h-less DF |
1.9.6_1 04 Sep 2015 16:02:17 |
mat |
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight |
1.9.6_1 18 Feb 2015 08:51:46 |
marino |
devel/libcli: Disable -Werror to restore build on DragonFly
This port includes <malloc.h> which generates a warning on DF.
PR: 197330
Submitted by: marino@
Approved by: maintainer timeout (tj@) |
1.9.6_1 21 Jan 2014 00:21:49 |
bapt |
support stage |
1.9.6_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.9.6_1 10 Nov 2012 18:26:36 |
tj |
* Fix memory leak
* Take over maintainer
Feature safe: yes
Approved by: bapt
Approved by: eadler (mentor) |
1.9.6 07 Nov 2012 08:17:31 |
bapt |
- update to 1.9.6
Feature safe: yes |
1.9.5 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
1.9.5 17 May 2012 12:34:09 |
zi |
- Honor custom PREFIX
PR: ports/168008
Submitted by: zi@
Approved by: bapt@ (maintainer) |
1.9.5 20 Jun 2011 16:58:07 |
bapt |
Fix build with clang |
1.9.5 04 May 2011 04:55:26 |
bapt |
- update to 1.9.5
Submitted by: Erik Karulf erik@karulf.com (by mail) |
1.9.4_1 02 May 2011 21:44:50 |
bapt |
Add a forgotten patch
Reported by: Pointy Hat (Pav@) |
1.9.4_1 28 Apr 2011 06:20:11 |
bapt |
- change the soname to match authorized name for our ldconfig
- bump port revision |
1.9.4 27 Apr 2011 12:20:22 |
bapt |
Libcli provides a shared library for including a Cisco-like command-line
interface into other software. It's a telnet interface which supports
command-line editing, history, authentication and callbacks for a user-definable
function tree.
WWW: http://github.com/dparrish/libcli/ |