From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 4 17:50:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EE9A1065694 for ; Sun, 4 Oct 2009 17:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4BCB28FC1E for ; Sun, 4 Oct 2009 17:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n94Ho1tO060798 for ; Sun, 4 Oct 2009 17:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n94Ho15p060797; Sun, 4 Oct 2009 17:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 4 Oct 2009 17:50:01 GMT Resent-Message-Id: <200910041750.n94Ho15p060797@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Ollermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A31BC1065676 for ; Sun, 4 Oct 2009 17:41:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 78ABC8FC13 for ; Sun, 4 Oct 2009 17:41:15 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n94HfFMu078345 for ; Sun, 4 Oct 2009 17:41:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n94HfEJY078344; Sun, 4 Oct 2009 17:41:14 GMT (envelope-from nobody) Message-Id: <200910041741.n94HfEJY078344@www.freebsd.org> Date: Sun, 4 Oct 2009 17:41:14 GMT From: Stefan Ollermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/139350: New port: devel/wt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 17:50:01 -0000 >Number: 139350 >Category: ports >Synopsis: New port: devel/wt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 04 17:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Stefan Ollermann >Release: 7.2-RELEASE-p4 >Organization: >Environment: 7.2-RELEASE-p4 i386 GENERIC >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # wt # wt/Makefile # wt/pkg-descr # wt/distinfo # wt/pkg-plist # echo c - wt mkdir -p wt > /dev/null 2>&1 echo x - wt/Makefile sed 's/^X//' >wt/Makefile << '74c0db1ce63e0257228354939bd66f06' X# New ports collection makefile for: Wt X# Date created: 2009-09-26 X# Whom: Stefan.Ollermann@gmx.de X# X# $FreeBSD$ X XPORTNAME= wt XPORTVERSION= 2.99.5 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= witty/${PORTNAME}/${PORTVERSION}/ X XMAINTAINER= Stefan.Ollermann@gmx.de XCOMMENT= Wt is a C++ library for developing interactive web applications X XBUILD_DEPENDS= boost-libs>=1.35.0:${PORTSDIR}/devel/boost-libs \ X fcgi-devkit>=2.4.0:${PORTSDIR}/www/fcgi X# developers want to link against the build dependencies XRUN_DEPENDS= boost-libs>=1.35.0:${PORTSDIR}/devel/boost-libs \ X fcgi-devkit>=2.4.0:${PORTSDIR}/www/fcgi X XUSE_CMAKE= yes XCMAKE_ARGS+= -DBOOST_DIR=${PREFIX} \ X -DCONFIGDIR=${PREFIX}/etc/wt \ X -DCONNECTOR_HTTP=yes \ X -DCONNECTOR_FCGI=yes \ X -DEXAMPLES_CONNECTOR=yes \ X -DHTTP_WITH_SSL=yes \ X -DHTTP_WITH_ZLIB=yes \ X -DRUNDIR=${PREFIX}/www/wt \ X -DWEBUSER=${WWWOWN} \ X -DWEBGROUP=${WWWGRP} \ X -DWTHTTP_CONFIGURATION=${PREFIX}/etc/wt/wthttpd X XCMAKE_USE_PTHREAD= yes X X.include 74c0db1ce63e0257228354939bd66f06 echo x - wt/pkg-descr sed 's/^X//' >wt/pkg-descr << '845bbd095643620b281b2a78a21bb655' XWt (pronounced 'witty') is a C++ library for developing interactive web Xapplications. X XThe API is widget-centric and inspired by desktop GUI APIs. To the developer, it Xoffers complete abstraction of any web-specific implementation details, Xincluding event handling, graphics support, and pretty URLs. X XUnlike many page-based frameworks, Wt was designed for creating stateful Xapplications that are at the same time highly interactive (leveraging techinques Xsuch as AJAX to their fullest) and accessible (supporting plain HTML browsers), Xusing automatic graceful degradation or progressive enhancement. X XIt comes with an application server that acts as a stand-alone web server or Xintegrates through FastCGI with other web servers. X XWWW: http://www.webtoolkit.eu/ 845bbd095643620b281b2a78a21bb655 echo x - wt/distinfo sed 's/^X//' >wt/distinfo << 'f3b4f2d5ff44f12ec0e5205d3e7daa88' XMD5 (wt-2.99.5.tar.gz) = 96df9a1310179f19e46dc1be57c0b532 XSHA256 (wt-2.99.5.tar.gz) = 1b248c9c9b34252c5edfb255d0554d2d7fa5f021dd5a57be804b0fd3f50ef1ba XSIZE (wt-2.99.5.tar.gz) = 10796078 f3b4f2d5ff44f12ec0e5205d3e7daa88 echo x - wt/pkg-plist sed 's/^X//' >wt/pkg-plist << '03b071004a6d0cde1eeea69f015049e2' Xetc/wt/wt_config.xml Xinclude/Wt/Chart/WAbstractChart Xinclude/Wt/Chart/WAxis Xinclude/Wt/Chart/WCartesianChart Xinclude/Wt/Chart/WChart2DRenderer Xinclude/Wt/Chart/WChartGlobal Xinclude/Wt/Chart/WChartPalette Xinclude/Wt/Chart/WDataSeries Xinclude/Wt/Chart/WPieChart Xinclude/Wt/Chart/WStandardPalette Xinclude/Wt/Ext/AbstractButton Xinclude/Wt/Ext/AbstractToggleButton Xinclude/Wt/Ext/Button Xinclude/Wt/Ext/CMakeFiles Xinclude/Wt/Ext/CMakeLists.txt Xinclude/Wt/Ext/Calendar Xinclude/Wt/Ext/CheckBox Xinclude/Wt/Ext/ComboBox Xinclude/Wt/Ext/Component Xinclude/Wt/Ext/Container Xinclude/Wt/Ext/DataStore Xinclude/Wt/Ext/DateField Xinclude/Wt/Ext/Dialog Xinclude/Wt/Ext/ExtDllDefs.h Xinclude/Wt/Ext/FormField Xinclude/Wt/Ext/LineEdit Xinclude/Wt/Ext/Menu Xinclude/Wt/Ext/MenuItem Xinclude/Wt/Ext/MessageBox Xinclude/Wt/Ext/NumberField Xinclude/Wt/Ext/PagingToolBar Xinclude/Wt/Ext/Panel Xinclude/Wt/Ext/ProgressDialog Xinclude/Wt/Ext/RadioButton Xinclude/Wt/Ext/Splitter Xinclude/Wt/Ext/SplitterHandle Xinclude/Wt/Ext/TabWidget Xinclude/Wt/Ext/TableView Xinclude/Wt/Ext/TextEdit Xinclude/Wt/Ext/ToolBar Xinclude/Wt/Ext/ToolTipConfig Xinclude/Wt/Ext/WExtGlobal Xinclude/Wt/Ext/Widget Xinclude/Wt/Http/Client Xinclude/Wt/Http/Request Xinclude/Wt/Http/Response Xinclude/Wt/Http/ResponseContinuation Xinclude/Wt/Test/WTestEnvironment Xinclude/Wt/WAbstractArea Xinclude/Wt/WAbstractItemDelegate Xinclude/Wt/WAbstractItemModel Xinclude/Wt/WAbstractListModel Xinclude/Wt/WAbstractProxyModel Xinclude/Wt/WAbstractTableModel Xinclude/Wt/WAbstractToggleButton Xinclude/Wt/WAccordionLayout Xinclude/Wt/WAnchor Xinclude/Wt/WApplication Xinclude/Wt/WBorder Xinclude/Wt/WBorderLayout Xinclude/Wt/WBoxLayout Xinclude/Wt/WBreak Xinclude/Wt/WBrush Xinclude/Wt/WButtonGroup Xinclude/Wt/WCalendar Xinclude/Wt/WCanvasPaintDevice Xinclude/Wt/WCheckBox Xinclude/Wt/WCircleArea Xinclude/Wt/WColor Xinclude/Wt/WComboBox Xinclude/Wt/WCompositeWidget Xinclude/Wt/WConfig.h Xinclude/Wt/WContainerWidget Xinclude/Wt/WCssDecorationStyle Xinclude/Wt/WCssStyleSheet Xinclude/Wt/WDate Xinclude/Wt/WDatePicker Xinclude/Wt/WDateValidator Xinclude/Wt/WDefaultLayout Xinclude/Wt/WDefaultLoadingIndicator Xinclude/Wt/WDialog Xinclude/Wt/WDllDefs.h Xinclude/Wt/WDoubleValidator Xinclude/Wt/WEnvironment Xinclude/Wt/WEvent Xinclude/Wt/WFileResource Xinclude/Wt/WFileUpload Xinclude/Wt/WFitLayout Xinclude/Wt/WFlags Xinclude/Wt/WFlashObject Xinclude/Wt/WFont Xinclude/Wt/WFormWidget Xinclude/Wt/WGlobal Xinclude/Wt/WGoogleMap Xinclude/Wt/WGridLayout Xinclude/Wt/WGroupBox Xinclude/Wt/WHBoxLayout Xinclude/Wt/WIconPair Xinclude/Wt/WImage Xinclude/Wt/WInPlaceEdit Xinclude/Wt/WIntValidator Xinclude/Wt/WInteractWidget Xinclude/Wt/WItemDelegate Xinclude/Wt/WItemSelectionModel Xinclude/Wt/WJavaScript Xinclude/Wt/WJavaScriptSlot Xinclude/Wt/WLabel Xinclude/Wt/WLayout Xinclude/Wt/WLayoutItem Xinclude/Wt/WLayoutItemImpl Xinclude/Wt/WLength Xinclude/Wt/WLengthValidator Xinclude/Wt/WLineEdit Xinclude/Wt/WLineF Xinclude/Wt/WLoadingIndicator Xinclude/Wt/WLocalizedStrings Xinclude/Wt/WLogger Xinclude/Wt/WMemoryResource Xinclude/Wt/WMenu Xinclude/Wt/WMenuItem Xinclude/Wt/WMessageBox Xinclude/Wt/WMessageResourceBundle Xinclude/Wt/WMessageResources Xinclude/Wt/WModelIndex Xinclude/Wt/WObject Xinclude/Wt/WOverlayLoadingIndicator Xinclude/Wt/WPaintDevice Xinclude/Wt/WPaintedWidget Xinclude/Wt/WPainter Xinclude/Wt/WPainterPath Xinclude/Wt/WPanel Xinclude/Wt/WPen Xinclude/Wt/WPoint Xinclude/Wt/WPointF Xinclude/Wt/WPolygonArea Xinclude/Wt/WPopupMenu Xinclude/Wt/WPopupMenuItem Xinclude/Wt/WPushButton Xinclude/Wt/WRadioButton Xinclude/Wt/WRectArea Xinclude/Wt/WRectF Xinclude/Wt/WRegExp Xinclude/Wt/WRegExpValidator Xinclude/Wt/WResource Xinclude/Wt/WScrollArea Xinclude/Wt/WScrollBar Xinclude/Wt/WSelectionBox Xinclude/Wt/WServer Xinclude/Wt/WSignal Xinclude/Wt/WSignalMapper Xinclude/Wt/WSlider Xinclude/Wt/WSocketNotifier Xinclude/Wt/WSortFilterProxyModel Xinclude/Wt/WSound Xinclude/Wt/WStackedWidget Xinclude/Wt/WStandardItem Xinclude/Wt/WStandardItemModel Xinclude/Wt/WStatelessSlot Xinclude/Wt/WString Xinclude/Wt/WStringListModel Xinclude/Wt/WStringUtil Xinclude/Wt/WSubMenuItem Xinclude/Wt/WSuggestionPopup Xinclude/Wt/WSvgImage Xinclude/Wt/WTabWidget Xinclude/Wt/WTable Xinclude/Wt/WTableCell Xinclude/Wt/WTableColumn Xinclude/Wt/WTableRow Xinclude/Wt/WTableView Xinclude/Wt/WText Xinclude/Wt/WTextArea Xinclude/Wt/WTextEdit Xinclude/Wt/WTimer Xinclude/Wt/WTimerWidget Xinclude/Wt/WTransform Xinclude/Wt/WTree Xinclude/Wt/WTreeNode Xinclude/Wt/WTreeTable Xinclude/Wt/WTreeTableNode Xinclude/Wt/WTreeView Xinclude/Wt/WVBoxLayout Xinclude/Wt/WValidationStatus Xinclude/Wt/WValidator Xinclude/Wt/WVectorImage Xinclude/Wt/WViewWidget Xinclude/Wt/WVirtualImage Xinclude/Wt/WVmlImage Xinclude/Wt/WWebWidget Xinclude/Wt/WWidget Xinclude/Wt/WWidgetItem Xlib/libwt.so Xlib/libwt.so.17 Xlib/libwt.so.2.99.5 Xlib/libwtext.so Xlib/libwtext.so.11 Xlib/libwtext.so.2.99.5 Xlib/libwtfcgi.so Xlib/libwtfcgi.so.2.99.5 Xlib/libwtfcgi.so.7 Xlib/libwthttp.so Xlib/libwthttp.so.2.99.5 Xlib/libwthttp.so.7 Xshare/Wt/resources/WtSoundManager.swf Xshare/Wt/resources/ajax-loading.gif Xshare/Wt/resources/calendar_edit.png Xshare/Wt/resources/collapse.gif Xshare/Wt/resources/expand.gif Xshare/Wt/resources/indeterminate-linux.png Xshare/Wt/resources/indeterminate-macosx.png Xshare/Wt/resources/indeterminate-opera.png Xshare/Wt/resources/indeterminate-windows.png Xshare/Wt/resources/items-not-ok.gif Xshare/Wt/resources/items-ok.gif Xshare/Wt/resources/items.gif Xshare/Wt/resources/line-last.gif Xshare/Wt/resources/line-middle.gif Xshare/Wt/resources/line-trunk.gif Xshare/Wt/resources/loading.png Xshare/Wt/resources/nav-minus-line-last.gif Xshare/Wt/resources/nav-minus-line-middle.gif Xshare/Wt/resources/nav-minus.gif Xshare/Wt/resources/nav-plus-line-last.gif Xshare/Wt/resources/nav-plus-line-middle.gif Xshare/Wt/resources/nav-plus.gif Xshare/Wt/resources/right-arrow.gif Xshare/Wt/resources/slider-thumb-h.gif Xshare/Wt/resources/slider-thumb-v.gif Xshare/Wt/resources/sort-arrow-down.gif Xshare/Wt/resources/sort-arrow-none.gif Xshare/Wt/resources/sort-arrow-up.gif Xshare/Wt/resources/stripes/generate.sh Xshare/Wt/resources/stripes/stripe-10px.gif Xshare/Wt/resources/stripes/stripe-11px.gif Xshare/Wt/resources/stripes/stripe-12px.gif Xshare/Wt/resources/stripes/stripe-13px.gif Xshare/Wt/resources/stripes/stripe-14px.gif Xshare/Wt/resources/stripes/stripe-15px.gif Xshare/Wt/resources/stripes/stripe-16px.gif Xshare/Wt/resources/stripes/stripe-17px.gif Xshare/Wt/resources/stripes/stripe-18px.gif Xshare/Wt/resources/stripes/stripe-19px.gif Xshare/Wt/resources/stripes/stripe-20px.gif Xshare/Wt/resources/stripes/stripe-21px.gif Xshare/Wt/resources/stripes/stripe-22px.gif Xshare/Wt/resources/stripes/stripe-23px.gif Xshare/Wt/resources/stripes/stripe-24px.gif Xshare/Wt/resources/stripes/stripe-25px.gif Xshare/Wt/resources/stripes/stripe-26px.gif Xshare/Wt/resources/stripes/stripe-27px.gif Xshare/Wt/resources/stripes/stripe-28px.gif Xshare/Wt/resources/stripes/stripe-29px.gif Xshare/Wt/resources/stripes/stripe-30px.gif Xshare/Wt/resources/stripes/stripe-template.gif Xshare/Wt/resources/swfobject.js Xshare/Wt/resources/tab_b.gif Xshare/Wt/resources/tab_l.gif Xshare/Wt/resources/tab_r.gif Xshare/Wt/resources/tv-line-last.gif Xshare/cmake-2.4/Modules/FindWt.cmake X@dirrm etc/wt X@dirrm include/Wt/Chart X@dirrm include/Wt/Ext X@dirrm include/Wt/Http X@dirrm include/Wt/Test X@dirrm include/Wt X@dirrm share/Wt/resources/stripes X@dirrm share/Wt/resources X@dirrm share/cmake-2.4/Modules X@dirrm www/wt 03b071004a6d0cde1eeea69f015049e2 exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: