Port details |
- cl-trivial-features Ensures consistent *FEATURES* in Common Lisp
- 1.0.4,1 devel =2 1.0.4,1Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2010-01-17 15:47:52
- Last Update: 2024-12-28 23:29:09
- Commit Hash: 85680fb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: lisp
- License: MIT
- WWW:
- https://www.cliki.net/trivial-features
- Description:
- trivial-features ensures consistent *FEATURES* across multiple
Common Lisp implementations.
For example, on MacOS X platforms, while most Lisps push :DARWIN
to *FEATURES*, CLISP and Allegro push :MACOS and :MACOSX instead,
respectively. Some Lisps might not push any feature suggesting MacOS
X at all. trivial-features will make sure all Lisps will have :DARWIN
in the *FEATURES* list when running on MacOS X.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cl-trivial-features>0:devel/cl-trivial-features
- To install the port:
- cd /usr/ports/devel/cl-trivial-features/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cl-trivial-features
- pkg install cl-trivial-features
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cl-trivial-features
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735163029
SHA256 (trivial-features-trivial-features-v1.0-4-gd249a62_GH0.tar.gz) = 76c35ab7b94faeabd3e6949e4380e338683c51b7b51107fcf15f1cc5b666f7ff
SIZE (trivial-features-trivial-features-v1.0-4-gd249a62_GH0.tar.gz) = 11513
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- converters/cl-babel
- devel/cl-cffi
- devel/cl-trivial-features-ccl
- devel/cl-trivial-features-clisp
- devel/cl-trivial-features-sbcl
- for Run
-
- converters/cl-babel
- devel/cl-cffi
- devel/cl-trivial-features-ccl
- devel/cl-trivial-features-clisp
- devel/cl-trivial-features-sbcl
Configuration Options:
- ===> The following configuration options are available for cl-trivial-features-1.0.4,1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_cl-trivial-features
- USES:
- cl
- 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 |
1.0.4,1 28 Dec 2024 23:29:09 |
Joseph Mingrone (jrm) |
devel/cl-trivial-features{,-*}: Update to 1.0-4
Approved by: olgeni (maintainer, implicit)
Sponsored by: The FreeBSD Foundation |
2010.01.16_2 20 Dec 2024 02:31:49 |
Joseph Mingrone (jrm) |
*/cl-*: Pet portclippy/portfmt
Sponsored by: The FreeBSD Foundation |
2010.01.16_2 20 Dec 2024 02:31:49 |
Joseph Mingrone (jrm) |
Common Lisp ports: Add missing license information
Approved by: olgeni (maintainer, implicit)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48090 |
2010.01.16_2 20 Dec 2024 02:31:48 |
Joseph Mingrone (jrm) |
Infrastructure for Common Lisp Ports: Overhaul
- Decouple ASDF initialization from devel/cl-asdf by creating a
dedicated port: devel/freebsd-cl-asdf-init.
- Convert devel/cl-asdf/bsd.cl-asdf.mk to USES=cl.
- Add devel/cl-asdf-sbcl
- Update ASDF configuration:
- Prefer newer ASDF versions, but only if the fasl is available.
- Replace license text with an SPDX license identifier.
- Simplify and clarify documentation.
- Remove the assumption that ${PREFIX} is /usr/local.
- Use uiop:getenv instead of a custom getenv function.
- Remove asdf:output-files customization to resolve output
translation issues.
- Improve output translations: (Only the first 15 lines of the commit message are shown above ) |
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) |
2010.01.16_1 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 ) |
2010.01.16_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2010.01.16_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2010.01.16_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2010.01.16_1 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
2010.01.16_1 15 Feb 2014 16:43:44 |
antoine |
Stage support |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
2010.01.16_1 26 Jan 2013 14:50:30 |
olgeni |
Convert Makefile headers to the new format in my ports. |
2010.01.16_1 16 Aug 2011 20:59:36 |
olgeni |
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. |
2010.01.16 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2010.01.16 17 Jan 2010 15:47:23 |
olgeni |
Add cl-trivial-features, which ensures consistent *FEATURES* across multiple
Common Lisp implementations - makes portability easier. |