The FreeBSD Ports Archive
FreeBSD emulators : bsvc4>
An extensible hardware simulation framework with MC68K support
BSVC is an extensible simulator framework for microprocessor
design and testing. It comes with a simulator and assembler
for the Motorola MC68k family of microprocessors, and supplies
a graphical user interface for simulation runs.
|
bsvc history
v. 1.25
date: 2007/05/19 20:04:25; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.24
date: 2007/04/02 22:56:10; author: pav; state: Exp; lines: +1 -1
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097
Submitted by: Martin Matuska
Tested on: pointyhat exp-run
v. 1.23
date: 2007/03/16 11:23:52; author: miwi; state: Exp; lines: +3 -4
- Use TCL/TK 8.4
- Remove WWW
PR: 110322
Submitted by: Martin Tournoij
v. 1.22
date: 2006/06/18 19:40:15; author: miwi; state: Exp; lines: +1 -2
Update MASTER_SITES
PR: ports/99098
Submitted by: Tobias Eichert
Approved by: krion (mentor)
v. 1.21
date: 2006/05/07 10:55:39; author: edwin; state: Exp; lines: +0 -2
Remove USE_REINPLACE from all categories starting with E
v. 1.20
date: 2003/12/11 17:13:00; author: oliver; state: Exp; lines: +17 -10
fix build on 5
v. 1.19
date: 2003/06/04 22:43:25; author: kris; state: Exp; lines: +6 -6
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
v. 1.18
date: 2003/05/18 09:40:40; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.1: bad C++
v. 1.17
date: 2003/02/20 17:21:48; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.16
date: 2002/11/24 10:11:54; author: edwin; state: Exp; lines: +8 -1
Make emulators/bsvc work on -current again
PR: ports/44852
Submitted by: Volker Stolz
v. 1.15
date: 2002/10/22 07:46:27; author: jkoshy; state: Exp; lines: +3 -2
Update WWW URL; add site to ${MASTER_SITES}.
v. 1.14
date: 2001/09/17 17:40:09; author: dwcjr; state: Exp; lines: +2 -2
Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long
Approved by: will
v. 1.13
date: 2000/09/25 12:21:21; author: asami; state: Exp; lines: +3 -3
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev and kris
v. 1.12
date: 2000/04/12 04:55:16; author: mharo; state: Exp; lines: +4 -4
PORTNAME/VERSION stuff
v. 1.11
date: 1999/09/07 03:10:48; author: jseger; state: Exp; lines: +11 -35
Upgrade to bsvc-2.1
Switch to tk8.2
Make myself MAINTAINER after no response from previous MAINTAINER.
v. 1.10
date: 1999/08/25 05:49:10; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.9
date: 1999/08/22 23:32:21; author: mharo; state: Exp; lines: +3 -3
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.8
date: 1998/10/06 05:18:00; author: asami; state: Exp; lines: +16 -16
Do not write anything to ${PATCHDIR} by doing the awk trick to
the patched file (Makefile.common) in post-patch, instead of
the patch itself (${FILESDIR}/patch-aa.in) in pre-patch.
v. 1.7
date: 1998/08/07 23:56:18; author: asami; state: Exp; lines: +2 -2
Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.6
date: 1998/04/05 07:30:56; author: asami; state: Exp; lines: +3 -4
Be careful when you touch DISTNAME, it affect WRKSRC....
v. 1.5
date: 1998/04/04 13:14:19; author: jseger; state: Exp; lines: +8 -6
Distfile disappeared from old master site. Use a new one.
Portlint.
v. 1.4
date: 1997/04/20 13:19:01; author: wosch; state: Exp; lines: +2 -2
Add virtual category 'tk41'.
v. 1.3
date: 1997/03/07 08:05:09; author: tg; state: Exp; lines: +2 -2
${RM} -> ${RM} -f.
v. 1.2
date: 1997/03/06 11:39:52; author: asami; state: Exp; lines: +4 -1
Don't forget to delete a patch we created.
v. 1.1
date: 1997/03/05 08:30:54; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/03/05 08:30:54; author: tg; state: Exp; lines: +0 -0
Import of the bsvc port. bsvc is an extensible hardware simulation
framework with MC68K support.
Closes PR #2881.
Submitted by: Dan Cross
=============================================================================
v. 1.25
date: 2007/05/19 20:04:25; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.24
date: 2007/04/02 22:56:10; author: pav; state: Exp; lines: +1 -1
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097
Submitted by: Martin Matuska
Tested on: pointyhat exp-run
v. 1.23
date: 2007/03/16 11:23:52; author: miwi; state: Exp; lines: +3 -4
- Use TCL/TK 8.4
- Remove WWW
PR: 110322
Submitted by: Martin Tournoij
v. 1.22
date: 2006/06/18 19:40:15; author: miwi; state: Exp; lines: +1 -2
Update MASTER_SITES
PR: ports/99098
Submitted by: Tobias Eichert
Approved by: krion (mentor)
v. 1.21
date: 2006/05/07 10:55:39; author: edwin; state: Exp; lines: +0 -2
Remove USE_REINPLACE from all categories starting with E
v. 1.20
date: 2003/12/11 17:13:00; author: oliver; state: Exp; lines: +17 -10
fix build on 5
v. 1.19
date: 2003/06/04 22:43:25; author: kris; state: Exp; lines: +6 -6
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
v. 1.18
date: 2003/05/18 09:40:40; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.1: bad C++
v. 1.17
date: 2003/02/20 17:21:48; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.16
date: 2002/11/24 10:11:54; author: edwin; state: Exp; lines: +8 -1
Make emulators/bsvc work on -current again
PR: ports/44852
Submitted by: Volker Stolz
v. 1.15
date: 2002/10/22 07:46:27; author: jkoshy; state: Exp; lines: +3 -2
Update WWW URL; add site to ${MASTER_SITES}.
v. 1.14
date: 2001/09/17 17:40:09; author: dwcjr; state: Exp; lines: +2 -2
Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long
Approved by: will
v. 1.13
date: 2000/09/25 12:21:21; author: asami; state: Exp; lines: +3 -3
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev and kris
v. 1.12
date: 2000/04/12 04:55:16; author: mharo; state: Exp; lines: +4 -4
PORTNAME/VERSION stuff
v. 1.11
date: 1999/09/07 03:10:48; author: jseger; state: Exp; lines: +11 -35
Upgrade to bsvc-2.1
Switch to tk8.2
Make myself MAINTAINER after no response from previous MAINTAINER.
v. 1.10
date: 1999/08/25 05:49:10; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.9
date: 1999/08/22 23:32:21; author: mharo; state: Exp; lines: +3 -3
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.8
date: 1998/10/06 05:18:00; author: asami; state: Exp; lines: +16 -16
Do not write anything to ${PATCHDIR} by doing the awk trick to
the patched file (Makefile.common) in post-patch, instead of
the patch itself (${FILESDIR}/patch-aa.in) in pre-patch.
v. 1.7
date: 1998/08/07 23:56:18; author: asami; state: Exp; lines: +2 -2
Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.6
date: 1998/04/05 07:30:56; author: asami; state: Exp; lines: +3 -4
Be careful when you touch DISTNAME, it affect WRKSRC....
v. 1.5
date: 1998/04/04 13:14:19; author: jseger; state: Exp; lines: +8 -6
Distfile disappeared from old master site. Use a new one.
Portlint.
v. 1.4
date: 1997/04/20 13:19:01; author: wosch; state: Exp; lines: +2 -2
Add virtual category 'tk41'.
v. 1.3
date: 1997/03/07 08:05:09; author: tg; state: Exp; lines: +2 -2
${RM} -> ${RM} -f.
v. 1.2
date: 1997/03/06 11:39:52; author: asami; state: Exp; lines: +4 -1
Don't forget to delete a patch we created.
v. 1.1
date: 1997/03/05 08:30:54; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/03/05 08:30:54; author: tg; state: Exp; lines: +0 -0
Import of the bsvc port. bsvc is an extensible hardware simulation
framework with MC68K support.
Closes PR #2881.
Submitted by: Dan Cross
=============================================================================
v. 1.25
date: 2007/05/19 20:04:25; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.24
date: 2007/04/02 22:56:10; author: pav; state: Exp; lines: +1 -1
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097
Submitted by: Martin Matuska
Tested on: pointyhat exp-run
v. 1.23
date: 2007/03/16 11:23:52; author: miwi; state: Exp; lines: +3 -4
- Use TCL/TK 8.4
- Remove WWW
PR: 110322
Submitted by: Martin Tournoij
v. 1.22
date: 2006/06/18 19:40:15; author: miwi; state: Exp; lines: +1 -2
Update MASTER_SITES
PR: ports/99098
Submitted by: Tobias Eichert
Approved by: krion (mentor)
v. 1.21
date: 2006/05/07 10:55:39; author: edwin; state: Exp; lines: +0 -2
Remove USE_REINPLACE from all categories starting with E
v. 1.20
date: 2003/12/11 17:13:00; author: oliver; state: Exp; lines: +17 -10
fix build on 5
v. 1.19
date: 2003/06/04 22:43:25; author: kris; state: Exp; lines: +6 -6
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
v. 1.18
date: 2003/05/18 09:40:40; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.1: bad C++
v. 1.17
date: 2003/02/20 17:21:48; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.16
date: 2002/11/24 10:11:54; author: edwin; state: Exp; lines: +8 -1
Make emulators/bsvc work on -current again
PR: ports/44852
Submitted by: Volker Stolz
v. 1.15
date: 2002/10/22 07:46:27; author: jkoshy; state: Exp; lines: +3 -2
Update WWW URL; add site to ${MASTER_SITES}.
v. 1.14
date: 2001/09/17 17:40:09; author: dwcjr; state: Exp; lines: +2 -2
Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long
Approved by: will
v. 1.13
date: 2000/09/25 12:21:21; author: asami; state: Exp; lines: +3 -3
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev and kris
v. 1.12
date: 2000/04/12 04:55:16; author: mharo; state: Exp; lines: +4 -4
PORTNAME/VERSION stuff
v. 1.11
date: 1999/09/07 03:10:48; author: jseger; state: Exp; lines: +11 -35
Upgrade to bsvc-2.1
Switch to tk8.2
Make myself MAINTAINER after no response from previous MAINTAINER.
v. 1.10
date: 1999/08/25 05:49:10; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.9
date: 1999/08/22 23:32:21; author: mharo; state: Exp; lines: +3 -3
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.8
date: 1998/10/06 05:18:00; author: asami; state: Exp; lines: +16 -16
Do not write anything to ${PATCHDIR} by doing the awk trick to
the patched file (Makefile.common) in post-patch, instead of
the patch itself (${FILESDIR}/patch-aa.in) in pre-patch.
v. 1.7
date: 1998/08/07 23:56:18; author: asami; state: Exp; lines: +2 -2
Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.6
date: 1998/04/05 07:30:56; author: asami; state: Exp; lines: +3 -4
Be careful when you touch DISTNAME, it affect WRKSRC....
v. 1.5
date: 1998/04/04 13:14:19; author: jseger; state: Exp; lines: +8 -6
Distfile disappeared from old master site. Use a new one.
Portlint.
v. 1.4
date: 1997/04/20 13:19:01; author: wosch; state: Exp; lines: +2 -2
Add virtual category 'tk41'.
v. 1.3
date: 1997/03/07 08:05:09; author: tg; state: Exp; lines: +2 -2
${RM} -> ${RM} -f.
v. 1.2
date: 1997/03/06 11:39:52; author: asami; state: Exp; lines: +4 -1
Don't forget to delete a patch we created.
v. 1.1
date: 1997/03/05 08:30:54; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/03/05 08:30:54; author: tg; state: Exp; lines: +0 -0
Import of the bsvc port. bsvc is an extensible hardware simulation
framework with MC68K support.
Closes PR #2881.
Submitted by: Dan Cross
=============================================================================
|
| |

|