[Midnightbsd-cvs] mports [20138] trunk/converters: add enca

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 30 12:47:13 EDT 2015


Revision: 20138
          http://svnweb.midnightbsd.org/mports/?rev=20138
Author:   laffer1
Date:     2015-08-30 12:47:13 -0400 (Sun, 30 Aug 2015)
Log Message:
-----------
add enca

Modified Paths:
--------------
    trunk/converters/Makefile

Added Paths:
-----------
    trunk/converters/enca/
    trunk/converters/enca/Makefile
    trunk/converters/enca/distinfo
    trunk/converters/enca/pkg-descr
    trunk/converters/enca/pkg-plist

Modified: trunk/converters/Makefile
===================================================================
--- trunk/converters/Makefile	2015-08-30 16:23:21 UTC (rev 20137)
+++ trunk/converters/Makefile	2015-08-30 16:47:13 UTC (rev 20138)
@@ -2,6 +2,7 @@
 
 COMMENT = Character code converters
 
+SUBDIR += enca
 SUBDIR += fribidi
 SUBDIR += libiconv
 SUBDIR += mpack

Added: trunk/converters/enca/Makefile
===================================================================
--- trunk/converters/enca/Makefile	                        (rev 0)
+++ trunk/converters/enca/Makefile	2015-08-30 16:47:13 UTC (rev 20138)
@@ -0,0 +1,32 @@
+# Created by: Alexandr Kovalenko <never at nevermind.kiev.ua>
+# $MidnightBSD$
+# $FreeBSD: head/converters/enca/Makefile 368437 2014-09-18 09:51:18Z tijl $
+
+PORTNAME=	enca
+PORTVERSION=	1.13
+CATEGORIES=	converters textproc russian ukrainian
+MASTER_SITES=	http://dl.cihar.com/enca/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Detect encoding of text files
+
+BUILD_DEPENDS=	umap:${PORTSDIR}/converters/p5-Unicode-Map8
+LIB_DEPENDS=	librecode.so:${PORTSDIR}/converters/recode
+RUN_DEPENDS=	umap:${PORTSDIR}/converters/p5-Unicode-Map8
+
+LICENSE=	gpl2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		gmake iconv libtool pathfix pkgconfig tar:bzip2
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-html-dir=${DOCSDIR}
+CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib
+
+OPTIONS_DEFINE=	DOCS
+
+post-patch:
+	@${REINPLACE_CMD} '/SUBDIRS =/s/test//' ${WRKSRC}/src/Makefile.in
+
+.include <bsd.port.mk>


Property changes on: trunk/converters/enca/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/converters/enca/distinfo
===================================================================
--- trunk/converters/enca/distinfo	                        (rev 0)
+++ trunk/converters/enca/distinfo	2015-08-30 16:47:13 UTC (rev 20138)
@@ -0,0 +1,2 @@
+SHA256 (enca-1.13.tar.bz2) = 6c091455d524b3ddae3533fe9bb375092f60ad6fe252e0777c873bd7869c7432
+SIZE (enca-1.13.tar.bz2) = 532000


Property changes on: trunk/converters/enca/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/converters/enca/pkg-descr
===================================================================
--- trunk/converters/enca/pkg-descr	                        (rev 0)
+++ trunk/converters/enca/pkg-descr	2015-08-30 16:47:13 UTC (rev 20138)
@@ -0,0 +1,5 @@
+Enca currently can determine 8bit charsets of Belarussian, Czech, Polish,
+Russian, Slovak and Ukrainian texts and also some multibyte encodings,
+independently on language (provided it's some European language).
+
+WWW: http://gitorious.org/enca


Property changes on: trunk/converters/enca/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
Added: trunk/converters/enca/pkg-plist
===================================================================
--- trunk/converters/enca/pkg-plist	                        (rev 0)
+++ trunk/converters/enca/pkg-plist	2015-08-30 16:47:13 UTC (rev 20138)
@@ -0,0 +1,23 @@
+bin/enca
+bin/enconv
+include/enca.h
+lib/libenca.a
+lib/libenca.so
+lib/libenca.so.0
+lib/libenca.so.0.5.1
+libdata/pkgconfig/enca.pc
+libexec/enca/extconv/cstocs
+libexec/enca/extconv/map
+libexec/enca/extconv/piconv
+libexec/enca/extconv/recode
+libexec/enca/extconv/umap
+man/man1/enca.1.gz
+man/man1/enconv.1.gz
+%%PORTDOCS%%%%DOCSDIR%%/libenca/ch01.html
+%%PORTDOCS%%%%DOCSDIR%%/libenca/index.html
+%%PORTDOCS%%%%DOCSDIR%%/libenca/index.sgml
+%%PORTDOCS%%%%DOCSDIR%%/libenca/libenca-Analyser.html
+%%PORTDOCS%%%%DOCSDIR%%/libenca/libenca-Auxiliary-Functions.html
+%%PORTDOCS%%%%DOCSDIR%%/libenca/libenca-Charsets-and-Surfaces.html
+%%PORTDOCS%%%%DOCSDIR%%/libenca/libenca-Typedefs-and-Constants.html
+%%PORTDOCS%%%%DOCSDIR%%/libenca/libenca.devhelp


Property changes on: trunk/converters/enca/pkg-plist
___________________________________________________________________
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