From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 8 17:40:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F837A31 for ; Thu, 8 Nov 2012 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6E1938FC0C for ; Thu, 8 Nov 2012 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qA8He19t054708 for ; Thu, 8 Nov 2012 17:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qA8He1qD054707; Thu, 8 Nov 2012 17:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 8 Nov 2012 17:40:01 GMT Resent-Message-Id: <201211081740.qA8He1qD054707@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, Christian Heckendorf Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F0039BE for ; Thu, 8 Nov 2012 17:35:20 +0000 (UTC) (envelope-from vaseros@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id AAA538FC08 for ; Thu, 8 Nov 2012 17:35:19 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fw7so3956341vcb.13 for ; Thu, 08 Nov 2012 09:35:13 -0800 (PST) Received: by 10.52.66.233 with SMTP id i9mr6847542vdt.78.1352396112860; Thu, 08 Nov 2012 09:35:12 -0800 (PST) Received: from _HOSTNAME_ (670alb5-dhcp-226-86.bumc.bu.edu. [155.41.226.86]) by mx.google.com with ESMTPS id o13sm13900825vde.21.2012.11.08.09.35.09 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 08 Nov 2012 09:35:10 -0800 (PST) Received: by _HOSTNAME_ (sSMTP sendmail emulation); Thu, 08 Nov 2012 12:35:08 -0500 Message-Id: <509bed4e.ad14340a.6e3b.ffff9be7@mx.google.com> Date: Thu, 08 Nov 2012 12:35:08 -0500 From: "Christian Heckendorf" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173480: New port: audio/harp Minimalist audio player X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Christian Heckendorf List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 17:40:01 -0000 >Number: 173480 >Category: ports >Synopsis: New port: audio/harp Minimalist audio player >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 08 17:40:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Christian Heckendorf >Release: FreeBSD 9.1-RC2 amd64 >Organization: >Environment: System: FreeBSD ravenhurst.local 9.1-RC2 FreeBSD 9.1-RC2 #0 r241483: Fri Oct 12 13:04:28 EDT 2012 root@ravenhurst.local:/usr/obj/usr/src/sys/CBMS amd64 >Description: HARP is a music player designed for the purpose of providing minimalist users with a suitable replacement for music players with bulky user interfaces. WWW: http://harp.sourceforge.net/ >How-To-Repeat: portlint -A looks fine. Build log: https://redports.org/buildarchive/20121107194103-11518/ >Fix: --- harp.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: # # harp # harp/Makefile # harp/pkg-plist # harp/distinfo # harp/pkg-descr # echo c - harp mkdir -p harp > /dev/null 2>&1 echo x - harp/Makefile sed 's/^X//' >harp/Makefile << 'ef10f01a9b7407767dd45443073fd335' X# $FreeBSD$ X XPORTNAME= harp XPORTVERSION= 0.5.2 XCATEGORIES= audio XMASTER_SITES= SF XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= heckendorfc@gmail.com XCOMMENT= Minimalist audio player X XLICENSE= GPLv3 X XGNU_CONFIGURE= yes X XUSE_SQLITE= yes X XUSE_LDCONFIG= yes X XOPTIONS_DEFINE= AAC FLAC MP3 SHOUTCAST VORBIS JACK XOPTIONS_DEFAULT= AAC FLAC MP3 SHOUTCAST VORBIS X XMAN1= harp.1 X X.include X X.if ${PORT_OPTIONS:MAAC} XLIB_DEPENDS+=faad:${PORTSDIR}/audio/faad XPLIST_SUB+= AAC="" X.else XCONFIGURE_ARGS+=--without-aac XPLIST_SUB+= AAC="@comment " X.endif X X.if ${PORT_OPTIONS:MFLAC} XLIB_DEPENDS+=FLAC:${PORTSDIR}/audio/flac XPLIST_SUB+= FLAC="" X.else XCONFIGURE_ARGS+=--without-flac XPLIST_SUB+= FLAC="@comment " X.endif X X.if ${PORT_OPTIONS:MMP3} XLIB_DEPENDS+=mpg123:${PORTSDIR}/audio/mpg123 XPLIST_SUB+= MP3="" X.else XCONFIGURE_ARGS+=--without-mp3 XPLIST_SUB+= MP3="@comment " X.endif X X.if ${PORT_OPTIONS:MSHOUTCAST} XPLIST_SUB+= STREAM="" X.else XCONFIGURE_ARGS+=--without-stream XPLIST_SUB+= STREAM="@comment " X.endif X X.if ${PORT_OPTIONS:MVORBIS} XLIB_DEPENDS+=vorbisfile:${PORTSDIR}/audio/libvorbis XPLIST_SUB+= VORBIS="" X.else XCONFIGURE_ARGS+=--without-vorbis XPLIST_SUB+= VORBIS="@comment " X.endif X X.if ${PORT_OPTIONS:MJACK} XCONFIGURE_ARGS+=--with-jack XLIB_DEPENDS+=jack:${PORTSDIR}/audio/jack X.else XCONFIGURE_ARGS+=--without-jack X.endif X X.include ef10f01a9b7407767dd45443073fd335 echo x - harp/pkg-plist sed 's/^X//' >harp/pkg-plist << 'b4375cc50dadf195e857dda74fd1407c' Xbin/harp X%%AAC%%lib/libharpaac.a X%%AAC%%lib/libharpaac.la X%%AAC%%lib/libharpaac.so X%%FLAC%%lib/libharpflac.a X%%FLAC%%lib/libharpflac.la X%%FLAC%%lib/libharpflac.so X%%MP3%%lib/libharpmp3.a X%%MP3%%lib/libharpmp3.la X%%MP3%%lib/libharpmp3.so X%%STREAM%%lib/libharpstream.a X%%STREAM%%lib/libharpstream.la X%%STREAM%%lib/libharpstream.so X%%VORBIS%%lib/libharpvorbis.a X%%VORBIS%%lib/libharpvorbis.la X%%VORBIS%%lib/libharpvorbis.so X%%AAC%%%%DATADIR%%/libharpaac.sql X%%FLAC%%%%DATADIR%%/libharpflac.sql X%%MP3%%%%DATADIR%%/libharpmp3.sql X%%STREAM%%%%DATADIR%%/libharpstream.sql X%%VORBIS%%%%DATADIR%%/libharpvorbis.sql X%%DATADIR%%/create.sql X%%DATADIR%%/defaults.conf X@dirrm %%DATADIR%% b4375cc50dadf195e857dda74fd1407c echo x - harp/distinfo sed 's/^X//' >harp/distinfo << '439114a6830e5e4ca0dd1af5dc9bf99f' XSHA256 (harp-0.5.2.tar.gz) = 49ec8815083000e50fc9cf9ca066571c0644f209f71feba068af2f413ceffd93 XSIZE (harp-0.5.2.tar.gz) = 392452 439114a6830e5e4ca0dd1af5dc9bf99f echo x - harp/pkg-descr sed 's/^X//' >harp/pkg-descr << '805134f00e71319fd375b861025bd111' XHARP is a music player designed for the purpose of providing Xminimalist users with a suitable replacement for music players Xwith bulky user interfaces. X XWWW: http://harp.sourceforge.net/ 805134f00e71319fd375b861025bd111 exit --- harp.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: