pkgsrc-wip/streamripper/Makefile
grant beattie 3283d84235 update streamripper to 1.60. still needs work to build on NetBSD,
untested on anything else.

changes since 1.32:

New for 1.60
------------
2004/04/04 (GCS - gregsharp@users.sourceforge.net)
* No changes.

New for 1.60-pre3
-----------------
2004/03/27 (GCS - gregsharp@users.sourceforge.net)
* Fix the bug: error -22 [SR_ERROR_BUFFER_EMPTY]

New for 1.60-pre2
-----------------
2004/03/24 (GCS - gregsharp@users.sourceforge.net)
* Add Johannes Buettner's drop patch
* Fixes for compiling winamp 2 plugin

New for 1.60-pre1
-----------------
2004/03/10 (GCS - gregsharp@users.sourceforge.net)
* Track splitting enhancements - see readme_xfade.txt
* Partial multibyte character support
* Fix crashes on very long file names
* Fix crashes on control characters in meta data

new in cvs
----------
2003/09/25:
* Added support for HTTP "Basic" authorization. Works with
  DigitallyImported.com.
  (lib/types.h, lib/http.c) -Colin D. Bennett <cbennett@radsoft.com>
* Fixed a couple of tiny memory leaks in the usage of b64enc(), the
  returned buffer allocated as 'string' in b64enc wasn't being freed,
  and the 'authbuf' malloc'd in httplib_construct_sc_request for the
  proxy authorization wasn't freed.
  (lib/http.c) -Colin D. Bennett <cbennett@radsoft.com>
2004-07-29 15:48:40 +00:00

29 lines
920 B
Makefile

# $NetBSD: Makefile,v 1.8 2004/07/29 15:48:40 grantbeattie Exp $
#
DISTNAME= streamripper-1.60
CATEGORIES= audio
MASTER_SITES= http://streamripper.sourceforge.net/files/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://streamripper.sourceforge.net/
COMMENT= Splits SHOUTcast stream into tracks
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
MAKE_ENV+= SH=${SH:Q}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/streamripper ${PREFIX}/bin
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/streamripper
${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/streamripper
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/streamripper
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/streamripper
${INSTALL_DATA} ${WRKSRC}/THANKS ${PREFIX}/share/doc/streamripper
${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/streamripper
PTHREAD_OPTS+= require
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"