| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
19 Mar 2011 12:38:54
1.5
|
miwi  |
- Get Rid MD5 support |
07 May 2008 07:23:26
1.5
|
itetcu  |
OK, you can laught:
Really update the port to 1.5
Submitted by: pav@ |
01 May 2008 08:43:53
1.4.2
|
itetcu  |
- Update to 1.5
- GTK GUI will be available in a month |
25 Mar 2008 09:25:28
1.4.2
|
itetcu  |
Adjust MASTER_SITES to an other server of mine |
24 Mar 2008 10:59:17
1.4.2
|
itetcu  |
- adjust the path on my backup server
- switch to my @FreeBSd.org address |
19 Apr 2006 20:40:36
1.4.2
|
erwin  |
Add an extra MASTER_SITE
PR: 96070
Submitted by: Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com> (maintainer)
Requested by: krismail |
15 Mar 2006 17:53:27
1.4.2
|
ehaupt  |
Update to 1.4-2
PR: 94484
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer) |
23 Feb 2006 01:09:17
1.4
|
ehaupt  |
Pass maintainer-ship to submitter of last patch [1]
PR: 93613 [1]
Discusses on: irc |
23 Feb 2006 00:24:14
1.4
|
ehaupt  |
- Update to 1.4
- Point WWW: to english version of author page
PR: 93613
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> |
14 Jan 2006 02:15:52
1.3.1
|
ahze  |
- Update to 1.3-1 |
02 Dec 2005 00:09:16
1.3_1
|
edwin  |
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 ) |
26 Nov 2005 21:55:23
1.3
|
edwin  |
Upgrade to 1.3 |
23 Nov 2005 23:29:54
1.2
|
pav  |
- Add some SHA256 checksums |
13 Oct 2005 10:26:08
1.2
|
vs  |
Use MAKE_ARGS |
11 Apr 2005 21:17:14
1.2
|
adamw  |
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. |
07 Apr 2005 18:24:12
1.0_1
|
adamw  |
Correct the PLIST_FILES variable name (dunno what I'd been
thinking there), bump the PORTREVISION, and assign to ports@. |
04 Apr 2005 01:31:45
1.0
|
adamw  |
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 |