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
cpige Icecast/Shoutcast stream ripper
1.5_1 audio Deleted 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.5_1Version of this port present on the latest quarterly branch.
Broken BROKEN: segfaults on startup
Deprecated DEPRECATED: Doesn't work, newer versions also fails
Expired This port expired on: 2023-03-31
Ignore IGNORE: is marked as broken: segfaults on startup
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-04-04 01:38:37
Last Update: 2023-03-30 23:59:28
Commit Hash: 798a2f2
License: not specified in port
WWW:
https://old.ed.zehome.com/?page=cpige
Description:
cPige records an audio stream, separating into individual "Artist - Track.mp3" files. It can also record on an hour-by-hour basis.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1 items)
Collapse this list.
  1. bin/cpige
Collapse this list.
Dependency lines:
  • cpige>0:audio/cpige
No installation instructions:
This port has been deleted.
PKGNAME: cpige
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (cpige-1.5.tar.gz) = 9853c6bd74e41cc535c05c8d2d87cd03d75ea8d6e2764d31b2e1483c687afda0 SIZE (cpige-1.5.tar.gz) = 60970

Packages (timestamps in pop-ups are UTC):
cpige
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.5_1---1.5_1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
audio_cpige
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://old.ed.zehome.com/cpige/
Collapse this list.
Port Moves
  • port deleted on 2023-03-31
    REASON: Has expired: Doesn't work, newer versions also fails

Number of commits found: 30

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5_1
30 Mar 2023 23:59:28
commit hash: 798a2f2bf27b70005177cc156b61be7b1ba28a95commit hash: 798a2f2bf27b70005177cc156b61be7b1ba28a95commit hash: 798a2f2bf27b70005177cc156b61be7b1ba28a95commit hash: 798a2f2bf27b70005177cc156b61be7b1ba28a95 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
audio/cpige: Remove expired port:

2023-03-31 audio/cpige: Doesn't work, newer versions also fails
1.5_1
26 Dec 2022 19:11:14
commit hash: 3347f3331960694645a4cce3db83e7e1ccca3546commit hash: 3347f3331960694645a4cce3db83e7e1ccca3546commit hash: 3347f3331960694645a4cce3db83e7e1ccca3546commit hash: 3347f3331960694645a4cce3db83e7e1ccca3546 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
audio/cpige: Deprecate and set expiration date to 2023-03-31

Doesn't work, segfaults and newer versions also doesn't work as expected
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.5_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.5_1
20 Jul 2022 14:20:54
commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
audio: remove 'Created by' lines

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

  *  <dmagda+libsamplerate@ee.ryerson.ca>
  *  <trasz@FreeBSD.org>
  *  Adam Weinberger
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aleksander Fafula <alex@bsdguru.org>
  *  Alex Allan <alex@kamaz.org.uk>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kojevnikov <alexander@kojevnikov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.5_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.5_1
13 Oct 2017 08:58:28
Revision:451965Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup some dead master_sites or WWW
1.5_1
27 Feb 2017 21:20:41
Revision:434992Original commit files touched by this commit
rene search for other commits by this committer
Reset ports of itetcu@ after taking in his commit bit for safekeeping.

With hat:	portmgr-secretary
1.5_1
26 Jul 2016 16:51:16
Revision:419133Original commit files touched by this commit
mat search for other commits by this committer
Cleanup patches, a* categories.

Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
1.5_1
26 Dec 2013 18:12:29
Revision:337588Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
1.5_1
20 Sep 2013 14:36:37
Revision:327706Original 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:
audio)
30 Aug 2013 23:01:06
Revision:325727Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
1.5_1
12 Aug 2012 09:36:30
Original commit files touched by this commit
itetcu search for other commits by this committer
- fix looking up the host name addresses on 64 bits platforms
(use in_addr_t instead of long and check it against INADDR_NONE)
- adjust MASTERSITES and WWW

Please note that the project is dead upstream.

PR:		165481
Submitted by:	Howard Goldstein
1.5
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.5
07 May 2008 07:23:26
Original commit files touched by this commit
itetcu search for other commits by this committer
OK, you can laught:
Really update the port to 1.5

Submitted by:   pav@
1.4.2
01 May 2008 08:43:53
Original commit files touched by this commit
itetcu search for other commits by this committer
- Update to 1.5
- GTK GUI will be available in a month
1.4.2
25 Mar 2008 09:25:28
Original commit files touched by this commit
itetcu search for other commits by this committer
Adjust MASTER_SITES to an other server of mine
1.4.2
24 Mar 2008 10:59:17
Original commit files touched by this commit
itetcu search for other commits by this committer
- adjust the path on my backup server
- switch to my @FreeBSd.org address
1.4.2
19 Apr 2006 20:40:36
Original commit files touched by this commit
erwin search for other commits by this committer
Add an extra MASTER_SITE

PR:             96070
Submitted by:   Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com> (maintainer)
Requested by:   krismail
1.4.2
15 Mar 2006 17:53:27
Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 1.4-2

PR:             94484
Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
1.4
23 Feb 2006 01:09:17
Original commit files touched by this commit
ehaupt search for other commits by this committer
Pass maintainer-ship to submitter of last patch [1]

PR:             93613 [1]
Discusses on:   irc
1.4
23 Feb 2006 00:24:14
Original commit files touched by this commit
ehaupt search for other commits by this committer
- Update to 1.4
- Point WWW: to english version of author page

PR:             93613
Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
1.3.1
14 Jan 2006 02:15:52
Original commit files touched by this commit
ahze search for other commits by this committer
- Update to 1.3-1
1.3_1
02 Dec 2005 00:09:16
Original commit files touched by this commit
edwin search for other commits by this committer
re-roll of tarball

Only in cpige-1.3-new/: LICENCE
Only in cpige-1.3-new/: Makefile.windows
diff -ru cpige/cpige.c cpige-1.3-new/cpige.c
--- cpige/cpige.c       Fri Nov 25 10:08:13 2005
+++ cpige-1.3-new/cpige.c       Wed Nov 30 07:06:12 2005
@@ -21,7 +21,10 @@
 #include <fcntl.h>
 #include <dirent.h>
 #include <sys/stat.h>
-#include <regex.h>
+
+#ifndef WIN32
+ #include <regex.h>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3
26 Nov 2005 21:55:23
Original commit files touched by this commit
edwin search for other commits by this committer
Upgrade to 1.3
1.2
23 Nov 2005 23:29:54
Original commit files touched by this commit
pav search for other commits by this committer
- Add some SHA256 checksums
1.2
13 Oct 2005 10:26:08
Original commit files touched by this commit
vs search for other commits by this committer
Use MAKE_ARGS
1.2
11 Apr 2005 21:17:14
Original commit files touched by this commit
adamw search for other commits by this committer
Update to 1.2. In an email from the author:

Possibility to use cPige as a daemon was added. cPige now parses URLs
directly, rather than requiring the user to specify host port and
mountpoint. Statistics and a logfile were added.
1.0_1
07 Apr 2005 18:24:12
Original commit files touched by this commit
adamw search for other commits by this committer
Correct the PLIST_FILES variable name (dunno what I'd been
thinking there), bump the PORTREVISION, and assign to ports@.
1.0
04 Apr 2005 01:31:45
Original commit files touched by this commit
adamw search for other commits by this committer
Add cpige, a shoutcast stream ripper.

cPige records an audio stream, separating into individual
"Artist - Track.mp3" files. It can also record on an
hour-by-hour basis.

WWW: http://ed.zehome.com/?page=cpige

Number of commits found: 30