Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbz/freebsd-maintainer-scripts
Collection of scripts to help maintainer tasks
https://github.com/sbz/freebsd-maintainer-scripts
freebsd maintainer-tools
Last synced: about 5 hours ago
JSON representation
Collection of scripts to help maintainer tasks
- Host: GitHub
- URL: https://github.com/sbz/freebsd-maintainer-scripts
- Owner: sbz
- License: bsd-2-clause
- Created: 2015-05-27T20:15:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T22:29:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-26T16:23:44.950Z (over 1 year ago)
- Topics: freebsd, maintainer-tools
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# freebsd-maintainer-scripts
This repository contains the following files to assist me with
[FreeBSD](https://www.freebsd.org) related
tasks:+ **disable_debug_sysctl.conf**
[sysctl(8)][1] configuration option to disable debug
+ **ftabs**
[Python][2] script to open freebsd related links as tab on browser at once
+ **gensrc**
[tcsh(1)][3] script to generate the src.conf(5) options WITH or WITHOUT
+ **[getpatch][src]**
[Python][2] script to download bug tracker attachment using the command line.
[Documentation][doc]+ **getprs.py**
[Python][2] script to list bugs issues assigned using the command line.
+ **myportlint**
[sh(1)][4] script to run [portlint(1)][5] on a bunch of ports
+ **poudriere-runner**
[poudriere(8)][6] helper to process testport action on multiple jails
+ **sysctl-missing-desc**
[Python][2] script to track [sysctl(8)][1] with missing description
+ **vimport**
[sh(1)][4] script to open all the Makefile for a given a maintainer
[1]: https://www.freebsd.org/cgi/man.cgi?sysctl
[2]: https://www.python.org/
[3]: https://www.freebsd.org/cgi/man.cgi?csh
[4]: https://www.freebsd.org/cgi/man.cgi?sh
[5]: https://www.freebsd.org/cgi/man.cgi?portlint
[6]: https://github.com/freebsd/poudriere
[7]: https://subversion.apache.org[src]: https://svn.freebsd.org/ports/head/Tools/scripts/getpatch
[doc]: https://svn.freebsd.org/ports/head/Tools/scripts/README.getpatch