pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
swi-prolog: Import swi-prolog-8.0.1 as wip/swi-prolog
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Mon Feb 25 14:59:24 2019 +0100
Changeset: e09c0cd84bf1677ed1acf601aa3cfbea45454b4a
Modified Files:
Makefile
Added Files:
swi-prolog/DESCR
swi-prolog/Makefile
Log Message:
swi-prolog: Import swi-prolog-8.0.1 as wip/swi-prolog
ISO/Edinburgh-style Prolog compiler. Compliant with Part 1 of the ISO
standard for Prolog. Covers all traditional Edinburgh Prolog features
and shares many features with Quintus and SICStus Prolog, including a
compatible module system. Very fast compiler, garbage collection (also
on atoms), fast and powerful C/C++ interface, autoloading,
GNU-readline interface. SWI-Prolog supports architectures with 32-bit
or greater (64-bit) word-length.
This is a meta-package that pulls in the interpreter and packages.
Intended to be used to update lang/swi-prolog meta-package.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e09c0cd84bf1677ed1acf601aa3cfbea45454b4a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
swi-prolog/DESCR | 9 +++++++++
swi-prolog/Makefile | 16 ++++++++++++++++
3 files changed, 26 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 852357fe2e..2a548f7047 100644
--- a/Makefile
+++ b/Makefile
@@ -4469,6 +4469,7 @@ SUBDIR+= swami
SUBDIR+= swarp
SUBDIR+= swfmill
SUBDIR+= swftools
+SUBDIR+= swi-prolog
SUBDIR+= swi-prolog-jpg
SUBDIR+= swi-prolog-lite
SUBDIR+= swi-prolog-packages
diff --git a/swi-prolog/DESCR b/swi-prolog/DESCR
new file mode 100644
index 0000000000..963bdc621c
--- /dev/null
+++ b/swi-prolog/DESCR
@@ -0,0 +1,9 @@
+ISO/Edinburgh-style Prolog compiler. Compliant with Part 1 of the ISO
+standard for Prolog. Covers all traditional Edinburgh Prolog features
+and shares many features with Quintus and SICStus Prolog, including a
+compatible module system. Very fast compiler, garbage collection (also
+on atoms), fast and powerful C/C++ interface, autoloading,
+GNU-readline interface. SWI-Prolog supports architectures with 32-bit
+or greater (64-bit) word-length.
+
+This is a meta-package that pulls in the interpreter and packages.
diff --git a/swi-prolog/Makefile b/swi-prolog/Makefile
new file mode 100644
index 0000000000..e4ba8962a0
--- /dev/null
+++ b/swi-prolog/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.41 2009/04/08 23:11:13 joerg Exp $
+
+META_PACKAGE= # empty
+
+.include "../../wip/swi-prolog-lite/Makefile.common"
+
+PKGNAME= swi-prolog-${SWIPLVERS}
+CATEGORIES= lang
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= ISO/Edinburgh-style Prolog compiler suite
+
+DEPENDS+= swi-prolog-lite-${SWIPLVERS}{,nb[0-9]*}:../../wip/swi-prolog-lite
+DEPENDS+= swi-prolog-packages-${SWIPLVERS}{,nb[0-9]*}:../../wip/swi-prolog-packages
+
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index