Path to this page:
./
lang/swi-prolog-packages,
Packages for SWI Prolog
Branch: CURRENT,
Version: 8.0.2nb5,
Package name: swi-prolog-packages-8.0.2nb5,
Maintainer: pkgsrc-usersPackages for the GUI toolkit XPCE for swi-prolog, an ISO/Edinburgh-style
Prolog compiler.
Required to run:[
graphics/jpeg] [
fonts/Xft2] [
lang/swi-prolog-lite] [
devel/gmp] [
x11/libXpm]
Required to build:[
archivers/libarchive] [
pkgtools/x11-links] [
security/openssl] [
devel/ossp-uuid] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Version history: (Expand)
- (2023-11-12) Updated to version: swi-prolog-packages-8.0.2nb5
- (2023-10-25) Updated to version: swi-prolog-packages-8.0.2nb4
- (2023-01-30) Updated to version: swi-prolog-packages-8.0.2nb3
- (2020-08-18) Updated to version: swi-prolog-packages-8.0.2nb2
- (2020-01-19) Updated to version: swi-prolog-packages-8.0.2nb1
- (2019-03-25) Updated to version: swi-prolog-packages-8.0.2
CVS history: (Expand)
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2019-03-25 20:53:02 by Mark Davies | Files touched by this commit (1) |
Log message:
swi-prolog-packages: PLIST.Linux catchup for version 8.x
|
2019-02-25 16:20:45 by Leonardo Taccari | Files touched by this commit (21) |
Log message:
swi-prolog*: Update to 8.0.1
pkgsrc changes:
- Rename swi-prolog to swipl to follow upstream nomenclature
- Add all main packages (except X11) to swi-prolog-lite.
After CMake migration in order to generate the documentation and being able
to use it (e.g. via help/2) it is needed to add basic, archive, ssl and term
packages.
All X11 packages are provided by swi-prolog-packages.
- Adjust pkgsrc Makefile-s logic to upstream CMake migration:
o Uncoditionally disable not wanted packages in Makefile.common (to avoid
possible PLIST mismatches; please note that this will probably disable
tipc package on Linux!).
All other installed packages are enabled/disabled via
swi-prolog-{lite,packages,jpl} Makefile.
o Add libarchive, ossp-uuid and openssl build dependency to
swi-prolog-packages. Despite these are provided by swi-prolog-lite
they are needed as part of the build of swi-prolog-packages too.
o Remove no more needed logic to check and eventually start X server to
build documentation. Should address PR pkg/42047.
- Remove an unconditional CHECK_WRKREF_SKIP, this was needed on FreeBSD
but unfortunately it is not clear why. If this is still needed please let
me know in order to try to investigate further and address that.
- Bump API requirements to 8.0.1 in buildlink3.mk to be on the safe side
now that shared libraries are provided on all platforms.
Changes:
8.0.1
-----
Indexing on multiple arguments together, indexing inside compounds,
Mode-directed tabling, saved states using ZIP files, many deployment
enhancements. Moved build environment to CMake and removed most of
the build tool dependencies. Builds documentation along with the
binary.
Please note that this is just a short summary. Unfortunately the
complete changelog is very long, full changelog can be found at:
<http://www.swi-prolog.org/ChangeLog?branch=stable&from=7.6.4&to=8.0.1>
|
2019-01-06 09:57:41 by Mark Davies | Files touched by this commit (1) |
Log message:
swi-prolog-packages: fix PLIST.Linux
|