pkgsrc-WIP-cvs archive

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

CVS commit: wip/phantomjs2



Module name:	wip
Committed by:	leot1990
Date:		Mon Feb 23 16:11:06 UTC 2015

Added Files:
	wip/phantomjs2: DESCR Makefile PLIST TODO distinfo
	wip/phantomjs2/patches:
	    patch-Source_JavaScriptCore_API_ObjCCallbackFunction.h
	    patch-Source_JavaScriptCore_DerivedSources.pri
	    patch-Source_JavaScriptCore_JavaScriptCore.pri
	    patch-Source_JavaScriptCore_Target.pri
	    patch-Source_JavaScriptCore_assembler_ARMAssembler.h
	    patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp
	    patch-Source_JavaScriptCore_dfg_DFGNode.h
	    patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp
	    patch-Source_JavaScriptCore_tools_CodeProfiling.cpp
	    patch-Source_QtWebKit.pro
	    patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h
	    patch-Source_ThirdParty_leveldb_Target.pri
	    patch-Source_WTF_WTF.pro patch-Source_WTF_wtf_Assertions.cpp
	    patch-Source_WTF_wtf_InlineASM.h
	    patch-Source_WTF_wtf_NumberOfCores.cpp
	    patch-Source_WTF_wtf_Platform.h patch-Source_WTF_wtf_RAMSize.cpp
	    patch-Source_WTF_wtf_ThreadIdentifierDataPthreads.cpp
	    patch-Source_WTF_wtf_Threading.h
	    patch-Source_WTF_wtf_text_StringImpl.h
	    patch-Source_WebCore_Target.pri
	    patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp
	    patch-Source_WebCore_editing_Editor.h
	    patch-Source_WebCore_page_NavigatorBase.cpp
	    patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurface.h
	    patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurfaceToken.h
	    patch-Source_WebCore_platform_graphics_surfaces_mac_GraphicsSurfaceMac.cpp
	    patch-Source_WebCore_platform_sql_SQLiteDatabase.cpp
	    patch-Source_WebKit2_DerivedSources.pri
	    patch-Source_WebKit2_Platform_CoreIPC_MessageDecoder.cpp
	    patch-Source_WebKit2_Platform_CoreIPC_MessageDecoder.h
	    patch-Source_WebKit2_Platform_unix_SharedMemoryUnix.cpp
	    patch-Source_WebKit2_Target.pri patch-Source_WebKit_WebKit1.pro
	    patch-Source_WebKit_qt_examples_platformplugin_platformplugin.pro
	    patch-Tools_Scripts_webkitdirs.pm
	    patch-Tools_WebKitTestRunner_InjectedBundle_Target.pri
	    patch-Tools_qmake_mkspecs_features_functions.prf
	    patch-Tools_qmake_mkspecs_features_production__build.prf
	    patch-config.tests_unix_iconv_iconv.cpp patch-configure
	    patch-mkspecs_features_mac_objective__c.prf
	    patch-qmake_Makefile.unix patch-qmake_generators_makefile.cpp
	    patch-qmake_generators_unix_unixmake.cpp
	    patch-qmake_generators_unix_unixmake2.cpp
	    patch-src_concurrent_qtconcurrentiteratekernel.cpp
	    patch-src_corelib_arch_sparc_arch.pri
	    patch-src_corelib_codecs_qiconvcodec.cpp
	    patch-src_corelib_global_qsystemdetection.h
	    patch-src_corelib_io_io.pri
	    patch-src_corelib_io_qfilesystemwatcher.cpp
	    patch-src_mongoose_mongoose.pri
	    patch-src_network_kernel_qhostinfo__unix.cpp
	    patch-src_phantomjs.pro
	    patch-src_plugins_platforminputcontexts_compose_compose.pro
	    patch-src_plugins_platforminputcontexts_compose_generator_qtablegenerator.cpp
	    patch-src_qt_preconfig.sh
	    patch-src_tools_bootstrap_bootstrap.pro
	    patch-src_tools_moc_main.cpp
	    patch-src_widgets_graphicsview_qgraphicsitem__p.h

Log Message:
Import phantomjs-2.0.0 as wip/phantomjs2.

PhantomJS is a headless WebKit with JavaScript API. It has fast and native
support for various web standards: DOM handling, CSS selector, JSON, Canvas,
SVG. PhantomJS is an optimal solution for fast headless testing, site
scraping, pages capture, network monitoring and many other use cases.

This is the current stable version. Please note that this still does not work
and build on - at least - NetBSD/amd64 7.99.5, pkgsrc-current. Discussed in a
private email with Filip Hajny. For more information regarding the issues please
give a look to the TODO and the various XXX and FIXME in the Makefile.

To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/phantomjs2/DESCR wip/phantomjs2/Makefile \
    wip/phantomjs2/PLIST wip/phantomjs2/TODO wip/phantomjs2/distinfo \
    wip/phantomjs2/patches/patch-Source_JavaScriptCore_API_ObjCCallbackFunction.h \
    wip/phantomjs2/patches/patch-Source_JavaScriptCore_DerivedSources.pri \
    wip/phantomjs2/patches/patch-Source_JavaScriptCore_JavaScriptCore.pri \
    wip/phantomjs2/patches/patch-Source_JavaScriptCore_Target.pri \
    wip/phantomjs2/patches/patch-Source_JavaScriptCore_assembler_ARMAssembler.h \
    wip/phantomjs2/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp \
    wip/phantomjs2/patches/patch-Source_JavaScriptCore_dfg_DFGNode.h \
    wip/phantomjs2/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp \
    wip/phantomjs2/patches/patch-Source_JavaScriptCore_tools_CodeProfiling.cpp \
    wip/phantomjs2/patches/patch-Source_QtWebKit.pro \
    wip/phantomjs2/patches/patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h \
    wip/phantomjs2/patches/patch-Source_ThirdParty_leveldb_Target.pri \
    wip/phantomjs2/patches/patch-Source_WTF_WTF.pro \
    wip/phantomjs2/patches/patch-Source_WTF_wtf_Assertions.cpp \
    wip/phantomjs2/patches/patch-Source_WTF_wtf_InlineASM.h \
    wip/phantomjs2/patches/patch-Source_WTF_wtf_NumberOfCores.cpp \
    wip/phantomjs2/patches/patch-Source_WTF_wtf_Platform.h \
    wip/phantomjs2/patches/patch-Source_WTF_wtf_RAMSize.cpp \
    wip/phantomjs2/patches/patch-Source_WTF_wtf_ThreadIdentifierDataPthreads.cpp \
    wip/phantomjs2/patches/patch-Source_WTF_wtf_Threading.h \
    wip/phantomjs2/patches/patch-Source_WTF_wtf_text_StringImpl.h \
    wip/phantomjs2/patches/patch-Source_WebCore_Target.pri \
    wip/phantomjs2/patches/patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp \
    wip/phantomjs2/patches/patch-Source_WebCore_editing_Editor.h \
    wip/phantomjs2/patches/patch-Source_WebCore_page_NavigatorBase.cpp \
    wip/phantomjs2/patches/patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurface.h \
    wip/phantomjs2/patches/patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurfaceToken.h \
    wip/phantomjs2/patches/patch-Source_WebCore_platform_graphics_surfaces_mac_GraphicsSurfaceMac.cpp \
    wip/phantomjs2/patches/patch-Source_WebCore_platform_sql_SQLiteDatabase.cpp \
    wip/phantomjs2/patches/patch-Source_WebKit2_DerivedSources.pri \
    wip/phantomjs2/patches/patch-Source_WebKit2_Platform_CoreIPC_MessageDecoder.cpp \
    wip/phantomjs2/patches/patch-Source_WebKit2_Platform_CoreIPC_MessageDecoder.h \
    wip/phantomjs2/patches/patch-Source_WebKit2_Platform_unix_SharedMemoryUnix.cpp \
    wip/phantomjs2/patches/patch-Source_WebKit2_Target.pri \
    wip/phantomjs2/patches/patch-Source_WebKit_WebKit1.pro \
    wip/phantomjs2/patches/patch-Source_WebKit_qt_examples_platformplugin_platformplugin.pro \
    wip/phantomjs2/patches/patch-Tools_Scripts_webkitdirs.pm \
    wip/phantomjs2/patches/patch-Tools_WebKitTestRunner_InjectedBundle_Target.pri \
    wip/phantomjs2/patches/patch-Tools_qmake_mkspecs_features_functions.prf \
    wip/phantomjs2/patches/patch-Tools_qmake_mkspecs_features_production__build.prf \
    wip/phantomjs2/patches/patch-config.tests_unix_iconv_iconv.cpp \
    wip/phantomjs2/patches/patch-configure \
    wip/phantomjs2/patches/patch-mkspecs_features_mac_objective__c.prf \
    wip/phantomjs2/patches/patch-qmake_Makefile.unix \
    wip/phantomjs2/patches/patch-qmake_generators_makefile.cpp \
    wip/phantomjs2/patches/patch-qmake_generators_unix_unixmake.cpp \
    wip/phantomjs2/patches/patch-qmake_generators_unix_unixmake2.cpp \
    wip/phantomjs2/patches/patch-src_concurrent_qtconcurrentiteratekernel.cpp \
    wip/phantomjs2/patches/patch-src_corelib_arch_sparc_arch.pri \
    wip/phantomjs2/patches/patch-src_corelib_codecs_qiconvcodec.cpp \
    wip/phantomjs2/patches/patch-src_corelib_global_qsystemdetection.h \
    wip/phantomjs2/patches/patch-src_corelib_io_io.pri \
    wip/phantomjs2/patches/patch-src_corelib_io_qfilesystemwatcher.cpp \
    wip/phantomjs2/patches/patch-src_mongoose_mongoose.pri \
    wip/phantomjs2/patches/patch-src_network_kernel_qhostinfo__unix.cpp \
    wip/phantomjs2/patches/patch-src_phantomjs.pro \
    wip/phantomjs2/patches/patch-src_plugins_platforminputcontexts_compose_compose.pro \
    wip/phantomjs2/patches/patch-src_plugins_platforminputcontexts_compose_generator_qtablegenerator.cpp \
    wip/phantomjs2/patches/patch-src_qt_preconfig.sh \
    wip/phantomjs2/patches/patch-src_tools_bootstrap_bootstrap.pro \
    wip/phantomjs2/patches/patch-src_tools_moc_main.cpp \
    wip/phantomjs2/patches/patch-src_widgets_graphicsview_qgraphicsitem__p.h

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/TODO?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/distinfo?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_JavaScriptCore_API_ObjCCallbackFunction.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_JavaScriptCore_DerivedSources.pri?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_JavaScriptCore_JavaScriptCore.pri?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_JavaScriptCore_Target.pri?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_JavaScriptCore_assembler_ARMAssembler.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_JavaScriptCore_dfg_DFGNode.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_JavaScriptCore_tools_CodeProfiling.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_QtWebKit.pro?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_ThirdParty_leveldb_Target.pri?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WTF_WTF.pro?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WTF_wtf_Assertions.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WTF_wtf_InlineASM.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WTF_wtf_NumberOfCores.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WTF_wtf_Platform.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WTF_wtf_RAMSize.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WTF_wtf_ThreadIdentifierDataPthreads.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WTF_wtf_Threading.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WTF_wtf_text_StringImpl.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebCore_Target.pri?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebCore_editing_Editor.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebCore_page_NavigatorBase.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurface.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurfaceToken.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebCore_platform_graphics_surfaces_mac_GraphicsSurfaceMac.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebCore_platform_sql_SQLiteDatabase.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebKit2_DerivedSources.pri?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebKit2_Platform_CoreIPC_MessageDecoder.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebKit2_Platform_CoreIPC_MessageDecoder.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebKit2_Platform_unix_SharedMemoryUnix.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebKit2_Target.pri?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebKit_WebKit1.pro?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Source_WebKit_qt_examples_platformplugin_platformplugin.pro?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Tools_Scripts_webkitdirs.pm?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Tools_WebKitTestRunner_InjectedBundle_Target.pri?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Tools_qmake_mkspecs_features_functions.prf?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-Tools_qmake_mkspecs_features_production__build.prf?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-config.tests_unix_iconv_iconv.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-configure?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-mkspecs_features_mac_objective__c.prf?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-qmake_Makefile.unix?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-qmake_generators_makefile.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-qmake_generators_unix_unixmake.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-qmake_generators_unix_unixmake2.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_concurrent_qtconcurrentiteratekernel.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_corelib_arch_sparc_arch.pri?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_corelib_codecs_qiconvcodec.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_corelib_global_qsystemdetection.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_corelib_io_io.pri?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_corelib_io_qfilesystemwatcher.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_mongoose_mongoose.pri?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_network_kernel_qhostinfo__unix.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_phantomjs.pro?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_plugins_platforminputcontexts_compose_compose.pro?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_plugins_platforminputcontexts_compose_generator_qtablegenerator.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_qt_preconfig.sh?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_tools_bootstrap_bootstrap.pro?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_tools_moc_main.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/phantomjs2/patches/patch-src_widgets_graphicsview_qgraphicsitem__p.h?r1=0&r2=1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index