Port details |
- rclint Checks rc scripts for style and common errors
- 1.2.0 devel
=3 Version of this port present on the latest quarterly branch. - Maintainer: crees@FreeBSD.org
 - Port Added: 2012-10-22 20:32:10
- Last Update: 2022-01-15 12:03:51
- Commit Hash: 8a05ecb
- People watching this port, also watch:: alsa-plugins, gtkmm30, screen, py39-pycparser, glib
- Also Listed In: python textproc
- License: BSD2CLAUSE
- 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.
WWW: https://github.com/crees/rclint
- SVNWeb : git : Homepage
- 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 = 1642247948
SHA256 (rclint-1.2.0.tar.gz) = 337a885b81571e1a319e6254e38377885acd1122179502f8a77bf35dea2c7490
SIZE (rclint-1.2.0.tar.gz) = 7005
- 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.8 : lang/python38
- 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: see SVNWeb link above for full details) |
Date | By | Description |
15 Jan 2022 12:03:51 1.2.0 |
Chris Rees (crees)  |
devel/rclint: Update to 1.2.0
- Stop complaining about missing $FreeBSD$ |
21 May 2021 16:23:43 1.1.0 |
Mateusz Piotrowski (0mp)  |
devel/rclint: Set NO_ARCH
Approved by: portmgr blanket |
21 May 2021 16:23:38 1.1.0 |
Mateusz Piotrowski (0mp)  |
devel/rclint: Sort variables
Approved by: portmgr blanket |
07 Apr 2021 08:09:01 1.1.0 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:13 1.1.0 |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 1.1.0 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
29 Mar 2021 19:49:58
1.1.0 |
crees  |
devel/rclint: Update to 1.1.0
Add _config to variables that should be clobbered |
03 Mar 2021 11:37:56
1.0.1 |
crees  |
devel/rclint: Update to 1.0.1
- Correct the error message on file order to match reality |
07 Feb 2021 22:12:40
1.0.0 |
crees  |
devel/rclint: Update to 1.0.0
- Automatically check a port with the . argument
- Fix a couple of crashes |
08 May 2017 09:51:33
0.2.1_1 |
miwi  |
- Fix shebangs
- Bump PORTREVISION |
09 Sep 2014 17:23:58
0.2.1 |
crees  |
Update to 0.2.1; Minor bugfix |
26 Mar 2014 17:46:07
0.1.0 |
crees  |
Update to 0.1.0
Report the line number of the first out-of-order line found |
19 Feb 2014 21:22:42
0.0.6_1 |
crees  |
Used versioned Python binary because the symlink isn't installed by default
any more.
Pointed out by: feld |
29 Dec 2013 14:50:31
0.0.6 |
crees  |
Stage devel and database ports maintained by me.
While here, add missing cvs dep and general cleanups |
20 Sep 2013 17:17:45
0.0.6 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
02 May 2013 21:13:42
0.0.6 |
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 |
30 Apr 2013 20:10:53
0.0.5 |
crees  |
Add licence info to some ports
Submitted by: 4721 |
18 Feb 2013 16:21:01
0.0.5 |
crees  |
Update to 0.0.5
- Fix pointless quoting detection for real this time |
16 Feb 2013 17:49:46
0.0.4 |
crees  |
Update to 0.0.4
- Fix checking for pointlessly quoted variables |
13 Nov 2012 19:50:30
0.0.3 |
crees  |
Update to 0.0.3, with better quoting support.
Feature safe: yes |
27 Oct 2012 16:47:11
0.0.2 |
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 |
25 Oct 2012 20:53:56
0.0.1 |
crees  |
Update to 0.0.1 with Python 3.0 support
Thanks to: eadler
Feature safe: yes |
22 Oct 2012 20:47:41
0.0.0 |
crees  |
Use exec to drop sh process, and remove redundant /usr/bin/env.
Submitted by: bdrewery
Feature safe: yes |
22 Oct 2012 20:31:59
0.0.0 |
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 |