Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2013 04:36:34 GMT
From:      Danilo Egea Gondolfo <danilogondolfo@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178248: [New Port] emulators/javatari
Message-ID:  <201304300436.r3U4aY9h079715@red.freebsd.org>
Resent-Message-ID: <201304300440.r3U4e0is041458@freefall.freebsd.org>

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

>Number:         178248
>Category:       ports
>Synopsis:       [New Port] emulators/javatari
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 30 04:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Danilo Egea Gondolfo
>Release:        FreeBSD 9.1-STABLE
>Organization:
Universidade Estadual de Maringá
>Environment:
FreeBSD projeto 9.1-STABLE FreeBSD 9.1-STABLE #0 r249522: Mon Apr 15 16:35:31 BRT 2013     root@projeto:/usr/obj/usr/src.stable/sys/PROJETO  amd64
>Description:
A multiplayer Atari 2600 emulator written in pure Java.
No external libs.
>How-To-Repeat:

>Fix:


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:
#
#	javatari
#	javatari/files
#	javatari/files/javatari.in
#	javatari/Makefile
#	javatari/distinfo
#	javatari/pkg-descr
#
echo c - javatari
mkdir -p javatari > /dev/null 2>&1
echo c - javatari/files
mkdir -p javatari/files > /dev/null 2>&1
echo x - javatari/files/javatari.in
sed 's/^X//' >javatari/files/javatari.in << 'a388f67524cc3b498f660a3c4eda5718'
X#!/bin/csh
X# $FreeBSD$
X
Xset JAVA = "%%LOCALBASE%%/bin/java"
Xset JARPATH = "%%JAVALIBDIR%%"
Xsetenv JAVA_VERSION "%%JAVA_VERSION%%"
X
Xexec "${JAVA}" -jar %%JAVAJARDIR%%/%%JARFILE%%
a388f67524cc3b498f660a3c4eda5718
echo x - javatari/Makefile
sed 's/^X//' >javatari/Makefile << 'aa82e313659ef84bf0b36a2343e07dc8'
X# $FreeBSD$
X
XPORTNAME=	javatari
XPORTVERSION=	3.20
XCATEGORIES=	emulators java
XMASTER_SITES=	http://javatari.org/files/
XDISTNAME=	${PORTNAME}320
XEXTRACT_SUFX=	.jar
XEXTRACT_ONLY=
X
XMAINTAINER=	danilogondolfo@gmail.com
XCOMMENT=	A multiplayer Atari 2600 emulator written in pure Java
X
XEXTRACT_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
X
XUSE_JAVA=	yes
XJAVA_VERSION=	1.6+
XNO_BUILD=	yes
XPLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}320.jar \
X				bin/javatari
XSUB_FILES=	javatari
XSUB_LIST+=	JARFILE="${JARFILE}"
XJARFILE=	${PORTNAME}320.jar
X
XDESKTOP_ENTRIES=	"Javatari" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" "Application;Game;" ${FALSE}
XPLIST_FILES+=	share/pixmaps/${PORTNAME}.png
X
Xpost-extract:
X	@(cd ${DISTDIR}/${DIST_SUBDIR} && ${UNZIP_CMD} -d ${WRKDIR} ${JARFILE} \
X		org/javatari/pc/screen/images/LogoIcon32.png)
X
Xdo-install:
X	${INSTALL_DATA} ${DISTDIR}/${JARFILE} ${JAVAJARDIR}
X	${INSTALL_SCRIPT} ${WRKDIR}/javatari ${PREFIX}/bin
X	${INSTALL_DATA} ${WRKDIR}/org/javatari/pc/screen/images/LogoIcon32.png \
X		${PREFIX}/share/pixmaps/${PORTNAME}.png
X
X.include <bsd.port.mk>
aa82e313659ef84bf0b36a2343e07dc8
echo x - javatari/distinfo
sed 's/^X//' >javatari/distinfo << 'd29965a2ce99c687df07f1983206c5fd'
XSHA256 (javatari320.jar) = 5588ea7e7c5752ea81fbddcdd952d33b8d345d1715858b0c52046d99e705dc81
XSIZE (javatari320.jar) = 947296
d29965a2ce99c687df07f1983206c5fd
echo x - javatari/pkg-descr
sed 's/^X//' >javatari/pkg-descr << 'd8d12367b97800592c328a3238e2a014'
XA multiplayer Atari 2600 emulator written in pure Java. 
XNo external libs.
X
XWWW: http://javatari.org
d8d12367b97800592c328a3238e2a014
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304300436.r3U4aY9h079715>