svn commit: r308370 - in head/multimedia: . podcastdl

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 6 07:56:54 UTC 2012


Author: bapt
Date: Thu Dec  6 07:56:53 2012
New Revision: 308370
URL: http://svnweb.freebsd.org/changeset/ports/308370

Log:
  Podcastdl, is a simple podcast downloader application written in plain C and
  designed to work in console or from the crontab
  
  WWW: http://www.bebik.net/doku.php?id=software:podcastdl
  
  PR:		ports/170823
  Submitted by:	Rodrigo OSORIO <rodrigo at bebik.net>
  Feature safe:	yes

Added:
  head/multimedia/podcastdl/
  head/multimedia/podcastdl/Makefile   (contents, props changed)
  head/multimedia/podcastdl/distinfo   (contents, props changed)
  head/multimedia/podcastdl/pkg-descr   (contents, props changed)
Modified:
  head/multimedia/Makefile

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Thu Dec  6 07:05:08 2012	(r308369)
+++ head/multimedia/Makefile	Thu Dec  6 07:56:53 2012	(r308370)
@@ -256,6 +256,7 @@
     SUBDIR += photofilmstrip
     SUBDIR += pitivi
     SUBDIR += playd
+    SUBDIR += podcastdl
     SUBDIR += podcatcher
     SUBDIR += poe
     SUBDIR += ppm2fli

Added: head/multimedia/podcastdl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/podcastdl/Makefile	Thu Dec  6 07:56:53 2012	(r308370)
@@ -0,0 +1,21 @@
+# Created by: Rodrigo OSORIO <rodrigo at bebik.net>
+# $FreeBSD$
+
+PORTNAME=	podcastdl
+PORTVERSION=	0.3.0
+CATEGORIES=	multimedia
+MASTER_SITES=	http://rodrigo.osorio.free.fr/freebsd/distfiles/ http://files.bebik.net/podcastdl/
+
+MAINTAINER=	rodrigo at bebik.net
+COMMENT=	A simple podcast client write in plain C for the comman line
+
+LICENSE=	BSD
+
+LIB_DEPENDS=	mrss:${PORTSDIR}/textproc/libmrss
+
+USE_CMAKE=	yes
+MAKE_JOBS_SAFE=	yes
+
+PLIST_FILES=	bin/podcastdl
+
+.include <bsd.port.mk>

Added: head/multimedia/podcastdl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/podcastdl/distinfo	Thu Dec  6 07:56:53 2012	(r308370)
@@ -0,0 +1,2 @@
+SHA256 (podcastdl-0.3.0.tar.gz) = 1e8473ebbfab47f0bc015874cd14f72c881402c1b47cef82ccc7c7adcd857e60
+SIZE (podcastdl-0.3.0.tar.gz) = 5482

Added: head/multimedia/podcastdl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/podcastdl/pkg-descr	Thu Dec  6 07:56:53 2012	(r308370)
@@ -0,0 +1,4 @@
+Podcastdl, is a simple podcast downloader application written in plain C and
+designed to work in console or from the crontab
+
+WWW: http://www.bebik.net/doku.php?id=software:podcastdl


More information about the svn-ports-head mailing list