Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2002 11:44:58 +0900 (KST)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34475: New port: audio/uzoo-console
Message-ID:  <200201310244.g0V2iwr51034@akaraka.yonsei.ac.kr>

next in thread | raw e-mail | index | archive | help

>Number:         34475
>Category:       ports
>Synopsis:       New port: audio/uzoo-console
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 30 18:50:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Yonsei University
>Environment:
System: FreeBSD akaraka.yonsei.ac.kr 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Jan 29 01:40:21 KST 2002 danyeong@akaraka.yonsei.ac.kr:/usr/src/sys/compile/DANYEONG i386

>Description:
port skeleton for uzoo-console

Uzoo is a platform/UI independent clone for SoriBada which
is the overwhelming killer-app for sharing mp3 files in Korea.
This is a console interface of Uzoo and they have another
various UIs including Qt, Cocoa, wx and etc.

>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:
#
#	uzoo-console
#	uzoo-console/Makefile
#	uzoo-console/distinfo
#	uzoo-console/pkg-comment
#	uzoo-console/pkg-descr
#	uzoo-console/pkg-plist
#
echo c - uzoo-console
mkdir -p uzoo-console > /dev/null 2>&1
echo x - uzoo-console/Makefile
sed 's/^X//' >uzoo-console/Makefile << 'END-of-uzoo-console/Makefile'
X# New ports collection makefile for:	uzoo-console
X# Date created:				31 Jan 2002
X# Whom:				Hye-Shik Chang <perky@fallin.lv>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	uzoo-console
XPORTVERSION=	1.1.1
XCATEGORIES=	audio net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	soriuzoo
X
XMAINTAINER=	perky@fallin.lv
X
XUSE_PYTHON=	yes
XNO_BUILD=	yes
X
Xdo-install:
X	${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
X	${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
X	${INSTALL_SCRIPT} ${WRKSRC}/uzoo.py ${PREFIX}/bin
X.for f in uzoolib.py uzoolib.pyc uzoolib.pyo
X	${INSTALL_DATA} ${WRKSRC}/$f ${PYTHON_SITELIBDIR}
X.endfor
X
X.include <bsd.port.mk>
END-of-uzoo-console/Makefile
echo x - uzoo-console/distinfo
sed 's/^X//' >uzoo-console/distinfo << 'END-of-uzoo-console/distinfo'
XMD5 (uzoo-console-1.1.1.tar.gz) = 51a8ceaa47123dcc25ed04554fc61940
END-of-uzoo-console/distinfo
echo x - uzoo-console/pkg-comment
sed 's/^X//' >uzoo-console/pkg-comment << 'END-of-uzoo-console/pkg-comment'
XThe Soribada mp3 sharing network client for console
END-of-uzoo-console/pkg-comment
echo x - uzoo-console/pkg-descr
sed 's/^X//' >uzoo-console/pkg-descr << 'END-of-uzoo-console/pkg-descr'
XUzoo is a platform/UI independent clone for SoriBada which
Xis the overwhelming killer-app for sharing mp3 files in Korea.
XThis is a console interface of Uzoo and they have another
Xvarious UIs including Qt, Cocoa, wx and etc.
X
XWWW: http://sourceforge.net/projects/soriuzoo/
END-of-uzoo-console/pkg-descr
echo x - uzoo-console/pkg-plist
sed 's/^X//' >uzoo-console/pkg-plist << 'END-of-uzoo-console/pkg-plist'
Xbin/uzoo.py
Xlib/%%PYTHON_VERSION%%/site-packages/uzoolib.py
Xlib/%%PYTHON_VERSION%%/site-packages/uzoolib.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/uzoolib.pyo
END-of-uzoo-console/pkg-plist
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?200201310244.g0V2iwr51034>