Port details |
- blame Display last modification for each line in an RCS file
- 1.4.20250101 devel
=2 1.4.20240206_1Version of this port present on the latest quarterly branch. - Maintainer: fuz@FreeBSD.org
 - Port Added: 2011-07-19 23:08:11
- Last Update: 2025-02-18 14:16:12
- Commit Hash: efb3056
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://invisible-island.net/rcs-blame/
- Description:
- Blame displays the last modification for each line in an
RCS file. It is the RCS equivalent of CVS's annotate
command.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/blame/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/blame
- pkg install blame
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: blame
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1739372390
SHA256 (blame-1.4-20250101.tgz) = 0ab136bff987e86cee1263fc41735fbf22d0b25417259bc72499bdebaabe5931
SIZE (blame-1.4-20250101.tgz) = 438867
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_blame
- USES:
- tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.20250101 18 Feb 2025 14:16:12
    |
Robert Clausecker (fuz)  |
devel/blame: update to 1.4.20250101
- drop GNU_CONFIGURE_MANPREFIX
Changelog: https://invisible-island.net/rcs-blame/ChangeLog |
1.4.20240206_1 05 Mar 2024 14:51:13
    |
Nuno Teixeira (eduardo)  |
devel/blame: Move man pages to share/man
Approved by: portmgr (blanket) |
1.4.20240206 10 Feb 2024 13:41:53
    |
Robert Clausecker (fuz)  |
devel/blame: update to 1.4-20240206
- remove upstreamed distribution patches
Changelog: https://invisible-island.net/rcs-blame/ChangeLog |
1.3.1.20221108 29 May 2023 23:24:06
    |
Robert Clausecker (fuz)  |
devel/blame: update to 1.3.1-20221108
Fix build on armv7 by importing a gnulib patch.
Take maintainership.
Changelog: https://invisible-island.net/rcs-blame/ChangeLog.html
Approved by: jhein@symmetricom.com (maintainer)
PR: 271643 |
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.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.3.1 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 ) |
1.3.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3.1 27 Aug 2020 20:47:12
  |
tcberner  |
devel/blame: fix build with recent current |
1.3.1 17 May 2020 18:26:58
  |
rene  |
devel/blame: fix fetch, the port was adopted to a new website.
PR: 243589
Submitted by: Thomas E. Dickey
Approved by: maintainer timeout (3.5 months)
MFH: 2020Q2 |
1.3.1 04 Apr 2020 20:51:41
  |
antoine  |
Deprecate ports broken for more than 6 months |
1.3.1 06 Nov 2019 12:48:32
  |
antoine  |
Mark a few ports BROKEN, unfetchable |
1.3.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.3.1 22 Jan 2014 23:59:40
  |
bapt  |
Support stage |
20 Sep 2013 17:03:27

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
1.3.1 30 Jul 2013 12:21:46
  |
bapt  |
Fix build with clang by forcing gnu89 standard |
1.3.1 19 Jul 2011 23:07:46
 |
ohauer  |
Blame displays the last modification for each line in an
RCS file. It is the RCS equivalent of CVS's annotate
command.
WWW: http://blame.sourceforge.net
PR: ports/159028
Submitted by: John Hein <jhein at symmetricom.com> |