mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
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@bebik.net> Feature safe: yes
This commit is contained in:
parent
c4b8156025
commit
c630051194
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308370
@ -256,6 +256,7 @@
|
||||
SUBDIR += photofilmstrip
|
||||
SUBDIR += pitivi
|
||||
SUBDIR += playd
|
||||
SUBDIR += podcastdl
|
||||
SUBDIR += podcatcher
|
||||
SUBDIR += poe
|
||||
SUBDIR += ppm2fli
|
||||
|
21
multimedia/podcastdl/Makefile
Normal file
21
multimedia/podcastdl/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Rodrigo OSORIO <rodrigo@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@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>
|
2
multimedia/podcastdl/distinfo
Normal file
2
multimedia/podcastdl/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (podcastdl-0.3.0.tar.gz) = 1e8473ebbfab47f0bc015874cd14f72c881402c1b47cef82ccc7c7adcd857e60
|
||||
SIZE (podcastdl-0.3.0.tar.gz) = 5482
|
4
multimedia/podcastdl/pkg-descr
Normal file
4
multimedia/podcastdl/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user