From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 16 04:50:02 2008 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 31050106568B for ; Thu, 16 Oct 2008 04:50:02 +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 0DEAE8FC1F for ; Thu, 16 Oct 2008 04:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9G4o16Z055205 for ; Thu, 16 Oct 2008 04: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 m9G4o1Rg055204; Thu, 16 Oct 2008 04:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 16 Oct 2008 04:50:01 GMT Resent-Message-Id: <200810160450.m9G4o1Rg055204@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, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C2D0106568B for ; Thu, 16 Oct 2008 04:44:43 +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 1B2B48FC0A for ; Thu, 16 Oct 2008 04:44:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9G4ighD078139 for ; Thu, 16 Oct 2008 04:44:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id m9G4ig9H078138; Thu, 16 Oct 2008 04:44:42 GMT (envelope-from nobody) Message-Id: <200810160444.m9G4ig9H078138@www.freebsd.org> Date: Thu, 16 Oct 2008 04:44:42 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/128139: [NEW PORT]www/dillo2 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: Thu, 16 Oct 2008 04:50:02 -0000 >Number: 128139 >Category: ports >Synopsis: [NEW PORT]www/dillo2 >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: Thu Oct 16 04:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: - >Environment: >Description: Place the new, fltk2-based version of dillo into www/dillo2, keeping the old version around for those who still want a GTK1-based browser. The original www/dillo will require a small patch that I will send in a follow-up message. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # /usr/ports/www/dillo2 # /usr/ports/www/dillo2/Makefile # /usr/ports/www/dillo2/pkg-plist # /usr/ports/www/dillo2/pkg-descr # /usr/ports/www/dillo2/distinfo # echo c - /usr/ports/www/dillo2 mkdir -p /usr/ports/www/dillo2 > /dev/null 2>&1 echo x - /usr/ports/www/dillo2/Makefile sed 's/^X//' >/usr/ports/www/dillo2/Makefile << '364fcc3bde7c147cdae384c858a13dca' X# New ports collection makefile for: dillo X# Date created: 28 August 2008 X# Whom: bf X# X# $FreeBSD$ X XPORTNAME= dillo XPORTVERSION= 2.0 XCATEGORIES= www ipv6 XMASTER_SITES= http://www.dillo.org/download/ X XMAINTAINER= bf2006a@yahoo.com XCOMMENT= A fast, small graphical Web browser built upon fltk2 X XBUILD_DEPENDS= ${LOCALBASE}/lib/libfltk2.a:${PORTSDIR}/x11-toolkits/fltk2 XRUN_DEPENDS= ${LOCALBASE}/lib/libfltk2.a:${PORTSDIR}/x11-toolkits/fltk2 \ X wget:${PORTSDIR}/ftp/wget XLIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ X png.5:${PORTSDIR}/graphics/png X XUSE_BZIP2= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_OPENSSL= yes X XCONFIGURE_ARGS= --libdir=${PREFIX}/libexec XCONFLICTS= dillo-i18n-[0-9]* \ X dillo-0* X XOPTIONS= COOKIES "Enable cookies" On \ X PROFILE "Enable profiling" Off \ X IPV6 "Enable ipv6" On \ X RTFL "Enable extra logging for debugging" Off \ X THREADED_DNS "Enable reentrant resolver library" On X X.include X X.ifdef(WITH_COOKIES) XCONFIGURE_ARGS+= --enable-cookies X.else XCONFIGURE_ARGS+= --disable-cookies X.endif X X.ifdef(WITH_PROFILE) XCONFIGURE_ARGS+= --enable-gprof X.else XCONFIGURE_ARGS+= --disable-gprof X.endif X X.ifdef(WITH_IPV6) XCONFIGURE_ARGS+= --enable-ipv6 X.else XCONFIGURE_ARGS+= --disable-ipv6 X.endif X X.ifdef(WITH_RTFL) XCONFIGURE_ARGS+= --enable-rtfl X.else XCONFIGURE_ARGS+= --disable-rtfl X.endif X X.ifdef(WITH_THREADED_DNS) XCONFIGURE_ARGS+= --enable-threaded-dns XCFLAGS+= ${PTHREAD_CFLAGS} X.else XCONFIGURE_ARGS+= --disable-threaded-dns X.endif X Xpost-patch: X ${REINPLACE_CMD} -e '/^#undef ENABLE_SSL/d' ${WRKSRC}/dpi/https.c X @${MV} ${WRKSRC}/dillorc ${WRKSRC}/dillorc.sample X @${REINPLACE_CMD} -e "s|dillorc|dillorc.sample|g" ${WRKSRC}/Makefile.in X @${REINPLACE_CMD} -e "s|dpidrc|dpidrc.sample|g" ${WRKSRC}/dpid/Makefile.in X X.include 364fcc3bde7c147cdae384c858a13dca echo x - /usr/ports/www/dillo2/pkg-plist sed 's/^X//' >/usr/ports/www/dillo2/pkg-plist << '0c24b946b428e8df6e74b371af1bbd63' Xbin/dillo Xbin/dpid Xbin/dpidc Xetc/dillorc.sample Xetc/dpidrc.sample Xlibexec/dillo/dpi/bookmarks/bookmarks.dpi Xlibexec/dillo/dpi/cookies/cookies.dpi Xlibexec/dillo/dpi/datauri/datauri.filter.dpi Xlibexec/dillo/dpi/downloads/downloads.dpi Xlibexec/dillo/dpi/file/file.dpi Xlibexec/dillo/dpi/ftp/ftp.filter.dpi Xlibexec/dillo/dpi/hello/hello.filter.dpi Xlibexec/dillo/dpi/https/https.filter.dpi X@dirrm libexec/dillo/dpi/https X@dirrm libexec/dillo/dpi/hello X@dirrm libexec/dillo/dpi/ftp X@dirrm libexec/dillo/dpi/file X@dirrm libexec/dillo/dpi/downloads X@dirrm libexec/dillo/dpi/datauri X@dirrm libexec/dillo/dpi/cookies X@dirrm libexec/dillo/dpi/bookmarks X@dirrm libexec/dillo/dpi X@dirrm libexec/dillo 0c24b946b428e8df6e74b371af1bbd63 echo x - /usr/ports/www/dillo2/pkg-descr sed 's/^X//' >/usr/ports/www/dillo2/pkg-descr << 'c8f89ba95728a2931ae782912227bba3' XDillo aims to be a multiplatform alternative browser that's small, Xstable, developer-friendly, usable, fast, and extensible. This Xnew, experimental version of Dillo is based upon FLTK2 toolkit, Xrather than GTK1, and has been substantially rewritten. X XWWW: http://www.dillo.org/ c8f89ba95728a2931ae782912227bba3 echo x - /usr/ports/www/dillo2/distinfo sed 's/^X//' >/usr/ports/www/dillo2/distinfo << '2c428c5464a26d99822ec8490257264a' XMD5 (dillo-2.0.tar.bz2) = bb9999cabeb4db3d915687de465dbeb0 XSHA256 (dillo-2.0.tar.bz2) = 847d1db31bd68ab9ab94b642b0cd40ac8d3cf816900f5d5652124986601df1e9 XSIZE (dillo-2.0.tar.bz2) = 551569 2c428c5464a26d99822ec8490257264a exit >Release-Note: >Audit-Trail: >Unformatted: