Port details |
- bas2tap Convert 48k/128k ZX Spectrum BASIC text files to TAP files
- 2.6 lang =2 2.6Version of this port present on the latest quarterly branch.
- Maintainer: rene@FreeBSD.org
- Port Added: 2007-07-11 19:19:25
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- http://www.worldofspectrum.org/utilities.html
- Description:
- This utility converts both 48k and 128k ZX Spectrum BASIC programs stored
as plain text files into TAP files.
TAP files can be used in most ZX Spectrum emulators and can be concatenated
together using cat(1).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/bas2tap/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/bas2tap
- pkg install bas2tap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bas2tap
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (bas2tap26-generic.zip) = 91c540ee2ac38475ab58ba90e8f35b8e1f2cafddc4c277c1272a252f7590625d
SIZE (bas2tap26-generic.zip) = 36686
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bas2tap-2.6:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- lang_bas2tap
- USES:
- zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
2.6 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
2.6 12 Jul 2022 18:18:37 |
Rene Ladan (rene) |
cleanup: remove Created-by lines mentioning myself from my ports.
While here use my FreeBSD address again for all my ports. |
2.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.6 31 Dec 2019 19:34:40 |
rene |
lang/bas2tap: fix fetch
PR: 242999
Submitted by: ktullavik@gmail.com |
2.6 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
2.6 02 Mar 2015 23:31:10 |
bapt |
Remove Author from pkg-descr and white space fixes |
2.6 07 Dec 2014 10:07:20 |
rene |
lang/bas2tap: Overdue update to 2.6, portscout did not notice this one... |
2.5 10 Mar 2014 16:01:36 |
bapt |
Convert l* to USES=zip |
2.5 16 Feb 2014 16:16:45 |
rene |
lang/bas2tap: unconditionally install documentation into STAGEDIR |
2.5 24 Sep 2013 13:30:45 |
rene |
Add staging support. |
2.5 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
2.5 25 Mar 2013 10:09:40 |
rene |
- remove empty OPTIONS_DEFAULT
- portlint fixes |
2.5 29 Oct 2012 13:57:57 |
rene |
Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are always
defined.
Feature safe: yes |
2.5 23 Oct 2012 21:14:20 |
rene |
Use optionsNG syntax for NOPORTDOCS
Feature safe: yes |
2.5 07 Oct 2012 09:11:51 |
rene |
Cleanup Makefile headers of my ports.
Just use my login for ports I originally created myself. |
2.5 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
2.5 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
2.5 27 Aug 2010 16:12:08 |
rene |
- update to 2.5
- add LICENSE, now licensed under GPLv2 instead of custom license
- pkg-descr: add WWW and remove my email address |
2.4 05 Jan 2009 16:23:31 |
miwi |
- Update maintainer mail
PR: 127077
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) |
2.4 11 Jul 2007 19:18:08 |
pav |
This utility converts both 48k and 128k ZX Spectrum BASIC programs stored
as plain text files into TAP files.
TAP files can be used in most ZX Spectrum emulators and can be concatenated
together using cat(1).
Author: Martijn van der Heide
PR: ports/114046
Submitted by: Rene Ladan <r.c.ladan@gmail.com> |