[Midnightbsd-cvs] mports [20509] trunk/textproc: add hyphen

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 10 16:25:56 EDT 2015


Revision: 20509
          http://svnweb.midnightbsd.org/mports/?rev=20509
Author:   laffer1
Date:     2015-10-10 16:25:56 -0400 (Sat, 10 Oct 2015)
Log Message:
-----------
add hyphen

Modified Paths:
--------------
    trunk/textproc/Makefile

Added Paths:
-----------
    trunk/textproc/hyphen/
    trunk/textproc/hyphen/Makefile
    trunk/textproc/hyphen/distinfo
    trunk/textproc/hyphen/pkg-descr

Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile	2015-10-10 20:16:47 UTC (rev 20508)
+++ trunk/textproc/Makefile	2015-10-10 20:25:56 UTC (rev 20509)
@@ -48,6 +48,7 @@
 SUBDIR += html
 SUBDIR += html2text
 SUBDIR += hunspell
+SUBDIR += hyphen
 SUBDIR += ibus
 SUBDIR += intltool
 SUBDIR += iso8879

Added: trunk/textproc/hyphen/Makefile
===================================================================
--- trunk/textproc/hyphen/Makefile	                        (rev 0)
+++ trunk/textproc/hyphen/Makefile	2015-10-10 20:25:56 UTC (rev 20509)
@@ -0,0 +1,45 @@
+# $MidnightBSD$
+# $FreeBSD: head/textproc/hyphen/Makefile 370171 2014-10-06 13:45:10Z bapt $
+
+PORTNAME=	hyphen
+PORTVERSION=	2.8.8
+CATEGORIES=	textproc
+MASTER_SITES=	SF/hunspell/Hyphen/${PORTVERSION:R}/
+DIST_SUBDIR=	${PORTNAME}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Library for high quality hyphenation and justification
+
+LICENSE=	lgpl2.1 lgpl3 mpl
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
+
+CONFIGURE_ENV=	ac_cv_prog_AWK=gawk
+GNU_CONFIGURE=	yes
+USES=		libtool pathfix perl5 shebangfix
+USE_LDCONFIG=	yes
+SHEBANG_FILES=	substrings.pl
+INSTALL_TARGET=	install-strip
+
+PLIST_FILES=	bin/substrings.pl \
+		include/hyphen.h \
+		lib/libhyphen.a \
+		lib/libhyphen.so \
+		lib/libhyphen.so.0 \
+		lib/libhyphen.so.0.3.0 \
+		%%DATADIR%%/hyph_en_US.dic
+
+USALIASES=	en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK \
+		en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW
+
+.for ALIAS in ${USALIASES}
+PLIST_FILES+=	%%DATADIR%%/hyph_${ALIAS}.dic
+.endfor
+
+post-install:
+.for ALIAS in ${USALIASES}
+	${LN} -s hyph_en_US.dic ${STAGEDIR}${DATADIR}/hyph_${ALIAS}.dic
+.endfor
+
+.include <bsd.port.mk>


Property changes on: trunk/textproc/hyphen/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/hyphen/distinfo
===================================================================
--- trunk/textproc/hyphen/distinfo	                        (rev 0)
+++ trunk/textproc/hyphen/distinfo	2015-10-10 20:25:56 UTC (rev 20509)
@@ -0,0 +1,2 @@
+SHA256 (hyphen/hyphen-2.8.8.tar.gz) = 304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705
+SIZE (hyphen/hyphen-2.8.8.tar.gz) = 638369


Property changes on: trunk/textproc/hyphen/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/hyphen/pkg-descr
===================================================================
--- trunk/textproc/hyphen/pkg-descr	                        (rev 0)
+++ trunk/textproc/hyphen/pkg-descr	2015-10-10 20:25:56 UTC (rev 20509)
@@ -0,0 +1,3 @@
+Hyphen - hyphenation library to use converted TeX hyphenation patterns
+
+WWW: http://hunspell.sourceforge.net


Property changes on: trunk/textproc/hyphen/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list