aboutsummaryrefslogtreecommitdiff
path: root/lang/bas2tap
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)
* cleanup: remove Created-by lines mentioning myself from my ports.Rene Ladan2022-07-121-2/+0
| | | | While here use my FreeBSD address again for all my ports.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* lang/bas2tap: fix fetchRene Ladan2019-12-311-3/+1
| | | | | | | | PR: 242999 Submitted by: ktullavik@gmail.com Notes: svn path=/head/; revision=521651
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380306
* lang/bas2tap: Overdue update to 2.6, portscout did not notice this one...Rene Ladan2014-12-072-3/+3
| | | | Notes: svn path=/head/; revision=374184
* Convert l* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347773
* lang/bas2tap: unconditionally install documentation into STAGEDIRRene Ladan2014-02-161-4/+0
| | | | Notes: svn path=/head/; revision=344601
* Add staging support.Rene Ladan2013-09-241-4/+3
| | | | Notes: svn path=/head/; revision=328129
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - remove empty OPTIONS_DEFAULTRene Ladan2013-03-251-1/+1
| | | | | | | - portlint fixes Notes: svn path=/head/; revision=315209
* Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are alwaysRene Ladan2012-10-291-0/+2
| | | | | | | | | defined. Feature safe: yes Notes: svn path=/head/; revision=306613
* Use optionsNG syntax for NOPORTDOCSRene Ladan2012-10-231-1/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306329
* Cleanup Makefile headers of my ports.Rene Ladan2012-10-071-5/+1
| | | | | | | Just use my login for ports I originally created myself. Notes: svn path=/head/; revision=305446
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=284239
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* - update to 2.5Rene Ladan2010-08-273-7/+7
| | | | | | | | - add LICENSE, now licensed under GPLv2 instead of custom license - pkg-descr: add WWW and remove my email address Notes: svn path=/head/; revision=260082
* - Update maintainer mailMartin Wilke2009-01-051-1/+1
| | | | | | | | PR: 127077 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=225285
* This utility converts both 48k and 128k ZX Spectrum BASIC programs storedPav Lucistnik2007-07-113-0/+48
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> Notes: svn path=/head/; revision=195429