Hi.

I would like to add log4cplus ([1], [2]) to Cygwin ports. I am
attaching the current version of my .cygport file.

I am not sure what to do about the Cygwin .hints files. Do they get
automatically generated now?

Also, I am not sure what is appropriate for the DESCRIPTION variables
in the .cygport file. Could you please suggest something? The
description on the project's SourceForge site is this: "log4cplus is a
simple to use C++ logging API providing thread-safe, flexible, and
arbitrarily granular control over log management and configuration. It
is modelled after the Java log4j API." Is this appropriate? Should it
be the same for all of the 4 packages?

[1] http://sourceforge.net/projects/log4cplus/
[2] http://log4cplus.sourceforge.net/

-- 
VZ
DESCRIPTION="C++ logging API library modelled after log4j API"
HOMEPAGE="http://log4cplus.sourceforge.net/";

fullversion="1.1.0"
SRC_URI="mirror://sourceforge/log4cplus/log4cplus-stable/${fullversion}/log4cplus-${fullversion}-rc8.tar.xz"
SRC_DIR="${PN}-${fullversion}-rc8"

PATCH_URI="configure.ac-relax-libtool-version.patch
           configure.ac-disable-__thread-keyword.patch"

PKG_NAMES="lib${PN}4 lib${PN}-qt4debugappender4 lib${PN}-devel"
CATEGORY="Devel"
SUMMARY="log4cplus logging library (runtime)"
DESCRIPTION="XXX"

liblog4cplus4_CONTENTS="--exclude=*qt4* usr/bin/*.dll usr/share/"
liblog4cplus4_CATEGORY="Devel"
liblog4cplus4_SUMMARY="log4cplus logging library (runtime)"
liblog4cplus4_DESCRIPTION="XXX"


liblog4cplus_qt4debugappender4_CONTENTS="usr/bin/*log4cplusqt4*.dll"
liblog4cplus_qt4debugappender4_CATEGORY="Devel"
liblog4cplus_qt4debugappender4_SUMMARY="log4cplus Qt4DebugAppender (runtime)"
liblog4cplus_qt4debugappender4_DESCRIPTION="XXX"


liblog4cplus_devel_CONTENTS="usr/include/ usr/lib/"
liblog4cplus_devel_CATEGORY="Devel"
liblog4cplus_devel_SUMMARY="log4cplus logging library (development)"
liblog4cplus_devel_DESCRIPTION="XXX"


ACLOCAL_FLAGS="-I m4"
CYGCONF_ARGS="--enable-threads=yes --with-working-c-locale --with-gnu-ld"
CYGCONF_ARGS+=" --with-qt"
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general

Reply via email to