Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2006 20:40:06 GMT
From:      Matthias Sund <m.sund@gmx.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/92708: new port: www/rssowl a portable RSS, RDF, Atom Newsfeeds reader
Message-ID:  <200602032040.k13Ke6Js060257@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/92708; it has been noted by GNATS.

From: Matthias Sund <m.sund@gmx.de>
To: bug-followup@FreeBSD.org,  jylefort@FreeBSD.org
Cc: m.sund@arcor.de
Subject: Re: ports/92708: new port: www/rssowl a portable RSS, RDF, Atom Newsfeeds
 reader
Date: Fri, 03 Feb 2006 21:36:56 +0100

 This is a multi-part message in MIME format.
 --------------070109030200090406050602
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Changed, thanks.
 New shar is attached.
 
 --------------070109030200090406050602
 Content-Type: text/plain;
  name="rssowl.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="rssowl.shar"
 
 # 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 <m.sund@arcor.de>
 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} "exec 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 <bsd.port.mk>
 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
 
 
 --------------070109030200090406050602--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602032040.k13Ke6Js060257>