head	1.13;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2013.03.08.21.56.26;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2013.02.13.02.08.59;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2013.01.25.09.54.51;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2013.01.20.23.52.01;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.28.02.06.42;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.11.17.05.58.48;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.05.21.27.06;	author rakuco;	state Exp;
branches;
next	1.6;

1.6
date	2012.10.11.17.36.21;	author rm;	state Exp;
branches;
next	1.5;

1.5
date	2012.08.10.12.28.23;	author madpilot;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.06.06.44.01;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.01.05.21.16;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2011.10.11.07.46.10;	author wen;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.11.06.50.56;	author wen;	state Exp;
branches;
next	;


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313635
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Fernando Apesteguia <fernando.apesteguia@@gmail.com>
# $FreeBSD: head/lang/basic256/Makefile 313635 2013-03-08 11:32:11Z bapt $

PORTNAME=	basic256
PORTVERSION=	0.9.9.46
CATEGORIES=	lang
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	kidbasic/${PORTNAME}
DISTNAME=	${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	fernando.apesteguia@@gmail.com
COMMENT=	Easy to use BASIC language and IDE for education

BUILD_DEPENDS=	espeak:${PORTSDIR}/audio/espeak \
		sqlite3:${PORTSDIR}/databases/sqlite3 \
		flex:${PORTSDIR}/textproc/flex

WRKSRC=		${WRKDIR}

USES=		bison
USE_SDL=	sdl mixer
USE_QT4=	corelib gui network xml webkit moc_build qmake_build rcc_build uic_build
USE_DOS2UNIX=	yes
HAS_CONFIGURE=	yes

do-configure:
	@@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
	${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro

.include <bsd.port.mk>
@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312139
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/lang/basic256/Makefile 312139 2013-02-13 01:16:39Z miwi $
d21 1
a21 1
USE_BISON=	build
@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310970
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/lang/basic256/Makefile 310970 2013-01-25 09:23:50Z ak $
d5 1
a5 1
PORTVERSION=	0.9.9.38
@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310723
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/lang/basic256/Makefile 310723 2013-01-20 23:38:13Z madpilot $
d5 1
a5 1
PORTVERSION=	0.9.9.28
@


1.9
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307873
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307873 | bdrewery | 2012-11-28 02:04:36 +0000 (Wed, 28 Nov 2012) | 6 lines
## SVN ##
## SVN ## - Update to 0.9.9.17
## SVN ##
## SVN ## PR:		ports/173845
## SVN ## Submitted by:	Fernando <fernando.apesteguia@@gmail.com> (maintainer)
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/lang/basic256/Makefile 307873 2012-11-28 02:04:36Z bdrewery $
d5 1
a5 1
PORTVERSION=	0.9.9.17
@


1.8
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/lang/basic256/Makefile 307033 2012-11-05 21:27:06Z rakuco $
d5 1
a5 1
PORTVERSION=	0.9.9.13
@


1.7
log
@SVN rev 307033 on 2012-11-05 21:27:06Z by rakuco

Update to 0.9.9.13.

PR:		ports/173401
Submitted by:	Fernando <fernando.apesteguia@@gmail.com> (maintainer)
Feature safe:   yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.6
log
@SVN rev 305734 on 2012-10-11 17:36:21Z by rm

- update to 0.9.9.1
- add build dependencies on bison and flex

while here:
- trim Makefile header
- remove redundant tabs in Makefile
- use SF shortcut in MASTER_SITES
- remove indefinite article from COMMENT
- remove exclicit dependency on qmake, since it is already defined in USE_QT4
- change BUILD_DEPENDS usage to more common
- remove trailing whitespace in pkg-descr

PR:		172583
Submitted by:	Fernando <fernando.apesteguia at gmail dot com> (maintainer)
Feature safe:	yes
@
text
@d5 1
a5 1
PORTVERSION=	0.9.9.1
@


1.5
log
@SVN rev 302386 on 2012-08-10 12:28:23Z by madpilot

- Update to to 0.6.69
- Whitespace fix

PR:		ports/170504
Submitted by:	Fernando <fernando.apesteguia@@gmail.com>
Approved by:	crees (mentor)
@
text
@d1 1
a1 4
# New ports collection makefile for:	BASIC256
# Date created:                Aug 17 2011
# Whom:                        Fernando Apesteguia <fernando.apesteguia@@gmail.com>
#
d4 22
a25 24
PORTNAME=		basic256
PORTVERSION=		0.9.6.69a
CATEGORIES=		lang
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	kidbasic/basic256
DISTNAME=		${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX=		.tgz

MAINTAINER=		fernando.apesteguia@@gmail.com
COMMENT=		An easy to use BASIC language and IDE for education

BUILD_DEPENDS=		espeak:${PORTSDIR}/audio/espeak
BUILD_DEPENDS+=		sqlite3:${PORTSDIR}/databases/sqlite3
BUILD_DEPENDS+=		qmake-qt4:${PORTSDIR}/devel/qmake4

WRKSRC=			${WRKDIR}

USE_SDL=		sdl mixer

USE_QT4=		corelib gui network xml webkit moc_build qmake_build rcc_build uic_build

USE_DOS2UNIX=		yes

HAS_CONFIGURE=		yes
@


1.4
log
@- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:	bapt, David Naylor (kde team)
@
text
@d8 1
a8 2
PORTVERSION=		0.9.6.66
PORTREVISION=	1
d26 1
a26 1
USE_QT4= 		corelib gui network xml webkit moc_build qmake_build rcc_build uic_build
@


1.3
log
@- update png to 1.5.10
@
text
@d27 1
a27 2
USE_QT_VER=		4
QT_COMPONENTS= 		corelib gui network xml webkit moc_build qmake_build rcc_build uic_build
@


1.2
log
@BASIC-256 is an easy to use version of BASIC designed to teach anybody
(especially middle and high-school students) the basics of computer
programming.

It uses traditional control structures like gosub, for/next, and goto,
which helps kids easily see how program flow-control works. It has a
built-in graphics mode which lets them draw pictures on screen in
minutes, and a set of detailed, easy-to-follow tutorials that
introduce programming concepts through fun exercises.

WWW: http://www.basic256.org

PR:		ports/160367
Submitted by:	Fernando <fernando.apesteguia@@gmail.com>
@
text
@d9 1
@


1.1
log
@BASIC-256 is an easy to use version of BASIC designed to teach anybody
(especially middle and high-school students) the basics of computer
programming.

It uses traditional control structures like gosub, for/next, and goto,
which helps kids easily see how program flow-control works. It has a
built-in graphics mode which lets them draw pictures on screen in
minutes, and a set of detailed, easy-to-follow tutorials that
introduce programming concepts through fun exercises.

WWW: http://http://www.basic256.org

PR:		ports/160367
Submitted by:	Fernando <fernando.apesteguia@@gmail.com>
@
text
@@

