summaryrefslogtreecommitdiff
path: root/emulators/ski/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2019-12-27Fix install when building with non-gtk optionscole1-2/+2
2018-01-01Sort PLIST files.rillig1-5/+5
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2016-08-15Use libtool-style libski namesscole1-4/+3
2016-08-14Fixes so ski will actually run on NetBSD, add options.mk for motif/x11 versionsscole1-5/+8
2011-07-27Complete import of wip/skicherry1-0/+31
2011-07-27Complete move of emulators/ski -> emulators/ski-bincherry1-9/+0
2005-10-05Third time luck import of a ski emulator package.skrll1-0/+9
Based on the pkg found at http://cherry.beevomit.org/downloads/netbsd-anvil/pkgsrc.emulators.hp-ski.tar.gz The Ski simulator is a software package designed to functionally simulate the IA-64 processor architecture at the instruction level. Ski offers an informative, screen-oriented machine-state display and a friendly, powerful command-line interface. Programs may be loaded from disk in executable format; they may be run from start to finish, single- stepped, and break-pointed. Execution can occur in a text-oriented or a graphical user interface or in batch-mode, with no user-interface at all. Both the user-level and the system-level machine-state can be simulated. For user-level execution, Ski will intercept IA-64 Linux system calls and translate them into the corresponding system calls of the host operating system.