Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2004 18:03:27 +0100 (CET)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jmallett@FreeBSD.org
Subject:   ports/74921: update: emulators/mips64emul (0.2.1 to 0.2.3)
Message-ID:  <20041210170327.5610855A49@mail.wormulon.net>
Resent-Message-ID: <200412101710.iBAHANw5000963@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74921
>Category:       ports
>Synopsis:       update: emulators/mips64emul (0.2.1 to 0.2.3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 10 17:10:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD plant.wormulon.net 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Aug 13 11:32:22 CEST 2004 hscholz@h2012.ka.strato.de:/usr/src/sys/i386/compile/PLANT i386

FreeBSD zoidberg.freenet-ag.de 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Tue Dec  7 13:07:11 CET 2004     hscholz@zoidberg.freenet-ag.de:/usr/src/sys/i386/compile/ZOIDBERG  i386

	
>Description:

Changes:

	- update from 0.2.1 to 0.2.3
	- update MASTER_SITES as main page moved, keep old site as backup
	- introduce X11 support and documentation OPTIONS knobs
	- add pkg-plist
	- update WWW in pkg-descr

Juli Mallett (maintainer) cc'ed.

>How-To-Repeat:
	
>Fix:

	

--- mips64emul-0.2.1-to-0.2.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/mips64emul/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	10 Aug 2004 18:04:21 -0000	1.4
+++ Makefile	10 Dec 2004 16:59:21 -0000
@@ -2,24 +2,53 @@
 # Date created:        05 June, 2004
 # Whom:                Juli Mallett <jmallett@FreeBSD.org>
 #
-# $FreeBSD$
+# $FreeBSD: ports/emulators/mips64emul/Makefile,v 1.4 2004/08/10 18:04:21 adamw Exp $
 #
 
 PORTNAME=	mips64emul
-PORTVERSION=	0.2
+PORTVERSION=	0.2.3
 PORTEPOCH=	1
 CATEGORIES=	emulators
-MASTER_SITES=	http://www.mdstud.chalmers.se/~md1gavan/mips64emul/src/
+MASTER_SITES=	http://gavare.se/mips64emul/src/ \
+				http://www.mdstud.chalmers.se/~md1gavan/mips64emul/src/
 
 MAINTAINER=	jmallett@FreeBSD.org
 COMMENT=	A 64-bit MIPS emulator which emulates a variety of machines
 
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--nox11
+OPTIONS=	X11	"Enable X11 support" on \
+			DOCS "Install documentation" off
 
-PLIST_FILES=	bin/mips64emul
+DOCFILES=	20041024-netbsd-arc-installed.gif \
+			20041024-netbsd-arc-installed_small.gif \
+			20041024-openbsd-arc-installed.gif \
+			20041024-openbsd-arc-installed_small.gif \
+			20041129-redhat_mips.png 20041129-redhat_mips_small.png \
+			hello.c index.html netbsd-pmax-20040630.png \
+			netbsd-pmax-20040630_small.png openbsd-pmax-20040710.png \
+			openbsd-pmax-20040710_small.png sprite-20040711.png \
+			sprite-20040711_small.png technical.html \
+			ultrix4.5-20040706.png ultrix4.5-20040706_small.gif
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITHOUT_X11)
+CONFIGURE_ARGS+=	--nox11
+.endif
+
+.if defined(WITH_DOCS)
+PLIST_SUB+=	DOCS=""
+.else
+PLIST_SUB+=	DOCS="@comment "
+.endif
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/mips64emul ${PREFIX}/bin/mips64emul
+.if defined(WITH_DOCS)
+	${MKDIR} ${DOCSDIR}
+.for i in ${DOCFILES}
+	${INSTALL_DATA} -m 644 ${WRKSRC}/doc/${i} ${DOCSDIR}
+.endfor
+.endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/emulators/mips64emul/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	10 Aug 2004 15:33:00 -0000	1.3
+++ distinfo	10 Dec 2004 16:59:21 -0000
@@ -1,2 +1,2 @@
-MD5 (mips64emul-0.2.tar.gz) = c9426f6dc6af91629c9d1f75ac99f046
-SIZE (mips64emul-0.2.tar.gz) = 634922
+MD5 (mips64emul-0.2.3.tar.gz) = cfeb038780fd8a6422ee08f76d08813d
+SIZE (mips64emul-0.2.3.tar.gz) = 795082
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/emulators/mips64emul/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr	6 Jun 2004 00:20:29 -0000	1.1
+++ pkg-descr	10 Dec 2004 16:59:21 -0000
@@ -1,3 +1,3 @@
 A 64-bit MIPS emulator which emulates a variety of machines.
 
-WWW: http://www.mdstud.chalmers.se/~md1gavan/mips64emul/
+WWW: http://gavare.se/mips64emul/
--- mips64emul-0.2.1-to-0.2.3.patch ends here ---

pkg-plist content:

bin/mips64emul
%%DOCS%%%%DOCSDIR%%/20041024-netbsd-arc-installed.gif
%%DOCS%%%%DOCSDIR%%/20041024-netbsd-arc-installed_small.gif
%%DOCS%%%%DOCSDIR%%/20041024-openbsd-arc-installed.gif
%%DOCS%%%%DOCSDIR%%/20041024-openbsd-arc-installed_small.gif
%%DOCS%%%%DOCSDIR%%/20041129-redhat_mips.png
%%DOCS%%%%DOCSDIR%%/20041129-redhat_mips_small.png
%%DOCS%%%%DOCSDIR%%/hello.c
%%DOCS%%%%DOCSDIR%%/index.html
%%DOCS%%%%DOCSDIR%%/netbsd-pmax-20040630.png
%%DOCS%%%%DOCSDIR%%/netbsd-pmax-20040630_small.png
%%DOCS%%%%DOCSDIR%%/openbsd-pmax-20040710.png
%%DOCS%%%%DOCSDIR%%/openbsd-pmax-20040710_small.png
%%DOCS%%%%DOCSDIR%%/sprite-20040711.png
%%DOCS%%%%DOCSDIR%%/sprite-20040711_small.png
%%DOCS%%%%DOCSDIR%%/technical.html
%%DOCS%%%%DOCSDIR%%/ultrix4.5-20040706.png
%%DOCS%%%%DOCSDIR%%/ultrix4.5-20040706_small.gif
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041210170327.5610855A49>