From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 30 19:00:21 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D87AD106568F for ; Tue, 30 Aug 2011 19:00:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A0C2D8FC0A for ; Tue, 30 Aug 2011 19:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7UJ0LsP003214 for ; Tue, 30 Aug 2011 19:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7UJ0Lcn003203; Tue, 30 Aug 2011 19:00:21 GMT (envelope-from gnats) Resent-Date: Tue, 30 Aug 2011 19:00:21 GMT Resent-Message-Id: <201108301900.p7UJ0Lcn003203@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, Anton Hryciuk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A0C41065678 for ; Tue, 30 Aug 2011 18:52:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E34AC8FC19 for ; Tue, 30 Aug 2011 18:52:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p7UIq2XP071899 for ; Tue, 30 Aug 2011 18:52:02 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p7UIq2Gq071898; Tue, 30 Aug 2011 18:52:02 GMT (envelope-from nobody) Message-Id: <201108301852.p7UIq2Gq071898@red.freebsd.org> Date: Tue, 30 Aug 2011 18:52:02 GMT From: Anton Hryciuk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/160319: [New Port] pidgin-audacious-remote [plugin for pidgin] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2011 19:00:21 -0000 >Number: 160319 >Category: ports >Synopsis: [New Port] pidgin-audacious-remote [plugin for pidgin] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 30 19:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Anton Hryciuk >Release: FreeBSD 8.2 Stable >Organization: My future company >Environment: # uname -a FreeBSD gx.laptop.net 8.2-STABLE FreeBSD 8.2-STABLE #0 r224965M: Thu Aug 18 20:34:19 EEST 2011 root@gx.laptop.net:/usr/obj/usr/src/sys/FBFS i386 >Description: Pidgin-Audacious-Remote is a plug-in for Pidgin 2; it creates, in conversation and chat windows, some controls that allow two-way interaction with Audacious media player. Additionally, the plug-in allows users to automatically update their status message using information from the song played in Audacious. WWW: http://pidginaudacious.sourceforge.net/ >How-To-Repeat: New port! >Fix: installation and deinstallation works without problems. Portlint testing: # ./pt lint looks fine. Thanks in advance. Patch attached with submission follows: # 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: # # pidgin-audacious-remote # pidgin-audacious-remote/Makefile # pidgin-audacious-remote/pkg-descr # pidgin-audacious-remote/pkg-plist # pidgin-audacious-remote/distinfo # echo c - pidgin-audacious-remote mkdir -p pidgin-audacious-remote > /dev/null 2>&1 echo x - pidgin-audacious-remote/Makefile sed 's/^X//' >pidgin-audacious-remote/Makefile << 'dc270f6d4ee7287b660523d677084fef' X# New ports collection makefile for: pidgin-audacious-remote X# Date created: 30 August 2011 X# Whom: Anton Hryciuk X# X# $FreeBSD$ X# X XPORTNAME= pidgin-audacious-remote XPORTVERSION= 0.5 XCATEGORIES= net-im XMASTER_SITES= http://pidginaudacious.sourceforge.net/files/ \ X ftp://ftp.lissyara.su/users/gx_ua/distfiles/ X#DISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= gnixua@gmail.com XCOMMENT= Pidgin-Audacious-Remote is a plug-in for Pidgin 2 X XLIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple XBUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin XRUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin X XUSE_BZIP2= yes X XMAKE_JOBS_SAFE= yes X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= "--prefix=${PREFIX}" X X.include dc270f6d4ee7287b660523d677084fef echo x - pidgin-audacious-remote/pkg-descr sed 's/^X//' >pidgin-audacious-remote/pkg-descr << '3c91d1a723ea16e9bc4bc5da6746518b' XPidgin-Audacious-Remote is a plug-in for Pidgin 2. X XWWW: http://pidgin-audacious-remote.sourceforge.net/ 3c91d1a723ea16e9bc4bc5da6746518b echo x - pidgin-audacious-remote/pkg-plist sed 's/^X//' >pidgin-audacious-remote/pkg-plist << '537605c499e5c0e719ac84dcb6081084' Xlib/pidgin/pidgin-audacious-remote.a Xlib/pidgin/pidgin-audacious-remote.la Xlib/pidgin/pidgin-audacious-remote.so X@dirrm lib/pidgin 537605c499e5c0e719ac84dcb6081084 echo x - pidgin-audacious-remote/distinfo sed 's/^X//' >pidgin-audacious-remote/distinfo << '7fae534da2b7b2cc4a6ae5173f3b953c' XSHA256 (pidgin-audacious-remote-0.5.tar.bz2) = 94a5c073a25664377e4b9b34851c9029efa4d8b3e10629df4f3048766f664806 XSIZE (pidgin-audacious-remote-0.5.tar.bz2) = 251730 7fae534da2b7b2cc4a6ae5173f3b953c exit >Release-Note: >Audit-Trail: >Unformatted: