From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 12 14:40:04 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F4A716A422 for ; Tue, 12 Jul 2005 14:40:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D239A43D4C for ; Tue, 12 Jul 2005 14:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6CEe3F9041281 for ; Tue, 12 Jul 2005 14:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6CEe30E041280; Tue, 12 Jul 2005 14:40:03 GMT (envelope-from gnats) Resent-Date: Tue, 12 Jul 2005 14:40:03 GMT Resent-Message-Id: <200507121440.j6CEe30E041280@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Eggert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 251C616A41C for ; Tue, 12 Jul 2005 14:38:27 +0000 (GMT) (envelope-from root@kobe.netlab.nec.de) Received: from kobe.netlab.nec.de (kobe.netlab.nec.de [195.37.70.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7799743D48 for ; Tue, 12 Jul 2005 14:38:26 +0000 (GMT) (envelope-from root@kobe.netlab.nec.de) Received: from kobe.netlab.nec.de (localhost [127.0.0.1]) by kobe.netlab.nec.de (8.13.3/8.13.3) with ESMTP id j6CEeMEe037206 for ; Tue, 12 Jul 2005 16:40:22 +0200 (CEST) (envelope-from root@kobe.netlab.nec.de) Received: (from root@localhost) by kobe.netlab.nec.de (8.13.3/8.13.3/Submit) id j6CEeMqV037205; Tue, 12 Jul 2005 16:40:22 +0200 (CEST) (envelope-from root) Message-Id: <200507121440.j6CEeMqV037205@kobe.netlab.nec.de> Date: Tue, 12 Jul 2005 16:40:22 +0200 (CEST) From: Lars Eggert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83331: [NEW PORT] www/podcastamatic: Automates creation of webpage and RSS feed for a podcast X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2005 14:40:04 -0000 >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@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@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 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@dirrm %%DATADIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-podcastamatic/pkg-plist exit --- podcastamatic-1.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: