pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/openwbem Initial import of openwbem-3.2.2 into the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c51a86713177
branches:  trunk
changeset: 534699:c51a86713177
user:      agc <agc%pkgsrc.org@localhost>
date:      Mon Oct 29 15:05:20 2007 +0000

description:
Initial import of openwbem-3.2.2 into the Packages Collection.

        OpenWBEM is an enterprise-grade open-source implementation of WBEM,
        written in C++, suitable for commercial and non-commercial
        applications.  It provides a foundation for development of management
        frameworks that overcome cross-platform barriers and empower true
        interoperability.  Developers can use OpenWBEM as a management agent
        and WBEM framework to provide applications for configuration and
        change management, system health monitoring, and enterprise-wide
        management functionality.

diffstat:

 net/openwbem/DESCR            |    8 +
 net/openwbem/Makefile         |   85 +++++++
 net/openwbem/PLIST            |  492 ++++++++++++++++++++++++++++++++++++++++++
 net/openwbem/distinfo         |    9 +
 net/openwbem/patches/patch-aa |   27 ++
 net/openwbem/patches/patch-ab |   14 +
 net/openwbem/patches/patch-ac |   22 +
 net/openwbem/patches/patch-ad |   13 +
 8 files changed, 670 insertions(+), 0 deletions(-)

diffs (truncated from 702 to 300 lines):

diff -r 1f5a5a7831c5 -r c51a86713177 net/openwbem/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openwbem/DESCR        Mon Oct 29 15:05:20 2007 +0000
@@ -0,0 +1,8 @@
+OpenWBEM is an enterprise-grade open-source implementation of WBEM,
+written in C++, suitable for commercial and non-commercial
+applications.  It provides a foundation for development of management
+frameworks that overcome cross-platform barriers and empower true
+interoperability.  Developers can use OpenWBEM as a management agent
+and WBEM framework to provide applications for configuration and
+change management, system health monitoring, and enterprise-wide
+management functionality.
diff -r 1f5a5a7831c5 -r c51a86713177 net/openwbem/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openwbem/Makefile     Mon Oct 29 15:05:20 2007 +0000
@@ -0,0 +1,85 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/10/29 15:05:20 agc Exp $
+
+DISTNAME=      openwbem-3.2.2
+CATEGORIES=    net devel
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=openwbem/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.openwbem.org/
+COMMENT=       Web-based Enterprise Management software
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=       ac_cv_path_TRUE_PATHNAME=true ac_cv_path_FALSE_PATHNAME=false
+USE_TOOLS+=    gmake
+USE_LIBTOOL=   yes
+USE_LANGUAGES+=        c c++
+
+INSTALLATION_DIRS+=    etc/openwbem include/openwbem var/openwbem
+INSTALLATION_DIRS+=    share/openwbem lib/openwbem share/examples/openwbem
+INSTALLATION_DIRS+=    lib/openwbem/services lib/openwbem/requesthandlers
+INSTALLATION_DIRS+=    lib/openwbem/provifcs lib/openwbem/c++providers
+INSTALLATION_DIRS+=    lib/authentication
+
+PKG_SYSCONFSUBDIR=     openwbem
+EGDIR=                 ${PREFIX}/share/examples/openwbem
+CONF_FILES+=           ${EGDIR}/openwbem.conf \
+                        ${PKG_SYSCONFDIR}/openwbem.conf
+CONF_FILES+=           ${EGDIR}/owgencert \
+                        ${PKG_SYSCONFDIR}/owgencert
+CONF_FILES+=           ${EGDIR}/ssleay.cnf \
+                        ${PKG_SYSCONFDIR}/ssleay.cnf
+
+
+SUBST_CLASSES+=                mkdir
+SUBST_STAGE.mkdir=     pre-configure
+SUBST_FILES.mkdir=     ${WRKSRC}/db/db/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/mof/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/wql/common/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/wql/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/xml/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/http/client/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/http/common/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/provideragent/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providerifcs/cpp/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providerifcs/npi/common/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providerifcs/npi/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providerifcs/cmpi/common/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providerifcs/cmpi/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providerifcs/perl/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providerifcs/remote/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/repositories/hdb/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/repositories/tdbcr/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/cimom/embedded/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/cimom/common/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/cimom/server/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/cimom/indication/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/client/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/common/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/authorizers/simple2/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/authorizers/simple/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/authenticators/aix/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/authenticators/pam/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/authenticators/pamcl/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/authenticators/nonauthenticating/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/authenticators/simple/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/services/http/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/provider/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/requesthandlers/binary/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/requesthandlers/cimxml/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/cimxmllistener/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providers/cpp/polled/slp/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providers/cpp/polled/unloader/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providers/cpp/indicationexport/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providers/cpp/indication/IndicationRepLayer/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providers/cpp/instance/CIM_Namespace/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providers/cpp/instance/OpenWBEM_UnitaryComputerSystem/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providers/cpp/instance/CIM_IndicationSubscription/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providers/cpp/instance/OpenWBEM_ObjectManager/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providers/cpp/instance/OW_NameSpace/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providers/cpp/instance/CIM_IndicationFilter/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providers/cpp/instance/CIM_NamespaceInManager/Makefile.in
+SUBST_FILES.mkdir+=    ${WRKSRC}/src/providers/cpp/instance/OpenWBEM_ConfigSettingData/Makefile.in
+SUBST_SED.mkdir=        -e "s|\$$(INSTALL_PROGRAM) -d|\$${mkdir_p}|g"
+SUBST_MESSAGE.mkdir=    Fixing ${INSTALL_PROGRAM} -d lines (the -s does not interoperate with -d)
+
+.include "../../mk/bsd.pkg.mk"
diff -r 1f5a5a7831c5 -r c51a86713177 net/openwbem/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openwbem/PLIST        Mon Oct 29 15:05:20 2007 +0000
@@ -0,0 +1,492 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/29 15:05:21 agc Exp $
+bin/owcimindicationlistener
+bin/owcreatenamespace
+bin/owdeletenamespace
+bin/owenumclasses
+bin/owenumclassnames
+bin/owenumnamespace
+bin/owenumqualifiers
+bin/owexecwql
+bin/owgetclass
+bin/owmofc
+share/examples/openwbem/openwbem.conf
+share/examples/openwbem/owgencert
+share/examples/openwbem/ssleay.cnf
+include/openwbem/CmpiArgs.h
+include/openwbem/CmpiArray.h
+include/openwbem/CmpiAssociationMI.h
+include/openwbem/CmpiBaseMI.h
+include/openwbem/CmpiBroker.h
+include/openwbem/CmpiContext.h
+include/openwbem/CmpiData.h
+include/openwbem/CmpiDateTime.h
+include/openwbem/CmpiEnumeration.h
+include/openwbem/CmpiIndicationMI.h
+include/openwbem/CmpiInstance.h
+include/openwbem/CmpiInstanceMI.h
+include/openwbem/CmpiMethodMI.h
+include/openwbem/CmpiObject.h
+include/openwbem/CmpiObjectPath.h
+include/openwbem/CmpiPropertyMI.h
+include/openwbem/CmpiProviderBase.h
+include/openwbem/CmpiResult.h
+include/openwbem/CmpiSelectExp.h
+include/openwbem/CmpiStatus.h
+include/openwbem/CmpiString.h
+include/openwbem/OW_AppenderLogger.hpp
+include/openwbem/OW_Array.hpp
+include/openwbem/OW_ArrayFwd.hpp
+include/openwbem/OW_ArrayImpl.hpp
+include/openwbem/OW_Assertion.hpp
+include/openwbem/OW_AssocDb.hpp
+include/openwbem/OW_AssociatorProviderIFC.hpp
+include/openwbem/OW_AssociatorProviderInfo.hpp
+include/openwbem/OW_AtomicOps.hpp
+include/openwbem/OW_AuthenticationException.hpp
+include/openwbem/OW_AuthenticatorIFC.hpp
+include/openwbem/OW_Authorizer2IFC.hpp
+include/openwbem/OW_AuthorizerIFC.hpp
+include/openwbem/OW_AutoPtr.hpp
+include/openwbem/OW_Base64FormatException.hpp
+include/openwbem/OW_BaseStreamBuffer.hpp
+include/openwbem/OW_BinaryCIMOMHandle.hpp
+include/openwbem/OW_BinarySerialization.hpp
+include/openwbem/OW_Bool.hpp
+include/openwbem/OW_ByteSwap.hpp
+include/openwbem/OW_CIM.hpp
+include/openwbem/OW_CIMBase.hpp
+include/openwbem/OW_CIMClass.hpp
+include/openwbem/OW_CIMClassEnumeration.hpp
+include/openwbem/OW_CIMClient.hpp
+include/openwbem/OW_CIMDataType.hpp
+include/openwbem/OW_CIMDateTime.hpp
+include/openwbem/OW_CIMElement.hpp
+include/openwbem/OW_CIMErrorException.hpp
+include/openwbem/OW_CIMException.hpp
+include/openwbem/OW_CIMFeatures.hpp
+include/openwbem/OW_CIMFlavor.hpp
+include/openwbem/OW_CIMFwd.hpp
+include/openwbem/OW_CIMInstance.hpp
+include/openwbem/OW_CIMInstanceEnumeration.hpp
+include/openwbem/OW_CIMListenerCallback.hpp
+include/openwbem/OW_CIMMethod.hpp
+include/openwbem/OW_CIMNULL.hpp
+include/openwbem/OW_CIMName.hpp
+include/openwbem/OW_CIMNameSpace.hpp
+include/openwbem/OW_CIMNameSpaceUtils.hpp
+include/openwbem/OW_CIMOMHandleIFC.hpp
+include/openwbem/OW_CIMOMInfo.hpp
+include/openwbem/OW_CIMOMLocator.hpp
+include/openwbem/OW_CIMOMLocatorSLP.hpp
+include/openwbem/OW_CIMObjectPath.hpp
+include/openwbem/OW_CIMObjectPathEnumeration.hpp
+include/openwbem/OW_CIMParamValue.hpp
+include/openwbem/OW_CIMParameter.hpp
+include/openwbem/OW_CIMProperty.hpp
+include/openwbem/OW_CIMProtocolIFC.hpp
+include/openwbem/OW_CIMProtocolIStreamIFC.hpp
+include/openwbem/OW_CIMQualifier.hpp
+include/openwbem/OW_CIMQualifierEnumeration.hpp
+include/openwbem/OW_CIMQualifierType.hpp
+include/openwbem/OW_CIMRepository.hpp
+include/openwbem/OW_CIMScope.hpp
+include/openwbem/OW_CIMUrl.hpp
+include/openwbem/OW_CIMValue.hpp
+include/openwbem/OW_CIMValueCast.hpp
+include/openwbem/OW_CIMXMLCIMOMHandle.hpp
+include/openwbem/OW_CIMXMLListener.hpp
+include/openwbem/OW_CIMXMLListenerFwd.hpp
+include/openwbem/OW_CIMXMLParser.hpp
+include/openwbem/OW_CIMtoXML.hpp
+include/openwbem/OW_COWIntrusiveCountableBase.hpp
+include/openwbem/OW_COWIntrusiveReference.hpp
+include/openwbem/OW_COWReference.hpp
+include/openwbem/OW_COWReferenceBase.hpp
+include/openwbem/OW_Cache.hpp
+include/openwbem/OW_CerrAppender.hpp
+include/openwbem/OW_CerrLogger.hpp
+include/openwbem/OW_Char16.hpp
+include/openwbem/OW_CimomCommonFwd.hpp
+include/openwbem/OW_CimomServerFwd.hpp
+include/openwbem/OW_ClientAuthCBIFC.hpp
+include/openwbem/OW_ClientCIMOMHandle.hpp
+include/openwbem/OW_ClientCIMOMHandleConnectionPool.hpp
+include/openwbem/OW_ClientFwd.hpp
+include/openwbem/OW_CmdLineParser.hpp
+include/openwbem/OW_CommonFwd.hpp
+include/openwbem/OW_Condition.hpp
+include/openwbem/OW_ConfigException.hpp
+include/openwbem/OW_ConfigFile.hpp
+include/openwbem/OW_ConfigOpts.hpp
+include/openwbem/OW_CppAssociatorProviderIFC.hpp
+include/openwbem/OW_CppIndicationExportProviderIFC.hpp
+include/openwbem/OW_CppIndicationProviderIFC.hpp
+include/openwbem/OW_CppInstanceProviderIFC.hpp
+include/openwbem/OW_CppMethodProviderIFC.hpp
+include/openwbem/OW_CppPolledProviderIFC.hpp
+include/openwbem/OW_CppProviderBaseIFC.hpp
+include/openwbem/OW_CppProviderIncludes.hpp
+include/openwbem/OW_CppReadOnlyInstanceProviderIFC.hpp
+include/openwbem/OW_CppSecondaryInstanceProviderIFC.hpp
+include/openwbem/OW_CppSimpleAssociatorProviderIFC.hpp
+include/openwbem/OW_CppSimpleInstanceProviderIFC.hpp
+include/openwbem/OW_CryptographicRandomNumber.hpp
+include/openwbem/OW_DataStreams.hpp
+include/openwbem/OW_DateTime.hpp
+include/openwbem/OW_EmbeddedCIMOMEnvironment.hpp
+include/openwbem/OW_Enumeration.hpp
+include/openwbem/OW_EnumerationException.hpp
+include/openwbem/OW_EnvVars.hpp
+include/openwbem/OW_Exception.hpp
+include/openwbem/OW_ExceptionIds.hpp
+include/openwbem/OW_Exec.hpp
+include/openwbem/OW_File.hpp
+include/openwbem/OW_FileAppender.hpp
+include/openwbem/OW_FileSystem.hpp
+include/openwbem/OW_Format.hpp
+include/openwbem/OW_FuncNamePrinter.hpp
+include/openwbem/OW_GenericHDBRepository.hpp
+include/openwbem/OW_GetPass.hpp
+include/openwbem/OW_HDB.hpp
+include/openwbem/OW_HDBCommon.hpp
+include/openwbem/OW_HDBNode.hpp
+include/openwbem/OW_HTTPChunkException.hpp
+include/openwbem/OW_HTTPChunkedIStream.hpp
+include/openwbem/OW_HTTPChunkedOStream.hpp
+include/openwbem/OW_HTTPClient.hpp
+include/openwbem/OW_HTTPCounter.hpp
+include/openwbem/OW_HTTPDeflateIStream.hpp
+include/openwbem/OW_HTTPDeflateOStream.hpp
+include/openwbem/OW_HTTPException.hpp
+include/openwbem/OW_HTTPLenLimitIStream.hpp
+include/openwbem/OW_HTTPStatusCodes.hpp
+include/openwbem/OW_HTTPUtils.hpp
+include/openwbem/OW_HTTPXMLCIMListener.hpp
+include/openwbem/OW_HashMap.hpp
+include/openwbem/OW_HashMultiMap.hpp
+include/openwbem/OW_HttpCommonFwd.hpp
+include/openwbem/OW_IOException.hpp
+include/openwbem/OW_IOIFC.hpp
+include/openwbem/OW_IOIFCStreamBuffer.hpp
+include/openwbem/OW_IfcsFwd.hpp
+include/openwbem/OW_Index.hpp
+include/openwbem/OW_IndicationExportProviderIFC.hpp
+include/openwbem/OW_IndicationProviderIFC.hpp
+include/openwbem/OW_IndicationProviderInfo.hpp
+include/openwbem/OW_InstanceProviderIFC.hpp
+include/openwbem/OW_InstanceProviderInfo.hpp
+include/openwbem/OW_InstanceRepository.hpp
+include/openwbem/OW_IntrusiveCountableBase.hpp
+include/openwbem/OW_IntrusiveReference.hpp
+include/openwbem/OW_IstreamBufIterator.hpp
+include/openwbem/OW_List.hpp
+include/openwbem/OW_ListenerAuthenticator.hpp
+include/openwbem/OW_LocalEmbeddedCIMOMHandle.hpp
+include/openwbem/OW_LogAppender.hpp
+include/openwbem/OW_LogLevel.hpp
+include/openwbem/OW_LogMessage.hpp
+include/openwbem/OW_LogMessagePatternFormatter.hpp
+include/openwbem/OW_Logger.hpp
+include/openwbem/OW_MD5.hpp
+include/openwbem/OW_MOFCIMOMVisitor.hpp
+include/openwbem/OW_MOFCompiler.hpp
+include/openwbem/OW_MOFGrammar.hpp
+include/openwbem/OW_MOFLineInfo.hpp
+include/openwbem/OW_MOFParserDecls.hpp



Home | Main Index | Thread Index | Old Index