From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 1 22:10:12 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DEF516A45D for ; Wed, 1 Feb 2006 22:10:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B88943D5E for ; Wed, 1 Feb 2006 22:10:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k11MA1Fe020041 for ; Wed, 1 Feb 2006 22:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k11MA1WI020039; Wed, 1 Feb 2006 22:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 1 Feb 2006 22:10:01 GMT Resent-Message-Id: <200602012210.k11MA1WI020039@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, Matthias Sund Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A154F16A420 for ; Wed, 1 Feb 2006 22:06:32 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D49243D53 for ; Wed, 1 Feb 2006 22:06:31 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k11M6V5Z059872 for ; Wed, 1 Feb 2006 22:06:31 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k11M6VrV059871; Wed, 1 Feb 2006 22:06:31 GMT (envelope-from nobody) Message-Id: <200602012206.k11M6VrV059871@www.freebsd.org> Date: Wed, 1 Feb 2006 22:06:31 GMT From: Matthias Sund To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/92708: new port: www/rssowl a portable RSS, RDF, Atom Newsfeeds reader 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: Wed, 01 Feb 2006 22:10:12 -0000 >Number: 92708 >Category: ports >Synopsis: new port: www/rssowl a portable RSS, RDF, Atom Newsfeeds reader >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: Wed Feb 01 22:10:01 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Matthias Sund >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: FreeBSD travelmate 6.0-STABLE FreeBSD 6.0-STABLE #8: Sun Jan 29 19:22:00 CET 2006 masu@travelmate:/usr/obj/usr/src/sys/TRAVELMATE i386 >Description: RSSOwl is a free, opensource RSS / RDF / Atom Newsreader. Some special features are: - Export News to PDF, HTML, RTF, OPML - Import Favorites from OPML - Full text-search with syntax-highlight of the results - Powerful Newsfeed search-engine - View news in internal browser - Manage favorites in categories (Drag and Drop support) - Runs on Windows, Linux, Solaris and Mac For a complete list of features, see: http://www.rssowl.org/overview WWW: http://www.rssowl.org/ >How-To-Repeat: >Fix: # 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: # # rssowl # rssowl/Makefile # rssowl/distinfo # rssowl/pkg-descr # rssowl/pkg-message # echo c - rssowl mkdir -p rssowl > /dev/null 2>&1 echo x - rssowl/Makefile sed 's/^X//' >rssowl/Makefile << 'END-of-rssowl/Makefile' X# New ports collection makefile for: rssowl X# Date created: February, 1st 2006 X# Whom: Matthias Sund X# X# $FreeBSD$ X# X XPORTNAME= rssowl XPORTVERSION= 1.1.3 XCATEGORIES= www java XMASTER_SITES= http://www.rssowl.org/dl/Integration_Build/\ X ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR= rssowl XDISTNAME= rssowl_1_1_3_src X XMAINTAINER= m.sund@arcor.de XCOMMENT= Portable RSS, RDF, Atom Newsfeeds reader X XBUILD_DEPENDS= ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt31 XRUN_DEPENDS= ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt31 X XWRKSRC= ${WRKDIR}/${DISTNAME}/src X XONLY_FOR_ARCHS= i386 amd64 X XUSE_JAVA= yes XJAVA_VERSION= 1.4+ XJAVA_OS= native XJAVA_RUN= yes X XUSE_ANT= yes XALL_TARGET= deploy_linux X XPLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ X bin/${PORTNAME} X Xpre-build: X X @(${CP} ${JAVALIBDIR}/swt.jar ${WRKDIR}/${DISTNAME}/lib && ${CHMOD} +w ${WRKDIR}/${DISTNAME}/lib/swt.jar) X @(${CP} ${PREFIX}/lib/libswt-*.so ${WRKDIR}/${DISTNAME} && ${CHMOD} +w ${WRKDIR}/${DISTNAME}/libswt-*.so) X Xpost-build: X X @${ECHO_CMD} '#!/bin/sh' > ${WRKSRC}/${PORTNAME} X @${ECHO_CMD} "java -jar ${JAVAJARDIR}/${PORTNAME}.jar" >> ${WRKSRC}/${PORTNAME} X Xdo-install: X X ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/${PORTNAME}.jar ${JAVAJARDIR} X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X Xpost-install: X X @${PRINTF} "\nThis port includes software with different mainly OSI approved licenses.\ X \nSee LICENSE.txt in the documentation for a detailed description.\n\n" X X.include END-of-rssowl/Makefile echo x - rssowl/distinfo sed 's/^X//' >rssowl/distinfo << 'END-of-rssowl/distinfo' XMD5 (rssowl_1_1_3_src.tar.gz) = 6d7612ccc45f2ab6aba68c4f4fc9bf2f XSHA256 (rssowl_1_1_3_src.tar.gz) = 42af68133ceee6d0c481307312740eec37cdf2c7691c5ada0f5cd45ff190d3c8 END-of-rssowl/distinfo echo x - rssowl/pkg-descr sed 's/^X//' >rssowl/pkg-descr << 'END-of-rssowl/pkg-descr' XRSSOwl is a free, opensource RSS / RDF / Atom Newsreader. XSome special features are: X X - Export News to PDF, HTML, RTF, OPML X - Import Favorites from OPML X - Full text-search with syntax-highlight of the results X - Powerful Newsfeed search-engine X - View news in internal browser X - Manage favorites in categories (Drag and Drop support) X - Runs on Windows, Linux, Solaris and Mac X XFor a complete list of features, see: http://www.rssowl.org/overview X XWWW: http://www.rssowl.org/ END-of-rssowl/pkg-descr echo x - rssowl/pkg-message sed 's/^X//' >rssowl/pkg-message << 'END-of-rssowl/pkg-message' XThis port includes software with different mainly OSI approved licenses. XSee LICENSE.txt in the documentation for a detailed description. END-of-rssowl/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: