Index: head/net/yami4/Makefile =================================================================== --- head/net/yami4/Makefile (revision 489443) +++ head/net/yami4/Makefile (revision 489444) @@ -1,33 +1,35 @@ # $FreeBSD$ PORTNAME= yami4 -PORTVERSION= 1.10.0 -PORTREVISION= 3 +PORTVERSION= 1.10.2 CATEGORIES= net MASTER_SITES= http://www.inspirel.com/yami4/files/ -DISTNAME= yami4-gpl-1.10.0 +DISTNAME= yami4-gpl-${PORTVERSION} -MAINTAINER= prog@msobczak.com +MAINTAINER= ports@FreeBSD.org COMMENT= Messaging library for distributed systems LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/gpl-3.0.txt +USES= zip + MAKE_ARGS= OPTIONS="${CXXFLAGS}" CXXFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528 +PORTDOCS= * + +OPTIONS_DEFINE= DOCS + do-build : ${DO_MAKE_BUILD} -C ${WRKSRC}/src/core ${DO_MAKE_BUILD} -C ${WRKSRC}/src/cpp -do-install : - ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/yami4 - ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/yami4/core - ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/yami4/cpp - (cd ${WRKSRC}/doc/core && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/doc/yami4/core) - (cd ${WRKSRC}/doc/cpp && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/doc/yami4/cpp) - (cd ${WRKSRC}/include && ${COPYTREE_SHARE} yami4-core ${STAGEDIR}${PREFIX}/include) - (cd ${WRKSRC}/include && ${COPYTREE_SHARE} yami4-cpp ${STAGEDIR}${PREFIX}/include) - (cd ${WRKSRC}/lib && ${INSTALL_DATA} *.a ${STAGEDIR}${PREFIX}/lib) +do-install: + cd ${WRKSRC}/include && ${COPYTREE_SHARE} "yami4-core yami4-cpp" ${STAGEDIR}${PREFIX}/include + cd ${WRKSRC}/lib && ${INSTALL_DATA} *.a ${STAGEDIR}${PREFIX}/lib + +do-install-DOCS-on: + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "core cpp" ${STAGEDIR}${DOCSDIR} .include Index: head/net/yami4/distinfo =================================================================== --- head/net/yami4/distinfo (revision 489443) +++ head/net/yami4/distinfo (revision 489444) @@ -1,2 +1,3 @@ -SHA256 (yami4-gpl-1.10.0.tar.gz) = 4ebff8e8e69b538b4168184217c328d5bce5dc0d95164606fba12dc0ccae43dc -SIZE (yami4-gpl-1.10.0.tar.gz) = 1071584 +TIMESTAMP = 1534040243 +SHA256 (yami4-gpl-1.10.2.zip) = a376e320b77c418f4b499bc655009c32a0e712ff7888eeac0a5825feda615e0c +SIZE (yami4-gpl-1.10.2.zip) = 1996196 Index: head/net/yami4/pkg-plist =================================================================== --- head/net/yami4/pkg-plist (revision 489443) +++ head/net/yami4/pkg-plist (revision 489444) @@ -1,169 +1,44 @@ include/yami4-core/agent.h include/yami4-core/allocator.h include/yami4-core/channel_descriptor.h include/yami4-core/core.h include/yami4-core/dll.h include/yami4-core/fatal_errors.h include/yami4-core/option_names.h include/yami4-core/parameter_entry.h include/yami4-core/parameter_iterator.h include/yami4-core/parameter_type.h include/yami4-core/parameters.h include/yami4-core/raw_buffer_data_source.h include/yami4-core/serializable.h include/yami4-cpp/activity_statistics_monitor.h include/yami4-cpp/agent.h include/yami4-cpp/agent_impl_base.h include/yami4-cpp/connection_event.h include/yami4-cpp/connection_event_dispatcher_base.h include/yami4-cpp/connection_event_generic_dispatcher.h include/yami4-cpp/errors.h include/yami4-cpp/event_callback.h include/yami4-cpp/incoming_message.h include/yami4-cpp/incoming_message_dispatcher_base.h include/yami4-cpp/incoming_message_generic_dispatcher.h include/yami4-cpp/io_error_dispatcher_base.h include/yami4-cpp/io_error_generic_dispatcher.h include/yami4-cpp/message_state.h include/yami4-cpp/option_names.h include/yami4-cpp/outgoing_message.h include/yami4-cpp/outgoing_message_dispatcher_base.h include/yami4-cpp/outgoing_message_generic_dispatcher.h include/yami4-cpp/parameter_entry.h include/yami4-cpp/parameter_type.h include/yami4-cpp/parameters.h include/yami4-cpp/raw_buffer_data_source.h include/yami4-cpp/serializable.h include/yami4-cpp/value_publisher.h include/yami4-cpp/value_publisher_overflow_action.h include/yami4-cpp/value_publisher_overflow_dispatcher_base.h include/yami4-cpp/value_publisher_overflow_generic_dispatcher.h include/yami4-cpp/version.h include/yami4-cpp/yami.h lib/libyamicore.a lib/libyamicpp.a -share/doc/yami4/core/annotated.html -share/doc/yami4/core/bc_s.png -share/doc/yami4/core/classes.html -share/doc/yami4/core/classyami_1_1core_1_1agent-members.html -share/doc/yami4/core/classyami_1_1core_1_1agent.html -share/doc/yami4/core/classyami_1_1core_1_1channel__descriptor-members.html -share/doc/yami4/core/classyami_1_1core_1_1channel__descriptor.html -share/doc/yami4/core/classyami_1_1core_1_1parameter__entry-members.html -share/doc/yami4/core/classyami_1_1core_1_1parameter__entry.html -share/doc/yami4/core/classyami_1_1core_1_1parameter__iterator-members.html -share/doc/yami4/core/classyami_1_1core_1_1parameter__iterator.html -share/doc/yami4/core/classyami_1_1core_1_1parameters-members.html -share/doc/yami4/core/classyami_1_1core_1_1parameters.html -share/doc/yami4/core/classyami_1_1core_1_1raw__buffer__data__source-members.html -share/doc/yami4/core/classyami_1_1core_1_1raw__buffer__data__source.html -share/doc/yami4/core/classyami_1_1core_1_1serializable-members.html -share/doc/yami4/core/classyami_1_1core_1_1serializable.html -share/doc/yami4/core/closed.png -share/doc/yami4/core/doxygen.css -share/doc/yami4/core/doxygen.png -share/doc/yami4/core/ftv2blank.png -share/doc/yami4/core/ftv2doc.png -share/doc/yami4/core/ftv2folderclosed.png -share/doc/yami4/core/ftv2folderopen.png -share/doc/yami4/core/ftv2lastnode.png -share/doc/yami4/core/ftv2link.png -share/doc/yami4/core/ftv2mlastnode.png -share/doc/yami4/core/ftv2mnode.png -share/doc/yami4/core/ftv2node.png -share/doc/yami4/core/ftv2plastnode.png -share/doc/yami4/core/ftv2pnode.png -share/doc/yami4/core/ftv2splitbar.png -share/doc/yami4/core/ftv2vertline.png -share/doc/yami4/core/functions.html -share/doc/yami4/core/functions_func.html -share/doc/yami4/core/hierarchy.html -share/doc/yami4/core/index.html -share/doc/yami4/core/jquery.js -share/doc/yami4/core/namespacemembers.html -share/doc/yami4/core/namespacemembers_enum.html -share/doc/yami4/core/namespacemembers_eval.html -share/doc/yami4/core/namespacemembers_func.html -share/doc/yami4/core/namespacemembers_type.html -share/doc/yami4/core/namespaces.html -share/doc/yami4/core/namespaceyami.html -share/doc/yami4/core/namespaceyami_1_1core.html -share/doc/yami4/core/nav_f.png -share/doc/yami4/core/nav_h.png -share/doc/yami4/core/navtree.css -share/doc/yami4/core/navtree.js -share/doc/yami4/core/open.png -share/doc/yami4/core/resize.js -share/doc/yami4/core/tab_a.png -share/doc/yami4/core/tab_b.png -share/doc/yami4/core/tab_h.png -share/doc/yami4/core/tab_s.png -share/doc/yami4/core/tabs.css -share/doc/yami4/cpp/annotated.html -share/doc/yami4/cpp/bc_s.png -share/doc/yami4/cpp/classes.html -share/doc/yami4/cpp/classyami_1_1activity__statistics__monitor-members.html -share/doc/yami4/cpp/classyami_1_1activity__statistics__monitor.html -share/doc/yami4/cpp/classyami_1_1agent-members.html -share/doc/yami4/cpp/classyami_1_1agent.html -share/doc/yami4/cpp/classyami_1_1event__callback-members.html -share/doc/yami4/cpp/classyami_1_1event__callback.html -share/doc/yami4/cpp/classyami_1_1incoming__message-members.html -share/doc/yami4/cpp/classyami_1_1incoming__message.html -share/doc/yami4/cpp/classyami_1_1outgoing__message-members.html -share/doc/yami4/cpp/classyami_1_1outgoing__message.html -share/doc/yami4/cpp/classyami_1_1parameter__entry-members.html -share/doc/yami4/cpp/classyami_1_1parameter__entry.html -share/doc/yami4/cpp/classyami_1_1parameters-members.html -share/doc/yami4/cpp/classyami_1_1parameters.html -share/doc/yami4/cpp/classyami_1_1parameters_1_1iterator-members.html -share/doc/yami4/cpp/classyami_1_1parameters_1_1iterator.html -share/doc/yami4/cpp/classyami_1_1raw__buffer__data__source-members.html -share/doc/yami4/cpp/classyami_1_1raw__buffer__data__source.html -share/doc/yami4/cpp/classyami_1_1serializable-members.html -share/doc/yami4/cpp/classyami_1_1serializable.html -share/doc/yami4/cpp/classyami_1_1value__publisher-members.html -share/doc/yami4/cpp/classyami_1_1value__publisher.html -share/doc/yami4/cpp/classyami_1_1yami__logic__error-members.html -share/doc/yami4/cpp/classyami_1_1yami__logic__error.html -share/doc/yami4/cpp/classyami_1_1yami__runtime__error-members.html -share/doc/yami4/cpp/classyami_1_1yami__runtime__error.html -share/doc/yami4/cpp/closed.png -share/doc/yami4/cpp/doxygen.css -share/doc/yami4/cpp/doxygen.png -share/doc/yami4/cpp/ftv2blank.png -share/doc/yami4/cpp/ftv2doc.png -share/doc/yami4/cpp/ftv2folderclosed.png -share/doc/yami4/cpp/ftv2folderopen.png -share/doc/yami4/cpp/ftv2lastnode.png -share/doc/yami4/cpp/ftv2link.png -share/doc/yami4/cpp/ftv2mlastnode.png -share/doc/yami4/cpp/ftv2mnode.png -share/doc/yami4/cpp/ftv2node.png -share/doc/yami4/cpp/ftv2plastnode.png -share/doc/yami4/cpp/ftv2pnode.png -share/doc/yami4/cpp/ftv2splitbar.png -share/doc/yami4/cpp/ftv2vertline.png -share/doc/yami4/cpp/functions.html -share/doc/yami4/cpp/functions_func.html -share/doc/yami4/cpp/functions_type.html -share/doc/yami4/cpp/hierarchy.html -share/doc/yami4/cpp/index.html -share/doc/yami4/cpp/jquery.js -share/doc/yami4/cpp/namespacemembers.html -share/doc/yami4/cpp/namespacemembers_enum.html -share/doc/yami4/cpp/namespacemembers_eval.html -share/doc/yami4/cpp/namespacemembers_vars.html -share/doc/yami4/cpp/namespaces.html -share/doc/yami4/cpp/namespaceyami.html -share/doc/yami4/cpp/nav_f.png -share/doc/yami4/cpp/nav_h.png -share/doc/yami4/cpp/navtree.css -share/doc/yami4/cpp/navtree.js -share/doc/yami4/cpp/open.png -share/doc/yami4/cpp/resize.js -share/doc/yami4/cpp/tab_a.png -share/doc/yami4/cpp/tab_b.png -share/doc/yami4/cpp/tab_h.png -share/doc/yami4/cpp/tab_s.png -share/doc/yami4/cpp/tabs.css