Commit graph

2489 commits

Author SHA1 Message Date
Renato Botelho
644ec9e0cb Nonpareil is a high-fidelity simulator for calculators. It currently
supports many HP calculators models introduced between 1972 and
1982. Simulation fidelity is achieved through the use of the actual
microcode of the calculators, thus in most cases the simulation
behavior exactly matches that of the real calculator.

WWW: http://nonpareil.brouhaha.com/

PR:		ports/100834
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2006-07-27 18:46:50 +00:00
Joseph Koshy
112a0b8c55 Upgrade to v0.4.1.
Major upstream changes from the previous ported version
include:
 - speedups for MIPS emulation,
 - an improved dyntrans backend,
 - tweaks to ARM, PPC, AVR, SPARC and MIPS emulation,
 - support for remote debugging using GDB,
 - a new statistics gathering option "-s",
 - most configuration options are no longer supported,
 - bug fixes.

Port changes:
 - the port no longer depends on GCC >= 3.2 on FreeBSD 4.X.
 - OPTION "X" has been renamed as "X11" for consistency.
2006-07-26 10:59:59 +00:00
Aaron Dalton
744f71de52 - Update to latest version
PR:		ports/98782
Submitted by:	bsdmaniak <bsdmaniak@daemon-tips.org>
2006-07-25 22:28:07 +00:00
Gerald Pfeifer
d834e98538 Remove extraneous trailing slash from MASTERDIR.
Reported by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
2006-07-23 17:24:01 +00:00
Gerald Pfeifer
21f61d0590 No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed
in Mk/bsd.port.mk now.
2006-07-23 13:29:13 +00:00
Jose Alonso Cardenas Marquez
b6b4a544cd Change maintainer address to my @FreeBSD.org email
Approved by:	garga (mentor)
2006-07-23 02:45:24 +00:00
Shaun Amott
b8cd95d65e - Add a fix by Anthony Liguori for the 'invisible wall' problem:
http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00112.html

- Update pkg-message (linux 2.6 default HZ)

PR:		ports/100722
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Approved by:	ahze (mentor, implicit)
2006-07-23 00:04:01 +00:00
Erwin Lansing
d12a9870db - Use USE_LINUX_PREFIX instead of PREFIX?= ${LINUXBASE}
- Whitespace cleanup

PR:		100607
Submitted by:	gabor (maintainer)
2006-07-20 17:12:44 +00:00
Joseph Koshy
9caec493c7 Propagate ${PREFIX} and other environment variables to child sub-makes. 2006-07-17 14:23:11 +00:00
Joseph Koshy
184dd614d8 Update this port's description; as of version 7.0 'spim' simulates
the MIPS32 architecture.
2006-07-17 10:25:04 +00:00
Joseph Koshy
8e16deea6e Upgrade to v7.2.1.
Upstream changes from the previous ported version include:

 - bug fixes and documentation cleanups

The port now offers a 'GUI' knob that controls whether the X GUI
interface is built.

Take maintainership.
2006-07-17 10:12:07 +00:00
Thierry Thomas
dbcf5348b9 Xhomer is a machine emulator for the Digital Equipment Corporation
(DEC) Pro 350 computer, a PDP-11-based machine that was sold in the
early to mid-'80's.  Xhomer is based on the PDP-11 CPU core from
the SIMH simulator, and is written entirely in C.

PR:		ports/97803
Submitted by:	trasz <trasz (at) pin.if.uz.zgora.pl>
2006-07-16 20:02:27 +00:00
Mark Linimon
c18579786b Mark xmame broken on 5.X: gets internal gcc error.
While here, get rid of a .error usage.
2006-07-16 19:54:20 +00:00
Mark Linimon
ae655eb717 Mark as broken on !i386: fails to install. 2006-07-15 18:10:56 +00:00
Rong-En Fan
3bb2c47463 - Fix pkg-plist
PR:		ports/100173
Submitted by:	Miguel Mendez <mmendez energyhq.be> (maintainer)
2006-07-12 20:51:16 +00:00
Rong-En Fan
09c66bafde - Update to 0.6.2
- Mark as IGNORE on 5.3 and before, which lacks round(3)

PR:		ports/100102
Submitted by:	Simon Olofsson <simon olofsson.de>
Approved by:	maintainer
2006-07-12 15:23:04 +00:00
Boris Samorodov
110fdaf7b5 Fix using "portupgrade -s" with this port:
o  chmod u+w ${WRKSRC}/usr/bin/*db4* (before brandelf)
o  reverse permittions after branding.

PR:		ports/100039
Submitted by:	Stefan Sperling <freebsd-gnats@stsp.in-berlin.de>
Approved by:	netchild (mentor, implicit)
2006-07-10 22:48:01 +00:00
Gerald Pfeifer
e1bd9c6986 Update to Wine 0.9.17. This includes the following changes:
- Still more work on Direct3D shaders.
 - Now using the Gecko engine directly for MSHTML.
 - Better support for apps switching to full screen mode.
 - Support for multiple joysticks.
 - Lots of bug fixes.
2006-07-10 22:28:20 +00:00
Erwin Lansing
aabe288d02 Remove zero-sized file 2006-07-10 20:50:52 +00:00
Erwin Lansing
44a3dec633 Update to 0.9
PR:		100031
Submitted by:	Ports fury
2006-07-10 17:33:06 +00:00
Boris Samorodov
7ecfed784d Prepare for linux infrostructure ports transition from FC3 to FC4:
o  move dealing with linux locale files (creating empty ones) for
   other linux ports to linux_base-fc4;
o  remove all empty directories creation from pkg-plist to pkg-install
   (which is executed when installing from ports tree and thus not only
   installing from a package will create empty directories);
o  substitute all @dirrmtry by @dirrm -- from package building point
   of view this package (linux_base) should be removed after all other
   linux ports. (approved in principle by mentor)

Approved by:	netchild (mentor, implicit)
2006-07-09 20:50:07 +00:00
Ion-Mihai Tetcu
32ca423e31 Fix check for kernel sources.
PR:		ports/96543
Submited by:	Alexandr Kovalenko <never@nevermind.kiev.ua>,
		the patch commited: from maintianer.
2006-07-09 20:13:20 +00:00
Boris Samorodov
b2bb1603ea The upgrading of linux infrostructure ports from FC3 to FC4 is coming
soon:

o  some empty linux mtree directories (which will be used by some other
   ports) are added;
o  PORTREVISION is bumpted.

Approved by:	netchild (mentor, implicit)
2006-07-07 08:44:33 +00:00
Vasil Dimov
f4212e1cd8 Remove expired leaf ports:
2006-07-01 emulators/linux_base-fc3
2006-06-15 misc/linux-opengroupware
2006-07-01 net/opengk
2006-07-01 security/p5-Crypt-OpenPGP
2006-07-01 textproc/sed_inplace
2006-07-01 textproc/xml4j
2006-07-01 x11-wm/aewm++
2006-07-04 14:04:31 +00:00
Mark Linimon
6072e5265c Mark BROKEN on sparc64 due to internal compiler error. I don't know if this
has been reported to the gcc developers yet.
2006-07-04 00:48:40 +00:00
Boris Samorodov
123c461867 o unbreak i386-6-exp build of graphics/linux-sdl_image: remove [1]
LINUX_BASE/usr/doc dealing from devel/linux-sdl12
   to emulators/linux_base-fc4 -- this directory belongs to the
   linux mtree;
o  bump PORTREVISION for both ports;
o  update emulators/linux_base-fc4 distribution to info-4.8-8.fc4.2
   (previous one is not fetchable now).

Reported by:	linimon [1]
Approved by:	netchild (mentor, implicit)
2006-07-02 13:10:05 +00:00
Roman Bogorodskiy
7b6cabb978 Update to 0.106.
PR:		98802
Submitted by:	bsdmaniak <bsdmaniak@daemon-tips.org>,
		Miguel Mendez (maintainer)
Approved by:	Miguel Mendez (maintainer)
2006-06-30 08:23:51 +00:00
Jean-Yves Lefort
a7cf1e13ff USE_LINUX=8 -> USE_LINUX=yes (the default linux is now recent enough) 2006-06-29 12:56:35 +00:00
Jean-Yves Lefort
67e732852b linux-libgcc is gone. 2006-06-29 00:14:45 +00:00
Boris Samorodov
43278d3264 o fix pkg-plist at linux_base-fc4 to unbrake pointyhat building
of x11-toolkits/linux-gtk ;-)
o  update x11-toolkits/linux-gtk to a newer version (FC3 -> FC4)
o  bump PORTREVISION for both ports

Pointed out by:	pointyhat
Approved by:	netchild (mentor, implicit)
2006-06-27 12:35:33 +00:00
Erwin Lansing
7bc9469bed Make these slave ports of their linux_dist-stage[123] cousins. This
does not change the functionality of these ports but moves the logic
to the master ports.

PR:		99210
Submitted by:	Gabor Kovesdan <gkovesdan@t-hosting.hu> (maintainer)
2006-06-25 18:54:02 +00:00
Erwin Lansing
9634071ae2 PLIST should be a full path as it otherwise will not be found if
.CURDIR is not the ports dir, e.g. in slave ports, so prefix with PKGDIR

Approved by:	gabor (maintainer)
2006-06-25 18:49:07 +00:00
Erwin Lansing
de91c80c2f Hook up linux_dist-gentoo-stage[123] 2006-06-25 11:57:21 +00:00
Erwin Lansing
7475b39ed6 Repocopy from linux_base-gentoo-stage3 to emulators/linux_dist-gentoo-stage3.
These ports are complete Linux distributions rather than linux_base ports and
don't really suit our Ports Collection infrastructure,  so
they should be renamed to emulators/linux_dist-gentoo-stage[123], but the
opportunity to install them as linux_base should be kept.
After the repocopy the patches mentioned below should be applied

- Add WITH_LINUXBASE for using as a linux_base, otherwise it installs
  under ${PREFIX}/${PORTNAME}
- Add an explanation in pre-fetch to explain WITH_LINUXBASE
- Move pkg- scripts into files/ to reinplace-edit them appropriately
- Change to static plists
- do-extract is unnecessary now since we have static plists
- Drop alpha support for linux_base-gentoo-stage1 since
  1, alpha support was dropped in CURRENT as well, and RELENG_[56]
     are badly maintained for alpha
  2, I don't have hardware to test these changes for alpha
- Bump PORTREVISION

PR:             99210
Submitted by:   Gabor Kovesdan <gkovesdan@t-hosting.hu>
Repocopy by:    marcus
2006-06-25 11:56:24 +00:00
Erwin Lansing
8888b552d0 Repocopy from linux_base-gentoo-stage2 to emulators/linux_dist-gentoo-stage2.
These ports are complete Linux distributions rather than linux_base ports and
don't really suit our Ports Collection infrastructure,  so
they should be renamed to emulators/linux_dist-gentoo-stage[123], but the
opportunity to install them as linux_base should be kept.
After the repocopy the patches mentioned below should be applied

- Add WITH_LINUXBASE for using as a linux_base, otherwise it installs
  under ${PREFIX}/${PORTNAME}
- Add an explanation in pre-fetch to explain WITH_LINUXBASE
- Move pkg- scripts into files/ to reinplace-edit them appropriately
- Change to static plists
- do-extract is unnecessary now since we have static plists
- Drop alpha support for linux_base-gentoo-stage1 since
  1, alpha support was dropped in CURRENT as well, and RELENG_[56]
     are badly maintained for alpha
  2, I don't have hardware to test these changes for alpha
- Bump PORTREVISION

PR:             99210
Submitted by:   Gabor Kovesdan <gkovesdan@t-hosting.hu>
Repocopy by:    marcus
2006-06-25 11:37:19 +00:00
Erwin Lansing
3578004deb Repocopy from linux_base-gentoo-stage1 to emulators/linux_dist-gentoo-stage1.
These ports are complete Linux distributions rather than linux_base ports and
don't really suit our Ports Collection infrastructure,  so
they should be renamed to emulators/linux_dist-gentoo-stage[123], but the
opportunity to install them as linux_base should be kept.
After the repocopy the patches mentioned below should be applied

- Add WITH_LINUXBASE for using as a linux_base, otherwise it installs
  under ${PREFIX}/${PORTNAME}
- Add an explanation in pre-fetch to explain WITH_LINUXBASE
- Move pkg- scripts into files/ to reinplace-edit them appropriately
- Change to static plists
- do-extract is unnecessary now since we have static plists
- Drop alpha support for linux_base-gentoo-stage1 since
  1, alpha support was dropped in CURRENT as well, and RELENG_[56]
     are badly maintained for alpha
  2, I don't have hardware to test these changes for alpha
- Bump PORTREVISION

PR:		99210
Submitted by:	Gabor Kovesdan <gkovesdan@t-hosting.hu>
Repocopy by:	marcus
2006-06-25 11:35:08 +00:00
Norikatsu Shigemura
590f1d02f7 Update to 1.3.0.p9.
PR:		ports/99397
submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-06-24 09:39:19 +00:00
Martin Wilke
41e9a86b90 Update to 1.3.1
PR:		ports/99270
Submitted by:	miwi
Approved by:	markus (co mentor), maintainer
2006-06-23 19:45:45 +00:00
Erwin Lansing
0005f1cfb9 Update to 2.7.1
PR:		99376
Submitted by:	Ports fury
2006-06-23 18:09:30 +00:00
Boris Samorodov
28a999f1bc First do "brandelf -t Linux" at WRKSRC and then do install. This
makes impossible to shoot oneself to the foot if PREFIX is set to
/usr/local.

Reported by:	consumidor <consumidor@mundinho.com.br> at emulation@ ML
Approved by:	netchild (mentor)
2006-06-23 17:07:39 +00:00
Erwin Lansing
3a268a29a7 Update to 20060204
PR:		99375
Submitted by:	Ports fury
2006-06-23 16:24:40 +00:00
Boris Samorodov
660e9fecfa Use USE_LINUX_PREFIX instead of PREFIX?= ${LINUXBASE} and NO_MTREE.
PR:		99320
Submitted by:	gabor
Approved by:	netchild (mentor)
2006-06-23 12:23:47 +00:00
Gerald Pfeifer
0bc0ec8fa2 Update to Wine 0.9.16. Adjust some details related to USE_LDCONFIG,
for non-default prefix.
2006-06-22 21:49:40 +00:00
Mark Linimon
ca20f4e365 Remove this; it appears to have been an incomplete repocopy. It is not
hooked up to the build.  I can't find out who committed it to ask questions
about it.

Hat:		portmgr
2006-06-22 19:22:17 +00:00
Ion-Mihai Tetcu
81f13ca40f Add patch forgotten in the last commit:
Log:
  - UNbreak [1]
  - Test for ARCH no MACHINE_ARCH [2]
  - don't use fmt(1) to display PKGMESSAGE when there's no need to [2]

  PR:             ports/99157 [1]
  Submitted by:   Arseny Nasokin <tarc@tarc.po.cs.msu.su> [1], itetcu (me) [2]
2006-06-22 10:26:58 +00:00
Ion-Mihai Tetcu
af05f55a29 - UNbreak [1]
- Test for ARCH no MACHINE_ARCH [2]
- don't use fmt(1) to display PKGMESSAGE when there's no need to [2]

PR:		ports/99157 [1]
Submitted by:	Arseny Nasokin <tarc@tarc.po.cs.msu.su> [1], itetcu (me) [2]
2006-06-20 20:10:27 +00:00
Ion-Mihai Tetcu
0800f8702d - Fix DEPENDS.
- Bump PORTREVISION

Submitted by:	Adi Pircalabu <apircalabu@bitdefender.com>,
		Boris Samorodov <bsam@ipt.ru>
2006-06-20 13:45:27 +00:00
Florent Thoumie
65506bcd28 - Update to 0.43.3 [1].
- Stop patching source to be C89 friendly and use USE_GCC=3.2+ instead.

Submitted by:	ultragames93 <ultragames93@free.fr> [1]
2006-06-20 11:36:20 +00:00
Martin Wilke
cc41ace04f Update MASTER_SITES
PR:		ports/99098
Submitted by:	Tobias Eichert <tobias@karmabits.net>
Approved by:	krion (mentor)
2006-06-18 19:40:15 +00:00
Ion-Mihai Tetcu
0fed778c7f - Update to 3.6. Changelog: http://simh.trailing-edge.com/changes36.html [1]
- Fix conflict with java/eclipse, as reported by Robert A. Getschmann, by
installing sim-eclipse instead of eclipse. [1]
- pkg-message --> files/pkg-message and associated changes. [2]
- pet portlint [2]

PR:		99095
Submitted by:	maintainer [1], itetcu (me) [2]
2006-06-18 12:19:36 +00:00