From nobody@FreeBSD.org  Thu Apr  6 02:46:57 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E9BDF16A420
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  6 Apr 2006 02:46:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 872FC43D46
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  6 Apr 2006 02:46:57 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k362kvNd029213
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 6 Apr 2006 02:46:57 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k362kvC6029212;
	Thu, 6 Apr 2006 02:46:57 GMT
	(envelope-from nobody)
Message-Id: <200604060246.k362kvC6029212@www.freebsd.org>
Date: Thu, 6 Apr 2006 02:46:57 GMT
From: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] games/aqbubble: Game similar to snow bros
X-Send-Pr-Version: www-2.3

>Number:         95388
>Category:       ports
>Synopsis:       [NEW PORT] games/aqbubble: Game similar to snow bros
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 06 02:50:12 GMT 2006
>Closed-Date:    Tue Jun 06 18:38:09 GMT 2006
>Last-Modified:  Tue Jun 06 18:38:09 GMT 2006
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Tue Mar 21 23:44:35 PET 2006
>Description:
Aquatic Bubble is a game where you have to catch all enemies for each level, 
the way similar to snow bros game.

WWW:	http://www.losersjuegos.com.ar
>How-To-Repeat:

>Fix:
--- aqbubble-0.3.shar begins here ---
# 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:
#
#	aqbubble
#	aqbubble/pkg-descr
#	aqbubble/Makefile
#	aqbubble/pkg-plist
#	aqbubble/distinfo
#
echo c - aqbubble
mkdir -p aqbubble > /dev/null 2>&1
echo x - aqbubble/pkg-descr
sed 's/^X//' >aqbubble/pkg-descr << 'END-of-aqbubble/pkg-descr'
XAquatic Bubble is a game where you have to catch all enemies for each level, 
Xthe way similar to snow bros game.
X
XWWW:	http://www.losersjuegos.com.ar
END-of-aqbubble/pkg-descr
echo x - aqbubble/Makefile
sed 's/^X//' >aqbubble/Makefile << 'END-of-aqbubble/Makefile'
X# New ports collection makefile for:	aqbubble
X# Date created:		2006-04-01
X# Whom:			Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	aqbubble
XPORTVERSION=	0.3
XCATEGORIES=	games
XMASTER_SITES=	http://www.losersjuegos.com.ar/juegos/aqbubble/descargas/
X
XMAINTAINER=	acardenas@bsd.org.pe
XCOMMENT=	Game similar to snow bros
X
XUSE_X_PREFIX=	yes
XUSE_SDL=	sdl mixer image
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XCPPFLAGS+=	-I${LOCALBASE}/include -I${X11BASE}/include
XLDFLAGS+=	-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD}
XCONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
XCONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
X
XAQBUBBLEDIRS=	ima sonidos
X
XOPTIONS=	NLS "Native Language Support"	on
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITHOUT_NLS)
XCONFIGURE_ARGS+=	--disable-nls
XPLIST_SUB+=	NLS="@comment "
X.else
XUSE_GETTEXT=	yes
XPLIST_SUB+=	NLS=""
XFLAG_NLS=	true
X.endif
X
Xpost-extract:
X	@${FIND} -E ${WRKSRC}/src/ -type f -iregex ".*\.(cpp|h)" \
X		-print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's/<SDL/<SDL11/'
X	@${REINPLACE_CMD} -e 's/-lSDL /`sdl11-config --libs`/g' ${WRKSRC}/configure
X
Xpost-configure:
X	@${REINPLACE_CMD} -e 's/-lSDL /`sdl11-config --libs` -lintl /g' ${WRKSRC}/src/Makefile
X
Xdo-install:
X	${MKDIR} ${DATADIR}
X	@cd ${WRKSRC}/src && \
X		${INSTALL_PROGRAM} aqbubble  ${PREFIX}/bin && \
X			${FIND} ${AQBUBBLEDIRS} -type d -exec ${MKDIR} "${DATADIR}/{}" \; && \
X				${FIND} -E ${AQBUBBLEDIRS} -type f -iregex ".*\.(png|jpg|wav)" \
X					-exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \;
X
X.if defined(FLAG_NLS)
X.for FILE in es
X	${MKDIR} ${PREFIX}/share/locale/${FILE}/LC_MESSAGES && \
X		${INSTALL_DATA} ${WRKSRC}/po/${FILE}.gmo ${PREFIX}/share/locale/${FILE}/LC_MESSAGES/${PORTNAME}.mo
X.endfor
X.endif
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	@cd ${WRKSRC} && \
X		${INSTALL_DATA} AUTHORS ChangeLog README ${DOCSDIR}
X.endif
X
X.include <bsd.port.post.mk>
END-of-aqbubble/Makefile
echo x - aqbubble/pkg-plist
sed 's/^X//' >aqbubble/pkg-plist << 'END-of-aqbubble/pkg-plist'
Xbin/aqbubble
X%%DATADIR%%/ima/burbuja.png
X%%DATADIR%%/ima/fuente1.png
X%%DATADIR%%/ima/fuente2.png
X%%DATADIR%%/ima/icono.png
X%%DATADIR%%/ima/items.png
X%%DATADIR%%/ima/logos.png
X%%DATADIR%%/ima/menu.jpg
X%%DATADIR%%/ima/nivel.png
X%%DATADIR%%/ima/otro.jpg
X%%DATADIR%%/ima/paco.png
X%%DATADIR%%/ima/particulas.png
X%%DATADIR%%/ima/pez.png
X%%DATADIR%%/ima/silvio.png
X%%DATADIR%%/sonidos/burbuja1.wav
X%%DATADIR%%/sonidos/pierde.wav
X%%DATADIR%%/sonidos/tic.wav
X%%DATADIR%%/sonidos/toc.wav
X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
X%%PORTDOCS%%%%DOCSDIR%%/README
Xshare/locale/es/LC_MESSAGES/aqbubble.mo
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X@dirrm %%DATADIR%%/ima
X@dirrm %%DATADIR%%/sonidos
X@dirrm %%DATADIR%%
END-of-aqbubble/pkg-plist
echo x - aqbubble/distinfo
sed 's/^X//' >aqbubble/distinfo << 'END-of-aqbubble/distinfo'
XMD5 (aqbubble-0.3.tar.gz) = 09bfc7bcb0e7b4fe41423d51ae9b9ce2
XSHA256 (aqbubble-0.3.tar.gz) = 7a8308a3c9432cc9018ed6e6e7acb4a0f47239560e155cc5cb8c3527036a0601
XSIZE (aqbubble-0.3.tar.gz) = 698443
END-of-aqbubble/distinfo
exit
--- aqbubble-0.3.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Tue Jun 6 18:10:04 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95388 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Tue Jun 6 18:38:07 UTC 2006 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95388 
>Unformatted:
