non port: emulators/libspectrum/Makefile |
Number of commits found: 60 |
Thursday, 22 Feb 2024
|
21:35 Rene Ladan (rene)
emulators/libspectrum: move manpages to share/man
7a76f0b |
Monday, 6 Nov 2023
|
10:03 Rodrigo Osorio (rodrigo)
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888
06df180 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
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)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
emulators: remove 'Created by' lines
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
27eb52a |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 3 Mar 2021
|
21:41 rene
Update Fuse (the Spectrum emulator) ports to their latest versions.
emulators/fuse -> 1.6.0
- add ALSA, OSS (was implicit default), PulseAudio options for sound
- prefer GTK 3 over GTK 2, push down cairo dependency
- prefer SDL 2 over SDL 1
emulators/libspectrum -> 1.5.0 (needed for fuse)
emulators/fuse-utils: no update, but force rebuild against new libspectrum
Reported by: upstream mail
|
Friday, 8 Nov 2019
|
10:08 tobik
e*: Add missing USES={gnome,sdl,xorg}
|
Monday, 19 Nov 2018
|
15:57 swills
devel/glib20: remove runtime dep on perl5
Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems
to no longer need perl5 at runtime. This makes perl5 a build dep only.
Removing the run dep causes some other ports to fail, so add the build
dep to those where needed.
PR: 233138
Approved by: gnome (kwm, maintainer, older version of patch)
Exp-run by: antoine
|
Monday, 10 Sep 2018
|
13:14 mat
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Thursday, 5 Jul 2018
|
13:39 rene
Update the Fuse ports to their latest versions:
- libspectrum 1.4.3 -> 1.4.4
- fuse-utils 1.4.2 -> 1.4.3
- fuse 1.5.4 -> 1.5.5
Changes for fuse:
- Improve sound accuracy on Unix 64 bit systems
- Allow the use of real joystick hats/dpads in the SDL joystick code
- Rename compat_get_home_path() to compat_get_config_path()
- Various minor bugfixes
Reported by: portscout
|
Thursday, 7 Jun 2018
|
19:55 rene
Update libspectrum, fuse and fuse-utils to 1.4.3, 1.5.4 and 1.4.2.
Highlights include:
* Add *.FMF as an allowed filetype to file selectors
* Save SCR from current display file
* Use 44.1KHz as default sound frequency
* Upgrade to libspectrum 1.4.3 to fix TC2048 and TC2068 timings regression
* Various minor bugfixes
|
Thursday, 3 May 2018
|
20:37 rene
Update the Spectrum ports, highlights are:
* fuse 1.5.3
- Disable inactive peripherals after loading a snapshot
- Re-enable sound after phantom typist finishes loading TAP, standard ROM TZX
or +3 DSK images
* libspectrum 1.4.2
- Fix writing RZX files containing a snapshot which cannot be compressed
* fuse-utils updated to 1.4.1
Reported by: portscout
|
Tuesday, 24 Oct 2017
|
19:33 rene
Update libspectrum and fuse to version 1.4.1
Changes: http://fuse-emulator.sourceforge.net/
|
Tuesday, 19 Sep 2017
|
16:22 rene
Update emulators/{libspectrum,fuse} to version 1.4.0
This adds DivMMC and ZXMMC emulation and support for MLT screenshots.
Submitted by: portscout
|
Thursday, 17 Aug 2017
|
20:38 rene
Update libspectrum and fuse[utils] to their latest versions.
libspectrum:
- 1.3.5 -> 1.3.6
- add libspectrum.pc
fuse:
- 1.3.7 -> 1.3.8
fuse-utils:
- 1.3.1 -> 1.3.2
- remove obsolete comment in Makefile about removed ffmpeg1 port
- add missing libraries
- sort pkg-plist
Reported by: portscout
|
Wednesday, 26 Jul 2017
|
14:13 rene
Update emulators/libspectrum and emulators/fuse to their latest versions.
Reported by: portscout
|
Thursday, 8 Jun 2017
|
01:00 rene
emulators/libspectrum: update to 1.3.4
|
Sunday, 30 Apr 2017
|
11:05 rene
emulators/libspectrum: update to 1.3.3
Submitted by: portscout
|
Sunday, 11 Dec 2016
|
11:00 rene
Update libspectrum and fuse to version 1.3.2
Distribution files checked against authors' PGP signature.
|
Wednesday, 9 Nov 2016
|
19:13 rene
Update libspectrum, fuse and fuse-utils to 1.3.1
Reported by: portscout
|
Wednesday, 5 Oct 2016
|
11:10 rene
Update libspectrum,fuse,fuse-utils to version 1.3.0
Distfiles verified against authors GPG key.
|
Tuesday, 13 Sep 2016
|
18:01 rene
Update libspectrum and friends to version 1.2.2
Distfiles verified against authors GPG signature
|
Saturday, 23 Jul 2016
|
15:31 rene
Update libspectrum and Fuse to 1.2.1
|
Saturday, 11 Jun 2016
|
22:02 rene
Update the Spectrum Fuse ports to version 1.2.0
- Always include libaudiofile support, it was ON in fuse-utils
but OFF in libspectrum
- Bump version of libspectrum.so to 8.2.0
- New ulitity tape2pulses
- Add missing LIB_DEPENDS / USES / USE_* [1]
- Remove upstreamed patch
- Pet portlint
Reported by: poudriere [1]
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Friday, 2 Jan 2015
|
18:46 pi
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
* mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
allocated but not used bits before resizing.
* tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
* src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.
PR: 193264
Approved by: cpm@fbsd.es (maintainer)
|
Wednesday, 30 Jul 2014
|
03:57 pi
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
|
Tuesday, 15 Jul 2014
|
23:30 adamw
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.
|
Friday, 27 Jun 2014
|
08:58 amdmi3
- Switch emulators/libspectrum to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
Sunday, 16 Feb 2014
|
16:15 rene
emulators/libspectrum :Bump PORTREVISION because library is now stripped.
|
16:15 rene
- Use option helpers
- Strip library
|
Friday, 27 Sep 2013
|
09:35 rene
- Add stage support
- Place the post-install: target outside of the corresponding .if block
|
Monday, 23 Sep 2013
|
20:30 rene
Also use new LIB_DEPENDS syntax in non-default cases...
|
16:42 rene
Let my ports pass 'make check-sanity' by using modern LIB_DEPENDS
|
Friday, 20 Sep 2013
|
16:43 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
|
Friday, 5 Jul 2013
|
15:17 rene
Convert to USES=gmake
Remove an empty OPTIONS_DEFAULT in lang/nbc
|
Monday, 3 Jun 2013
|
12:41 rene
Update libspectrum, fuse, and fuse-utils to 1.1.1
|
Monday, 20 May 2013
|
15:03 rene
Update libspectrum, fuse, and fuse-utils to 1.1.0
Highlights:
* fuse-utils:
- new tool fmfconv to convert movies recorded with fuse
* fuse:
- new ROMs Speccyboot 1.4 and DISCiPLE
- drop ROMs without clear redistribution rights
(128p, 256s, Gluck, IF1, Opus, TrDOS)
- support PZX and POK files
- GTK+ 3 compatibility
|
Saturday, 4 May 2013
|
13:43 rene
- Adopt
- Depend on pkgconfig, this fixes emulators/fuse
- Bump PORTREVISION
|
Friday, 3 May 2013
|
16:36 ehaupt
Chase security/libgcrypt update
|
Wednesday, 20 Mar 2013
|
14:26 makc
Reset maintainership at maitainer request [1] and while I'm here:
- convert to new options, USES, etc.
- pet portlint
- trim Makefile header
- mark emulators/fuse as BROKEN: doesn't build (presumably after recent glib
update)
Submitted by: Yuri Pankov (via mail) [1]
|
Sunday, 3 Jul 2011
|
11:40 swills
- Chase the libgcrypt shared lib version
|
Saturday, 29 Jan 2011
|
15:03 miwi
- Update to 1.0.0
PR: 154308
Submitted by: Yuri Pankov <yuri.pankov@gmail.com> (maintainer)
Feature safe: yes
|
Tuesday, 27 Jul 2010
|
01:25 wxs
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
Saturday, 22 Aug 2009
|
00:20 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
|
Wednesday, 28 Jan 2009
|
15:25 rafan
- Update to 0.5.0.1
PR: ports/130969
Submitted by: Yuri Pankov <yuri.pankov at gmail.com> (maintainer)
|
Tuesday, 6 Jan 2009
|
13:01 rafan
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
|
Monday, 8 Dec 2008
|
16:54 amdmi3
- Update to 0.5.0
PR: 129424
Submitted by: Yuri Pankov <yuri dot pankov at gmail dot com> (maintainer)
|
Friday, 6 Jun 2008
|
13:27 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Thursday, 28 Feb 2008
|
21:47 arved
Chase libgcrypt library version
|
Saturday, 9 Feb 2008
|
02:10 tabthorpe
- Update to 0.4.0
- Pass maintainership to submitter
PR: ports/119514
Submitted by: Yuri Pankov <yuri.pankov gmail.com>
|
Friday, 8 Feb 2008
|
20:12 linimon
Reset previous maintainer due to no response to email about maintainer-
timeouts.
Hat: portmgr
|
Sunday, 29 Jul 2007
|
16:33 pav
- Update to 0.3.0.1
PR: ports/114051
Submitted by: Rene Ladan <r.c.ladan@gmail.com>
Approved by: maintainer timeout (2 weeks)
|
Sunday, 28 Jan 2007
|
09:07 kris
Use libtool port instead of included one to avoid objformat a.out botch
|
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Saturday, 5 Nov 2005
|
05:22 marcus
Bump PORTREVISION to chase the glib20 shared library update.
|
Saturday, 21 May 2005
|
13:46 jylefort
Update to 0.2.2
PR: ports/81063
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by: maintainer
|
Sunday, 14 Mar 2004
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Wednesday, 29 Oct 2003
|
16:19 sergei
Add libspectrum 0.2.0.1, handling of ZX-Spectrum emulator files formats.
libspectrum is a fairly simple library designed to make the handling
of various ZX Spectrum emulator-related file formats easy.
So far it handles:
* Snapshots: .z80, .szx, .sna (all read/write), .zxs, .sp.,
.snp and +D snapshots (read only)
* Tape images: .tzx, .tap (read/write) and Warajevo .tap (read only)
* Input recordings: .rzx (read/write)
* Timex cartridges: .dck (read only)
There are also some subsidiary functions which may be generally useful
for Spectrum-related utilities.
Author: Philip Kendall <pak21-spectrum@srcf.ucam.org>
WWW: http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html
PR: 58638
Submitted by: Alexey V. Antipovsky <kemm@in-line.ru>
|
Number of commits found: 60 |