diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-19 12:02:39 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-19 12:02:39 +0000 |
commit | da6882d208c6699a7f19624edd809d9b15029f3a (patch) | |
tree | 7c5088a35e3a97187b801b696f883ae825aa2729 /textproc/libunibreak | |
parent | 31d7f8c6527af27d5a6f0de90e74ea9c729281c3 (diff) |
Notes
Diffstat (limited to 'textproc/libunibreak')
-rw-r--r-- | textproc/libunibreak/Makefile | 4 | ||||
-rw-r--r-- | textproc/libunibreak/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libunibreak/Makefile b/textproc/libunibreak/Makefile index b534c4fc1ba7..057196214eaa 100644 --- a/textproc/libunibreak/Makefile +++ b/textproc/libunibreak/Makefile @@ -1,6 +1,5 @@ -# Created by: Yuri Pankov <yuri.pankov@gmail.com> +# Created by: Yuri Pankov <yuri.pankov@gmail.com> # $FreeBSD$ -# PORTNAME= libunibreak PORTVERSION= 1.0 @@ -14,4 +13,5 @@ COMMENT= Implementation of the line and word breaking algorithm for Unicode GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= pathfix + .include <bsd.port.mk> diff --git a/textproc/libunibreak/pkg-descr b/textproc/libunibreak/pkg-descr index 4a2e412d477a..8745c76f9a29 100644 --- a/textproc/libunibreak/pkg-descr +++ b/textproc/libunibreak/pkg-descr @@ -3,4 +3,4 @@ as described in Unicode 5.1.0 Standard Annex 14, Revision 22. It breaks lines that contain Unicode characters. It is designed to be used in a generic text renderer. FBReader is one real-world example. -WWW: http://vimgadgets.sourceforge.net/libunibreak/ +WWW: http://vimgadgets.sourceforge.net/libunibreak/ |