ports/110753: [patch] Rename emulators/sim to emulators/simh

trasz at pin.if.uz.zgora.pl trasz at pin.if.uz.zgora.pl
Sat Mar 24 09:00:12 UTC 2007


>Number:         110753
>Category:       ports
>Synopsis:       [patch] Rename emulators/sim to emulators/simh
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 24 09:00:11 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     <trasz at pin.if.uz.zgora.pl>
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006 trasz at pin.if.uz.zgora.pl:/usr/obj/usr/src/sys/PIN i386


>Description:
Simh (http://simh.trailing-edge.com) is currently available as emulators/sim,
which is confusing.  I'd like to ask for renaming it to emulators/simh.

>How-To-Repeat:
	
>Fix:

	

--- sim-to-simh.diff begins here ---
diff -urN sim/Makefile simh/Makefile
--- sim/Makefile	Mon Feb 12 09:17:36 2007
+++ simh/Makefile	Sat Mar 24 09:24:10 2007
@@ -5,11 +5,11 @@
 # $FreeBSD: ports/emulators/sim/Makefile,v 1.43 2007/02/12 08:17:36 miwi Exp $
 #
 
-PORTNAME=	sim
+PORTNAME=	simh
 PORTVERSION=	3.7
 CATEGORIES=	emulators
 MASTER_SITES=	http://simh.trailing-edge.com/sources/
-DISTNAME=	${PORTNAME}hv37-0
+DISTNAME=	${PORTNAME}v37-0
 
 MAINTAINER=	trasz at pin.if.uz.zgora.pl
 COMMENT=	Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others
@@ -30,7 +30,7 @@
 
 PORTDOCS=	0readme_37.txt 0readme_ethernet.txt
 
-PLIST_FILES=	${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin bin/sim-eclipse
+PLIST_FILES=	${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin bin/simh-eclipse
 PLIST_DIRS=	%%DATADIR%%
 
 SUB_FILES+=	pkg-message
@@ -51,8 +51,8 @@
 .for file in ${BIN_FILES}
 	${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin
 .endfor
-# eclipse conflicts with java/eclipse, install it as sim-eclipse
-	${INSTALL_PROGRAM} ${WRKDIR}/BIN/eclipse ${PREFIX}/bin/sim-eclipse
+# eclipse conflicts with java/eclipse, install it as simh-eclipse
+	${INSTALL_PROGRAM} ${WRKDIR}/BIN/eclipse ${PREFIX}/bin/simh-eclipse
 
 	@${MKDIR} ${DATADIR}
 	${INSTALL_DATA} ${WRKDIR}/VAX/ka655x.bin ${DATADIR}
diff -urN sim/files/pkg-message.in simh/files/pkg-message.in
--- sim/files/pkg-message.in	Sun Jun 18 14:19:36 2006
+++ simh/files/pkg-message.in	Sat Mar 24 09:44:33 2007
@@ -1,5 +1,5 @@
 *********************************************************************
 
-The file needed by the VAX emulator is located in %%PREFIX%%/share/sim
+The file needed by the VAX emulator is located in %%PREFIX%%/share/simh
 
 *********************************************************************
--- sim-to-simh.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list