head	1.7;
access;
symbols
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.7
date	2007.01.13.18.13.21;	author nox;	state dead;
branches;
next	1.6;

1.6
date	2007.01.13.17.44.29;	author nox;	state Exp;
branches;
next	1.5;

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

1.4
date	2006.05.30.09.18.15;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2006.01.26.03.34.23;	author jylefort;	state Exp;
branches;
next	1.2;

1.2
date	2005.11.26.12.21.46;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2005.11.24.07.38.50;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.7
log
@tvbrowser moved to misc

Approved by:	miwi (mentor)
@
text
@# New ports collection makefile for:	tvbrowser
# Date Created:				24 May 2005
# Whom:					Lars Engels <lars.engels@@0x20.net>
#
# $FreeBSD: ports/german/tvbrowser/Makefile,v 1.6 2007/01/13 17:44:29 nox Exp $
#

PORTNAME=	tvbrowser
PORTVERSION=	2.5
CATEGORIES=	misc java
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=	tvbrowser

MAINTAINER=	lars.engels@@0x20.net
COMMENT=	A digital tv guide

USE_LDCONFIG=	yes
NO_BUILD=	yes
USE_JAVA=	yes
JAVA_VERSION=	1.5+
SUB_FILES=	tvbrowser

DESKTOP_ENTRIES="TV-Browser" \
		"Browse TV programs" \
		"${DATADIR}/imgs/tvbrowser128.png" \
		"tvbrowser" \
		"Application;TV;" \
		false

do-install:
	cd ${WRKSRC} && ${FIND} . -type d -exec ${MKDIR} "${DATADIR}/{}" \;
	cd ${WRKSRC} && ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \;
	${INSTALL_SCRIPT} ${WRKDIR}/tvbrowser ${PREFIX}/bin

.include <bsd.port.mk>
@


1.6
log
@- update tvbrowser to 2.5
- move out of /usr/X11R6 (USE_X_PREFIX)
- move from german to misc

Approved by:	lars.engels@@0x20.net (maintainer), miwi (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 2.2.1

PR:		ports/103169
Submitted by:	Lars Engels <lars.engels(at)0x20.net> (maintainer)
@
text
@d9 2
a10 2
PORTVERSION=	2.2.1
CATEGORIES=	german java
a16 1
USE_X_PREFIX=	yes
d20 1
a20 1
JAVA_VERSION=	1.4+
@


1.4
log
@- Update TV-Browser to Version 2.2

PR:		98112
Submitted by:	maintainer (Lars Engels)
@
text
@d9 1
a9 1
PORTVERSION=	2.2
d18 1
@


1.3
log
@[1]:
  - Install using ${INSTALL_DATA}
  - Respect ${PREFIX} in the wrapper script

Moreover [2]:
  - Invoke java using exec
  - Move to ${X11BASE}

[1]:
PR:		ports/91981
Submitted by:	maintainer

[2]:
Approved by:	maintainer
@
text
@d9 1
a9 2
PORTVERSION=	2.1
PORTREVISION=	1
@


1.2
log
@[Maintainer Update] update german/tvbrowser 1.0 -> 2.1

	Update port german/tvbrowser from 1.0 to version 2.1

PR:		ports/89548
Submitted by:	Lars Engels <lars.engels@@0x20.net>
@
text
@d10 1
d18 1
d22 8
d32 3
a34 4
	@@${MKDIR} ${PREFIX}/share/${PORTNAME}
	@@${CP} -r ${WRKSRC}/* ${PREFIX}/share/${PORTNAME}
	@@${CP} -r ${FILESDIR}/tvbrowser /${PREFIX}/bin/
	@@${CHMOD} 755 /${PREFIX}/bin/tvbrowser
@


1.1
log
@new port: german/tvbrowser

	TV-Browser is a digital tv guide. The tv data are retrieved
	from multiple sources and can be downloaded from our servers
	after having been automatically processed.

	Currently, TV-Browser supports tv and some radio channels
	from Germany, Austria and Swiss.

	WWW: http://www.tvbrowser.org

PR:		ports/81631
Submitted by:	Lars Engels <lars@@0x20.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.0
a12 1
DISTNAME=	tvbrowser_v1.0_bin
a16 5
EXTRACT_AFTER_ARGS=	-d ${WRKSRC}

PKGMESSAGE=	${WRKDIR}/pkg-message
SUB_FILES=	pkg-message
USE_ZIP=	yes
d23 1
a23 1
	@@${CP} -r ${WRKSRC}/tvbrowser_v1.0/* ${PREFIX}/share/${PORTNAME}
a26 6
post-install:
	@@${MKDIR} ${PREFIX}/share/${PORTNAME}/tvdata
	@@${MKDIR} /var/tvbrowser/tvdata
	@@${CHMOD} 777 /var/tvbrowser/tvdata
	@@${CAT} ${PKGMESSAGE}

@

