From 74fabbc4069ca1ebe2182a0ff8350e93633f263c Mon Sep 17 00:00:00 2001 From: sat Date: Fri, 16 Feb 2007 01:24:35 +0000 Subject: Add port www/castget: castget is a simple, command-line based RSS enclosure downloader. It is primarily intended for automatic, unattended downloading of podcasts. * Simple configuration. * Per-channel tagging of downloaded MP3 files using ID3v2. * Per-channel download directories. * Supports all RSS versions and Media RSS. WWW: http://www.nongnu.org/castget/ --- www/Makefile | 1 + www/castget/Makefile | 31 +++++++++++++++++++++++++++++++ www/castget/distinfo | 3 +++ www/castget/pkg-descr | 9 +++++++++ 4 files changed, 44 insertions(+) create mode 100644 www/castget/Makefile create mode 100644 www/castget/distinfo create mode 100644 www/castget/pkg-descr diff --git a/www/Makefile b/www/Makefile index 872692e84f3e..81ce2f9a7d53 100644 --- a/www/Makefile +++ b/www/Makefile @@ -61,6 +61,7 @@ SUBDIR += cadaver SUBDIR += calamaris SUBDIR += campsite + SUBDIR += castget SUBDIR += caudium12 SUBDIR += cgi-lib SUBDIR += cgi-lib.pl diff --git a/www/castget/Makefile b/www/castget/Makefile new file mode 100644 index 000000000000..f7fe50f1fbb1 --- /dev/null +++ b/www/castget/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: castget +# Date created: 16 February 2007 +# Whom: Andrew Pantyukhin +# +# $FreeBSD$ +# + +PORTNAME= castget +PORTVERSION= 0.9.6 +CATEGORIES= www +MASTER_SITES= SAVANNAH CSME + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Command-line podcast downloader + +LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ + curl.4:${PORTSDIR}/ftp/curl + +USE_LDCONFIG= yes +USE_GNOME= glib20 libxml2 +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man --disable-static +GNU_CONFIGURE= yes + +PLIST_FILES= bin/castget include/libcastget.h lib/libcastget.la lib/libcastget.so lib/libcastget.so.0 +MAN1= castget.1 +MAN5= castgetrc.5 + +.include diff --git a/www/castget/distinfo b/www/castget/distinfo new file mode 100644 index 000000000000..76883d948624 --- /dev/null +++ b/www/castget/distinfo @@ -0,0 +1,3 @@ +MD5 (castget-0.9.6.tar.gz) = 2008fe7dc592592843619cd64d05a989 +SHA256 (castget-0.9.6.tar.gz) = da28c023b79cbd305603bcaa045023dc57a9b1b6b7cab9a9d201f7d8eca4d34a +SIZE (castget-0.9.6.tar.gz) = 345039 diff --git a/www/castget/pkg-descr b/www/castget/pkg-descr new file mode 100644 index 000000000000..af1059f39fdd --- /dev/null +++ b/www/castget/pkg-descr @@ -0,0 +1,9 @@ +castget is a simple, command-line based RSS enclosure downloader. It is +primarily intended for automatic, unattended downloading of podcasts. + +* Simple configuration. +* Per-channel tagging of downloaded MP3 files using ID3v2. +* Per-channel download directories. +* Supports all RSS versions and Media RSS. + +WWW: http://www.nongnu.org/castget/ -- cgit