1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add visualos - a visual simulator of an operating system intended to help

understand how OSes work.
This commit is contained in:
Maxim Sobolev 2000-10-26 13:00:45 +00:00
parent d1963bad10
commit d9215d6244
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34262
6 changed files with 51 additions and 0 deletions

View File

@ -44,6 +44,7 @@
SUBDIR += vgb-bin
SUBDIR += vice
SUBDIR += vMac
SUBDIR += visualos
SUBDIR += vmsbackup
SUBDIR += vmware
SUBDIR += vmware-tools

View File

@ -0,0 +1,32 @@
# New ports collection makefile for: VisualOS
# Date created: 26 October 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= VisualOS
PORTVERSION= 1.0.2
CATEGORIES= emulators gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= visualos
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (VisualOS-1.0.2.tar.gz) = 575f2056ea0a5ef4dbc124cd58cbfd00

View File

@ -0,0 +1 @@
A visual simulator of an operating system to help understand how OSes work

View File

@ -0,0 +1,9 @@
VisualOS is a "visual simulator of an operating system", that will help
study and understand the way a real systems work.
It allows the user to insert processes in the running system, assigning them
properties (memory usage, processing bursts, IO accesses) and VisualOS will
dynamically show different graphical representations of each subsystem. It is
also posible to select the algorithm to be used in each case.
WWW: http://visualos.sourceforge.net/

View File

@ -0,0 +1,7 @@
bin/VisualOS
share/gnome/VisualOS/VisualOS.glade
share/gnome/VisualOS/io_editor_disk.xpm
share/locale/es/LC_MESSAGES/VisualOS.mo
share/locale/fr/LC_MESSAGES/VisualOS.mo
share/locale/it/LC_MESSAGES/VisualOS.mo
@dirrm share/gnome/VisualOS