svn commit: r357771 - in head/lang/mmix: . files

Thomas Zander riggs at FreeBSD.org
Sat Jun 14 12:12:35 UTC 2014


Author: riggs
Date: Sat Jun 14 12:12:33 2014
New Revision: 357771
URL: http://svnweb.freebsd.org/changeset/ports/357771
QAT: https://qat.redports.org/buildarchive/r357771/

Log:
  - Take maintainership upon dhn's request on the ports mailing list [1]
  - Update to latest upstream release 20131017
  - MMIX development is now hosted at http://mmix.cs.hm.edu
    - Update MASTER_SITES accordingly
    - Update pkg-descr accordingly
  - Add LICENSE
    - Provide text file containing the license via ${FILESDIR}/LICENSE.txt
  
  Approved by:	mentors (implicit), dhn [1]

Added:
  head/lang/mmix/files/LICENSE.txt   (contents, props changed)
Modified:
  head/lang/mmix/Makefile
  head/lang/mmix/distinfo
  head/lang/mmix/pkg-descr

Modified: head/lang/mmix/Makefile
==============================================================================
--- head/lang/mmix/Makefile	Sat Jun 14 11:30:43 2014	(r357770)
+++ head/lang/mmix/Makefile	Sat Jun 14 12:12:33 2014	(r357771)
@@ -2,14 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	mmix
-PORTVERSION=	20110831
+PORTVERSION=	20131017
 CATEGORIES=	lang
-MASTER_SITES=	http://www-cs-faculty.stanford.edu/~knuth/programs/ \
-		http://mirror.mcx2.org/
+MASTER_SITES=	http://mmix.cs.hm.edu/src/
+EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	dhn at FreeBSD.org
+MAINTAINER=	riggs at FreeBSD.org
 COMMENT=	RISC computer designed by Donald E. Knuth
 
+LICENSE=	mmix
+LICENSE_NAME=	mmix license
+LICENSE_FILE=	${FILESDIR}/LICENSE.txt
+LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
+
 BUILD_DEPENDS=	ctangle:${PORTSDIR}/devel/cweb
 
 NO_WRKSUBDIR=	yes

Modified: head/lang/mmix/distinfo
==============================================================================
--- head/lang/mmix/distinfo	Sat Jun 14 11:30:43 2014	(r357770)
+++ head/lang/mmix/distinfo	Sat Jun 14 12:12:33 2014	(r357771)
@@ -1,2 +1,2 @@
-SHA256 (mmix-20110831.tar.gz) = f8db41c6958c574452915898c8a66dec8fa708706f7e54f79871c7f166935dca
-SIZE (mmix-20110831.tar.gz) = 307375
+SHA256 (mmix-20131017.tgz) = aa64c4b9dc3cf51f07b330791f8ce542b0ae8a1132e098fa95a19b31350050b4
+SIZE (mmix-20131017.tgz) = 308016

Added: head/lang/mmix/files/LICENSE.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/mmix/files/LICENSE.txt	Sat Jun 14 12:12:33 2014	(r357771)
@@ -0,0 +1,9 @@
+MMIXware is copyright 1999 Donald E. Knuth
+
+The MMIXware files may be freely copied and distributed, provided that
+no changes whatsoever are made. All users are asked to help keep the
+MMIXware files consistent and "uncorrupted", identical everywhere in
+the world. Changes are permissible only if the modified file is given
+a new name, different from the names of existing files in the MMIXware
+package, and only if the modified file is clearly identified as not
+being part of that package.

Modified: head/lang/mmix/pkg-descr
==============================================================================
--- head/lang/mmix/pkg-descr	Sat Jun 14 11:30:43 2014	(r357770)
+++ head/lang/mmix/pkg-descr	Sat Jun 14 12:12:33 2014	(r357771)
@@ -11,7 +11,4 @@ More details can be found in his book:
   (Heidelberg: Springer-Verlag, 1999), viii+550pp. ISBN 3-540-66938-8.
   (Lecture Notes in Computer Science, no. 1750.)
 
-Some MIX programs have been converted to MMIX, and can be found at
-http://mmixmasters.sourceforge.net/
-
-WWW: http://www-cs-faculty.stanford.edu/~knuth/mmix.html
+WWW: http://mmix.cs.hm.edu/


More information about the svn-ports-head mailing list