Port details |
- rclint Checks rc scripts for style and common errors
- 1.3.0 devel
=5 1.3.0Version of this port present on the latest quarterly branch. - Maintainer: crees@FreeBSD.org
 - Port Added: 2012-10-22 20:32:10
- Last Update: 2023-09-17 06:50:43
- Commit Hash: 2a9eb8d
- People watching this port, also watch:: xorg-drivers, lua52, gvfs, chromium, rdesktop
- Also Listed In: python textproc
- License: BSD2CLAUSE
- WWW:
- https://github.com/crees/rclint
- Description:
- Long have there been calls for an rc analog to portlint.
This script allows people to make a quick pre-commit check of rc files.
Try using the -v flag if the error messages are too terse.
¦ ¦ ¦ ¦ 
- 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/rclint/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rclint
- pkg install rclint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rclint
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1694029149
SHA256 (rclint-1.3.0.tar.gz) = 8aaaf509f13e07788f25b5028ffbb43750cc8567f599451c4527c99bf2d1a53d
SIZE (rclint-1.3.0.tar.gz) = 7055
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_rclint
- USES:
- python:run shebangfix
- 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.3.0 17 Sep 2023 06:50:43
    |
Chris Rees (crees)  |
devel/rclint: Update to 1.3.0
Missing spaces after comment characters no longer cause bogus ordering
complaints |
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.2.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 ) |
1.2.0 15 Jan 2022 12:03:51
    |
Chris Rees (crees)  |
devel/rclint: Update to 1.2.0
- Stop complaining about missing $FreeBSD$ |
1.1.0 21 May 2021 16:23:43
    |
Mateusz Piotrowski (0mp)  |
devel/rclint: Set NO_ARCH
Approved by: portmgr blanket |
1.1.0 21 May 2021 16:23:38
    |
Mateusz Piotrowski (0mp)  |
devel/rclint: Sort variables
Approved by: portmgr blanket |
1.1.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.0 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
1.1.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.0 29 Mar 2021 19:49:58
  |
crees  |
devel/rclint: Update to 1.1.0
Add _config to variables that should be clobbered |
1.0.1 03 Mar 2021 11:37:56
  |
crees  |
devel/rclint: Update to 1.0.1
- Correct the error message on file order to match reality |
1.0.0 07 Feb 2021 22:12:40
  |
crees  |
devel/rclint: Update to 1.0.0
- Automatically check a port with the . argument
- Fix a couple of crashes |
0.2.1_1 08 May 2017 09:51:33
  |
miwi  |
- Fix shebangs
- Bump PORTREVISION |
0.2.1 09 Sep 2014 17:23:58
  |
crees  |
Update to 0.2.1; Minor bugfix |
0.1.0 26 Mar 2014 17:46:07
  |
crees  |
Update to 0.1.0
Report the line number of the first out-of-order line found |
0.0.6_1 19 Feb 2014 21:22:42
  |
crees  |
Used versioned Python binary because the symlink isn't installed by default
any more.
Pointed out by: feld |
0.0.6 29 Dec 2013 14:50:31
  |
crees  |
Stage devel and database ports maintained by me.
While here, add missing cvs dep and general cleanups |
0.0.6 20 Sep 2013 17:17:45
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.0.6 02 May 2013 21:13:42
  |
crees  |
Update to 0.0.6
Changes:
Make less fragile-- don't break if there are spaces in function definitions
Return the correct line number if giving an error in a function |
0.0.5 30 Apr 2013 20:10:53
  |
crees  |
Add licence info to some ports
Submitted by: 4721 |
0.0.5 18 Feb 2013 16:21:01
  |
crees  |
Update to 0.0.5
- Fix pointless quoting detection for real this time |
0.0.4 16 Feb 2013 17:49:46
  |
crees  |
Update to 0.0.4
- Fix checking for pointlessly quoted variables |
0.0.3 13 Nov 2012 19:50:30
  |
crees  |
Update to 0.0.3, with better quoting support.
Feature safe: yes |
0.0.2 27 Oct 2012 16:47:11
  |
crees  |
Update to 0.0.2, fixing Python 3 for real this time:
- Stop comparing None with integer in arg.v
Noticed by: demon
Feature safe: yes |
0.0.1 25 Oct 2012 20:53:56
  |
crees  |
Update to 0.0.1 with Python 3.0 support
Thanks to: eadler
Feature safe: yes |
0.0.0 22 Oct 2012 20:47:41
  |
crees  |
Use exec to drop sh process, and remove redundant /usr/bin/env.
Submitted by: bdrewery
Feature safe: yes |
0.0.0 22 Oct 2012 20:31:59
  |
crees  |
Long have there been calls for an rc analog to portlint.
This script allows people to make a quick pre-commit check of rc files.
Try using the -v flag if the error messages are too terse.
Feature safe: yes |