View | Details | Raw Unified | Return to bug 153566
Collapse All | Expand All

(-)/home/corn/devel/enca/Makefile (-6 / +11 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	enca
8
PORTNAME=	enca
9
PORTVERSION=	1.9
9
PORTVERSION=	1.13
10
CATEGORIES=	converters textproc russian ukrainian
10
CATEGORIES=	converters textproc russian ukrainian
11
MASTER_SITES=	http://trific.ath.cx/Ftp/enca/ \
11
MASTER_SITES=	http://dl.cihar.com/enca/
12
		http://freebsd.unixfreunde.de/sources/
13
12
14
MAINTAINER=	never@nevermind.kiev.ua
13
MAINTAINER=	never@nevermind.kiev.ua
15
COMMENT=	A package for detecting encoding of text files
14
COMMENT=	A package for detecting encoding of text files
16
15
16
BUILD_DEPENDS=	umap:${PORTSDIR}/converters/p5-Unicode-Map8
17
LIB_DEPENDS=	recode:${PORTSDIR}/converters/recode
18
RUN_DEPENDS=	umap:${PORTSDIR}/converters/p5-Unicode-Map8
19
20
LICENSE=	GPLv2
21
17
USE_AUTOTOOLS=	libtool
22
USE_AUTOTOOLS=	libtool
18
USE_GNOME=	pkgconfig
23
USE_GNOME=	pkgconfig
19
USE_ICONV=	yes
24
USE_ICONV=	yes
Lines 21-29 Link Here
21
USE_GMAKE=	yes
26
USE_GMAKE=	yes
22
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
23
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
24
CONFIGURE_ARGS=	--with-html-dir=${DOCSDIR} \
29
MAKE_JOBS_SAFE=	yes
25
		--without-librecode \
30
CONFIGURE_ARGS=	--with-html-dir=${DOCSDIR}
26
		--with-libiconv=${LOCALBASE}
31
27
CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include \
32
CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include \
28
		LDFLAGS=-L${LOCALBASE}/lib
33
		LDFLAGS=-L${LOCALBASE}/lib
29
34
(-)/home/corn/devel/enca/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (enca-1.9.tar.bz2) = b3581e28d68d452286fb0bfe58bed3b3
1
SHA256 (enca-1.13.tar.bz2) = 6c091455d524b3ddae3533fe9bb375092f60ad6fe252e0777c873bd7869c7432
2
SHA256 (enca-1.9.tar.bz2) = 02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d
2
SIZE (enca-1.13.tar.bz2) = 532000
3
SIZE (enca-1.9.tar.bz2) = 503547
(-)/home/corn/devel/enca/files/patch-Makefile.in (-10 / +10 lines)
Lines 1-17 Link Here
1
--- Makefile.in.orgi	Wed Jun  7 21:02:05 2006
1
--- Makefile.in.orig	2010-02-09 11:23:03.000000000 +0100
2
+++ Makefile.in	Wed Jun  7 21:03:31 2006
2
+++ Makefile.in	2010-12-30 21:08:30.000000000 +0100
3
@@ -196,6 +196,7 @@
3
@@ -245,6 +245,7 @@
4
 infodir = @infodir@
4
 infodir = @infodir@
5
 install_sh = @install_sh@
5
 install_sh = @install_sh@
6
 libdir = @libdir@
6
 libdir = @libdir@
7
+libdatadir = $(exec_prefix)/libdata
7
+libdatadir = $(exec_prefix)/libdata
8
 libexecdir = @libexecdir@
8
 libexecdir = @libexecdir@
9
 localedir = @localedir@
9
 localstatedir = @localstatedir@
10
 localstatedir = @localstatedir@
10
 mandir = @mandir@
11
@@ -264,10 +265,10 @@
11
@@ -207,10 +208,10 @@
12
 top_build_prefix = @top_build_prefix@
12
 sharedstatedir = @sharedstatedir@
13
 top_builddir = @top_builddir@
13
 sysconfdir = @sysconfdir@
14
 top_srcdir = @top_srcdir@
14
 target_alias = @target_alias@
15
-@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs test
15
-@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs test
16
+@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs
16
+@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs
17
 
17
 
Lines 20-27 Link Here
20
+@MAINTAINER_MODE_TRUE@SUBDIRS = tools data script lib src devel-docs
20
+@MAINTAINER_MODE_TRUE@SUBDIRS = tools data script lib src devel-docs
21
 man_MANS = man/enca.1
21
 man_MANS = man/enca.1
22
 DISTCHECK_CONFIGURE_FLAGS = --enable-maintainer-mode
22
 DISTCHECK_CONFIGURE_FLAGS = --enable-maintainer-mode
23
 M4TESTS = \
23
 ACLOCAL_AMFLAGS = -I m4
24
@@ -241,7 +242,7 @@
24
@@ -299,7 +300,7 @@
25
   man/enca.1 \
25
   man/enca.1 \
26
   $(M4TESTS)
26
   $(M4TESTS)
27
 
27
 
(-)/home/corn/devel/enca/files/patch-configure (-7 / +4 lines)
Lines 1-12 Link Here
1
1
--- configure.orig	2010-02-09 11:23:03.000000000 +0100
2
$FreeBSD: ports/converters/enca/files/patch-configure,v 1.1 2002/10/08 15:16:35 sobomax Exp $
2
+++ configure	2010-12-30 21:12:31.000000000 +0100
3
3
@@ -7156,6 +7156,7 @@
4
--- configure	2002/10/08 14:50:26	1.1
5
+++ configure	2002/10/08 14:50:33
6
@@ -7459,6 +7459,7 @@
7
 
4
 
8
 # This can be used to rebuild libtool when needed
5
 # This can be used to rebuild libtool when needed
9
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
6
 LIBTOOL_DEPS="$ltmain"
10
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
11
 
8
 
12
 # Always use our own libtool.
9
 # Always use our own libtool.
(-)/home/corn/devel/enca/pkg-descr (-1 / +1 lines)
Lines 2-8 Link Here
2
Russian, Slovak and Ukrainian texts and also some multibyte encodings,
2
Russian, Slovak and Ukrainian texts and also some multibyte encodings,
3
independently on language (provided it's some European language).
3
independently on language (provided it's some European language).
4
4
5
WWW: http://trific.ath.cx/software/enca/
5
WWW: http://gitorious.org/enca
6
6
7
- Alexandr "Nevermind" Kovalenko
7
- Alexandr "Nevermind" Kovalenko
8
never@nevermind.kiev.ua
8
never@nevermind.kiev.ua

Return to bug 153566