non port: lang/bas2tap/Makefile |
Number of commits found: 17 |
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 |
Tuesday, 12 Jul 2022
|
18:18 Rene Ladan (rene)
cleanup: remove Created-by lines mentioning myself from my ports.
While here use my FreeBSD address again for all my ports.
db3918c |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 31 Dec 2019
|
19:34 rene
lang/bas2tap: fix fetch
PR: 242999
Submitted by: ktullavik@gmail.com
 |
Wednesday, 6 Nov 2019
|
12:48 antoine
Mark a few ports BROKEN, unfetchable
 |
Sunday, 7 Dec 2014
|
10:07 rene
lang/bas2tap: Overdue update to 2.6, portscout did not notice this one...
 |
Monday, 10 Mar 2014
|
16:01 bapt
Convert l* to USES=zip
 |
Sunday, 16 Feb 2014
|
16:16 rene
lang/bas2tap: unconditionally install documentation into STAGEDIR
 |
Tuesday, 24 Sep 2013
|
13:30 rene
Add staging support.
 |
Friday, 20 Sep 2013
|
19:53 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
 |
Monday, 25 Mar 2013
|
10:09 rene
- remove empty OPTIONS_DEFAULT
- portlint fixes
 |
Monday, 29 Oct 2012
|
13:57 rene
Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are always
defined.
Feature safe: yes
 |
Tuesday, 23 Oct 2012
|
21:14 rene
Use optionsNG syntax for NOPORTDOCS
Feature safe: yes
 |
Sunday, 7 Oct 2012
|
09:11 rene
Cleanup Makefile headers of my ports.
Just use my login for ports I originally created myself.
 |
Friday, 27 Aug 2010
|
16:12 rene
- update to 2.5
- add LICENSE, now licensed under GPLv2 instead of custom license
- pkg-descr: add WWW and remove my email address
 |
Monday, 5 Jan 2009
|
16:23 miwi
- Update maintainer mail
PR: 127077
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
 |
Wednesday, 11 Jul 2007
|
19:18 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>
 |
Number of commits found: 17 |