Date: Mon, 1 Oct 2001 22:36:28 +0900 (JST) From: TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp> To: FreeBSD-gnats-submit@freebsd.org Cc: lyngbol@wheel.dk Subject: ports/30957: New port: japanese/gqmpeg Message-ID: <200110011336.f91DaS126117@miata.iec.hiroshima-u.ac.jp>
next in thread | raw e-mail | index | archive | help
>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 <katsu@iec.hiroshima-u.ac.jp> 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<katsu@iec.hiroshima-u.ac.jp> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110011336.f91DaS126117>