Page MenuHomeFreeBSD

D28688.id83939.diff
No OneTemporary

D28688.id83939.diff

Index: lang/mdk/Makefile
===================================================================
--- lang/mdk/Makefile
+++ lang/mdk/Makefile
@@ -2,12 +2,11 @@
# $FreeBSD$
PORTNAME= mdk
-PORTVERSION= 1.2.10
-PORTREVISION= 2
+PORTVERSION= 1.3.0
CATEGORIES= lang gnome
MASTER_SITES= GNU/${PORTNAME}/v${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= kfv@kfv.io
COMMENT= Utilities for developing programs using MIX and MIXAL
LICENSE= GPLv3
Index: lang/mdk/distinfo
===================================================================
--- lang/mdk/distinfo
+++ lang/mdk/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546975575
-SHA256 (mdk-1.2.10.tar.gz) = b0f4323a607a3346769499b00fdd6d4748af5a61dd8a24511867ef5d96c08ce7
-SIZE (mdk-1.2.10.tar.gz) = 1175425
+TIMESTAMP = 1613399722
+SHA256 (mdk-1.3.0.tar.gz) = 8b1e5dd7f47b738cb966ef717be92a501494d9ba6d87038f09e8fa29101b132e
+SIZE (mdk-1.3.0.tar.gz) = 1184722
Index: lang/mdk/pkg-descr
===================================================================
--- lang/mdk/pkg-descr
+++ lang/mdk/pkg-descr
@@ -1,21 +1,23 @@
MIX is Donald Knuth's mythical computer as described in his monumental work
-The Art Of Computer Programming. As any of its real counterparts, the MIX
+The Art of Computer Programming. As any of its real counterparts, the MIX
features registers, memory cells, an overflow toggle, comparison flags,
-input-output devices, and a set of binary instructions executable by its
-virtual CPU. You can programme the MIX using an assembly language called
-MIXAL, the MIX Assembly Language.
+input-output devices, and a set of binary instructions executable by its virtual
+CPU. You can program the MIX using an assembly language called MIXAL, the MIX
+Assembly Language.
-The MIX Development Kit offers an emulation of MIX and MIXAL. The current
-version of MDK includes the following applications:
+MDK (MIX Development Kit) offers an emulation of MIX and MIXAL. The current
+version MDK includes the following applications:
- - mixasm A MIXAL compiler, which translates your source files into binary
+ - mixasm: A MIXAL compiler, which translates your source files into binary
ones, executable by the MIX virtual machine.
- - mixvm A MIX virtual machine which is able to run and debug compiled MIXAL
+ - mixvm: A MIX virtual machine which is able to run and debug compiled MIXAL
programs, using a command line interface with readline's line editting
capabilities.
- - gmixvm A MIX virtual machine with a GTK+ GUI which allows you running and
+ - gmixvm: A MIX virtual machine with a GTK+ GUI which allows you running and
debugging your MIXAL programs through a nice graphical interface.
- - mixvm.el An elisp program which allows you to run mixvm within an Emacs
+ - mixguile: A Guile interpreter with an embedded MIX virtual machine,
+ manipulable through a library of Scheme functions.
+ - mixvm.el: An elisp program which allows you to run mixvm within an Emacs
GUD window, simultaneously viewing your MIXAL source file in another
buffer.
Index: lang/mdk/pkg-plist
===================================================================
--- lang/mdk/pkg-plist
+++ lang/mdk/pkg-plist
@@ -1,11 +1,11 @@
-%%GLADE%%bin/gmixvm
+bin/gmixvm
bin/mixasm
-%%GUILE%%bin/mixguile
+bin/mixguile
bin/mixvm
-%%NLS%%share/locale/de/LC_MESSAGES/mdk.mo
+share/locale/de/LC_MESSAGES/mdk.mo
%%DATADIR%%/mixal-mode.el
-%%GLADE%%%%DATADIR%%/mixgtk.glade
-%%GUILE%%%%DATADIR%%/mixguile-commands.scm
-%%GUILE%%%%DATADIR%%/mixguile-vm-stat.scm
-%%GUILE%%%%DATADIR%%/mixguile.scm
+%%DATADIR%%/mixgtk.glade
+%%DATADIR%%/mixguile-commands.scm
+%%DATADIR%%/mixguile-vm-stat.scm
+%%DATADIR%%/mixguile.scm
%%DATADIR%%/mixvm.el

File Metadata

Mime Type
text/plain
Expires
Mon, Jun 22, 4:42 PM (4 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34199358
Default Alt Text
D28688.id83939.diff (3 KB)

Event Timeline