From c12ef781804472aada4f67f08625eb58ca7450eb Mon Sep 17 00:00:00 2001 From: oliver Date: Thu, 15 May 2003 14:08:03 +0000 Subject: Add libzvbi, routines to access raw VBI capture devices PR: 48809 Approved by: alex (mentor) --- devel/libzvbi/Makefile | 36 ++++++++++++++++++++++++++++++++++++ devel/libzvbi/distinfo | 1 + devel/libzvbi/pkg-descr | 6 ++++++ devel/libzvbi/pkg-plist | 11 +++++++++++ 4 files changed, 54 insertions(+) create mode 100644 devel/libzvbi/Makefile create mode 100644 devel/libzvbi/distinfo create mode 100644 devel/libzvbi/pkg-descr create mode 100644 devel/libzvbi/pkg-plist (limited to 'devel/libzvbi') diff --git a/devel/libzvbi/Makefile b/devel/libzvbi/Makefile new file mode 100644 index 000000000000..10c815a0fced --- /dev/null +++ b/devel/libzvbi/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: libzvbi +# Date created: 15 May 2003 +# Whom: Oliver Lehmann +# +# $FreeBSD$ +# + +PORTNAME= libzvbi +PORTVERSION= 0.2.4 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= zapping +DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION} + +MAINTAINER= oliver@freebsd.org +COMMENT= Routines to access raw VBI capture devices + +LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ + intl.4:${PORTSDIR}/devel/gettext + +USE_X_PREFIX= yes +USE_BZIP2= yes +USE_REINPLACE= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE}/include \ + --with-libintl-prefix=${LOCALBASE}/include + +CONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -L/usr/lib" + +.include + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + +.include diff --git a/devel/libzvbi/distinfo b/devel/libzvbi/distinfo new file mode 100644 index 000000000000..9ec54b1b6a86 --- /dev/null +++ b/devel/libzvbi/distinfo @@ -0,0 +1 @@ +MD5 (zvbi-0.2.4.tar.bz2) = 1eb3698c3ff792646b3f79923f12b865 diff --git a/devel/libzvbi/pkg-descr b/devel/libzvbi/pkg-descr new file mode 100644 index 000000000000..3b3d3e5d1018 --- /dev/null +++ b/devel/libzvbi/pkg-descr @@ -0,0 +1,6 @@ +Routines to access raw VBI capture devices (currently the V4L and +V4L2 API, and the *BSD bktr driver are supported), a versatile VBI +bit slicer, decoders for various data services and basic search, +render and export functions for Closed Caption and Teletext pages. + +WWW: http://zapping.sourceforge.net/doc/libzvbi/ diff --git a/devel/libzvbi/pkg-plist b/devel/libzvbi/pkg-plist new file mode 100644 index 000000000000..e2ec88f86499 --- /dev/null +++ b/devel/libzvbi/pkg-plist @@ -0,0 +1,11 @@ +include/libzvbi.h +lib/libzvbi.a +lib/libzvbi.la +lib/libzvbi.so.1 +share/locale/de/LC_MESSAGES/zvbi.mo +share/locale/en@boldquot/LC_MESSAGES/zvbi.mo +share/locale/en@quot/LC_MESSAGES/zvbi.mo +share/locale/es/LC_MESSAGES/zvbi.mo +share/locale/fr/LC_MESSAGES/zvbi.mo +share/locale/it/LC_MESSAGES/zvbi.mo +share/locale/nl/LC_MESSAGES/zvbi.mo -- cgit