summaryrefslogtreecommitdiff
path: root/emulators/aliados/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-07-18Mark packages that require C++03 (or the GNU variants) if they fail withjoerg1-2/+2
C++14 default language.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-10-16aliados really uses terminfo.roy1-2/+3
2013-08-21Update to 0.2.0. Changes:shattered1-6/+5
Integrated commands DIR and era. Date and time functions.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-05-15Install documentation.shattered1-2/+5
2010-03-17USE_NCURSES=# -> USE_NCURSES=yesjoerg1-2/+2
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-2/+3
their files via a custom do-install target.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-11-09Import aliados from pkgsrc-wip. Packaged by ivaniclixx at gmail dot com,minskim1-0/+26
and modified by Roland Illig and me. Aliados is a CP/M 80 emulator that instead of emulate a machine and run some variant of CP/M on it, emulates only the microprocessor and captures all CP/M system calls to execute it natively. Actually only emulates a small part of CP/M, but with that already can execute many programs, such as WordStar, Micrsoft Basic, Mallard Basic, Hi-Tech C, Turbo Pascal and many others. Aliados does not need to create disk images, it reads and writes in the native filesystem all files that match the CP/M name conventions.