diff options
author | pawel <pawel@FreeBSD.org> | 2012-11-01 03:05:00 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-11-01 03:05:00 +0800 |
commit | b7c318c2fefa14ac1bca0b299cea8b59af3a90a3 (patch) | |
tree | 3c3ea13a9f35badfae967de3a4154a77de8fe773 /textproc/Makefile | |
parent | 91cb8f9ecc0c623df1b1ba96267fe981f553bc88 (diff) | |
download | freebsd-ports-gnome-b7c318c2fefa14ac1bca0b299cea8b59af3a90a3.tar.gz freebsd-ports-gnome-b7c318c2fefa14ac1bca0b299cea8b59af3a90a3.tar.zst freebsd-ports-gnome-b7c318c2fefa14ac1bca0b299cea8b59af3a90a3.zip |
The MIME (Multipurpose Internet Mail Extensions) specification
(RFC 1521 and successors) defines a mechanism for encoding text consisting
primarily of printable ASCII characters, but which may contain characters
(for example, accented letters in the ISO 8859 Latin-1 character set) which
cannot be encoded as 7-bit ASCII or are non-printable characters which may
confuse mail transfer agents.
WWW: http://www.fourmilab.ch/webtools/qprint/
PR: ports/172522
Submitted by: Takefu
Feature safe: yes
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index cf77a0005c09..6c14200e4562 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1184,6 +1184,7 @@ SUBDIR += pybook SUBDIR += pychm SUBDIR += pystemmer + SUBDIR += qprint SUBDIR += qstardict SUBDIR += qt4-clucene SUBDIR += qt4-xml |