pkgsrc-Bugs archive

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

pkg/49274: Adds some RiscOS modules to install of emulators/arcem



>Number:         49274
>Category:       pkg
>Synopsis:       Adds some RiscOS modules to install of emulators/arcem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Oct 11 14:00:00 +0000 2014
>Originator:     Rhialto
>Release:        NetBSD 6.1.5 pkgsrc-2014Q3
>Organization:
	
>Environment:
	
	
System: NetBSD murthe.falu.nl 6.1.5 NetBSD 6.1.5 (MURTHE6.1.5) #0: Sun Oct 5 01:15:04 CEST 2014 rhialto%vargaz.falu.nl@localhost:/usr/src/sys/arch/amd64/compile/MURTHE6.1.5 amd64
Architecture: x86_64
Machine: amd64
>Description:
	The user manual for arcem mentioned RiscOS extension modules
	(http://arcem.sourceforge.net/manual/arcem-1.50.html)
	but they were not installed in the package.
	I discovered that they are included, pre-assembled, in the source
	distribution.
>How-To-Repeat:
	
	Read the user manual.
>Fix:
	I've added them to the installed files.

Index: MESSAGE
===================================================================
RCS file: /cvsroot/pkgsrc/emulators/arcem/MESSAGE,v
retrieving revision 1.4
diff -u -r1.4 MESSAGE
--- MESSAGE	3 Dec 2004 15:15:23 -0000	1.4
+++ MESSAGE	11 Oct 2014 13:45:49 -0000
@@ -7,10 +7,17 @@
 file needs to be writable by you. For example:
 
   $ mkdir ~/Archimedes
-  $ cp ${PREFIX}/share/arcem/* ~/Archimedes
+  $ cp -p ${PREFIX}/share/arcem/* ~/Archimedes
   $ cp ~/Archimedes/dot.arcemrc ~/.arcemrc
   $ cd ~/Archimedes
   $ chmod +w HardImage1
+  $ mkdir extnrom hostfs        # note [1]
+  $ mv *,ffa extnrom            # note [1]
+  $ mv *,ffb hostfs             # note [1]
   $ arcem
 
+[1] If you run RiscOS, you can use the HostFS file system.
+Files from the hostfs file will be visible.
+
+
 ===========================================================================
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/emulators/arcem/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile	11 Nov 2013 16:44:45 -0000	1.24
+++ Makefile	11 Oct 2014 13:45:49 -0000
@@ -39,6 +39,22 @@
 		${DESTDIR}${PREFIX}/share/arcem/dot.arcemrc
 	${INSTALL_DATA} ${WRKSRC}/hexcmos \
 		${DESTDIR}${PREFIX}/share/arcem/hexcmos
+	${INSTALL_DATA} ${WRKSRC}/support_modules/hostfs/hostfs,ffa \
+		${DESTDIR}${PREFIX}/share/arcem/hostfs,ffa
+	${INSTALL_DATA} ${WRKSRC}/support_modules/hostfs/hostfsfiler,ffa \
+		${DESTDIR}${PREFIX}/share/arcem/hostfsfiler,ffa
+	${INSTALL_DATA} ${WRKSRC}/support_modules/modes/ArcemModes,ffa \
+		${DESTDIR}${PREFIX}/share/arcem/ArcemModes,ffa
+	${INSTALL_DATA} ${WRKSRC}/support_modules/modes/MakeModes,ffb \
+		${DESTDIR}${PREFIX}/share/arcem/MakeModes,ffb
+	${INSTALL_DATA} ${WRKSRC}/support_modules/modes/ModeGen,ffb \
+		${DESTDIR}${PREFIX}/share/arcem/ModeGen,ffb
+	${INSTALL_DATA} ${WRKSRC}/support_modules/modes/README \
+		${DESTDIR}${PREFIX}/share/arcem/README.Modes
+	${INSTALL_DATA} ${WRKSRC}/support_modules/scrollwheel/scrollwheel,ffa \
+		${DESTDIR}${PREFIX}/share/arcem/scrollwheel,ffa
+	${INSTALL_DATA} ${WRKSRC}/support_modules/support/support,ffa \
+		${DESTDIR}${PREFIX}/share/arcem/support,ffa
 
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/emulators/arcem/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- PLIST	14 Jun 2009 17:51:01 -0000	1.4
+++ PLIST	11 Oct 2014 13:45:49 -0000
@@ -1,9 +1,17 @@
 @comment $NetBSD: PLIST,v 1.4 2009/06/14 17:51:01 joerg Exp $
 bin/arcem
+share/arcem/ArcemModes,ffa
 share/arcem/HardImage1
+share/arcem/MakeModes,ffb
+share/arcem/ModeGen,ffb
+share/arcem/README.Modes
 share/arcem/ROM
 share/arcem/dot.arcemrc
 share/arcem/hexcmos
+share/arcem/hostfs,ffa
+share/arcem/hostfsfiler,ffa
+share/arcem/scrollwheel,ffa
+share/arcem/support,ffa
 @comment share/arcem/hexcmos.2
 @comment share/arcem/README
 @comment share/arcem/README.OrElse


-Olaf.
-- 
___ Olaf 'Rhialto' Seibert  -- The Doctor: No, 'eureka' is Greek for
\X/ rhialto/at/xs4all.nl    -- 'this bath is too hot.'

>Unformatted:
 	
 	


Home | Main Index | Thread Index | Old Index