svn commit: r327227 - in head: . textproc textproc/liblinebreak textproc/libunibreak

Dima Panov fluffy at FreeBSD.org
Sat Sep 14 06:56:21 UTC 2013


Author: fluffy
Date: Sat Sep 14 06:56:19 2013
New Revision: 327227
URL: http://svnweb.freebsd.org/changeset/ports/327227

Log:
  - liblinebreak was superceded by it's successor, libunibreak
  - Use new headers style

Added:
  head/textproc/libunibreak/
     - copied from r327220, head/textproc/liblinebreak/
Deleted:
  head/textproc/liblinebreak/
Modified:
  head/MOVED
  head/textproc/Makefile
  head/textproc/libunibreak/Makefile
  head/textproc/libunibreak/distinfo
  head/textproc/libunibreak/pkg-descr
  head/textproc/libunibreak/pkg-plist

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Sep 14 06:54:11 2013	(r327226)
+++ head/MOVED	Sat Sep 14 06:56:19 2013	(r327227)
@@ -4937,3 +4937,4 @@ misc/kde4-l10n-mai||2013-09-10|No longer
 misc/kde4-l10n-mk||2013-09-10|No longer part of KDE4
 misc/kde4-l10n-ml||2013-09-10|No longer part of KDE4
 devel/deputy||2013-09-13|Obsolete
+textproc/liblinebreak|textproc/libunibreak|2013-09-14|Project was superceded by libunibreak

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Sep 14 06:54:11 2013	(r327226)
+++ head/textproc/Makefile	Sat Sep 14 06:56:19 2013	(r327227)
@@ -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

Modified: head/textproc/libunibreak/Makefile
==============================================================================
--- head/textproc/liblinebreak/Makefile	Sat Sep 14 06:21:43 2013	(r327220)
+++ head/textproc/libunibreak/Makefile	Sat Sep 14 06:56:19 2013	(r327227)
@@ -1,19 +1,17 @@
-# New ports collection makefile for:	liblinebreak
-# Date created:		2009-01-24
-# Whom:			Yuri Pankov <yuri.pankov at gmail.com>
-#
+# Created by:			Yuri Pankov <yuri.pankov at gmail.com>
 # $FreeBSD$
 #
 
-PORTNAME=	liblinebreak
-PORTVERSION=	2.1
+PORTNAME=	libunibreak
+PORTVERSION=	1.0
+PORTEPOCH=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/vimgadgets/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	fluffy at FreeBSD.org
-COMMENT=	Implementation of the line breaking algorithm for Unicode
+COMMENT=	Implementation of the line and word breaking algorithm for Unicode
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-
+USES=		pathfix
 .include <bsd.port.mk>

Modified: head/textproc/libunibreak/distinfo
==============================================================================
--- head/textproc/liblinebreak/distinfo	Sat Sep 14 06:21:43 2013	(r327220)
+++ head/textproc/libunibreak/distinfo	Sat Sep 14 06:56:19 2013	(r327227)
@@ -1,2 +1,2 @@
-SHA256 (liblinebreak-2.1.tar.gz) = dd8cba554d260cf686865cc53d0c6be98102a80f56f8152ca5e7307bf06a66b8
-SIZE (liblinebreak-2.1.tar.gz) = 390922
+SHA256 (libunibreak-1.0.tar.gz) = 45b432b0b49d77e86dd9b69c2f196caf168dca263eba81dcb3cea66bbbdf5167
+SIZE (libunibreak-1.0.tar.gz) = 398144

Modified: head/textproc/libunibreak/pkg-descr
==============================================================================
--- head/textproc/liblinebreak/pkg-descr	Sat Sep 14 06:21:43 2013	(r327220)
+++ head/textproc/libunibreak/pkg-descr	Sat Sep 14 06:56:19 2013	(r327227)
@@ -1,6 +1,6 @@
-Liblinebreak is an implementation of the line breaking algorithm as
-described in Unicode 5.1.0 Standard Annex 14, Revision 22. It breaks
+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/liblinebreak/
+WWW:	http://vimgadgets.sourceforge.net/libunibreak/

Modified: head/textproc/libunibreak/pkg-plist
==============================================================================
--- head/textproc/liblinebreak/pkg-plist	Sat Sep 14 06:21:43 2013	(r327220)
+++ head/textproc/libunibreak/pkg-plist	Sat Sep 14 06:56:19 2013	(r327227)
@@ -1,6 +1,10 @@
 include/linebreak.h
 include/linebreakdef.h
-lib/liblinebreak.so.2
-lib/liblinebreak.so
-lib/liblinebreak.la
+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


More information about the svn-ports-all mailing list