Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3_6 09 Jan 2024 11:11:45 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
1.3_5 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
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.3_5 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.3_5 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 ) |
1.3_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3_5 23 Apr 2016 18:25:50 |
swills |
sysutils/pdumpfs: convert to USES=shebangfix |
1.3_4 17 Feb 2016 19:12:24 |
amdmi3 |
- Add LICENSE_FILE
- Add NO_ARCH
- Use MANPREFIX
- Switch to options helpers |
1.3_4 01 Feb 2014 19:15:00 |
antoine |
Stage support |
1.3_4 30 Jan 2014 15:30:13 |
swills |
- Rename patch so it actually gets applied
PR: ports/186270
Submitted by: John Anderson <jdakhayman@gmail.net>
Pointyhat to: swills |
1.3_3 25 Jan 2014 20:00:33 |
swills |
- Fix with Ruby 1.9
PR: ports/179611
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> |
1.3_2 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.3_2 27 May 2013 19:46:51 |
bsam |
. add LICENSE=GPLv2;
. bump PORTREVISION;
. trim Makefile headers;
. remove the indefinite article from COMMENT;
. define PLIST_FILES and PORTDOCS at makefile;
. remove pkg-plist;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS. |
1.3_1 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
1.3_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.3_1 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.3_1 02 May 2006 07:07:24 |
okazaki |
Fix the encoding of the Japanese man page.
Update the master site URL.
Bump up port revision.
PR: ports/95619
Submitted by: Tsurutani Naoki |
1.3 25 Nov 2005 18:14:52 |
pav |
- Add SHA256 |
1.3 11 Nov 2005 01:18:01 |
linimon |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
1.3 23 Dec 2004 20:23:43 |
knu |
Update to 1.3. |
1.2 12 Aug 2004 09:16:16 |
knu |
Update to 1.2. |
1.1 13 Jul 2004 18:00:46 |
knu |
Update to 1.1. |
1.0 28 Jun 2004 16:48:59 |
knu |
Update to 1.0. |
0.9 22 May 2004 18:27:26 |
knu |
Update to 0.9. |
0.8 22 Apr 2004 12:42:16 |
knu |
Update to 0.8 and unbreak for ruby 1.8, which is now the default version.
PR: ports/65879
Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
Approved by: portmgr (self) |
0.6 22 Mar 2004 15:05:32 |
knu |
Add SIZE data.
Submitted by: trevor |
0.6 18 Feb 2003 05:52:57 |
knu |
De-pkg-comment my non-ruby ports as well. |
0.6 06 Aug 2002 18:27:40 |
knu |
Update to 0.6. |
15 Feb 2002 11:18:54 |
knu |
Update to 0.5. |
01 May 2001 10:18:19 |
knu |
Point WWW: at the English page instead of the Japanese one. |
30 Apr 2001 12:06:36 |
knu |
Add pdumpfs, a daily backup system similar to Plan9's dumpfs. |