head	1.16;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.16
date	2013.01.23.15.05.38;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2013.01.22.23.54.52;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.12.10.13.48.09;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.11.17.06.03.03;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.01.05.25.02;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2011.07.21.05.03.01;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2010.03.28.06.45.04;	author dinoex;	state Exp;
branches;
next	1.9;

1.9
date	2010.02.05.11.45.06;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2009.09.02.15.01.55;	author amdmi3;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.31.13.56.35;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2008.06.06.14.07.11;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.19.17.54.13;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2007.05.19.20.25.26;	author flz;	state Exp;
branches;
next	1.3;

1.3
date	2007.03.14.18.12.21;	author markus;	state Exp;
branches;
next	1.2;

1.2
date	2006.12.05.19.53.38;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.02.06.16.14.11;	author jylefort;	state Exp;
branches;
next	;


desc
@@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310871
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Matthias Sund <m.sund@@arcor.de>
# $FreeBSD: head/www/rssowl/Makefile 310871 2013-01-23 15:00:18Z makc $

PORTNAME=	rssowl
PORTVERSION=	1.2.3
PORTREVISION=	9
CATEGORIES=	www java
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20classic%20%28dont%20use%29/${PORTVERSION}
DISTNAME=	rssowl_${PORTVERSION:S|.|_|g}_src

MAINTAINER=	m.sund@@arcor.de
COMMENT=	Portable RSS, RDF, Atom Newsfeeds reader

BUILD_DEPENDS=	${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt
RUN_DEPENDS=	${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt

BUILD_WRKSRC=	${WRKSRC}/src

ONLY_FOR_ARCHS=	i386 amd64

USE_JAVA=	yes
JAVA_VERSION=	1.6+
JAVA_OS=	native
JAVA_RUN=	yes

USE_ANT=	yes
ALL_TARGET=	deploy_linux

DOCS_PREFIX=	doc

PORTDOCS=	CHANGELOG.txt epl-v10.html mpl-v11.txt LICENSE.txt \
		faq.html rssowl_i18n.template README.txt faq.xml

PLIST_FILES=	bin/rssowl %%DATADIR%%/rssowl.jar share/pixmaps/rssowl.png
PLIST_DIRS=	%%DATADIR%%

DESKTOP_ENTRIES="RSSOwl" \
		"Newsfeeds reader" \
		"${PREFIX}/share/pixmaps/rssowl.png" \
		"rssowl" \
		"Network;News;Java;" \
		true

post-patch:
	@@${REINPLACE_CMD} -e \
		's|$${java\.io\.tmpdir}/source/|$${basedir}/temp/|; \
		 s|$${root}/lib/swt\.jar|${JAVALIBDIR}/swt.jar|; \
		 s|3230|3235|' \
		${BUILD_WRKSRC}/build.xml

post-build:
	@@${ECHO_CMD} '#!/bin/sh' > ${WRKSRC}/rssowl
	@@${ECHO_CMD} "exec java -jar ${DATADIR}/rssowl.jar" >> ${WRKSRC}/rssowl

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/rssowl ${PREFIX}/bin
	${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/rssowl.jar ${DATADIR}
	${MKDIR} ${PREFIX}/share/pixmaps
	${INSTALL_DATA} ${WRKSRC}/img/32x32.png ${PREFIX}/share/pixmaps/rssowl.png
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${DOCS_PREFIX}/${f} ${DOCSDIR}
.endfor
.endif

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310844
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/rssowl/Makefile 310844 2013-01-22 23:12:20Z makc $
d6 1
a6 1
PORTREVISION=	8
@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308605
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308605 | bapt | 2012-12-10 13:43:43 +0000 (Mon, 10 Dec 2012) | 3 lines
## SVN ##
## SVN ## Decommissioning java 1.5 (EOLed since October 2009):
## SVN ## suppress any reference to JAVA_VERSION=	1.5+ (part3)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/www/rssowl/Makefile 308605 2012-12-10 13:43:43Z bapt $
d38 2
a39 2
		"Read newsfeeds" \
		"rssowl.png" \
d41 1
a41 1
		"Application;Network;News;" \
@


1.13
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	rssowl
# Date created:				February, 1st 2006
# Whom:					Matthias Sund <m.sund@@arcor.de>
#
# $FreeBSD: head/www/rssowl/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d22 1
a22 1
JAVA_VERSION=	1.5+
@


1.12
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
@
text
@d10 1
a10 1
PORTREVISION=	7
@


1.10
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d26 1
a26 1
JAVA_VERSION=	1.4+
@


1.9
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	6
@


1.8
log
@- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.7
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d12 1
a12 1
MASTER_SITES=	SFE
@


1.6
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.5
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.4
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	2
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=	rssowl
a20 1
USE_X_PREFIX=	yes
@


1.3
log
@- Fix plist if NOPORTDOCS is defined
- Move docs install to do-install target and utilize INSTALL_DATA
- Bump PORTREVISION

Approved by:	maintainer timeout (6 weeks)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.2
log
@- Update to 1.2.3 [1]
- Switch to swt32 [2]

PR:		ports/106279 [1]
                ports/101778 [2]
Submitted by:	Roy Boerner<roy.boerner@@bsd-crew.de> [1]
                Matthias Sund <m.sund@@arcor.de> [2]
Approved by:	maintainer [2]
@
text
@d10 1
d37 1
a37 1
DOCS=		CHANGELOG.txt epl-v10.html mpl-v11.txt LICENSE.txt \
d41 1
a41 5
.for f in ${DOCS}
PLIST_FILES+=	%%DOCSDIR%%/${f}
.endfor

PLIST_DIRS=	%%DATADIR%% %%DOCSDIR%%
a66 2

post-install:
d69 2
a70 2
.for f in ${DOCS}
	${INSTALL_MAN} ${WRKSRC}/${DOCS_PREFIX}/${f} ${DOCSDIR}
d73 2
@


1.1
log
@Add rssowl.

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/

PR:		ports/92708
Submitted by:	Matthias Sund <m.sund@@arcor.de>
@
text
@d9 1
a9 1
PORTVERSION=	1.1.3
d18 2
a19 2
BUILD_DEPENDS=	${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt31
RUN_DEPENDS=	${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt31
d34 5
d40 5
a44 1
PLIST_DIRS=	%%DATADIR%%
d56 2
a57 1
		 s|$${root}/lib/swt\.jar|${JAVALIBDIR}/swt.jar|' \
d72 6
@

