summaryrefslogtreecommitdiff
path: root/lang/guile1/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/guile1: Remove USES=makeinfoMuhammad Moinur Rahman2023-10-246-102/+0
| | | | | | - Distfile ships with pregenerated info files - Remove patches related to texi files - Utilize USES=localbase
* Mk/Uses: Add guile.mkAndrew "RhodiumToad" Gierth2023-07-311-0/+12
| | | | | | | | | | | | | | | | | This patch adds USES=guile[:options], a framework to permit the concurrent installation of different guile versions, allowing ports to specify which guile they need. lang/guile is now a meta-port, installing the default guile version; guile 3 is now shipped in lang/guile3. A new port lang/guile-aclocal holds the guile.m4 file from guile3 to permit ports written against guile1 or guile2 to avoid conflicts. PR: 260960 Reported by: Martin Neubauer <m.ne@gmx.net> Approved by: bofh Differential Revision: https://reviews.freebsd.org/D40194
* [NEW] lang/guile1: GNU Ubiquitous Intelligent Language for ExtensionMuhammad Moinur Rahman2020-02-1318-0/+476
GUILE, GNU's Ubiquitous Intelligent Language for Extension, is a library that implements the Scheme language plus various convenient facilities. It's designed so that you can link it into an application or utility to make it extensible. Our plan is to link this library into all GNU programs that call for extensibility. WWW: http://www.gnu.org/software/guile/ - Repo-Copied from lang/guile in preperation of 3.X.X Notes: svn path=/head/; revision=526077