- Update to version 1.13

- Add LICENSE info
- Mark MAKE_JOBS_SAFE
- Add missing dependencies
- Update WWW

PR:		153566
Submitted by:	Pawel Pekala" <c0rn@o2.pl>
Approved by:	maintainer timeout
Feature safe:	yes
This commit is contained in:
Martin Wilke 2011-01-29 14:20:12 +00:00
parent b0073c87c8
commit ad0f7bf421
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268378
5 changed files with 28 additions and 27 deletions

View file

@ -6,14 +6,19 @@
# #
PORTNAME= enca PORTNAME= enca
PORTVERSION= 1.9 PORTVERSION= 1.13
CATEGORIES= converters textproc russian ukrainian CATEGORIES= converters textproc russian ukrainian
MASTER_SITES= http://trific.ath.cx/Ftp/enca/ \ MASTER_SITES= http://dl.cihar.com/enca/
http://freebsd.unixfreunde.de/sources/
MAINTAINER= never@nevermind.kiev.ua MAINTAINER= never@nevermind.kiev.ua
COMMENT= A package for detecting encoding of text files COMMENT= A package for detecting encoding of text files
BUILD_DEPENDS= umap:${PORTSDIR}/converters/p5-Unicode-Map8
LIB_DEPENDS= recode:${PORTSDIR}/converters/recode
RUN_DEPENDS= umap:${PORTSDIR}/converters/p5-Unicode-Map8
LICENSE= GPLv2
USE_AUTOTOOLS= libtool USE_AUTOTOOLS= libtool
USE_GNOME= pkgconfig USE_GNOME= pkgconfig
USE_ICONV= yes USE_ICONV= yes
@ -21,9 +26,9 @@ USE_BZIP2= yes
USE_GMAKE= yes USE_GMAKE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ MAKE_JOBS_SAFE= yes
--without-librecode \ CONFIGURE_ARGS= --with-html-dir=${DOCSDIR}
--with-libiconv=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib LDFLAGS=-L${LOCALBASE}/lib

View file

@ -1,3 +1,2 @@
MD5 (enca-1.9.tar.bz2) = b3581e28d68d452286fb0bfe58bed3b3 SHA256 (enca-1.13.tar.bz2) = 6c091455d524b3ddae3533fe9bb375092f60ad6fe252e0777c873bd7869c7432
SHA256 (enca-1.9.tar.bz2) = 02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d SIZE (enca-1.13.tar.bz2) = 532000
SIZE (enca-1.9.tar.bz2) = 503547

View file

@ -1,17 +1,17 @@
--- Makefile.in.orgi Wed Jun 7 21:02:05 2006 --- Makefile.in.orig 2010-02-09 11:23:03.000000000 +0100
+++ Makefile.in Wed Jun 7 21:03:31 2006 +++ Makefile.in 2010-12-30 21:08:30.000000000 +0100
@@ -196,6 +196,7 @@ @@ -245,6 +245,7 @@
infodir = @infodir@ infodir = @infodir@
install_sh = @install_sh@ install_sh = @install_sh@
libdir = @libdir@ libdir = @libdir@
+libdatadir = $(exec_prefix)/libdata +libdatadir = $(exec_prefix)/libdata
libexecdir = @libexecdir@ libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@ localstatedir = @localstatedir@
mandir = @mandir@ @@ -264,10 +265,10 @@
@@ -207,10 +208,10 @@ top_build_prefix = @top_build_prefix@
sharedstatedir = @sharedstatedir@ top_builddir = @top_builddir@
sysconfdir = @sysconfdir@ top_srcdir = @top_srcdir@
target_alias = @target_alias@
-@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs test -@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs test
+@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs +@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs
@ -20,8 +20,8 @@
+@MAINTAINER_MODE_TRUE@SUBDIRS = tools data script lib src devel-docs +@MAINTAINER_MODE_TRUE@SUBDIRS = tools data script lib src devel-docs
man_MANS = man/enca.1 man_MANS = man/enca.1
DISTCHECK_CONFIGURE_FLAGS = --enable-maintainer-mode DISTCHECK_CONFIGURE_FLAGS = --enable-maintainer-mode
M4TESTS = \ ACLOCAL_AMFLAGS = -I m4
@@ -241,7 +242,7 @@ @@ -299,7 +300,7 @@
man/enca.1 \ man/enca.1 \
$(M4TESTS) $(M4TESTS)

View file

@ -1,12 +1,9 @@
--- configure.orig 2010-02-09 11:23:03.000000000 +0100
$FreeBSD$ +++ configure 2010-12-30 21:12:31.000000000 +0100
@@ -7156,6 +7156,7 @@
--- configure 2002/10/08 14:50:26 1.1
+++ configure 2002/10/08 14:50:33
@@ -7459,6 +7459,7 @@
# This can be used to rebuild libtool when needed # This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" LIBTOOL_DEPS="$ltmain"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS +$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool. # Always use our own libtool.

View file

@ -2,7 +2,7 @@ Enca currently can determine 8bit charsets of Belarussian, Czech, Polish,
Russian, Slovak and Ukrainian texts and also some multibyte encodings, Russian, Slovak and Ukrainian texts and also some multibyte encodings,
independently on language (provided it's some European language). independently on language (provided it's some European language).
WWW: http://trific.ath.cx/software/enca/ WWW: http://gitorious.org/enca
- Alexandr "Nevermind" Kovalenko - Alexandr "Nevermind" Kovalenko
never@nevermind.kiev.ua never@nevermind.kiev.ua