GithubHelp home page GithubHelp logo

kanthi / freebsdtools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adriaandegroot/freebsdtools

1.0 0.0 0.0 45 KB

FreeBSD (new) Committers Tools

Shell 65.57% Ruby 8.90% Python 16.30% Perl 9.23%

freebsdtools's Introduction

FreeBSD (new) Committer's Tools

This repo contains notes from my new-committer period, as well as links to useful FreeBSD resources (mostly for new committers) and some tools of mixed parentage.

Links

Tools

  • instant-workstation

    This script uses dialog(1) to ask a few questions, and then installs the software and configuration needed for that workstation-use. It is tailored to my needs, but accepts PRs for other uses.

  • sparse-checkout

    This script checks out a (writable) ports-tree suitable for working on individual ports. The ports tree is checked out in sparse mode, which means that you only get the bits needed to modify and build the ports you ask for. Can also be used to create a ports tree from a Phab review. Joint work with tcberner@

    Typical use is to create a writable checkout (that is, one over ssh which you can commit from) with a particular name, for one or more ports that need to be modified: sparse-ports-checkout.sh -w -n ports-tree-name -p category/portname

  • bump_revision

    This script bumps the PORTREVISION value in each named port, by editing the Makefile. If no PORTREVISION exists, adds one with value 1.

  • Ports graphs perl python

    Both scripts use dot (graphics/graphviz) to produce a graph of the dependencies for a given port. Both use the output from pkg to obtain the dependency tree.

Instructions

Contributors

The work in this repository is not only my own. Other contributors alphabetically by first name or nickname are:

  • natethegreat44
  • Tobias Berner

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.