Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/xcpc emulators/xcpc: import xcpc-20070122



details:   https://anonhg.NetBSD.org/pkgsrc/rev/249747b49422
branches:  trunk
changeset: 434426:249747b49422
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Jun 16 12:08:45 2020 +0000

description:
emulators/xcpc: import xcpc-20070122

XCPC is a portable Amstrad CPC 464/664/6128 emulator written in C.

XCPC is designed to run on any POSIX compliant system, including
Unix, Linux, BSD and having an X11 server.

diffstat:

 emulators/xcpc/DESCR    |   4 ++++
 emulators/xcpc/Makefile |  25 +++++++++++++++++++++++++
 emulators/xcpc/PLIST    |   8 ++++++++
 emulators/xcpc/distinfo |   6 ++++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 2a2c6bab4c59 -r 249747b49422 emulators/xcpc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xcpc/DESCR      Tue Jun 16 12:08:45 2020 +0000
@@ -0,0 +1,4 @@
+XCPC is a portable Amstrad CPC 464/664/6128 emulator written in C.
+
+XCPC is designed to run on any POSIX compliant system, including
+Unix, Linux, BSD and having an X11 server.
diff -r 2a2c6bab4c59 -r 249747b49422 emulators/xcpc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xcpc/Makefile   Tue Jun 16 12:08:45 2020 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2020/06/16 12:08:45 ryoon Exp $
+
+DISTNAME=      xcpc-20070122
+CATEGORIES=    emulators
+MASTER_SITES=  https://bitbucket.org/ponceto/xcpc/get/
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      https://bitbucket.org/ponceto/xcpc/get/
+COMMENT=       Portable Amstrad CPC 464/664/6128 emulator
+LICENSE=       gnu-gpl-v2
+
+WRKSRC=                ${WRKDIR}/ponceto-xcpc-90cd270f37be
+
+USE_TOOLS+=    automake pkg-config
+USE_LIBTOOL=   yes
+GNU_CONFIGURE= yes
+
+pre-configure:
+       set -e; cd ${WRKSRC}; \
+       libtoolize; aclocal; autoheader; automake -a --foreign -i; autoconf
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../emulators/libdsk/buildlink3.mk"
+.include "../../x11/libXaw/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2a2c6bab4c59 -r 249747b49422 emulators/xcpc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xcpc/PLIST      Tue Jun 16 12:08:45 2020 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2020/06/16 12:08:45 ryoon Exp $
+bin/xcpc
+share/applications/xcpc.desktop
+share/pixmaps/xcpc.xpm
+share/xcpc/roms/amsdos.rom
+share/xcpc/roms/cpc464.rom
+share/xcpc/roms/cpc6128.rom
+share/xcpc/roms/cpc664.rom
diff -r 2a2c6bab4c59 -r 249747b49422 emulators/xcpc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xcpc/distinfo   Tue Jun 16 12:08:45 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/06/16 12:08:45 ryoon Exp $
+
+SHA1 (xcpc-20070122.tar.gz) = 61f21856b367316dac40545b91b7878ddbaf3838
+RMD160 (xcpc-20070122.tar.gz) = 4577e5cd3bc1f9f8fa2e32cfb291c4f748ea34ae
+SHA512 (xcpc-20070122.tar.gz) = b388943079b2dab9e6c60e104470859785903ec30926dc63d4efd07b272e75f11583edf41c80e56e3bd7e2b80aeddfc0b2aef222b8bf4cf41cc905c640bcf82d
+Size (xcpc-20070122.tar.gz) = 156803 bytes



Home | Main Index | Thread Index | Old Index