lhondareyte / ports

Miscellaneous FreeBSD Ports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Miscellaneous FreeBSD Ports

  • as31 : An Intel 8031/8051 assembler
  • beatrix : B3 organ simulator
  • dvm1200 : Velleman DVM1200 command line interface
  • fxload : Firmware downloader for Cypress EZ-USB devices
  • firmwarehotplug : Open-source Firmwares for M-AUDIO Midi interfaces
  • hex2bin : Get blobs for regions in an Intel HEX
  • jack2 : Specific version with minimum dependencies
  • jack_umidi : Specific version without options
  • libsamplerate : Specific strip down version
  • mailsend : Simple command line mail sender
  • minipro : do not use since there is an official port
  • mmm : Simple MIDI monitor
  • noizebox : Old school synthesizer based on ncurses and fluidsynth
  • smart-psu : Smart PSU for ARM board
  • spectro450
  • sqlite3 : Specific version without GNU dependencies

Howto

To build all packages :

sudo make fetch
make package

To build a specific package, just type:

cd <port>
sudo make fetch
make package

The new package is now available in the sub-directory work/pkg

About

Miscellaneous FreeBSD Ports


Languages

Language:Makefile 87.7%Language:CMake 7.2%Language:Shell 5.1%