Main features of GNU Barcode:
- Available as both a library and an executable program
- Supports UPC, EAN, ISBN, CODE39 and other encoding standards
- PostScript and Encapsulated PostScript output
- Accepts sizes and positions as inches, centimeters, millimeters
- Can create tables of barcodes (to print labels on sticker pages)
Main features of GNU Barcode:
- Available as both a library and an executable program
- Supports UPC, EAN, ISBN, CODE39 and other encoding standards
- PostScript and Encapsulated PostScript output
- Accepts sizes and positions as inches, centimeters, millimeters
- Can create tables of barcodes (to print labels on sticker pages)
To install barcode, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install barcode
To see what files were installed by barcode, run:
port contents barcode
To later upgrade barcode, run:
sudo port selfupdate && sudo port upgrade barcode
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.