Podcastamatic automates the creation of a webpage and a RSS feed

for your podcast, based on MP3 tags. A webpage can either be
automatically generated from scratch or generated from a template
you create. An RSS feed is an XML file that is required to be listed
in most popular podcast directories. Podcastamatic is highly customizable.

PR:		ports/83331
Submitted by:	Lars Eggert <lars.eggert@gmx.net>
This commit is contained in:
Pav Lucistnik 2005-07-13 09:17:14 +00:00
parent 073c6a731e
commit fb1d43db73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139041
5 changed files with 59 additions and 0 deletions

View File

@ -657,6 +657,7 @@
SUBDIR += plugger-plugins-hubbe
SUBDIR += pmwiki
SUBDIR += pnews
SUBDIR += podcastamatic
SUBDIR += polipo
SUBDIR += postnuke
SUBDIR += pound

View File

@ -0,0 +1,43 @@
# New ports collection makefile for: podcastamatic
# Date created: 12 July 2005
# Whom: lars.eggert@gmx.net
#
# $FreeBSD$
#
PORTNAME= podcastamatic
PORTVERSION= 1.2
CATEGORIES= www
MASTER_SITES= http://bradley.chicago.il.us/projects/podcastamatic/
DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/}
MAINTAINER= lars.eggert@gmx.net
COMMENT= Automates creation of webpage and RSS feed for a podcast
RUN_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info
USE_ZIP= yes
USE_PERL5_RUN= yes
USE_REINPLACE= yes
NO_BUILD= yes
do-patch:
@${REINPLACE_CMD} -e "s|${PORTNAME}.conf|${PREFIX}/etc/${PORTNAME}.conf|"\
${WRKSRC}/${PORTNAME}.pl
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc/
@${MKDIR} ${PREFIX}/share/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/style.css ${PREFIX}/share/${PORTNAME}/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/readme.html ${DOCSDIR}
.endif
@${ECHO}
@${ECHO} "Edit ${PREFIX}/etc/${PORTNAME}.conf"
@${ECHO} "CSS in ${PREFIX}/share/${PORTNAME}/style.css"
@${ECHO}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (podcastamatic1_2.zip) = 3014e2f50a809161f4ed799fd29eab00
SIZE (podcastamatic1_2.zip) = 18891

View File

@ -0,0 +1,7 @@
Podcastamatic automates the creation of a webpage and a RSS feed
for your podcast, based on MP3 tags. A webpage can either be
automatically generated from scratch or generated from a template
you create. An RSS feed is an XML file that is required to be listed
in most popular podcast directories. Podcastamatic is highly customizable.
WWW: http://bradley.chicago.il.us/projects/podcastamatic/

View File

@ -0,0 +1,6 @@
bin/podcastamatic
etc/podcastamatic.conf
%%PORTDOCS%%%%DOCSDIR%%/readme.html
%%DATADIR%%/style.css
@dirrm %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%