5c0861f5ae
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. This package installs a library and a command line tool. Package from Alaric Snell-Pym, with some improvements by me.
84 lines
1.6 KiB
Makefile
84 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.95 2008/06/15 10:33:38 gavan Exp $
|
|
#
|
|
|
|
COMMENT= Document format and character code converters
|
|
|
|
SUBDIR+= 2vcard
|
|
SUBDIR+= ack
|
|
SUBDIR+= autoconvert
|
|
SUBDIR+= base64
|
|
SUBDIR+= bbcim
|
|
SUBDIR+= bib2xml
|
|
SUBDIR+= bibtex2html
|
|
SUBDIR+= cbmconvert
|
|
SUBDIR+= chef
|
|
SUBDIR+= cn2jp
|
|
SUBDIR+= code2html
|
|
SUBDIR+= convmv
|
|
SUBDIR+= doc2html
|
|
SUBDIR+= dvi2tty
|
|
SUBDIR+= enriched2html
|
|
SUBDIR+= fondu
|
|
SUBDIR+= fribidi
|
|
SUBDIR+= hztty
|
|
SUBDIR+= ish
|
|
SUBDIR+= ja-dvi2tty
|
|
SUBDIR+= jcode-perl
|
|
SUBDIR+= kcc
|
|
SUBDIR+= latex2rtf
|
|
SUBDIR+= libiconv
|
|
SUBDIR+= libwpd
|
|
SUBDIR+= macfork
|
|
SUBDIR+= mpack
|
|
SUBDIR+= nkf
|
|
SUBDIR+= odt2txt
|
|
SUBDIR+= p5-Convert-BinHex
|
|
SUBDIR+= p5-Convert-TNEF
|
|
SUBDIR+= p5-Convert-UUlib
|
|
SUBDIR+= p5-JSON
|
|
SUBDIR+= p5-JSON-Any
|
|
SUBDIR+= p5-JSON-XS
|
|
SUBDIR+= p5-Jcode
|
|
SUBDIR+= p5-MIME-Base32
|
|
SUBDIR+= p5-MIME-Base64
|
|
SUBDIR+= p5-MIME-Base64-URLSafe
|
|
SUBDIR+= p5-Text-Iconv
|
|
SUBDIR+= p5-Unicode-IMAPUtf7
|
|
SUBDIR+= p5-Unicode-Map
|
|
SUBDIR+= p5-Unicode-Map8
|
|
SUBDIR+= p5-Unicode-MapUTF8
|
|
SUBDIR+= p5-Unicode-String
|
|
SUBDIR+= p5-Unicode-UTF8simple
|
|
SUBDIR+= p5-chkjis
|
|
SUBDIR+= p5-nkf
|
|
SUBDIR+= php-iconv
|
|
SUBDIR+= psiconv
|
|
SUBDIR+= py-cjkcodecs
|
|
SUBDIR+= py-jpCodecs
|
|
SUBDIR+= py-zhCodecs
|
|
SUBDIR+= qkc
|
|
SUBDIR+= qrencode
|
|
SUBDIR+= recode
|
|
SUBDIR+= rpm2cpio
|
|
SUBDIR+= rss2html
|
|
SUBDIR+= rtf2html
|
|
SUBDIR+= ru-d1489
|
|
SUBDIR+= ruby-romkan
|
|
SUBDIR+= ruby-uconv
|
|
SUBDIR+= skf
|
|
SUBDIR+= smbchartool
|
|
SUBDIR+= tex2rtf
|
|
SUBDIR+= txt2html
|
|
SUBDIR+= txt2man
|
|
SUBDIR+= txt2pdbdoc
|
|
SUBDIR+= unix2dos
|
|
SUBDIR+= uudeview
|
|
SUBDIR+= uulib
|
|
SUBDIR+= wv
|
|
SUBDIR+= wv2
|
|
SUBDIR+= xdeview
|
|
SUBDIR+= xlhtml
|
|
SUBDIR+= xlreader
|
|
SUBDIR+= yencode
|
|
|
|
.include "../mk/misc/category.mk"
|