aboutsummaryrefslogtreecommitdiff
path: root/emulators/vgb-bin
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-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)
* emulators: remove 'Created by' linesTobias C. Berner2022-07-201-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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark as only for i386Dmitry Marakasov2021-03-151-0/+3
| | | | | | | | | | | This requires compatible (e.g. i386) X11 libraries, and there's no supported way to have i386 packages on amd64 system. PR: 233877 Reported by: 0mp Notes: svn path=/head/; revision=568481
* Add USES=xorg USES=gl, ports categories eNiclas Zeising2019-11-051-0/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'e'. Notes: svn path=/head/; revision=516802
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add missing USE_XORGDmitry Marakasov2016-01-311-1/+4
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=407666
* - Add staging supportPawel Pekala2014-04-102-15/+11
| | | | | | | | | - Convert to new LIB_DEPENDS format - Switch to PLIST_FILES - Define DOCS option Notes: svn path=/head/; revision=350802
* - Reassign lioux' ports to the heapThomas Abthorpe2014-02-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=344281
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* = Drop MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276915
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-11/+3
| | | | Notes: svn path=/head/; revision=225293
* o On (OSVERSION >= 600000), depend upon misc/compat5xMario Sergio Fujikawa Ferreira2008-06-151-1/+5
| | | | | | | o Bump PORTREVISION Notes: svn path=/head/; revision=214913
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209683
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Use new IA32_BINARY_PORT macro instead of ONLY_FOR_ARCHSErwin Lansing2006-08-031-2/+3
| | | | | | | | | | | - Portlint nit PR: 100481 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169540
* Add SHA256 checksumMario Sergio Fujikawa Ferreira2005-11-111-0/+1
| | | | Notes: svn path=/head/; revision=147883
* Update to 3.0Mario Sergio Fujikawa Ferreira2005-04-033-7/+5
| | | | Notes: svn path=/head/; revision=132368
* Update WWW tagMario Sergio Fujikawa Ferreira2004-12-291-1/+1
| | | | Notes: svn path=/head/; revision=125407
* Remove deprecated USE_SIZEMario Sergio Fujikawa Ferreira2004-12-251-1/+0
| | | | Notes: svn path=/head/; revision=125124
* Remove trailing whitespace.Mark Linimon2004-06-061-1/+0
| | | | Notes: svn path=/head/; revision=110959
* USE_SIZEifyMario Sergio Fujikawa Ferreira2004-02-082-0/+2
| | | | Notes: svn path=/head/; revision=100321
* Add compat4x libs to support FreeBSD 5.x branchMario Sergio Fujikawa Ferreira2003-04-181-1/+8
| | | | Notes: svn path=/head/; revision=79238
* De-pkg-commentMario Sergio Fujikawa Ferreira2003-02-232-1/+1
| | | | Notes: svn path=/head/; revision=76311
* Update to 2.2Mario Sergio Fujikawa Ferreira2003-02-232-2/+2
| | | | Notes: svn path=/head/; revision=76279
* Sanitize MASTER_SITESMario Sergio Fujikawa Ferreira2002-07-081-2/+1
| | | | Notes: svn path=/head/; revision=62626
* Additional MASTER_SITE to handle Temporary move of the distfileMario Sergio Fujikawa Ferreira2001-11-191-1/+2
| | | | | | | Submitted by: fenner (distfile survey) Notes: svn path=/head/; revision=50222
* o Update to version 2.1Mario Sergio Fujikawa Ferreira2001-03-302-3/+4
| | | | | | | | | | | | | | | | | | | | | | | o Use proper versioning in the port Makefile. BUMP PORTEPOCH o Changes: - DI opcode now cancels pending EI (Killer Instinct, Donkey Kong Land series). - Fixed GBC and SGB colors to span from black to true white. - Added sound chip initialization on startup (Fortified Zone, Fortified Zone 2, Beetlejuice). - Fixed third sound channel (still not perfect). - Added SetWave() call to the sound API. - Added SetWave() waveforms to the third sound channel. - Window refresh does not start if the window was off when refresh reached its top (WarriorsOfMightAndMagic). - Now setting LCD state to 0 during last two lines of VBlank (152-153) so Final Fantasy Legend works again. - Moved VBlank interrupt from line 145 to line 144 (Force 21, Cruisn' Exotica, Army Men 2). - Moved VBlank interrupt to the beginning of scanline (Daedalian Opus). Notes: svn path=/head/; revision=40588
* Hopefully finish syncing with bsd.port.mk rev 1.361 - use bsd.port.mkWill Andrews2001-01-201-2/+2
| | | | | | | | | | | defined PORTDOCS PLIST_SUB. Submitted by: lioux Closes PR: 24468 PR Submitter: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=37356
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inWill Andrews2001-01-161-6/+0
| | | | | | | | | bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution. Notes: svn path=/head/; revision=37257
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-3/+3
| | | | Notes: svn path=/head/; revision=37252
* Update to version 20. Unfortunaly, there are noMario Sergio Fujikawa Ferreira2000-11-273-22/+4
| | | | | | | demos on this version. Notes: svn path=/head/; revision=35458
* Maintainer is now a committer, update email accordinglyMario Sergio Fujikawa Ferreira2000-10-031-1/+1
| | | | | | | Approved by: will Notes: svn path=/head/; revision=33350
* Add vgb-bin v17, a gameboy emulator, binary-only.Will Andrews2000-08-115-0/+80
PR: 20427 Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br> Notes: svn path=/head/; revision=31506