- Update to 1.5

PR:		ports/67629
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
Approved by:	maintainer
This commit is contained in:
Pav Lucistnik 2004-06-08 08:16:16 +00:00
parent 2bd465cdd3
commit ee610b7110
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111060
4 changed files with 21 additions and 18 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= enca
PORTVERSION= 1.2
PORTREVISION= 1
PORTVERSION= 1.5
CATEGORIES= converters textproc russian ukrainian
MASTER_SITES= http://kf.fyz.fce.vutbr.cz/~yeti/Ftp/enca/
@ -21,9 +20,10 @@ USE_GMAKE= yes
USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/enca \
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
--without-librecode \
--with-libiconv=${LOCALBASE}
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib

View File

@ -1,2 +1,2 @@
MD5 (enca-1.2.tar.bz2) = 86589af72099a56dca4afb5f70e55dd4
SIZE (enca-1.2.tar.bz2) = 504063
MD5 (enca-1.5.tar.bz2) = 418d6e5bf9231a69b93756227d466e3f
SIZE (enca-1.5.tar.bz2) = 478872

View File

@ -15,12 +15,12 @@
-@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs test
+@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs
# @(#) $Id: Makefile.am,v 1.31 2003/11/17 12:27:39 yeti Exp $
# @(#) $Id: Makefile.am,v 1.32 2004/05/24 19:32:31 yeti Exp $
-@MAINTAINER_MODE_TRUE@SUBDIRS = tools data script lib src devel-docs test
+@MAINTAINER_MODE_TRUE@SUBDIRS = tools data script lib src devel-docs
man_MANS = man/enca.1
DISTCHECK_CONFIGURE_FLAGS = --enable-maintainer-mode
M4TESTS = \
@@ -204,7 +205,7 @@
$(M4TESTS)

View File

@ -1,21 +1,24 @@
bin/b-cstocs
bin/b-map
bin/b-piconv
bin/b-recode
bin/b-umap
bin/enca
bin/enconv
include/enca.h
lib/libenca.a
lib/libenca.so
lib/libenca.so.3
lib/libenca.so.4
libdata/pkgconfig/enca.pc
%%PORTDOCS%%%%DOCSDIR%%/libenca/c4.html
libexec/enca/extconv/cstocs
libexec/enca/extconv/map
libexec/enca/extconv/piconv
libexec/enca/extconv/recode
libexec/enca/extconv/umap
%%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-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
%%PORTDOCS%%@dirrm libexec/enca/extconv
%%PORTDOCS%%@dirrm libexec/enca
%%PORTDOCS%%@dirrm %%DOCSDIR%%/libenca
%%PORTDOCS%%@dirrm %%DOCSDIR%%