1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Imagine this nightmare scenario: your boss tells you about a legacy system you

have to support. How bad could it be? COBOL? Fortran? Worse: it's an embedded
6502 system run by a family of squirrels. Fortunately there's a pure Perl 6502
emulator that works so well the squirrels will never know the difference.

WWW:    http://search.cpan.org/dist/Acme-6502/
This commit is contained in:
Steven Kreuzer 2012-07-03 15:35:31 +00:00
parent a24a7d72f6
commit 3e5eb05150
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300440
5 changed files with 40 additions and 0 deletions

View File

@ -129,6 +129,7 @@
SUBDIR += open-vm-tools-nox11
SUBDIR += openmsx
SUBDIR += osmose
SUBDIR += p5-Acme-6502
SUBDIR += parallels-tools
SUBDIR += pcemu
SUBDIR += pcsxr

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-Acme-6502
# Date created: 2012-07-03
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Acme-6502
PORTVERSION= 0.76
CATEGORIES= emulators perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Pure Perl 65C02 simulator
RUN_DEPENDS= p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey \
p5-version>=0.98:${PORTSDIR}/devel/p5-version
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN3= Acme::6502.3 \
Acme::6502::Tube.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Acme-6502-0.76.tar.gz) = 8bd1cf12e703890d9366230c002e5baa32c4bc9ba560e1b0a735d743dd5088e1
SIZE (Acme-6502-0.76.tar.gz) = 40293

View File

@ -0,0 +1,6 @@
Imagine this nightmare scenario: your boss tells you about a legacy system you
have to support. How bad could it be? COBOL? Fortran? Worse: it's an embedded
6502 system run by a family of squirrels. Fortunately there's a pure Perl 6502
emulator that works so well the squirrels will never know the difference.
WWW: http://search.cpan.org/dist/Acme-6502/

View File

@ -0,0 +1,5 @@
@comment $FreeBSD$
%%SITE_PERL%%/Acme/6502.pm
%%SITE_PERL%%/Acme/6502/Tube.pm
@dirrm %%SITE_PERL%%/Acme/6502/
@dirrmtry %%SITE_PERL%%/Acme/