aboutsummaryrefslogtreecommitdiff
path: root/textproc/libunibreak
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2013-09-14 06:56:19 +0000
committerDima Panov <fluffy@FreeBSD.org>2013-09-14 06:56:19 +0000
commit057a3baf45b58577465a9078936017e636805826 (patch)
tree27e2a24b54fa85b8896660b1f5c69591504e234e /textproc/libunibreak
parent44be1a37df057ea66cb950829498893e380b3590 (diff)
downloadports-057a3baf45b58577465a9078936017e636805826.tar.gz
ports-057a3baf45b58577465a9078936017e636805826.zip
Notes
Diffstat (limited to 'textproc/libunibreak')
-rw-r--r--textproc/libunibreak/Makefile17
-rw-r--r--textproc/libunibreak/distinfo2
-rw-r--r--textproc/libunibreak/pkg-descr6
-rw-r--r--textproc/libunibreak/pkg-plist10
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/libunibreak/Makefile b/textproc/libunibreak/Makefile
new file mode 100644
index 000000000000..b534c4fc1ba7
--- /dev/null
+++ b/textproc/libunibreak/Makefile
@@ -0,0 +1,17 @@
+# Created by: Yuri Pankov <yuri.pankov@gmail.com>
+# $FreeBSD$
+#
+
+PORTNAME= libunibreak
+PORTVERSION= 1.0
+PORTEPOCH= 1
+CATEGORIES= textproc
+MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION}
+
+MAINTAINER= fluffy@FreeBSD.org
+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/distinfo b/textproc/libunibreak/distinfo
new file mode 100644
index 000000000000..0250c2d691cc
--- /dev/null
+++ b/textproc/libunibreak/distinfo
@@ -0,0 +1,2 @@
+SHA256 (libunibreak-1.0.tar.gz) = 45b432b0b49d77e86dd9b69c2f196caf168dca263eba81dcb3cea66bbbdf5167
+SIZE (libunibreak-1.0.tar.gz) = 398144
diff --git a/textproc/libunibreak/pkg-descr b/textproc/libunibreak/pkg-descr
new file mode 100644
index 000000000000..4a2e412d477a
--- /dev/null
+++ b/textproc/libunibreak/pkg-descr
@@ -0,0 +1,6 @@
+Liblinebreak is an implementation of the line and word breaking algorithm
+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/
diff --git a/textproc/libunibreak/pkg-plist b/textproc/libunibreak/pkg-plist
new file mode 100644
index 000000000000..9731985ccdd7
--- /dev/null
+++ b/textproc/libunibreak/pkg-plist
@@ -0,0 +1,10 @@
+include/linebreak.h
+include/linebreakdef.h
+include/wordbreak.h
+include/wordbreakdef.h
+lib/liblinebreak.a
+lib/libunibreak.a
+lib/libunibreak.la
+lib/libunibreak.so
+lib/libunibreak.so.1
+libdata/pkgconfig/libunibreak.pc