aboutsummaryrefslogtreecommitdiff
path: root/textproc
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
parent44be1a37df057ea66cb950829498893e380b3590 (diff)
- liblinebreak was superceded by it's successor, libunibreak
- Use new headers style
Notes
Notes: svn path=/head/; revision=327227
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile2
-rw-r--r--textproc/liblinebreak/Makefile19
-rw-r--r--textproc/liblinebreak/distinfo2
-rw-r--r--textproc/liblinebreak/pkg-descr6
-rw-r--r--textproc/liblinebreak/pkg-plist6
-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
9 files changed, 36 insertions, 34 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 385f7dfa7061..926b15911e1f 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -371,7 +371,6 @@
SUBDIR += libguess
SUBDIR += libkmfl
SUBDIR += libkolabxml
- SUBDIR += liblinebreak
SUBDIR += liblingoteach
SUBDIR += liblrdf
SUBDIR += libmrss
@@ -387,6 +386,7 @@
SUBDIR += libtextcat
SUBDIR += libtranslate
SUBDIR += libtre
+ SUBDIR += libunibreak
SUBDIR += libuninameslist
SUBDIR += libvisio
SUBDIR += libwpd
diff --git a/textproc/liblinebreak/Makefile b/textproc/liblinebreak/Makefile
deleted file mode 100644
index c0a126b88724..000000000000
--- a/textproc/liblinebreak/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# New ports collection makefile for: liblinebreak
-# Date created: 2009-01-24
-# Whom: Yuri Pankov <yuri.pankov@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= liblinebreak
-PORTVERSION= 2.1
-CATEGORIES= textproc
-MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION}
-
-MAINTAINER= fluffy@FreeBSD.org
-COMMENT= Implementation of the line breaking algorithm for Unicode
-
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-.include <bsd.port.mk>
diff --git a/textproc/liblinebreak/distinfo b/textproc/liblinebreak/distinfo
deleted file mode 100644
index 8a3961656aa6..000000000000
--- a/textproc/liblinebreak/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (liblinebreak-2.1.tar.gz) = dd8cba554d260cf686865cc53d0c6be98102a80f56f8152ca5e7307bf06a66b8
-SIZE (liblinebreak-2.1.tar.gz) = 390922
diff --git a/textproc/liblinebreak/pkg-descr b/textproc/liblinebreak/pkg-descr
deleted file mode 100644
index 307e80f6cfad..000000000000
--- a/textproc/liblinebreak/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Liblinebreak is an implementation of the line 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/liblinebreak/
diff --git a/textproc/liblinebreak/pkg-plist b/textproc/liblinebreak/pkg-plist
deleted file mode 100644
index e32f3397a6c5..000000000000
--- a/textproc/liblinebreak/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-include/linebreak.h
-include/linebreakdef.h
-lib/liblinebreak.so.2
-lib/liblinebreak.so
-lib/liblinebreak.la
-lib/liblinebreak.a
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