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:
parent
d1963bad10
commit
d9215d6244
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34262
@ -44,6 +44,7 @@
|
||||
SUBDIR += vgb-bin
|
||||
SUBDIR += vice
|
||||
SUBDIR += vMac
|
||||
SUBDIR += visualos
|
||||
SUBDIR += vmsbackup
|
||||
SUBDIR += vmware
|
||||
SUBDIR += vmware-tools
|
||||
|
32
emulators/visualos/Makefile
Normal file
32
emulators/visualos/Makefile
Normal 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>
|
1
emulators/visualos/distinfo
Normal file
1
emulators/visualos/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (VisualOS-1.0.2.tar.gz) = 575f2056ea0a5ef4dbc124cd58cbfd00
|
1
emulators/visualos/pkg-comment
Normal file
1
emulators/visualos/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A visual simulator of an operating system to help understand how OSes work
|
9
emulators/visualos/pkg-descr
Normal file
9
emulators/visualos/pkg-descr
Normal 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/
|
7
emulators/visualos/pkg-plist
Normal file
7
emulators/visualos/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user