Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.3_3 23 Jan 2024 14:51:25 |
Muhammad Moinur Rahman (bofh) |
devel/libsysinfo: Impelled 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.0.3_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.0.3_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.0.3_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.0.3_2 31 Aug 2019 07:57:58 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
0.0.3_2 11 Dec 2018 17:13:55 |
lwhsu |
- Add pkg-config pc file [1]
- Pet portlint while here
PR: 233446 [1]
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: imp (maintainer) |
0.0.3_1 31 Jan 2018 01:07:08 |
jwb |
Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D14128 |
0.0.3_1 01 Nov 2017 13:10:35 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
0.0.3 23 Oct 2016 17:30:48 |
imp |
Drop MASTER_SITES, since USE_GETHUB brings that in.
Use DISTVERSIONPREFIX=v instead of giving the tag name to give nicer
distfile names.
Out of an abundance of caution, bump PORTREVISION.
Submitted by: jhale@ |
0.0.3 23 Oct 2016 03:59:55 |
imp |
Take over libsysinfo. It's been in google code for a while unupdated
and has been marked as broken here. Strap on the hob-nailed tennis
shoes of progress and adopt it into my github realm. I want my
lxpanel back, and this stands stupidly in the way. |
0.0.2_1 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.0.2_1 11 Dec 2015 08:48:57 |
miwi |
- Update maintainer mail address
- Update/Remove MASTER_SITE
PR: 204755
Submitted by: jwbacon@tds.net (maintainer)
Approved by: mat (mentor)
Differential Revision: D4493 |
0.0.2_1 20 Dec 2014 18:06:22 |
bapt |
Cleanup plist |
0.0.2_1 24 Feb 2014 13:04:46 |
jhale |
- Support staging
While here:
- Be more specific with BSD license (BSD3CLAUSE)
- Add USES=uidfix to allow installation by user
- Align whitespace
PR: ports/186981
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) |
0.0.2_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) |
0.0.2_1 10 Jun 2013 14:35:01 |
wg |
- Bump PORTREVISION
PR: ports/179454
Submitted by: Oleg A. Mamontov <oleg@mamontov.net>
Approved by: culot / jpaetzel (mentors, implicit), maintainer |
0.0.2 07 Jun 2013 15:46:48 |
wg |
- Fix libkvm dependency link [1]
- Trim Makefile header
- Use space for WWW in pkg-descr
PR: ports/179394 [1]
Submitted by: Oleg A. Mamontov <oleg@mamontov.net> [1]
Approved by: culot / jpaetzel (mentors, implicit), maintainer |
0.0.2 25 Apr 2012 17:25:05 |
jgh |
Add new port: devel/libsysinfo
The sysinfo(3) function is a GNU interface for retrieving common information
about the configuration and state of the system, such as is returned by
sysctl(3) and sysconf(3).
WWW: http://code.google.com/p/sysinfo-bsd/
PR: ports/166843
Submitted by: jwbacon@tds.net |