pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
es40: Rename to es40-cvs
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Thu Sep 22 00:15:13 2016 +0200
Changeset: 3410a354f002b95183d579be36dcf58f49f08e3a
Added Files:
es40-cvs/DESCR
es40-cvs/MESSAGE
es40-cvs/Makefile
es40-cvs/PLIST
es40-cvs/distinfo
es40-cvs/files/es40-netbsd.cfg
Removed Files:
es40/DESCR
es40/MESSAGE
es40/Makefile
es40/PLIST
es40/distinfo
es40/files/es40-netbsd.cfg
Log Message:
es40: Rename to es40-cvs
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3410a354f002b95183d579be36dcf58f49f08e3a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
es40-cvs/DESCR | 1 +
es40-cvs/MESSAGE | 14 +++++++++
es40-cvs/Makefile | 49 ++++++++++++++++++++++++++++++++
es40-cvs/PLIST | 9 ++++++
es40-cvs/distinfo | 5 ++++
es40-cvs/files/es40-netbsd.cfg | 64 ++++++++++++++++++++++++++++++++++++++++++
es40/DESCR | 1 -
es40/MESSAGE | 14 ---------
es40/Makefile | 49 --------------------------------
es40/PLIST | 9 ------
es40/distinfo | 5 ----
es40/files/es40-netbsd.cfg | 64 ------------------------------------------
12 files changed, 142 insertions(+), 142 deletions(-)
diffs:
diff --git a/es40-cvs/DESCR b/es40-cvs/DESCR
new file mode 100644
index 0000000..f0929f2
--- /dev/null
+++ b/es40-cvs/DESCR
@@ -0,0 +1 @@
+AlphaServer ES40 emulator
diff --git a/es40-cvs/MESSAGE b/es40-cvs/MESSAGE
new file mode 100644
index 0000000..58c1a55
--- /dev/null
+++ b/es40-cvs/MESSAGE
@@ -0,0 +1,14 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.3 2008/03/06 18:36:10 tnn2 Exp $
+
+Please copy ${PREFIX}/share/examples/es40/es40.cfg to a writable directory,
+adapt it to your needs and run es40 from that directory.
+Otherwise the emulator will greet you with a coredump.
+
+A sample configuration for running NetBSD has been installed in:
+
+ ${PREFIX}/share/examples/es40/es40-netbsd.cfg
+
+Please note that you must also install wip/es40-firmware.
+
+===========================================================================
diff --git a/es40-cvs/Makefile b/es40-cvs/Makefile
new file mode 100644
index 0000000..0224a08
--- /dev/null
+++ b/es40-cvs/Makefile
@@ -0,0 +1,49 @@
+# $NetBSD: Makefile,v 1.6 2012/11/23 22:33:31 othyro Exp $
+
+DISTNAME= # cvs package
+PKGNAME= es40-0.18
+CATEGORIES= emulators
+EXTRACT_ONLY= #
+VGABIOS= vgabios-0.6b.bin
+DISTFILES= ${VGABIOS}
+SITES.${VGABIOS}= http://savannah.gnu.org/download/vgabios/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.es40.org/
+COMMENT= AlphaServer ES40 emulator
+
+CVS_REPOSITORIES= es40
+CVS_ROOT.es40= :pserver:anonymous:@es40.cvs.sourceforge.net:/cvsroot/es40
+WRKSRC= ${WRKDIR}/es40
+.include "../../wip/mk/cvs-package.mk"
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+CONFIGURE_SCRIPT= ./configure_2.sh
+USE_TOOLS= gmake
+
+# XXX why does the SDL test fail?
+CFLAGS+= -DHAVE_SDL -I${BUILDLINK_PREFIX.SDL}/include/SDL
+LIBS+= -lSDL
+CONFIGURE_ENV+= ac_cv_func__strdup=no
+BUILD_ENV+= es40_cfg_LDADD=Exception.o
+
+# off_t is always 64 bits on NetBSD
+CFLAGS.NetBSD+= -Doff64_t=off_t -Dftello64=ftello -Dfseeko64=fseeko
+
+INSTALLATION_DIRS= share/es40 share/examples/es40
+
+post-extract:
+ cp ${DISTDIR}/${VGABIOS} ${WRKDIR}
+ cp ${WRKSRC}/config/config.* ${WRKSRC}
+
+post-install:
+ ${INSTALL_DATA} ${WRKDIR}/${VGABIOS} \
+ ${DESTDIR}${PREFIX}/share/es40
+ ${INSTALL_DATA} ${WRKSRC}/src/es40.cfg \
+ ${DESTDIR}${PREFIX}/share/examples/es40
+ ${INSTALL_DATA} ${FILESDIR}/es40-netbsd.cfg \
+ ${DESTDIR}${PREFIX}/share/examples/es40
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/es40-cvs/PLIST b/es40-cvs/PLIST
new file mode 100644
index 0000000..6e391f1
--- /dev/null
+++ b/es40-cvs/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.4 2009/10/11 10:44:35 thomasklausner Exp $
+bin/es40
+bin/es40_cfg
+bin/es40_idb
+bin/es40_lsm
+bin/es40_lss
+share/es40/vgabios-0.6b.bin
+share/examples/es40/es40-netbsd.cfg
+share/examples/es40/es40.cfg
diff --git a/es40-cvs/distinfo b/es40-cvs/distinfo
new file mode 100644
index 0000000..c464722
--- /dev/null
+++ b/es40-cvs/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.4 2011/10/07 12:42:01 makoto Exp $
+
+SHA1 (vgabios-0.6b.bin) = 1a8c473d22fcbd48abd6b18c073b9e59314fef68
+RMD160 (vgabios-0.6b.bin) = 30c47136334ccf92fc40b8d8ab7b595f5eb96b5d
+Size (vgabios-0.6b.bin) = 38400 bytes
diff --git a/es40-cvs/files/es40-netbsd.cfg b/es40-cvs/files/es40-netbsd.cfg
new file mode 100644
index 0000000..9c0dead
--- /dev/null
+++ b/es40-cvs/files/es40-netbsd.cfg
@@ -0,0 +1,64 @@
+//gui = sdl
+//{
+//}
+
+sys0 = tsunami
+{
+ memory.bits = 26;
+ rom.srm = "/usr/pkg/share/es40-firmware/cl67srmrom.exe";
+ rom.decompressed = "decompressed.rom";
+ rom.flash = "flash.rom";
+ rom.dpr = "dpr.rom";
+
+ cpu0 = ev68cb
+ {
+ speed = 800M;
+ // XXX might need true?
+ icache = false;
+ }
+
+ serial0 = serial
+ {
+ port = 21264;
+ action = "xterm -e telnet localhost 21264";
+ }
+ pci0.7 = ali
+ {
+ mouse.enabled = false;
+ vga_console = false;
+ }
+
+ pci0.19 = ali_usb
+ {
+ }
+
+// pci0.2 = cirrus
+// {
+// rom = "/usr/pkg/share/es40/vgabios-0.6b.bin";
+// }
+
+ pci0.15 = ali_ide
+ {
+ disk0.0 = file
+ {
+ file = "dka0.img";
+ read_only = false;
+ cdrom = false;
+ autocreate_size = 1024M;
+ }
+ disk1.0 = file
+ {
+ file = "alphacd-4.0.1.iso";
+ read_only = true;
+ cdrom = true;
+ }
+ }
+
+ pci0.4 = dec21143
+ {
+ // you will need to change this. Also check permissions to /dev/bpf*
+ mac = "08-00-2B-E5-40-00";
+ adapter = "sk0";
+ }
+
+}
diff --git a/es40/DESCR b/es40/DESCR
deleted file mode 100644
index f0929f2..0000000
--- a/es40/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-AlphaServer ES40 emulator
diff --git a/es40/MESSAGE b/es40/MESSAGE
deleted file mode 100644
index 58c1a55..0000000
--- a/es40/MESSAGE
+++ /dev/null
@@ -1,14 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.3 2008/03/06 18:36:10 tnn2 Exp $
-
-Please copy ${PREFIX}/share/examples/es40/es40.cfg to a writable directory,
-adapt it to your needs and run es40 from that directory.
-Otherwise the emulator will greet you with a coredump.
-
-A sample configuration for running NetBSD has been installed in:
-
- ${PREFIX}/share/examples/es40/es40-netbsd.cfg
-
-Please note that you must also install wip/es40-firmware.
-
-===========================================================================
diff --git a/es40/Makefile b/es40/Makefile
deleted file mode 100644
index 0224a08..0000000
--- a/es40/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2012/11/23 22:33:31 othyro Exp $
-
-DISTNAME= # cvs package
-PKGNAME= es40-0.18
-CATEGORIES= emulators
-EXTRACT_ONLY= #
-VGABIOS= vgabios-0.6b.bin
-DISTFILES= ${VGABIOS}
-SITES.${VGABIOS}= http://savannah.gnu.org/download/vgabios/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.es40.org/
-COMMENT= AlphaServer ES40 emulator
-
-CVS_REPOSITORIES= es40
-CVS_ROOT.es40= :pserver:anonymous:@es40.cvs.sourceforge.net:/cvsroot/es40
-WRKSRC= ${WRKDIR}/es40
-.include "../../wip/mk/cvs-package.mk"
-
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
-CONFIGURE_SCRIPT= ./configure_2.sh
-USE_TOOLS= gmake
-
-# XXX why does the SDL test fail?
-CFLAGS+= -DHAVE_SDL -I${BUILDLINK_PREFIX.SDL}/include/SDL
-LIBS+= -lSDL
-CONFIGURE_ENV+= ac_cv_func__strdup=no
-BUILD_ENV+= es40_cfg_LDADD=Exception.o
-
-# off_t is always 64 bits on NetBSD
-CFLAGS.NetBSD+= -Doff64_t=off_t -Dftello64=ftello -Dfseeko64=fseeko
-
-INSTALLATION_DIRS= share/es40 share/examples/es40
-
-post-extract:
- cp ${DISTDIR}/${VGABIOS} ${WRKDIR}
- cp ${WRKSRC}/config/config.* ${WRKSRC}
-
-post-install:
- ${INSTALL_DATA} ${WRKDIR}/${VGABIOS} \
- ${DESTDIR}${PREFIX}/share/es40
- ${INSTALL_DATA} ${WRKSRC}/src/es40.cfg \
- ${DESTDIR}${PREFIX}/share/examples/es40
- ${INSTALL_DATA} ${FILESDIR}/es40-netbsd.cfg \
- ${DESTDIR}${PREFIX}/share/examples/es40
-
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/es40/PLIST b/es40/PLIST
deleted file mode 100644
index 6e391f1..0000000
--- a/es40/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2009/10/11 10:44:35 thomasklausner Exp $
-bin/es40
-bin/es40_cfg
-bin/es40_idb
-bin/es40_lsm
-bin/es40_lss
-share/es40/vgabios-0.6b.bin
-share/examples/es40/es40-netbsd.cfg
-share/examples/es40/es40.cfg
diff --git a/es40/distinfo b/es40/distinfo
deleted file mode 100644
index c464722..0000000
--- a/es40/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2011/10/07 12:42:01 makoto Exp $
-
-SHA1 (vgabios-0.6b.bin) = 1a8c473d22fcbd48abd6b18c073b9e59314fef68
-RMD160 (vgabios-0.6b.bin) = 30c47136334ccf92fc40b8d8ab7b595f5eb96b5d
-Size (vgabios-0.6b.bin) = 38400 bytes
diff --git a/es40/files/es40-netbsd.cfg b/es40/files/es40-netbsd.cfg
deleted file mode 100644
index 9c0dead..0000000
--- a/es40/files/es40-netbsd.cfg
+++ /dev/null
@@ -1,64 +0,0 @@
-//gui = sdl
-//{
-//}
-
-sys0 = tsunami
-{
- memory.bits = 26;
- rom.srm = "/usr/pkg/share/es40-firmware/cl67srmrom.exe";
- rom.decompressed = "decompressed.rom";
- rom.flash = "flash.rom";
- rom.dpr = "dpr.rom";
-
- cpu0 = ev68cb
- {
- speed = 800M;
- // XXX might need true?
- icache = false;
- }
-
- serial0 = serial
- {
- port = 21264;
- action = "xterm -e telnet localhost 21264";
- }
- pci0.7 = ali
- {
- mouse.enabled = false;
- vga_console = false;
- }
-
- pci0.19 = ali_usb
- {
- }
-
-// pci0.2 = cirrus
-// {
-// rom = "/usr/pkg/share/es40/vgabios-0.6b.bin";
-// }
-
- pci0.15 = ali_ide
- {
- disk0.0 = file
- {
- file = "dka0.img";
- read_only = false;
- cdrom = false;
- autocreate_size = 1024M;
- }
- disk1.0 = file
- {
- file = "alphacd-4.0.1.iso";
- read_only = true;
- cdrom = true;
- }
- }
-
- pci0.4 = dec21143
- {
- // you will need to change this. Also check permissions to /dev/bpf*
- mac = "08-00-2B-E5-40-00";
- adapter = "sk0";
- }
-
-}
Home |
Main Index |
Thread Index |
Old Index