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) |
0.8.0 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.8.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.8.0 21 Sep 2021 13:47:01 |
Ryan Steinmetz (zi) |
*/*: Reset MAINTAINER due to repeat fatal email bounces |
0.8.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.0 23 Sep 2018 01:24:31 |
swills |
devel/libpo6: update to 0.8.0
While here, give maintainership to submitter
PR: 230683
Submitted by: Nathan <ndowens@yahoo.com> |
0.5.2 23 Feb 2018 21:09:47 |
rene |
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary |
0.5.2 20 Jan 2015 11:57:42 |
vg |
- Update to 0.5.2
PR: ports/196502
Submitted by: bra@fsn.hu |
0.5.0 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.5.0 06 Jul 2014 20:34:36 |
vg |
- Upgrade to 0.5.0
- Update license |
0.3.1 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
0.3.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.3.1 22 Jul 2013 14:34:23 |
vg |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors) |
0.3.1 20 Apr 2013 15:07:07 |
pawel |
Update to version 0.3.1
PR: ports/177591
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
Feature safe: yes |
0.2.3 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
0.2.3 10 Feb 2013 14:31:22 |
miwi |
This is a library that includes all the code I tend to carry from project to
project for wrapping POSIX APIs for C++. Where possible, things are
implemented inline so that there is minimal to no cost above and beyond using
the good old C APIs.
WWW: https://github.com/rescrv/po6
PR: ports/174794
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> |