ports/83331: [NEW PORT] www/podcastamatic: Automates creation of webpage and RSS feed for a podcast
Lars Eggert
lars.eggert at gmx.net
Tue Jul 12 14:40:04 UTC 2005
>Number: 83331
>Category: ports
>Synopsis: [NEW PORT] www/podcastamatic: Automates creation of webpage and RSS feed for a podcast
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 12 14:40:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Lars Eggert
>Release: FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD kobe.netlab.nec.de 5.4-STABLE FreeBSD 5.4-STABLE #23: Fri Jun 17 10:28:19 CEST 2005
>Description:
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/
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- podcastamatic-1.2.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# podcastamatic
# podcastamatic/Makefile
# podcastamatic/distinfo
# podcastamatic/pkg-descr
# podcastamatic/pkg-plist
#
echo c - podcastamatic
mkdir -p podcastamatic > /dev/null 2>&1
echo x - podcastamatic/Makefile
sed 's/^X//' >podcastamatic/Makefile << 'END-of-podcastamatic/Makefile'
X# New ports collection makefile for: podcastamatic
X# Date created: 12 July 2005
X# Whom: lars.eggert at gmx.net
X#
X# $FreeBSD$
X#
X
XPORTNAME= podcastamatic
XPORTVERSION= 1.2
XCATEGORIES= www
XMASTER_SITES= http://bradley.chicago.il.us/projects/podcastamatic/
XDISTNAME= ${PORTNAME}${PORTVERSION:S/./_/}
X
XMAINTAINER= lars.eggert at gmx.net
XCOMMENT= Automates creation of webpage and RSS feed for a podcast
X
XRUN_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info
X
XUSE_ZIP= yes
XUSE_PERL5_RUN= yes
XUSE_REINPLACE= yes
X
XNO_BUILD= yes
X
Xdo-patch:
X @${REINPLACE_CMD} -e "s|${PORTNAME}.conf|${PREFIX}/etc/${PORTNAME}.conf|"\
X ${WRKSRC}/${PORTNAME}.pl
X
Xdo-install:
X @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
X @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc/
X @${MKDIR} ${PREFIX}/share/${PORTNAME}
X @${INSTALL_DATA} ${WRKSRC}/style.css ${PREFIX}/share/${PORTNAME}/
X.if !defined(NOPORTDOCS)
X @${MKDIR} ${DOCSDIR}
X @${INSTALL_DATA} ${WRKSRC}/readme.html ${DOCSDIR}
X.endif
X @${ECHO}
X @${ECHO} "Edit ${PREFIX}/etc/${PORTNAME}.conf"
X @${ECHO} "CSS in ${PREFIX}/share/${PORTNAME}/style.css"
X @${ECHO}
X
X.include <bsd.port.mk>
END-of-podcastamatic/Makefile
echo x - podcastamatic/distinfo
sed 's/^X//' >podcastamatic/distinfo << 'END-of-podcastamatic/distinfo'
XMD5 (podcastamatic1_2.zip) = 3014e2f50a809161f4ed799fd29eab00
XSIZE (podcastamatic1_2.zip) = 18891
END-of-podcastamatic/distinfo
echo x - podcastamatic/pkg-descr
sed 's/^X//' >podcastamatic/pkg-descr << 'END-of-podcastamatic/pkg-descr'
XPodcastamatic automates the creation of a webpage and a RSS feed
Xfor your podcast, based on MP3 tags. A webpage can either be
Xautomatically generated from scratch or generated from a template
Xyou create. An RSS feed is an XML file that is required to be listed
Xin most popular podcast directories. Podcastamatic is highly customizable.
X
XWWW: http://bradley.chicago.il.us/projects/podcastamatic/
END-of-podcastamatic/pkg-descr
echo x - podcastamatic/pkg-plist
sed 's/^X//' >podcastamatic/pkg-plist << 'END-of-podcastamatic/pkg-plist'
Xbin/podcastamatic
Xetc/podcastamatic.conf
X%%PORTDOCS%%%%DOCSDIR%%/readme.html
X%%DATADIR%%/style.css
X at dirrm %%DATADIR%%
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-podcastamatic/pkg-plist
exit
--- podcastamatic-1.2.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list