summaryrefslogtreecommitdiff
path: root/emulators/spim/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-09MANPREFIX: eleminate its usage and move man to share/manBaptiste Daroussin1-4/+5
2022-09-07Add WWW entries to port MakefilesStefan Eßer1-0/+1
It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
2022-07-20emulators: remove 'Created by' linesTobias C. Berner1-2/+0
A big Thank You to the original contributors of these ports: * Akinori MUSHA aka knu <knu@idaemons.org> * Alejandro Pulver <alejandro@varnet.biz> * Alexander Best <arundel@gmx.net> * Alexander Nedotsukov <bland@FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey V. Antipovsky <kemm@in-line.ru> * Alonso Cardenas Marquez <acm@FreeBSD.org> * Brian Gaeke <brg@dgate.org> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * David Naylor <naylor.b.david@gmail.com> * David O'Brien (obrien@cs.ucdavis.edu) * Edward Tomasz Napierala <trasz@FreeBSD.org> * Eric L. Hernes <erich@FreeBSD.org> * Felix Palmen <felix@palmen-it.de> * Ganael Laplanche <ganael.laplanche@martymac.org> * Gerald Pfeifer <gerald@FreeBSD.org> * Gunter Wambaugh <techgunter@yahoo.com> * Jacques Vidrine <nectar@FreeBSD.org> * Janni * Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> * Jeremy Karlson * Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> * Joel Sutton <jsutton@webnet.com.au> * Joerg Wunsch <joerg@FreeBSD.org> * Jonathan M. Bresler (jmb) * Jose Alonso Cardenas Marquez <acm@FreeBSD.org> * Juergen Lock <nox@jelal.kn-bremen.de> * Kaltashkin Eugene <zhecka@gmail.com> * Kevin Bowling <kbowling@FreeBSD.org> * Li-Lun Wang <llwang@infor.org> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Martin Hinner * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Neumann <mneumann@ntecs.de> * Miguel Mendez <flynn@energyhq.homeip.net> * Naram Qashat <cyberbotx@cyberbotx.com> * Nicole Reid <root@cooltrainer.org> * Nishika <nishika@cheerful.com> * Pavel I Volkov <pavelivolkov@googlemail.com> * Piotr Kubaj * Ruan Wei (iamayan@gmail.com) * Sebastian Schuetz <sschuetz@fhm.edu> * Seiichirou Hiraoka * Shaun Amott <shaun@FreeBSD.org> * Sheldon Hearn <axl@iafrica.com> * Simon Dick <simond@irrelevant.org> * Steven Kreuzer <skreuzer@FreeBSD.org> * Stijn Hoop <stijn@win.tue.nl> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Thomas Bernard <nanard@free.fr> * Timothy Beyer <beyert@cs.ucr.edu> * Tobias Reifenberger <tr@freebsd.mayn.de> * Tom Carrick <knyghtmare@knyghtmare.com> * Travis Poppe <tlp@liquidx.org> * Uffe Jakobsen <uffe@uffe.org> * Vladimir Kondratiev <wulf@mail.mipt.ru> * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * Yukihiro Nakai <nakai@FreeBSD.org> * alepulver * alex * dchapes@ddm.on.ca * dk * elbarto * janek@gaja.ipan.lublin.pl * jhb * jmz * joerg * jraynard * krion * kstailey * mbr@FreeBSD.org * okeeblow <root@cooltrainer.org> * pixel * pjm * tenser@spitfire.ecsel.psu.edu * trasz * trasz <trasz@pin.if.uz.zgora.pl> * # Created by Timothy Beyer <beyert@cs.ucr.edu> With hat: portmgr
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2019-11-07Sprinkle more USES=xorgNiclas Zeising1-1/+1
Notes: svn path=/head/; revision=517008
2015-11-21- Add LICENSEDmitry Marakasov1-14/+12
- Switch to options helpers Notes: svn path=/head/; revision=402150
2014-12-20cleanup plistBaptiste Daroussin1-1/+0
Notes: svn path=/head/; revision=375061
2013-10-26- Add stage supportDanilo Egea Gondolfo1-19/+14
Notes: svn path=/head/; revision=331708
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
emulators) Notes: svn path=/head/; revision=327721
2013-09-02Two imake related changes:Tijl Coosemans1-1/+1
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=325992
2013-08-22emulators/spim: fix packageWilliam Grzybowski1-0/+1
- Fix package, man files are not compressed Reported by: pointyhat Notes: svn path=/head/; revision=325221
2013-06-28New USES imake to handle the dependency on imake.Baptiste Daroussin1-8/+3
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
2012-06-12Convert to new options frameworkBaptiste Daroussin1-7/+8
Notes: svn path=/head/; revision=299103
2010-01-21- Update to 8.0Martin Wilke1-1/+1
PR: 142980 Submitted by: Ports Fury Notes: svn path=/head/; revision=248312
2009-09-02- Update to 7.5Martin Wilke1-1/+1
PR: 138451 Submitted by: Ports Fury Notes: svn path=/head/; revision=240720
2009-02-20- Update to 7.4Martin Wilke1-3/+2
PR: 131850 Submitted by: Ports Fury Notes: svn path=/head/; revision=228735
2009-01-23- Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie1-0/+1
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
2008-05-22- Update to 7.3Martin Wilke1-25/+19
PR: 123871 Submitted by: Ports Fury Notes: svn path=/head/; revision=213505
2008-04-19- Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke1-3/+3
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
2008-04-10Reset maintainership.Joseph Koshy1-1/+1
Notes: svn path=/head/; revision=210992
2007-05-19- Welcome X.org 7.2 \o/.Florent Thoumie1-1/+1
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
2006-07-17Propagate ${PREFIX} and other environment variables to child sub-makes.Joseph Koshy1-4/+11
Notes: svn path=/head/; revision=168079
2006-07-17Update this port's description; as of version 7.0 'spim' simulatesJoseph Koshy1-1/+1
the MIPS32 architecture. Notes: svn path=/head/; revision=168067
2006-07-17Upgrade to v7.2.1.Joseph Koshy1-15/+36
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. Notes: svn path=/head/; revision=168065
2004-12-30Update to version 7.0Kirill Ponomarev1-5/+10
PR: ports/75621 Submitted by: Ports Fury Notes: svn path=/head/; revision=125510
2003-02-20De-pkg-comment.Akinori MUSHA1-0/+1
Notes: svn path=/head/; revision=75953
2003-01-18Update to 6.5Tilman Keskinoz1-1/+1
PR: 47135 Submitted by: Richard Arends <richard@mail.unixguru.nl> Notes: svn path=/head/; revision=73425
2002-11-10o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira1-2/+0
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
2002-11-06Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger1-0/+2
Approved by: pat Notes: svn path=/head/; revision=69612
2002-06-21Update to version 6.4.Joseph Koshy1-4/+3
Notes: svn path=/head/; revision=61666
2001-02-28- Remove USE_IMAKEKevin Lo1-16/+7
- Add WWW: line PR: 25426 Submitted by: Ports Fury Notes: svn path=/head/; revision=38892
2001-02-27Update to version 6.3.Steve Price1-2/+2
PR: 25021 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=38833
2001-02-26Drop maintainer ship. Too many people did not like the direction I tookDavid E. O'Brien1-1/+1
this port. Notes: svn path=/head/; revision=38719
2000-11-13"Update" to version 6.2.David E. O'Brien1-12/+7
6.2 is missing the following functionality that version 5.9 had: * Can also read and run MIPS a.out files (when compiled on a MIPS system) * Includes an optional extension by Anne Rogers and Scott Rosenberg of Princeton that performs a cycle-by-cycle MIPS simulation that exposes the hardware pipeline. PR: 10454,21493 Notes: svn path=/head/; revision=35072
2000-06-07Remove two directories. Also, move manpages to Makefile while I'm here.Satoshi Asami1-0/+1
Submitted by: bento (first half) Notes: svn path=/head/; revision=29360
2000-04-12PORTNAME/VERSION stuffMichael Haro1-3/+3
Notes: svn path=/head/; revision=27455
2000-03-22Restore useless version required comments.David E. O'Brien1-0/+1
Notes: svn path=/head/; revision=26941
2000-03-20Remove the "version required" line.David E. O'Brien1-1/+0
Notes: svn path=/head/; revision=26835
2000-02-13Style nits in the ports I maintain.David E. O'Brien1-4/+4
Notes: svn path=/head/; revision=25734
1999-09-05portlintDavid E. O'Brien1-2/+1
Notes: svn path=/head/; revision=21286
1999-09-04gzip -> ${GZIP_CMD}Michael Haro1-1/+1
gzip -d -> ${GUNZIP_CMD} gzip -dc -> ${GZCAT} gunzip -> ${GUNZIP_CMD} Notes: svn path=/head/; revision=21266
1999-08-28ln -> ${LN}Michael Haro1-2/+2
Notes: svn path=/head/; revision=21047
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20947
1999-08-22chmod -> ${CHMOD}Michael Haro1-3/+3
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1997-10-10Change my email address to @FreeBSDDavid E. O'Brien1-2/+2
Notes: svn path=/head/; revision=8194
1997-08-25Distfile moved to the "Old_Versions" directory as 6.0 is out.David E. O'Brien1-2/+2
Problem is the only changes for 6.0 is to cleanup copywrite headers and remove functionality from 5.9. Notes: svn path=/head/; revision=7679
1997-02-15Upgrade to 5.9.David E. O'Brien1-3/+3
Closes PR: ports/2643 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> Notes: svn path=/head/; revision=5626
1996-11-12CATAGORIES+= -> CATAGORIES=David E. O'Brien1-4/+4
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
1996-10-30New port, spim/xspim, a MIPS R2000 RISC SimulatorDavid E. O'Brien1-0/+48
Notes: svn path=/head/; revision=4193