View | Details | Raw Unified | Return to bug 218494
Collapse All | Expand All

(-)Makefile (-8 / +6 lines)
Lines 1-20 Link Here
1
# Created by: Julian Stacey <jhs@FreeBSD.org>
1
 # Created by: Julian H. Stacey <jhs_ERASE@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pbasic
4
PORTNAME=	pbasic
5
PORTVERSION=	2.0
5
PORTVERSION=	2.1
6
CATEGORIES=	lang
6
CATEGORIES=	lang
7
MASTER_SITES=	ftp://ftp.berklix.org/pub/FreeBSD/ports/distfiles/ \
7
MASTER_SITES=	ftp://ftp.berklix.org/pub/FreeBSD/ports/distfiles/ \
8
		http://www.berklix.com/~jhs/ftp/distfiles/
8
		http://www.berklix.com/~jhs/ftp/distfiles/
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-950813
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-2017-04-08
10
10
11
MAINTAINER=	jhs@berklix.com
11
MAINTAINER=	jhs_ERASE@berklix.com
12
COMMENT=	Phil Cockroft's Basic Interpreter (previously Rabbit Basic)
12
COMMENT=	Phil Cockroft's Basic Interpreter (previously Rabbit Basic)
13
# Ask maintainer if you want newer sources or author's latest e-mail
13
#		Author of generic sources: "phil@cockcroft.de"
14
#  (which is currently "phil@cockcroft.de")
15
14
16
BROKEN_aarch64=	Fails to link: missing sbrk
17
18
ALL_TARGET=	freebsd
15
ALL_TARGET=	freebsd
19
MAKEFILE=	makefile
16
MAKEFILE=	makefile
20
PLIST_FILES=	bin/pbasic man/man1/pbasic.1.gz
17
PLIST_FILES=	bin/pbasic man/man1/pbasic.1.gz
Lines 34-36 Link Here
34
	${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${STAGEDIR}${PREFIX}/man/man1/pbasic.1
31
	${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${STAGEDIR}${PREFIX}/man/man1/pbasic.1
35
32
36
.include <bsd.port.mk>
33
.include <bsd.port.mk>
34
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (pbasic-2.0-950813.tar.gz) = 1eb9331aba18a57938e5477066fbcff654e470f4cfb5ac7cef0c719c096f40e5
1
SHA256 (pbasic-2.1-2017-04-08.tar.gz) = 8cbc306e52bbae982ce5c746e7f75002731a4411416ec85a698c5ee623c73f55
2
SIZE (pbasic-2.0-950813.tar.gz) = 137363
2
SIZE (pbasic-2.1-2017-04-08.tar.gz) = 138529
3
(-)pkg-descr (-2 / +2 lines)
Lines 1-7 Link Here
1
This is v2.0 of a Basic Interpreter by Phil J. A. Cockcroft
1
This is v2.1 of a Basic Interpreter by Phil J. A. Cockcroft
2
earlier versions used to be known as Rabbit Basic.
2
earlier versions used to be known as Rabbit Basic.
3
3
4
According to an earlier lisencing document:
4
According to an earlier licensing document:
5
5
6
===
6
===
7
This code is being put in the Public Domain since I will soon loose
7
This code is being put in the Public Domain since I will soon loose

Return to bug 218494