From owner-freebsd-ports Mon Oct 1 6:40:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4431837B416 for ; Mon, 1 Oct 2001 06:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91De1E70215; Mon, 1 Oct 2001 06:40:01 -0700 (PDT) (envelope-from gnats) Received: from miata.iec.hiroshima-u.ac.jp (miata.iec.hiroshima-u.ac.jp [133.41.37.29]) by hub.freebsd.org (Postfix) with ESMTP id 0A64337B40E for ; Mon, 1 Oct 2001 06:36:31 -0700 (PDT) Received: (from katsu@localhost) by miata.iec.hiroshima-u.ac.jp (8.11.6/8.11.4) id f91DaS126117; Mon, 1 Oct 2001 22:36:28 +0900 (JST) (envelope-from katsu) Message-Id: <200110011336.f91DaS126117@miata.iec.hiroshima-u.ac.jp> Date: Mon, 1 Oct 2001 22:36:28 +0900 (JST) From: TATEISHI Katsuyuki Reply-To: TATEISHI Katsuyuki To: FreeBSD-gnats-submit@freebsd.org Cc: lyngbol@wheel.dk X-Send-Pr-Version: 3.113 Subject: ports/30957: New port: japanese/gqmpeg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30957 >Category: ports >Synopsis: New port: japanese/gqmpeg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 06:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: TATEISHI Katsuyuki >Release: FreeBSD 4.4-STABLE i386 >Organization: Hiroshima University >Environment: System: FreeBSD 4.4-STABLE FreeBSD 4.4-STABLE #23: Sun Sep 23 08:16:14 JST 2001 >Description: Another gtk-based MP3 frontend with Japanese This port is made as a SLAVE of audio/gqmpeg. So please apply the following patch to Makefile in MASTERDIR(audio/gqmpeg). Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/gqmpeg/Makefile,v retrieving revision 1.35 diff -u -r1.35 Makefile --- Makefile 2001/08/31 12:41:25 1.35 +++ Makefile 2001/10/01 12:28:30 @@ -8,11 +8,11 @@ PORTNAME= gqmpeg PORTVERSION= 0.9.0 PORTREVISION= 2 -CATEGORIES= audio +CATEGORIES+= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= lyngbol@wheel.dk +MAINTAINER?= lyngbol@wheel.dk LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 =================================================================== >How-To-Repeat: >Fix: # 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: # # gqmpeg # gqmpeg/Makefile # gqmpeg/distinfo # gqmpeg/pkg-descr # gqmpeg/pkg-comment # echo c - gqmpeg mkdir -p gqmpeg > /dev/null 2>&1 echo x - gqmpeg/Makefile sed 's/^X//' >gqmpeg/Makefile << 'END-of-gqmpeg/Makefile' X# New ports collection makefile for: ja-gqmpeg X# Date Created: 19 Sep 2001 X# Whom: TATEISHI Katsuyuki X# X# $FreeBSD$ X# X XCATEGORIES= japanese X XMAINTAINER= katsu@iec.hiroshima-u.ac.jp X XPATCH_SITES= http://linuxlovers.yi.org/softarc/ XPATCHFILES= gqmpeg-0.9.0-jp_title.patch X XMASTERDIR= ${.CURDIR}/../../audio/gqmpeg XMD5_FILE= ${.CURDIR}/distinfo XCOMMENT= ${.CURDIR}/pkg-comment XDESCR= ${.CURDIR}/pkg-descr X XCONFIGURE_ARGS= --enable-japanese X XNOMAN= yes X X.include "${MASTERDIR}/Makefile" END-of-gqmpeg/Makefile echo x - gqmpeg/distinfo sed 's/^X//' >gqmpeg/distinfo << 'END-of-gqmpeg/distinfo' XMD5 (gqmpeg-0.9.0.tar.gz) = 78e30f5ff2fa7af0d2501fe6bd373f1b XMD5 (gqmpeg-0.9.0-jp_title.patch) = 3dbfe441de2915a8277c674f70c42588 END-of-gqmpeg/distinfo echo x - gqmpeg/pkg-descr sed 's/^X//' >gqmpeg/pkg-descr << 'END-of-gqmpeg/pkg-descr' XA GTK-based mp3 front-end with Japanese support. Uses mpg123 for Xdecoding and supports winamp themes. X XWWW: http://gqmpeg.sourceforge.net/ X X-- XTATEISHI Katsuyuki X END-of-gqmpeg/pkg-descr echo x - gqmpeg/pkg-comment sed 's/^X//' >gqmpeg/pkg-comment << 'END-of-gqmpeg/pkg-comment' XAnother gtk-based MP3 frontend with Japanese END-of-gqmpeg/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message