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

(-)enca/Makefile (-2 / +2 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	enca
8
PORTNAME=	enca
9
PORTVERSION=	0.99.3
9
PORTVERSION=	1.2
10
CATEGORIES=	converters textproc russian ukrainian
10
CATEGORIES=	converters textproc russian ukrainian
11
MASTER_SITES=	http://physics.muni.cz/~yeti/Ftp/enca/
11
MASTER_SITES=	http://kf.fyz.fce.vutbr.cz/~yeti/Ftp/enca/
12
12
13
MAINTAINER=	never@nevermind.kiev.ua
13
MAINTAINER=	never@nevermind.kiev.ua
14
COMMENT=	A package for detecting encoding of text files
14
COMMENT=	A package for detecting encoding of text files
(-)enca/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (enca-0.99.3.tar.bz2) = 3a90338db04fe3556b236b1b48f509ee
1
MD5 (enca-1.2.tar.bz2) = 86589af72099a56dca4afb5f70e55dd4
(-)enca/files/patch-Makefile.in (-15 / +17 lines)
Lines 1-25 Link Here
1
--- Makefile.in	Wed Jun 25 13:11:13 2003
1
--- Makefile.in.orig	Wed Nov 26 21:59:16 2003
2
+++ Makefile.in	Wed Jun 25 18:29:00 2003
2
+++ Makefile.in	Tue Dec 16 19:09:45 2003
3
@@ -29,6 +29,7 @@
3
@@ -138,6 +138,7 @@
4
 sharedstatedir = @sharedstatedir@
4
 infodir = @infodir@
5
 localstatedir = @localstatedir@
5
 install_sh = @install_sh@
6
 libdir = @libdir@
6
 libdir = @libdir@
7
+libdatadir = $(exec_prefix)/libdata
7
+libdatadir = $(exec_prefix)/libdata
8
 infodir = @infodir@
8
 libexecdir = @libexecdir@
9
 localstatedir = @localstatedir@
9
 mandir = @mandir@
10
 mandir = @mandir@
10
 includedir = @includedir@
11
@@ -148,10 +149,10 @@
11
@@ -95,8 +96,8 @@
12
 sharedstatedir = @sharedstatedir@
12
 am__include = @am__include@
13
 sysconfdir = @sysconfdir@
13
 am__quote = @am__quote@
14
 target_alias = @target_alias@
14
 install_sh = @install_sh@
15
-@MAINTAINER_MODE_TRUE@SUBDIRS = tools data script lib src devel-docs test
16
-@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs test
15
-@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs test
17
+@MAINTAINER_MODE_TRUE@SUBDIRS = tools data script lib src devel-docs
18
+@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs
16
+@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs
17
 
18
 # @(#) $Id: Makefile.am,v 1.31 2003/11/17 12:27:39 yeti Exp $
19
-@MAINTAINER_MODE_TRUE@SUBDIRS = tools data script lib src devel-docs test
20
+@MAINTAINER_MODE_TRUE@SUBDIRS = tools data script lib src devel-docs
19
 man_MANS = man/enca.1
21
 man_MANS = man/enca.1
20
 
22
 
21
 M4TESTS = \
23
 DISTCHECK_CONFIGURE_FLAGS = --enable-maintainer-mode
22
@@ -131,7 +132,7 @@
24
@@ -204,7 +205,7 @@
23
   $(M4TESTS)
25
   $(M4TESTS)
24
 
26
 
25
 
27
 
(-)enca/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
bin/b-cstocs
1
bin/b-cstocs
2
bin/b-map
2
bin/b-map
3
bin/b-piconv
3
bin/b-recode
4
bin/b-recode
4
bin/b-umap
5
bin/b-umap
5
bin/enca
6
bin/enca

Return to bug 60303