Difference between revisions of "Barcode"
(Created page with "{{Entry |Name=Barcode |Short description=Converts text strings to printed bars |Full description=GNU barcode is a tool to convert text strings to printed bars. It supports a vari...") |
m (Text replacement - "|Documentation note='''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-...) |
||
(13 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
− | |Name=Barcode | + | |Name=GNU Barcode |
− | |Short description= | + | |Short description=Convert text strings to printed bars. |
|Full description=GNU barcode is a tool to convert text strings to printed bars. It supports a variety of standard code to represent the strings and creates postscript output. Features include: | |Full description=GNU barcode is a tool to convert text strings to printed bars. It supports a variety of standard code to represent the strings and creates postscript output. Features include: | ||
* available as both a library and a command line frontend (so you can include barcode printing in your application) | * available as both a library and a command line frontend (so you can include barcode printing in your application) | ||
Line 8: | Line 8: | ||
* Accepts sizes and positions as inches, millimeters, and centimeters | * Accepts sizes and positions as inches, millimeters, and centimeters | ||
* Can create tables of barcodes (to print labels on sticker pages) | * Can create tables of barcodes (to print labels on sticker pages) | ||
+ | |Homepage URL=https://www.gnu.org/software/barcode/ | ||
+ | |Is High Priority Project=No | ||
+ | |||
+ | |Decommissioned or Obsolete=No | ||
+ | |Donate=https://my.fsf.org/donate/ | ||
+ | |Related projects=gnustandards,BarcodeWriter,kbarcode,Bookland.py | ||
+ | |Keywords=PostScript,printing,packaging,sorting,barcode | ||
+ | |Version identifier=0.99 | ||
+ | |Version date=2013/03/30 | ||
+ | |Version status=beta | ||
+ | |Version download=https://ftp.gnu.org/gnu/barcode/barcode-0.99.tar.xz | ||
+ | |Last review by=Bendikker | ||
+ | |Last review date=2019/01/21 | ||
+ | |Submitted by=Database conversion | ||
+ | |Submitted date=2011/04/01 | ||
|User level=none | |User level=none | ||
− | |||
|Component programs=bookland | |Component programs=bookland | ||
− | | | + | |Paid support=https://www.fsf.org/resources/service/ |
− | | | + | |Accepts cryptocurrency donations=Yes |
− | | | + | |OpenPGP signature=https://ftp.gnu.org/gnu/barcode/barcode-0.99.tar.xz.sig |
− | + | |Test entry=No | |
− | + | |Is GNU=Yes | |
− | + | |GNU package identifier=barcode | |
− | + | |Decommissioned/Obsolete=No | |
− | + | }} | |
− | + | {{Project license | |
− | | | + | |License=GPLv3orlater |
− | |Is GNU= | + | |License verified by=mtjm |
− | | | + | |License verified date=2014/09/26 |
− | | | ||
− | |||
− | |||
− | | | ||
− | | | ||
− | |||
− | |||
− | |License verified date= | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Alessandro Rubini | ||
|Role=Maintainer | |Role=Maintainer | ||
− | + | |Email=rubini@gnudd.com | |
− | |Email=rubini@ | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=John Cavalieri | ||
|Role=Contributor | |Role=Contributor | ||
− | + | |Email=jcavalieri@fastpencil.com | |
− | |Email= | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Giuseppe Scrivano | ||
+ | |Role=Maintainer | ||
+ | |Email=gscrivan@redhat.com | ||
+ | }} | ||
+ | {{Person | ||
+ | |Real name=Michele Comitini | ||
|Role=Contributor | |Role=Contributor | ||
− | |||
|Email=mcm@initd.org | |Email=mcm@initd.org | ||
− | |Resource URL= | + | }} |
+ | {{Resource | ||
+ | |Resource audience=Debian (Ref) | ||
+ | |Resource URL=https://tracker.debian.org/pkg/barcode | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Savannah (Ref) | ||
+ | |Resource URL=https://savannah.gnu.org/projects/barcode/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=VCS Repository Webview | ||
+ | |Resource URL=https://web.cvs.savannah.gnu.org/viewvc/barcode/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=VCS Repository Webview | ||
+ | |Resource URL=https://git.savannah.gnu.org/cgit/barcode.git/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/bug-barcode/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=https://ftp.gnu.org/gnu/barcode/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=General | ||
+ | |Resource URL=https://savannah.gnu.org/people/ | ||
}} | }} | ||
{{Software category | {{Software category | ||
− | |Business=barcoding,productivity | + | |Business=barcoding, productivity |
− | |Interface=command-line,library | + | |Interface=command-line, library |
+ | |Programming-language=C | ||
+ | |Runs-on=GNU/Linux | ||
|Works-with=barcodes | |Works-with=barcodes | ||
}} | }} | ||
− | {{ | + | {{Featured}} |
− | |||
− | |||
− | |||
− | }} |
Latest revision as of 13:44, 4 December 2020
Overview
GNU Barcode
https://www.gnu.org/software/barcode/
Convert text strings to printed bars.
GNU barcode is a tool to convert text strings to printed bars. It supports a variety of standard code to represent the strings and creates postscript output. Features include:
- available as both a library and a command line frontend (so you can include barcode printing in your application)
- supports UPC, EAN, ISBN, CODE39, and other encoding standards
- Postscript and encapsulated postscript output (other backends can be added as needed)
- Accepts sizes and positions as inches, millimeters, and centimeters
- Can create tables of barcodes (to print labels on sticker pages)
This is a GNU package:barcode
Download
https://ftp.gnu.org/gnu/barcode/barcode-0.99.tar.xz
Categories
Details
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Michele Comitini | Contributor |
Giuseppe Scrivano | Maintainer |
Alessandro Rubini | Maintainer |
John Cavalieri | Contributor |
Resources and communication
Audience | Resource type | URI |
---|---|---|
VCS Repository Webview | https://git.savannah.gnu.org/cgit/barcode.git/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
Debian (Ref) | https://tracker.debian.org/pkg/barcode | |
Savannah (Ref) | https://savannah.gnu.org/projects/barcode/ | |
General | https://savannah.gnu.org/people/ | |
Download | https://ftp.gnu.org/gnu/barcode/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/bug-barcode/ | |
VCS Repository Webview | https://web.cvs.savannah.gnu.org/viewvc/barcode/ |
Software prerequisites
About this entry
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.