Port details |
- cl-alexandria Collection of portable public domain utilities for Common Lisp
- 1.4_1,1 devel =2 1.2,1Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2010-01-16 19:12:10
- Last Update: 2024-12-20 02:31:49
- Commit Hash: 95a2770
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: lisp
- License: PD
- WWW:
- https://common-lisp.net/project/alexandria/
- Description:
- As a project Alexandria's goal is to reduce duplication of effort
and improve portability of Common Lisp code according to its own
idiosyncratic and rather conservative aesthetic. What this actually
means is open to debate, but each project member has a veto on all
project activities, so a degree of conservatism is inevitable.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cl-alexandria>0:devel/cl-alexandria
- To install the port:
- cd /usr/ports/devel/cl-alexandria/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cl-alexandria
- pkg install cl-alexandria
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cl-alexandria
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730910889
SHA256 (alexandria-v1.4.tar.bz2) = 4b3c1b73291b12d79d57e38caccead70a9bb823737c6f52499440690f4b144a7
SIZE (alexandria-v1.4.tar.bz2) = 49777
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sbcl : lang/sbcl
- texi2pdf : print/texinfo
- tex.fmt : print/tex-formats
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- This port is required by:
- for Build
-
- converters/cl-babel
- devel/cl-alexandria-ccl
- devel/cl-alexandria-clisp
- devel/cl-alexandria-sbcl
- devel/cl-cffi
- x11-wm/stumpwm
- for Run
-
- converters/cl-babel
- devel/cl-alexandria-ccl
- devel/cl-alexandria-clisp
- devel/cl-alexandria-sbcl
- devel/cl-cffi
Configuration Options:
- ===> The following configuration options are available for cl-alexandria-1.4_1,1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_cl-alexandria
- USES:
- cl tex
- 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.4_1,1 20 Dec 2024 02:31:49 |
Joseph Mingrone (jrm) |
*/cl-*: Pet portclippy/portfmt
Sponsored by: The FreeBSD Foundation |
1.4_1,1 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 ) |
1.4,1 21 Nov 2024 17:19:17 |
Joseph Mingrone (jrm) |
devel/cl-alexandria: Update to 1.4
Commit
log: https://gitlab.common-lisp.net/alexandria/alexandria/-/compare/8beef2dc50...49e82add16
PR: 282589
Approved by: maintainer timeout
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47469 |
1.2,1 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
1.2,1 19 Dec 2022 14:44:58 |
Muhammad Moinur Rahman (bofh) |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket) |
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) |
1.2,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 ) |
1.2,1 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
1.2,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2,1 26 Feb 2021 12:11:36 |
tobik |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories
Reported by: portscan |
1.2,1 01 Jan 2021 01:08:55 |
jrm |
devel/cl-alexandria: Update to version 1.2
- Add License
- Pull tarball from current development location, gitlab.common-lisp.net
- Chase this update in x11-wm/stumpwm
Approved by: olgeni (maintainer)
Differential Revision: https://reviews.freebsd.org/D27805 |
2010.01.16_3 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_3 28 Oct 2014 05:55:36 |
antoine |
Fix a stage orphan |
2010.01.16_2 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
2010.01.16_2 08 Jun 2014 13:14:43 |
olgeni |
Remove indefinite articles from COMMENT where I'm maintainer. |
2010.01.16_2 15 Feb 2014 15:39:43 |
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_2 26 Jan 2013 14:50:30 |
olgeni |
Convert Makefile headers to the new format in my ports. |
2010.01.16_2 16 Aug 2011 20:59:36 |
olgeni |
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. |
2010.01.16_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2010.01.16_1 04 Aug 2010 14:11:56 |
olgeni |
Clean up my pkg-descr files (spelling and whitespace). |
2010.01.16_1 17 Jan 2010 20:32:04 |
olgeni |
Do not register test module. |
2010.01.16 16 Jan 2010 19:11:38 |
olgeni |
Add cl-alexandria, a collection of portable public domain utilities
for Common Lisp. |