aboutsummaryrefslogtreecommitdiff
path: root/lang/chibi-scheme
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)
* lang/chibi-scheme: update to 0.10.0Pietro Cerutti2021-05-255-25/+16
|
* Remove my useless "Created by" linesTobias Kortkamp2021-04-191-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* lang/chibi-scheme: modernize, sync patches with upstream PRsPietro Cerutti2020-10-163-17/+18
| | | | Notes: svn path=/head/; revision=552510
* lang/chibi-scheme: take maintainership, install docs, fix parallel buildPietro Cerutti2020-10-142-2/+22
| | | | Notes: svn path=/head/; revision=552335
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* lang/chibi-scheme: Update to 0.9.1Tobias Kortkamp2020-08-183-5/+7
| | | | | | | Changes: https://github.com/ashinn/chibi-scheme/compare/0.9...0.9.1 Notes: svn path=/head/; revision=545217
* lang/chibi-scheme: Update to 0.9Tobias Kortkamp2020-07-314-381/+456
| | | | | | | Changes: https://github.com/ashinn/chibi-scheme/compare/0.8...0.9 Notes: svn path=/head/; revision=543876
* lang/chibi-scheme: Portscout, please ignore the bad 'stable' upstream tagTobias Kortkamp2018-02-171-0/+2
| | | | Notes: svn path=/head/; revision=462158
* lang/chibi-scheme: Update to 0.8Tobias Kortkamp2018-02-164-12/+121
| | | | | | | Changes: https://github.com/ashinn/chibi-scheme/compare/0.7.3...0.8 Notes: svn path=/head/; revision=462004
* - Add soname to libchibi-scheme.soTobias Kortkamp2017-06-273-114/+18
| | | | | | | | | | | | - Fix installed file modes - Enable tests - Add LICENSE_FILE Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11353 Notes: svn path=/head/; revision=444446
* Update MAINTAINER to tobik@FreeBSD.org for my portsTobias Kortkamp2017-02-151-1/+1
| | | | | | | | Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9610 Notes: svn path=/head/; revision=434159
* - Update to 0.7.3Martin Wilke2016-01-105-32/+92
| | | | | | | | PR: 205982 Submitted by: maintainer Notes: svn path=/head/; revision=405692
* - Update maintainer's email in 3 portDmitry Marakasov2015-12-021-1/+1
| | | | | | | PR: 204948 Notes: svn path=/head/; revision=402862
* lang/chibi-scheme: correct upstream GitHub accountBartek Rutkowski2015-05-053-4/+5
| | | | | | | | PR: 199395 Submitted by: Tobias Kortkamp <tobias.kortkamp@gmail.com> (maintainer) Notes: svn path=/head/; revision=385476
* No need to set GH_TAGNAME; Avoid double version in DISTNAMEBryan Drewery2015-04-282-3/+2
| | | | Notes: svn path=/head/; revision=384933
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested. Notes: svn path=/head/; revision=384932
* Add a port of minimal Scheme implementation for use as a C extensionAlexey Dokuchaev2015-04-106-0/+390
language (Chibi-Scheme). PR: 199086 Submitted by: Tobias Kortkamp Notes: svn path=/head/; revision=383717