notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
podcastamatic Automates creation of webpage and RSS feed for a podcast
1.3_1 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3_1Version of this port present on the latest quarterly branch.
Maintainer: lars.eggert@gmx.net search for ports maintained by this maintainer
Port Added: 2005-07-13 09:17:51
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: GPLv2
WWW:
http://kenwardtown.com/projects/podcastamatic/
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. /usr/local/share/licenses/podcastamatic-1.3_1/catalog.mk
  2. /usr/local/share/licenses/podcastamatic-1.3_1/LICENSE
  3. /usr/local/share/licenses/podcastamatic-1.3_1/GPLv2
  4. bin/podcastamatic
  5. @sample etc/podcastamatic.conf.sample
  6. share/doc/podcastamatic/readme.html
  7. share/podcastamatic/style.css
  8. @owner
  9. @group
  10. @mode
Collapse this list.
Dependency lines:
  • podcastamatic>0:www/podcastamatic
To install the port:
cd /usr/ports/www/podcastamatic/ && make install clean
To add the package, run one of these commands:
  • pkg install www/podcastamatic
  • pkg install podcastamatic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: podcastamatic
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (podcastamatic1_3.zip) = fa2334b95b126dca8cfd6a86662bc2568e13e6fbc16e4ed64f59935962107ae5 SIZE (podcastamatic1_3.zip) = 20801

Packages (timestamps in pop-ups are UTC):
podcastamatic
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3_11.3_11.3_11.3_11.3_1-1.3_1-
FreeBSD:13:quarterly1.3_11.3_11.3_11.3_11.3_11.3_11.3_11.3_1
FreeBSD:14:latest1.3_11.3_11.3_11.3_11.3_11.3_1-1.3_1
FreeBSD:14:quarterly1.3_11.3_1-1.3_11.3_11.3_11.3_11.3_1
FreeBSD:15:latest1.3_11.3_1n/a1.3_1n/a1.3_11.3_11.3_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. p5-MP3-Info>=0 : audio/p5-MP3-Info
  2. p5-MP4-Info>=0 : multimedia/p5-MP4-Info
  3. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for podcastamatic-1.3_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
www_podcastamatic
USES:
perl5 zip shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://kenwardtown.com/projects/podcastamatic/
  2. http://people.nokia.net/~lars/distfiles/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.3_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3_1
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.3_1
07 Nov 2019 18:18:18
Revision:516997Original commit files touched by this commit
tobik search for other commits by this committer
Replace do-patch in ports that override it with more appropriate targets

Most ports do not need to override do-patch.  It breaks some ports
tree features like EXTRA_PATCH_TREE, etc.
1.3_1
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
1.3_1
15 May 2015 20:29:21
Revision:386482Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Switch to @sample
- Drop @dirrm* from plist
- Unsilence install
- Remove useless options.mk inclusion

Approved by:	portmgr blanket
1.3_1
05 Jun 2014 04:58:00
Revision:356582Original commit files touched by this commit
miwi search for other commits by this committer
-  Stage support

PR:		190360
1.3_1
10 Mar 2014 18:01:09
Revision:347789Original commit files touched by this commit
bapt search for other commits by this committer
Convert www to USES=zip
1.3_1
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.3_1
03 Sep 2013 15:28:40
Revision:326161Original commit files touched by this commit
az search for other commits by this committer
- convert to the new perl5 framework

Approved by:	portmgr (bapt@, blanket)
1.3_1
30 Jun 2012 14:31:06
Original commit files touched by this commit
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
1.3_1
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.3_1
05 Apr 2007 09:36:18
Original commit files touched by this commit
stefan search for other commits by this committer
- Unbreak by chasing master site.
- Add a mirror.
- Update WWW.

PR:             111008
Submitted by:   Jason Harris <jharris@widomaker.com>
Approved by:    maintainer
1.3_1
27 Feb 2007 04:52:49
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Checksum mismatch
1.3_1
24 Aug 2006 15:31:12
Original commit files touched by this commit
garga search for other commits by this committer
Add one more MASTER_SITES

PR:             ports/102436
Submitted by:   Lars Eggert <lars.eggert@gmx.net> (maintainer)
1.3_1
13 May 2006 04:41:22
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with W
1.3_1
10 Dec 2005 19:15:03
Original commit files touched by this commit
flz search for other commits by this committer
- Update to 1.3.

PR:             ports/90207
Submitted by:   maintainer
1.2_1
18 Jul 2005 21:01:48
Original commit files touched by this commit
pav search for other commits by this committer
- Don't overwrite config file on update

PR:             ports/83674
Submitted by:   Lars Eggert <lars.eggert@gmx.net> (maintainer)
1.2
13 Jul 2005 09:17:14
Original commit files touched by this commit
pav search for other commits by this committer
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>

Number of commits found: 20