[113586] trunk/dports/textproc/unicode/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Nov 19 19:49:21 PST 2013
Revision: 113586
https://trac.macports.org/changeset/113586
Author: ryandesign at macports.org
Date: 2013-11-19 19:49:21 -0800 (Tue, 19 Nov 2013)
Log Message:
-----------
unicode: add descriptions
Modified Paths:
--------------
trunk/dports/textproc/unicode/Portfile
Modified: trunk/dports/textproc/unicode/Portfile
===================================================================
--- trunk/dports/textproc/unicode/Portfile 2013-11-20 03:44:18 UTC (rev 113585)
+++ trunk/dports/textproc/unicode/Portfile 2013-11-20 03:49:21 UTC (rev 113586)
@@ -23,6 +23,11 @@
build {}
if {${name} eq ${subport}} {
+ description displays properties for a given Unicode character \
+ or searches for a given character name
+
+ long_description ${subport} is a command line utility that ${description}.
+
destroot {
xinstall ${worksrcpath}/unicode ${destroot}${prefix}/bin
xinstall -m 644 ${worksrcpath}/unicode.1 ${destroot}${prefix}/share/man/man1
@@ -39,6 +44,17 @@
}
subport paracode {
+ description converts Unicode input to use different codepoints
+
+ long_description ${subport} exploits the full power of the Unicode \
+ standard to convert text into a visually similar \
+ stream of glyphs, while using completely different \
+ codepoints. It is an excellent didactic tool \
+ demonstrating the principles and advanced use of the \
+ Unicode standard. ${subport} is a command line tool \
+ working as a filter, reading standard input in UTF-8 \
+ encoding and writing to standard output.
+
destroot {
xinstall ${worksrcpath}/paracode ${destroot}${prefix}/bin
xinstall -m 644 ${worksrcpath}/paracode.1 ${destroot}${prefix}/share/man/man1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131119/70fa4477/attachment.html>
More information about the macports-changes
mailing list