Andreas Wacknitz
2022-07-20 3e457887b79451f400ed7f31b7b75fdf020f917e
Fixes6

* orc: fix build

* pcre: fix build

* physfs: fix build

* protobuf: fix build

* raptor: fix build

* slib: fix build

* soundtouch: fix build

* tntdb: fix build

* trousers: fix build

* apr: fix build

Co-authored-by: Aurelien Larcher <aurelien.larcher@gmail.com>
2 files added
32 files modified
1293 ■■■■ changed files
components/library/apr/Makefile 28 ●●●● patch | view | raw | blame | history
components/library/apr/patches/08-autoconf.patch 69 ●●●●● patch | view | raw | blame | history
components/library/apr/pkg5 1 ●●●● patch | view | raw | blame | history
components/library/orc/Makefile 40 ●●●●● patch | view | raw | blame | history
components/library/orc/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/library/orc/pkg5 1 ●●●● patch | view | raw | blame | history
components/library/pcre/Makefile 42 ●●●● patch | view | raw | blame | history
components/library/pcre/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/library/physfs/Makefile 42 ●●●●● patch | view | raw | blame | history
components/library/physfs/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/library/physfs/pkg5 1 ●●●● patch | view | raw | blame | history
components/library/protobuf/Makefile 40 ●●●●● patch | view | raw | blame | history
components/library/protobuf/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/library/protobuf/pkg5 1 ●●●● patch | view | raw | blame | history
components/library/raptor/Makefile 35 ●●●●● patch | view | raw | blame | history
components/library/raptor/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/library/raptor/pkg5 2 ●●● patch | view | raw | blame | history
components/library/slib/Makefile 26 ●●●● patch | view | raw | blame | history
components/library/slib/manifests/sample-manifest.p5m 393 ●●●● patch | view | raw | blame | history
components/library/slib/pkg5 1 ●●●● patch | view | raw | blame | history
components/library/slib/slib.p5m 392 ●●●● patch | view | raw | blame | history
components/library/soundtouch/Makefile 41 ●●●● patch | view | raw | blame | history
components/library/soundtouch/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/library/soundtouch/pkg5 1 ●●●● patch | view | raw | blame | history
components/library/tntdb/Makefile 37 ●●●● patch | view | raw | blame | history
components/library/tntdb/manifests/sample-manifest.p5m 23 ●●●●● patch | view | raw | blame | history
components/library/tntdb/pkg5 3 ●●●● patch | view | raw | blame | history
components/library/tntdb/tntdb-common.p5m 7 ●●●●● patch | view | raw | blame | history
components/library/tntdb/tntdb-mysql.p5m 4 ●●●● patch | view | raw | blame | history
components/library/tntdb/tntdb-pgsql.p5m 4 ●●●● patch | view | raw | blame | history
components/library/tntdb/tntdb-sqlite.p5m 4 ●●●● patch | view | raw | blame | history
components/library/trousers/Makefile 21 ●●●●● patch | view | raw | blame | history
components/library/trousers/patches/fno-common.patch 12 ●●●●● patch | view | raw | blame | history
components/library/trousers/pkg5 4 ●●● patch | view | raw | blame | history
components/library/apr/Makefile
@@ -21,22 +21,22 @@
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
# Copyright 2020, Andreas Wacknitz
#
BUILD_BITS=                    32_and_64
BUILD_BITS=32_and_64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=                apr
COMPONENT_VERSION=            1.7.0
COMPONENT_REVISION=            1
COMPONENT_PROJECT_URL=        https://apr.apache.org/
COMPONENT_FMRI=                library/apr
COMPONENT_SUMMARY=            Apache Portable Runtime (APR) Shared Libraries
COMPONENT_CLASSIFICATION=    Web Services/Application and Web Servers
COMPONENT_SRC=                 $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=            $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    \
COMPONENT_NAME=         apr
COMPONENT_VERSION=      1.7.0
COMPONENT_REVISION=     3
COMPONENT_PROJECT_URL=  https://apr.apache.org/
COMPONENT_FMRI=         library/apr
COMPONENT_SUMMARY=      Apache Portable Runtime (APR) Shared Libraries
COMPONENT_CLASSIFICATION=Web Services/Application and Web Servers
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
    sha256:48e9dbf45ae3fdc7b491259ffb6ccf7d63049ffacbc1c0977cced095e4c2d5a2
COMPONENT_ARCHIVE_URL=        https://archive.apache.org/dist/apr/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE=            Apache v2.0
COMPONENT_ARCHIVE_URL=  https://archive.apache.org/dist/apr/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE=      Apache v2.0
CONFIGURE_DEFAULT_DIRS=no
@@ -89,6 +89,6 @@
REQUIRED_PACKAGES += developer/documentation-tool/doxygen
# Auto-generated dependencies
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += shell/bash
REQUIRED_PACKAGES += shell/ksh93
REQUIRED_PACKAGES += system/library
components/library/apr/patches/08-autoconf.patch
New file
@@ -0,0 +1,69 @@
From a15958a37a06f71c42c690278f9c958b93b7ee20 Mon Sep 17 00:00:00 2001
From: Yann Ylavic <ylavic@apache.org>
Date: Thu, 11 Mar 2021 14:10:21 +0000
Subject: [PATCH] Merge r1887279 from trunk:
build/apr_common.m4: avoid explicit inclusion of "confdefs.h"
The failure is observed on `autoconf-2.69d` (soon to be released
as `autoconf-2.70`). There `int64_t` detection fails as:
$ autoreconf && ./configure
checking whether int64_t and int use fmt %d... no
checking whether int64_t and long use fmt %ld... no
checking whether int64_t and long long use fmt %lld... no
configure: error: could not determine the string function for int64_t
```
This happens because `./configure` always stumbles on warning:
configure:3350: gcc -c -g -O2 -Werror  conftest.c >&5
In file included from conftest.c:31:
confdefs.h:22: error: "__STDC_WANT_IEC_60559_ATTRIBS_EXT__" redefined [-Werror]
   22 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
      |
It's triggered by double inclusion of `"confdefs.h"` contents:
explicitly in `APR_TRY_COMPILE_NO_WARNING` macro and implicitly
via `AC_LANG_SOURCE` use.
To fix it and avoid having to define `main()` declaration the change
uses `AC_LANG_PROGRAM` instead.
Tested on both `autoconf-2.69` and `autoconf-2.69d`.
Github: closes #25
Submitted by: Sergei Trofimovich <slyfox gentoo.org>
Reviewed by: ylavic
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1887485 13f79535-47bb-0310-9956-ffa450edef68
[Retrieved from:
https://github.com/apache/apr/commit/0a763c5e500f4304b7c534fae0fad430d64982e8]
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 build/apr_common.m4 | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/build/apr_common.m4 b/build/apr_common.m4
index 297dd32cf75..b67a8608abe 100644
--- build/apr_common.m4.orig
+++ build/apr_common.m4
@@ -467,13 +467,9 @@ AC_DEFUN([APR_TRY_COMPILE_NO_WARNING],
    CFLAGS="$CFLAGS -Werror"
  fi
  AC_COMPILE_IFELSE(
-  [AC_LANG_SOURCE(
-   [#include "confdefs.h"
-   ]
-   [[$1]]
-   [int main(int argc, const char *const *argv) {]
+  [AC_LANG_PROGRAM(
+   [[$1]],
    [[$2]]
-   [   return 0; }]
   )], [CFLAGS=$apr_save_CFLAGS
 $3],  [CFLAGS=$apr_save_CFLAGS
 $4])
components/library/apr/pkg5
@@ -3,6 +3,7 @@
        "SUNWcs",
        "developer/documentation-tool/doxygen",
        "shell/bash",
        "shell/ksh93",
        "system/library"
    ],
    "fmris": [
components/library/orc/Makefile
@@ -11,27 +11,28 @@
#
# Copyright 2012 EveryCity Ltd. All rights reserved.
#
BUILD_STYLE=configure
BUILD_BITS=32_and_64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=           orc
COMPONENT_VERSION=        0.4.26
COMPONENT_NAME=         orc
COMPONENT_VERSION=      0.4.26
COMPONENT_REVISION=     1
IPS_COMPONENT_VERSION=    0.5.11
HUMAN_VERSION=            $(COMPONENT_VERSION)
COMPONENT_FMRI=           system/library/orc
COMPONENT_PROJECT_URL=    http://code.entropywave.com/projects/orc/
COMPONENT_SUMMARY=        The Oil Runtime Compiler for SIMD array operations
COMPONENT_CLASSIFICATION= System/Libraries
COMPONENT_SRC=            $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=        $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH=    \
  sha256:7d52fa80ef84988359c3434e1eea302d077a08987abdde6905678ebcad4fa649
COMPONENT_ARCHIVE_URL= \
  http://gstreamer.freedesktop.org/src/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE=        BSD
COMPONENT_FMRI=         system/library/orc
COMPONENT_PROJECT_URL=  http://code.entropywave.com/projects/orc/
COMPONENT_SUMMARY=      The Oil Runtime Compiler for SIMD array operations
COMPONENT_CLASSIFICATION=System/Libraries
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH= \
    sha256:7d52fa80ef84988359c3434e1eea302d077a08987abdde6905678ebcad4fa649
COMPONENT_ARCHIVE_URL=  \
    http://gstreamer.freedesktop.org/src/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE=      BSD
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/common.mk
# Heals libgstvideoscale core dump
gcc_OPT = -O2
@@ -42,11 +43,6 @@
ENV = /usr/bin/env -i
build:        $(BUILD_32_and_64)
install:    $(INSTALL_32_and_64)
test:        $(TEST_32_and_64)
# Auto-generated dependencies
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/math
components/library/orc/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2017 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
components/library/orc/pkg5
@@ -1,6 +1,7 @@
{
    "dependencies": [
        "SUNWcs",
        "shell/ksh93",
        "system/library",
        "system/library/math"
    ],
components/library/pcre/Makefile
@@ -24,25 +24,26 @@
# Copyright (c) 2022, Daniel Chan
#
BUILD_STYLE=configure
BUILD_BITS=32_and_64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        pcre
COMPONENT_VERSION=    8.45
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH=    \
COMPONENT_NAME=         pcre
COMPONENT_VERSION=      8.45
COMPONENT_REVISION=     1
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH= \
    sha256:4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8
COMPONENT_ARCHIVE_URL=    https://downloads.sourceforge.net/project/$(COMPONENT_NAME)/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_SUMMARY=    Perl-Compatible Regular Expressions
COMPONENT_ARCHIVE_URL=  https://downloads.sourceforge.net/project/$(COMPONENT_NAME)/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_SUMMARY=      Perl-Compatible Regular Expressions
COMPONENT_PROJECT_URL=  http://pcre.org/
COMPONENT_FMRI=        library/pcre
COMPONENT_CLASSIFICATION=    Development/C
COMPONENT_LICENSE=    BSD
COMPONENT_LICENSE_FILE=    LICENCE
COMPONENT_FMRI=         library/pcre
COMPONENT_CLASSIFICATION=Development/C
COMPONENT_LICENSE=      BSD
COMPONENT_LICENSE_FILE= LICENCE
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/common.mk
# pick up -std=c99 in CFLAGS
CFLAGS+=    -std=c99
@@ -105,15 +106,10 @@
COMPONENT_INSTALL_ARGS+=    "INSTALL=$(INSTALL)"
COMPONENT_INSTALL_ARGS+=    "MAKE=$(GMAKE)"
build:        $(BUILD_32_and_64)
install:    $(INSTALL_32_and_64)
test:        $(TEST_32_and_64)
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += compress/bzip2
REQUIRED_PACKAGES += library/zlib
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += shell/ksh93
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
components/library/pcre/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2017 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
components/library/physfs/Makefile
@@ -13,28 +13,28 @@
# Copyright 2016 Jim Klimov
#
BUILD_STYLE=cmake
BUILD_BITS=32_and_64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=    physfs
COMPONENT_VERSION=    2.0.3
COMPONENT_REVISION=    2
COMPONENT_FMRI=    library/$(COMPONENT_NAME)
COMPONENT_SUMMARY=    PhysicsFS is a library to provide abstract access to various archives and limit write-access scope
COMPONENT_SRC=    $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH=    \
  sha256:ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69
COMPONENT_ARCHIVE_URL=    \
  http://icculus.org/physfs/downloads/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=    http://icculus.org/physfs/
COMPONENT_CLASSIFICATION=    System/Libraries
COMPONENT_NAME=         physfs
COMPONENT_VERSION=      2.0.3
COMPONENT_REVISION=     3
COMPONENT_FMRI=         library/$(COMPONENT_NAME)
COMPONENT_SUMMARY=      PhysicsFS is a library to provide abstract access to various archives and limit write-access scope
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH= \
    sha256:ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69
COMPONENT_ARCHIVE_URL=  \
    http://icculus.org/physfs/downloads/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=  http://icculus.org/physfs/
COMPONENT_CLASSIFICATION=System/Libraries
# LGPL is pulled by 7z/lzma support, otherwise PhysicsFS is zlib-licensed
COMPONENT_LICENSE=    ZLIB,LGPL
COMPONENT_LICENSE_FILE=    LICENSE.txt
COMPONENT_LICENSE=      ZLIB,LGPL
COMPONENT_LICENSE_FILE= LICENSE.txt
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/cmake.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/common.mk
CXXFLAGS.32=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
CFLAGS.32=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
@@ -62,12 +62,6 @@
# We want proper threading, but no particular preference for test programs
# or choice of zlib, readline, etc. (see end of CMakeLists.txt in source)
CMAKE_OPTIONS+=    -D PHYSFS_HAVE_THREAD_SUPPORT=ON
build: $(BUILD_32_and_64)
install: $(INSTALL_32_and_64)
test: $(TEST_32_and_64)
# Auto-generated dependencies
REQUIRED_PACKAGES += library/readline
components/library/physfs/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2016 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
components/library/physfs/pkg5
@@ -3,6 +3,7 @@
        "SUNWcs",
        "library/readline",
        "library/zlib",
        "shell/ksh93",
        "system/library"
    ],
    "fmris": [
components/library/protobuf/Makefile
@@ -22,37 +22,33 @@
# Copyright (c) 2015, Predrag Zecevic. All rights reserved.
# Copyright (c) 2015, Aurelien Larcher. All rights reserved.
#
BUILD_STYLE=configure
BUILD_BITS=32_and_64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        protobuf
COMPONENT_VERSION=    3.5.1
COMPONENT_FMRI=        library/c++/protobuf
COMPONENT_NAME=         protobuf
COMPONENT_VERSION=      3.5.1
COMPONENT_REVISION=     1
COMPONENT_FMRI=         library/c++/protobuf
COMPONENT_CLASSIFICATION=System/Libraries
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_PROJECT_URL=    https://github.com/google/protobuf/
COMPONENT_ARCHIVE=    v$(COMPONENT_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH=    sha256:826425182ee43990731217b917c5c3ea7190cfda141af4869e6d4ad9085a740f
COMPONENT_ARCHIVE_URL=    https://github.com/google/protobuf/archive/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE=    BSD
COMPONENT_LICENSE_FILE=    $(COMPONENT_NAME).license
COMPONENT_SUMMARY=    Protocol Buffers - Google data interchange format
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_PROJECT_URL=  https://github.com/google/protobuf/
COMPONENT_ARCHIVE=      v$(COMPONENT_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH= sha256:826425182ee43990731217b917c5c3ea7190cfda141af4869e6d4ad9085a740f
COMPONENT_ARCHIVE_URL=  https://github.com/google/protobuf/archive/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE=      BSD
COMPONENT_LICENSE_FILE= $(COMPONENT_NAME).license
COMPONENT_SUMMARY=      Protocol Buffers - Google data interchange format
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
TEST_TARGET=$(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
COMPONENT_PRE_CONFIGURE_ACTION = cd $(SOURCE_DIR); ./autogen.sh
CONFIGURE_OPTIONS+=    --disable-static --disable-64bit-solaris
build: $(BUILD_32_and_64)
install: $(INSTALL_32_and_64)
test: $(NO_TESTS)
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += library/zlib
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
components/library/protobuf/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2017 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
components/library/protobuf/pkg5
@@ -2,6 +2,7 @@
    "dependencies": [
        "SUNWcs",
        "library/zlib",
        "shell/ksh93",
        "system/library",
        "system/library/g++-7-runtime",
        "system/library/gcc-7-runtime"
components/library/raptor/Makefile
@@ -14,23 +14,23 @@
# Copyright 2019 Nona Hansel
#
BUILD_STYLE=configure
BUILD_BITS=32_and_64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        raptor
COMPONENT_VERSION=    1.4.21
COMPONENT_REVISION=    2
COMPONENT_SUMMARY=    RDF Parser Library - RDF parser utility
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_NAME=         raptor
COMPONENT_VERSION=      1.4.21
COMPONENT_REVISION=     3
COMPONENT_SUMMARY=      RDF Parser Library - RDF parser utility
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
  sha256:db3172d6f3c432623ed87d7d609161973d2f7098e3d2233d0702fbcc22cfd8ca
COMPONENT_ARCHIVE_URL= \
  http://download.librdf.org/source/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=    http://librdf.org/
    sha256:db3172d6f3c432623ed87d7d609161973d2f7098e3d2233d0702fbcc22cfd8ca
COMPONENT_ARCHIVE_URL=  \
    http://download.librdf.org/source/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=  http://librdf.org/
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/common.mk
# Failed tests without this
COMPONENT_PRE_CONFIGURE_ACTION =        ($(CLONEY) $(SOURCE_DIR) $(@D))
@@ -42,17 +42,10 @@
CFLAGS.32 += -D_FILE_OFFSET_BITS=64
CFLAGS += $(CFLAGS.$(BITS))
build: $(BUILD_32_and_64)
install: $(INSTALL_32_and_64)
test: $(TEST_32_and_64)
# Auto-generated dependencies
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += library/libxml2
REQUIRED_PACKAGES += library/libxslt
REQUIRED_PACKAGES += shell/ksh93
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/math
REQUIRED_PACKAGES += web/curl
REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
components/library/raptor/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2016 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
components/library/raptor/pkg5
@@ -1,9 +1,9 @@
{
    "dependencies": [
        "SUNWcs",
        "developer/documentation-tool/gtk-doc",
        "library/libxml2",
        "library/libxslt",
        "shell/ksh93",
        "system/library",
        "system/library/math",
        "web/curl"
components/library/slib/Makefile
@@ -14,22 +14,24 @@
# Copyright 2018 Harry Liebel <hliebel@gmail.com>
# Copyright 2019 Michal Nowak
#
BUILD_STYLE=configure
BUILD_BITS=64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        slib
COMPONENT_VERSION=    3b6
COMPONENT_NAME=         slib
COMPONENT_VERSION=      3b6
COMPONENT_REVISION=     1
IPS_COMPONENT_VERSION=  3.1.6
COMPONENT_FMRI=        library/slib
COMPONENT_PROJECT_URL=    https://people.csail.mit.edu/jaffer/SLIB.html
COMPONENT_SUMMARY=    GNU slib - a portable library for the Scheme programming language
COMPONENT_FMRI=         library/slib
COMPONENT_PROJECT_URL=  https://people.csail.mit.edu/jaffer/SLIB.html
COMPONENT_SUMMARY=      GNU slib - a portable library for the Scheme programming language
COMPONENT_DESCRIPTION=    SLIB is a portable scheme library providing compatibility and utility functions for standard Scheme implementations.
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    \
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
    sha256:f87762730299758c3c53e0f8997565bac7b25814781ebae6e4bd4d80d110ad91
COMPONENT_ARCHIVE_URL=    https://ftp.gnu.org/gnu/slib/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE=     BSD-like, PD
COMPONENT_ARCHIVE_URL=  https://ftp.gnu.org/gnu/slib/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE=      BSD-like, PD
COMPONENT_CLASSIFICATION=Development/Other Languages
TEST_TARGET= $(NO_TESTS)
@@ -59,4 +61,4 @@
REQUIRED_PACKAGES += text/texinfo
REQUIRED_PACKAGES += compress/gzip
# Auto-generated dependencies
REQUIRED_PACKAGES += SUNWcs
# None...
components/library/slib/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2018 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -23,201 +24,201 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/slib
file path=usr/lib/slib/Bev2slib.scm
file path=usr/lib/slib/Makefile
file path=usr/lib/slib/RScheme.init
file path=usr/lib/slib/STk.init
file path=usr/lib/slib/Template.scm
file path=usr/lib/slib/alist.scm
file path=usr/lib/slib/alistab.scm
file path=usr/lib/slib/array.scm
file path=usr/lib/slib/arraymap.scm
file path=usr/lib/slib/batch.scm
file path=usr/lib/slib/bigloo.init
file path=usr/lib/slib/break.scm
file path=usr/lib/slib/byte.scm
file path=usr/lib/slib/bytenumb.scm
file path=usr/lib/slib/chap.scm
file path=usr/lib/slib/charplot.scm
file path=usr/lib/slib/chez.init
file path=usr/lib/slib/cie1931.xyz
file path=usr/lib/slib/cie1964.xyz
file path=usr/lib/slib/ciesia.dat
file path=usr/lib/slib/ciesid65.dat
file path=usr/lib/slib/clrnamdb.scm
file path=usr/lib/slib/cltime.scm
file path=usr/lib/slib/coerce.scm
file path=usr/lib/slib/collect.scm
file path=usr/lib/slib/collectx.scm
file path=usr/lib/slib/color.scm
file path=usr/lib/slib/colornam.scm
file path=usr/lib/slib/colorspc.scm
file path=usr/lib/slib/comlist.scm
file path=usr/lib/slib/comparse.scm
file path=usr/lib/slib/configure
file path=usr/lib/slib/crc.scm
file path=usr/lib/slib/cring.scm
file path=usr/lib/slib/cvs.scm
file path=usr/lib/slib/daylight.scm
file path=usr/lib/slib/db2html.scm
file path=usr/lib/slib/dbcom.scm
file path=usr/lib/slib/dbinterp.scm
file path=usr/lib/slib/dbrowse.scm
file path=usr/lib/slib/dbsyn.scm
file path=usr/lib/slib/dbutil.scm
file path=usr/lib/slib/debug.scm
file path=usr/lib/slib/defmacex.scm
file path=usr/lib/slib/determ.scm
file path=usr/lib/slib/dft.scm
file path=usr/lib/slib/differ.scm
file path=usr/lib/slib/dirs.scm
file path=usr/lib/slib/dynamic.scm
file path=usr/lib/slib/dynwind.scm
file path=usr/lib/slib/elk.init
file path=usr/lib/slib/eval.scm
file path=usr/lib/slib/factor.scm
file path=usr/lib/slib/fluid-let.scm
file path=usr/lib/slib/fluidlet.scm
file path=usr/lib/slib/format.scm
file path=usr/lib/slib/gambit.init
file path=usr/lib/slib/genwrite.scm
file path=usr/lib/slib/getopt.scm
file path=usr/lib/slib/getparam.scm
file path=usr/lib/slib/glob.scm
file path=usr/lib/slib/grapheps.ps
file path=usr/lib/slib/grapheps.scm
file path=usr/lib/slib/guile-2.init
file path=usr/lib/slib/guile.init
file path=usr/lib/slib/guile.use
file path=usr/lib/slib/hash.scm
file path=usr/lib/slib/hashtab.scm
file path=usr/lib/slib/html4each.scm
file path=usr/lib/slib/htmlform.scm
file path=usr/lib/slib/http-cgi.scm
file path=usr/lib/slib/iso8601.scm
file path=usr/lib/slib/jscheme.init
file path=usr/lib/slib/kawa.init
file path=usr/lib/slib/limit.scm
file path=usr/lib/slib/lineio.scm
file path=usr/lib/slib/linterp.scm
file path=usr/lib/slib/logical.scm
file path=usr/lib/slib/macscheme.init
file path=usr/lib/slib/macwork.scm
file path=usr/lib/slib/manifest.scm
file path=usr/lib/slib/matfile.scm
file path=usr/lib/slib/math-integer.scm
file path=usr/lib/slib/math-real.scm
file path=usr/lib/slib/mbe.scm
file path=usr/lib/slib/minimize.scm
file path=usr/lib/slib/mitscheme.init
file path=usr/lib/slib/mkclrnam.scm
file path=usr/lib/slib/mklibcat.scm
file path=usr/lib/slib/mkpltcat.scm
file path=usr/lib/slib/modular.scm
file path=usr/lib/slib/mulapply.scm
file path=usr/lib/slib/mularg.scm
file path=usr/lib/slib/mwdenote.scm
file path=usr/lib/slib/mwexpand.scm
file path=usr/lib/slib/mwsynrul.scm
file path=usr/lib/slib/mzscheme.init
file path=usr/lib/slib/nbs-iscc.txt
file path=usr/lib/slib/ncbi-dna.scm
file path=usr/lib/slib/null.scm
file path=usr/lib/slib/obj2str.scm
file path=usr/lib/slib/object.scm
file path=usr/lib/slib/paramlst.scm
file path=usr/lib/slib/peanosfc.scm
file path=usr/lib/slib/phil-spc.scm
file path=usr/lib/slib/pnm.scm
file path=usr/lib/slib/pp.scm
file path=usr/lib/slib/ppfile.scm
file path=usr/lib/slib/prec.scm
file path=usr/lib/slib/printf.scm
file path=usr/lib/slib/priorque.scm
file path=usr/lib/slib/process.scm
file path=usr/lib/slib/promise.scm
file path=usr/lib/slib/pscheme.init
file path=usr/lib/slib/psxtime.scm
file path=usr/lib/slib/qp.scm
file path=usr/lib/slib/queue.scm
file path=usr/lib/slib/r4rsyn.scm
file path=usr/lib/slib/randinex.scm
file path=usr/lib/slib/random.scm
file path=usr/lib/slib/ratize.scm
file path=usr/lib/slib/rdms.scm
file path=usr/lib/slib/recobj.scm
file path=usr/lib/slib/record.scm
file path=usr/lib/slib/repl.scm
file path=usr/lib/slib/require.scm
file path=usr/lib/slib/resenecolours.txt
file path=usr/lib/slib/rmdsff.scm
file path=usr/lib/slib/root.scm
file path=usr/lib/slib/s7.init
file path=usr/lib/slib/saturate.txt
file path=usr/lib/slib/sc2.scm
file path=usr/lib/slib/sc4opt.scm
file path=usr/lib/slib/sc4sc3.scm
file path=usr/lib/slib/scaexpp.scm
file path=usr/lib/slib/scaglob.scm
file path=usr/lib/slib/scainit.scm
file path=usr/lib/slib/scamacr.scm
file path=usr/lib/slib/scanf.scm
file path=usr/lib/slib/scaoutp.scm
file path=usr/lib/slib/scheme2c.init
file path=usr/lib/slib/scheme48.init
file path=usr/lib/slib/schmooz.scm
file path=usr/lib/slib/scm.init
file path=usr/lib/slib/scmacro.scm
file path=usr/lib/slib/scsh.init
file path=usr/lib/slib/selfset.scm
file path=usr/lib/slib/sierpinski.scm
file path=usr/lib/slib/simetrix.scm
file path=usr/lib/slib/sisc.init
file path=usr/lib/slib/slib.nsi
file path=usr/lib/slib/slib.sh
file path=usr/lib/slib/slib.spec
file path=usr/lib/slib/solid.scm
file path=usr/lib/slib/sort.scm
file path=usr/lib/slib/soundex.scm
file path=usr/lib/slib/srfi-1.scm
file path=usr/lib/slib/srfi-11.scm
file path=usr/lib/slib/srfi-2.scm
file path=usr/lib/slib/srfi-23.scm
file path=usr/lib/slib/srfi-39.scm
file path=usr/lib/slib/srfi-61.scm
file path=usr/lib/slib/srfi-8.scm
file path=usr/lib/slib/srfi-9.scm
file path=usr/lib/slib/srfi.scm
file path=usr/lib/slib/stdio.scm
file path=usr/lib/slib/strcase.scm
file path=usr/lib/slib/strport.scm
file path=usr/lib/slib/strsrch.scm
file path=usr/lib/slib/structure.scm
file path=usr/lib/slib/subarray.scm
file path=usr/lib/slib/syncase.sh
file path=usr/lib/slib/synchk.scm
file path=usr/lib/slib/synclo.scm
file path=usr/lib/slib/synrul.scm
file path=usr/lib/slib/t3.init
file path=usr/lib/slib/timecore.scm
file path=usr/lib/slib/timezone.scm
file path=usr/lib/slib/top-refs.scm
file path=usr/lib/slib/trace.scm
file path=usr/lib/slib/transact.scm
file path=usr/lib/slib/tree.scm
file path=usr/lib/slib/trnscrpt.scm
file path=usr/lib/slib/tsort.scm
file path=usr/lib/slib/tzfile.scm
file path=usr/lib/slib/umbscheme.init
file path=usr/lib/slib/uri.scm
file path=usr/lib/slib/values.scm
file path=usr/lib/slib/vet.scm
file path=usr/lib/slib/vscm.init
file path=usr/lib/slib/withfile.scm
file path=usr/lib/slib/wttree-test.scm
file path=usr/lib/slib/wttree.scm
file path=usr/lib/slib/xml-parse.scm
file path=usr/lib/slib/yasyn.scm
file path=usr/lib/$(MACH64)/slib/Bev2slib.scm
file path=usr/lib/$(MACH64)/slib/Makefile
file path=usr/lib/$(MACH64)/slib/RScheme.init
file path=usr/lib/$(MACH64)/slib/STk.init
file path=usr/lib/$(MACH64)/slib/Template.scm
file path=usr/lib/$(MACH64)/slib/alist.scm
file path=usr/lib/$(MACH64)/slib/alistab.scm
file path=usr/lib/$(MACH64)/slib/array.scm
file path=usr/lib/$(MACH64)/slib/arraymap.scm
file path=usr/lib/$(MACH64)/slib/batch.scm
file path=usr/lib/$(MACH64)/slib/bigloo.init
file path=usr/lib/$(MACH64)/slib/break.scm
file path=usr/lib/$(MACH64)/slib/byte.scm
file path=usr/lib/$(MACH64)/slib/bytenumb.scm
file path=usr/lib/$(MACH64)/slib/chap.scm
file path=usr/lib/$(MACH64)/slib/charplot.scm
file path=usr/lib/$(MACH64)/slib/chez.init
file path=usr/lib/$(MACH64)/slib/cie1931.xyz
file path=usr/lib/$(MACH64)/slib/cie1964.xyz
file path=usr/lib/$(MACH64)/slib/ciesia.dat
file path=usr/lib/$(MACH64)/slib/ciesid65.dat
file path=usr/lib/$(MACH64)/slib/clrnamdb.scm
file path=usr/lib/$(MACH64)/slib/cltime.scm
file path=usr/lib/$(MACH64)/slib/coerce.scm
file path=usr/lib/$(MACH64)/slib/collect.scm
file path=usr/lib/$(MACH64)/slib/collectx.scm
file path=usr/lib/$(MACH64)/slib/color.scm
file path=usr/lib/$(MACH64)/slib/colornam.scm
file path=usr/lib/$(MACH64)/slib/colorspc.scm
file path=usr/lib/$(MACH64)/slib/comlist.scm
file path=usr/lib/$(MACH64)/slib/comparse.scm
file path=usr/lib/$(MACH64)/slib/configure
file path=usr/lib/$(MACH64)/slib/crc.scm
file path=usr/lib/$(MACH64)/slib/cring.scm
file path=usr/lib/$(MACH64)/slib/cvs.scm
file path=usr/lib/$(MACH64)/slib/daylight.scm
file path=usr/lib/$(MACH64)/slib/db2html.scm
file path=usr/lib/$(MACH64)/slib/dbcom.scm
file path=usr/lib/$(MACH64)/slib/dbinterp.scm
file path=usr/lib/$(MACH64)/slib/dbrowse.scm
file path=usr/lib/$(MACH64)/slib/dbsyn.scm
file path=usr/lib/$(MACH64)/slib/dbutil.scm
file path=usr/lib/$(MACH64)/slib/debug.scm
file path=usr/lib/$(MACH64)/slib/defmacex.scm
file path=usr/lib/$(MACH64)/slib/determ.scm
file path=usr/lib/$(MACH64)/slib/dft.scm
file path=usr/lib/$(MACH64)/slib/differ.scm
file path=usr/lib/$(MACH64)/slib/dirs.scm
file path=usr/lib/$(MACH64)/slib/dynamic.scm
file path=usr/lib/$(MACH64)/slib/dynwind.scm
file path=usr/lib/$(MACH64)/slib/elk.init
file path=usr/lib/$(MACH64)/slib/eval.scm
file path=usr/lib/$(MACH64)/slib/factor.scm
file path=usr/lib/$(MACH64)/slib/fluid-let.scm
file path=usr/lib/$(MACH64)/slib/fluidlet.scm
file path=usr/lib/$(MACH64)/slib/format.scm
file path=usr/lib/$(MACH64)/slib/gambit.init
file path=usr/lib/$(MACH64)/slib/genwrite.scm
file path=usr/lib/$(MACH64)/slib/getopt.scm
file path=usr/lib/$(MACH64)/slib/getparam.scm
file path=usr/lib/$(MACH64)/slib/glob.scm
file path=usr/lib/$(MACH64)/slib/grapheps.ps
file path=usr/lib/$(MACH64)/slib/grapheps.scm
file path=usr/lib/$(MACH64)/slib/guile-2.init
file path=usr/lib/$(MACH64)/slib/guile.init
file path=usr/lib/$(MACH64)/slib/guile.use
file path=usr/lib/$(MACH64)/slib/hash.scm
file path=usr/lib/$(MACH64)/slib/hashtab.scm
file path=usr/lib/$(MACH64)/slib/html4each.scm
file path=usr/lib/$(MACH64)/slib/htmlform.scm
file path=usr/lib/$(MACH64)/slib/http-cgi.scm
file path=usr/lib/$(MACH64)/slib/iso8601.scm
file path=usr/lib/$(MACH64)/slib/jscheme.init
file path=usr/lib/$(MACH64)/slib/kawa.init
file path=usr/lib/$(MACH64)/slib/limit.scm
file path=usr/lib/$(MACH64)/slib/lineio.scm
file path=usr/lib/$(MACH64)/slib/linterp.scm
file path=usr/lib/$(MACH64)/slib/logical.scm
file path=usr/lib/$(MACH64)/slib/macscheme.init
file path=usr/lib/$(MACH64)/slib/macwork.scm
file path=usr/lib/$(MACH64)/slib/manifest.scm
file path=usr/lib/$(MACH64)/slib/matfile.scm
file path=usr/lib/$(MACH64)/slib/math-integer.scm
file path=usr/lib/$(MACH64)/slib/math-real.scm
file path=usr/lib/$(MACH64)/slib/mbe.scm
file path=usr/lib/$(MACH64)/slib/minimize.scm
file path=usr/lib/$(MACH64)/slib/mitscheme.init
file path=usr/lib/$(MACH64)/slib/mkclrnam.scm
file path=usr/lib/$(MACH64)/slib/mklibcat.scm
file path=usr/lib/$(MACH64)/slib/mkpltcat.scm
file path=usr/lib/$(MACH64)/slib/modular.scm
file path=usr/lib/$(MACH64)/slib/mulapply.scm
file path=usr/lib/$(MACH64)/slib/mularg.scm
file path=usr/lib/$(MACH64)/slib/mwdenote.scm
file path=usr/lib/$(MACH64)/slib/mwexpand.scm
file path=usr/lib/$(MACH64)/slib/mwsynrul.scm
file path=usr/lib/$(MACH64)/slib/mzscheme.init
file path=usr/lib/$(MACH64)/slib/nbs-iscc.txt
file path=usr/lib/$(MACH64)/slib/ncbi-dna.scm
file path=usr/lib/$(MACH64)/slib/null.scm
file path=usr/lib/$(MACH64)/slib/obj2str.scm
file path=usr/lib/$(MACH64)/slib/object.scm
file path=usr/lib/$(MACH64)/slib/paramlst.scm
file path=usr/lib/$(MACH64)/slib/peanosfc.scm
file path=usr/lib/$(MACH64)/slib/phil-spc.scm
file path=usr/lib/$(MACH64)/slib/pnm.scm
file path=usr/lib/$(MACH64)/slib/pp.scm
file path=usr/lib/$(MACH64)/slib/ppfile.scm
file path=usr/lib/$(MACH64)/slib/prec.scm
file path=usr/lib/$(MACH64)/slib/printf.scm
file path=usr/lib/$(MACH64)/slib/priorque.scm
file path=usr/lib/$(MACH64)/slib/process.scm
file path=usr/lib/$(MACH64)/slib/promise.scm
file path=usr/lib/$(MACH64)/slib/pscheme.init
file path=usr/lib/$(MACH64)/slib/psxtime.scm
file path=usr/lib/$(MACH64)/slib/qp.scm
file path=usr/lib/$(MACH64)/slib/queue.scm
file path=usr/lib/$(MACH64)/slib/r4rsyn.scm
file path=usr/lib/$(MACH64)/slib/randinex.scm
file path=usr/lib/$(MACH64)/slib/random.scm
file path=usr/lib/$(MACH64)/slib/ratize.scm
file path=usr/lib/$(MACH64)/slib/rdms.scm
file path=usr/lib/$(MACH64)/slib/recobj.scm
file path=usr/lib/$(MACH64)/slib/record.scm
file path=usr/lib/$(MACH64)/slib/repl.scm
file path=usr/lib/$(MACH64)/slib/require.scm
file path=usr/lib/$(MACH64)/slib/resenecolours.txt
file path=usr/lib/$(MACH64)/slib/rmdsff.scm
file path=usr/lib/$(MACH64)/slib/root.scm
file path=usr/lib/$(MACH64)/slib/s7.init
file path=usr/lib/$(MACH64)/slib/saturate.txt
file path=usr/lib/$(MACH64)/slib/sc2.scm
file path=usr/lib/$(MACH64)/slib/sc4opt.scm
file path=usr/lib/$(MACH64)/slib/sc4sc3.scm
file path=usr/lib/$(MACH64)/slib/scaexpp.scm
file path=usr/lib/$(MACH64)/slib/scaglob.scm
file path=usr/lib/$(MACH64)/slib/scainit.scm
file path=usr/lib/$(MACH64)/slib/scamacr.scm
file path=usr/lib/$(MACH64)/slib/scanf.scm
file path=usr/lib/$(MACH64)/slib/scaoutp.scm
file path=usr/lib/$(MACH64)/slib/scheme2c.init
file path=usr/lib/$(MACH64)/slib/scheme48.init
file path=usr/lib/$(MACH64)/slib/schmooz.scm
file path=usr/lib/$(MACH64)/slib/scm.init
file path=usr/lib/$(MACH64)/slib/scmacro.scm
file path=usr/lib/$(MACH64)/slib/scsh.init
file path=usr/lib/$(MACH64)/slib/selfset.scm
file path=usr/lib/$(MACH64)/slib/sierpinski.scm
file path=usr/lib/$(MACH64)/slib/simetrix.scm
file path=usr/lib/$(MACH64)/slib/sisc.init
file path=usr/lib/$(MACH64)/slib/slib.nsi
file path=usr/lib/$(MACH64)/slib/slib.sh
file path=usr/lib/$(MACH64)/slib/slib.spec
file path=usr/lib/$(MACH64)/slib/solid.scm
file path=usr/lib/$(MACH64)/slib/sort.scm
file path=usr/lib/$(MACH64)/slib/soundex.scm
file path=usr/lib/$(MACH64)/slib/srfi-1.scm
file path=usr/lib/$(MACH64)/slib/srfi-11.scm
file path=usr/lib/$(MACH64)/slib/srfi-2.scm
file path=usr/lib/$(MACH64)/slib/srfi-23.scm
file path=usr/lib/$(MACH64)/slib/srfi-39.scm
file path=usr/lib/$(MACH64)/slib/srfi-61.scm
file path=usr/lib/$(MACH64)/slib/srfi-8.scm
file path=usr/lib/$(MACH64)/slib/srfi-9.scm
file path=usr/lib/$(MACH64)/slib/srfi.scm
file path=usr/lib/$(MACH64)/slib/stdio.scm
file path=usr/lib/$(MACH64)/slib/strcase.scm
file path=usr/lib/$(MACH64)/slib/strport.scm
file path=usr/lib/$(MACH64)/slib/strsrch.scm
file path=usr/lib/$(MACH64)/slib/structure.scm
file path=usr/lib/$(MACH64)/slib/subarray.scm
file path=usr/lib/$(MACH64)/slib/syncase.sh
file path=usr/lib/$(MACH64)/slib/synchk.scm
file path=usr/lib/$(MACH64)/slib/synclo.scm
file path=usr/lib/$(MACH64)/slib/synrul.scm
file path=usr/lib/$(MACH64)/slib/t3.init
file path=usr/lib/$(MACH64)/slib/timecore.scm
file path=usr/lib/$(MACH64)/slib/timezone.scm
file path=usr/lib/$(MACH64)/slib/top-refs.scm
file path=usr/lib/$(MACH64)/slib/trace.scm
file path=usr/lib/$(MACH64)/slib/transact.scm
file path=usr/lib/$(MACH64)/slib/tree.scm
file path=usr/lib/$(MACH64)/slib/trnscrpt.scm
file path=usr/lib/$(MACH64)/slib/tsort.scm
file path=usr/lib/$(MACH64)/slib/tzfile.scm
file path=usr/lib/$(MACH64)/slib/umbscheme.init
file path=usr/lib/$(MACH64)/slib/uri.scm
file path=usr/lib/$(MACH64)/slib/values.scm
file path=usr/lib/$(MACH64)/slib/vet.scm
file path=usr/lib/$(MACH64)/slib/vscm.init
file path=usr/lib/$(MACH64)/slib/withfile.scm
file path=usr/lib/$(MACH64)/slib/wttree-test.scm
file path=usr/lib/$(MACH64)/slib/wttree.scm
file path=usr/lib/$(MACH64)/slib/xml-parse.scm
file path=usr/lib/$(MACH64)/slib/yasyn.scm
file path=usr/share/info/dir
file path=usr/share/info/slib.info.gz
file path=usr/share/man/man1/slib.1
components/library/slib/pkg5
@@ -4,6 +4,7 @@
        "compress/gzip",
        "file/gnu-coreutils",
        "library/guile",
        "shell/ksh93",
        "system/library",
        "text/texinfo"
    ],
components/library/slib/slib.p5m
@@ -15,7 +15,7 @@
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(COMPONENT_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=pkg.description value="$(COMPONENT_DESCRIPTION)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
@@ -26,201 +26,201 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/slib
file path=usr/lib/slib/Bev2slib.scm
file path=usr/lib/slib/Makefile
file path=usr/lib/slib/RScheme.init
file path=usr/lib/slib/STk.init
file path=usr/lib/slib/Template.scm
file path=usr/lib/slib/alist.scm
file path=usr/lib/slib/alistab.scm
file path=usr/lib/slib/array.scm
file path=usr/lib/slib/arraymap.scm
file path=usr/lib/slib/batch.scm
file path=usr/lib/slib/bigloo.init
file path=usr/lib/slib/break.scm
file path=usr/lib/slib/byte.scm
file path=usr/lib/slib/bytenumb.scm
file path=usr/lib/slib/chap.scm
file path=usr/lib/slib/charplot.scm
file path=usr/lib/slib/chez.init
file path=usr/lib/slib/cie1931.xyz
file path=usr/lib/slib/cie1964.xyz
file path=usr/lib/slib/ciesia.dat
file path=usr/lib/slib/ciesid65.dat
file path=usr/lib/slib/clrnamdb.scm
file path=usr/lib/slib/cltime.scm
file path=usr/lib/slib/coerce.scm
file path=usr/lib/slib/collect.scm
file path=usr/lib/slib/collectx.scm
file path=usr/lib/slib/color.scm
file path=usr/lib/slib/colornam.scm
file path=usr/lib/slib/colorspc.scm
file path=usr/lib/slib/comlist.scm
file path=usr/lib/slib/comparse.scm
#file path=usr/lib/slib/configure
file path=usr/lib/slib/crc.scm
file path=usr/lib/slib/cring.scm
file path=usr/lib/slib/cvs.scm
file path=usr/lib/slib/daylight.scm
file path=usr/lib/slib/db2html.scm
file path=usr/lib/slib/dbcom.scm
file path=usr/lib/slib/dbinterp.scm
file path=usr/lib/slib/dbrowse.scm
file path=usr/lib/slib/dbsyn.scm
file path=usr/lib/slib/dbutil.scm
file path=usr/lib/slib/debug.scm
file path=usr/lib/slib/defmacex.scm
file path=usr/lib/slib/determ.scm
file path=usr/lib/slib/dft.scm
file path=usr/lib/slib/differ.scm
file path=usr/lib/slib/dirs.scm
file path=usr/lib/slib/dynamic.scm
file path=usr/lib/slib/dynwind.scm
file path=usr/lib/slib/elk.init
file path=usr/lib/slib/eval.scm
file path=usr/lib/slib/factor.scm
file path=usr/lib/slib/fluid-let.scm
file path=usr/lib/slib/fluidlet.scm
file path=usr/lib/slib/format.scm
file path=usr/lib/slib/gambit.init
file path=usr/lib/slib/genwrite.scm
file path=usr/lib/slib/getopt.scm
file path=usr/lib/slib/getparam.scm
file path=usr/lib/slib/glob.scm
file path=usr/lib/slib/grapheps.ps
file path=usr/lib/slib/grapheps.scm
file path=usr/lib/slib/guile-2.init
file path=usr/lib/slib/guile.init
file path=usr/lib/slib/guile.use
file path=usr/lib/slib/hash.scm
file path=usr/lib/slib/hashtab.scm
file path=usr/lib/slib/html4each.scm
file path=usr/lib/slib/htmlform.scm
file path=usr/lib/slib/http-cgi.scm
file path=usr/lib/slib/iso8601.scm
file path=usr/lib/slib/jscheme.init
file path=usr/lib/slib/kawa.init
file path=usr/lib/slib/limit.scm
file path=usr/lib/slib/lineio.scm
file path=usr/lib/slib/linterp.scm
file path=usr/lib/slib/logical.scm
file path=usr/lib/slib/macscheme.init
file path=usr/lib/slib/macwork.scm
file path=usr/lib/slib/manifest.scm
file path=usr/lib/slib/matfile.scm
file path=usr/lib/slib/math-integer.scm
file path=usr/lib/slib/math-real.scm
file path=usr/lib/slib/mbe.scm
file path=usr/lib/slib/minimize.scm
file path=usr/lib/slib/mitscheme.init
file path=usr/lib/slib/mkclrnam.scm
file path=usr/lib/slib/mklibcat.scm
file path=usr/lib/slib/mkpltcat.scm
file path=usr/lib/slib/modular.scm
file path=usr/lib/slib/mulapply.scm
file path=usr/lib/slib/mularg.scm
file path=usr/lib/slib/mwdenote.scm
file path=usr/lib/slib/mwexpand.scm
file path=usr/lib/slib/mwsynrul.scm
file path=usr/lib/slib/mzscheme.init
file path=usr/lib/slib/nbs-iscc.txt
file path=usr/lib/slib/ncbi-dna.scm
file path=usr/lib/slib/null.scm
file path=usr/lib/slib/obj2str.scm
file path=usr/lib/slib/object.scm
file path=usr/lib/slib/paramlst.scm
file path=usr/lib/slib/peanosfc.scm
file path=usr/lib/slib/phil-spc.scm
file path=usr/lib/slib/pnm.scm
file path=usr/lib/slib/pp.scm
file path=usr/lib/slib/ppfile.scm
file path=usr/lib/slib/prec.scm
file path=usr/lib/slib/printf.scm
file path=usr/lib/slib/priorque.scm
file path=usr/lib/slib/process.scm
file path=usr/lib/slib/promise.scm
file path=usr/lib/slib/pscheme.init
file path=usr/lib/slib/psxtime.scm
file path=usr/lib/slib/qp.scm
file path=usr/lib/slib/queue.scm
file path=usr/lib/slib/r4rsyn.scm
file path=usr/lib/slib/randinex.scm
file path=usr/lib/slib/random.scm
file path=usr/lib/slib/ratize.scm
file path=usr/lib/slib/rdms.scm
file path=usr/lib/slib/recobj.scm
file path=usr/lib/slib/record.scm
file path=usr/lib/slib/repl.scm
file path=usr/lib/slib/require.scm
file path=usr/lib/slib/resenecolours.txt
file path=usr/lib/slib/rmdsff.scm
file path=usr/lib/slib/root.scm
file path=usr/lib/slib/s7.init
file path=usr/lib/slib/saturate.txt
file path=usr/lib/slib/sc2.scm
file path=usr/lib/slib/sc4opt.scm
file path=usr/lib/slib/sc4sc3.scm
file path=usr/lib/slib/scaexpp.scm
file path=usr/lib/slib/scaglob.scm
file path=usr/lib/slib/scainit.scm
file path=usr/lib/slib/scamacr.scm
file path=usr/lib/slib/scanf.scm
file path=usr/lib/slib/scaoutp.scm
file path=usr/lib/slib/scheme2c.init
file path=usr/lib/slib/scheme48.init
file path=usr/lib/slib/schmooz.scm
file path=usr/lib/slib/scm.init
file path=usr/lib/slib/scmacro.scm
file path=usr/lib/slib/scsh.init
file path=usr/lib/slib/selfset.scm
file path=usr/lib/slib/sierpinski.scm
file path=usr/lib/slib/simetrix.scm
file path=usr/lib/slib/sisc.init
file path=usr/lib/slib/slib.nsi
file path=usr/lib/slib/slib.sh
file path=usr/lib/slib/slib.spec
file path=usr/lib/slib/solid.scm
file path=usr/lib/slib/sort.scm
file path=usr/lib/slib/soundex.scm
file path=usr/lib/slib/srfi-1.scm
file path=usr/lib/slib/srfi-11.scm
file path=usr/lib/slib/srfi-2.scm
file path=usr/lib/slib/srfi-23.scm
file path=usr/lib/slib/srfi-39.scm
file path=usr/lib/slib/srfi-61.scm
file path=usr/lib/slib/srfi-8.scm
file path=usr/lib/slib/srfi-9.scm
file path=usr/lib/slib/srfi.scm
file path=usr/lib/slib/stdio.scm
file path=usr/lib/slib/strcase.scm
file path=usr/lib/slib/strport.scm
file path=usr/lib/slib/strsrch.scm
file path=usr/lib/slib/structure.scm
file path=usr/lib/slib/subarray.scm
file path=usr/lib/slib/syncase.sh
file path=usr/lib/slib/synchk.scm
file path=usr/lib/slib/synclo.scm
file path=usr/lib/slib/synrul.scm
file path=usr/lib/slib/t3.init
file path=usr/lib/slib/timecore.scm
file path=usr/lib/slib/timezone.scm
file path=usr/lib/slib/top-refs.scm
file path=usr/lib/slib/trace.scm
file path=usr/lib/slib/transact.scm
file path=usr/lib/slib/tree.scm
file path=usr/lib/slib/trnscrpt.scm
file path=usr/lib/slib/tsort.scm
file path=usr/lib/slib/tzfile.scm
file path=usr/lib/slib/umbscheme.init
file path=usr/lib/slib/uri.scm
file path=usr/lib/slib/values.scm
file path=usr/lib/slib/vet.scm
file path=usr/lib/slib/vscm.init
file path=usr/lib/slib/withfile.scm
file path=usr/lib/slib/wttree-test.scm
file path=usr/lib/slib/wttree.scm
file path=usr/lib/slib/xml-parse.scm
file path=usr/lib/slib/yasyn.scm
file path=usr/lib/$(MACH64)/slib/Bev2slib.scm
file path=usr/lib/$(MACH64)/slib/Makefile
file path=usr/lib/$(MACH64)/slib/RScheme.init
file path=usr/lib/$(MACH64)/slib/STk.init
file path=usr/lib/$(MACH64)/slib/Template.scm
file path=usr/lib/$(MACH64)/slib/alist.scm
file path=usr/lib/$(MACH64)/slib/alistab.scm
file path=usr/lib/$(MACH64)/slib/array.scm
file path=usr/lib/$(MACH64)/slib/arraymap.scm
file path=usr/lib/$(MACH64)/slib/batch.scm
file path=usr/lib/$(MACH64)/slib/bigloo.init
file path=usr/lib/$(MACH64)/slib/break.scm
file path=usr/lib/$(MACH64)/slib/byte.scm
file path=usr/lib/$(MACH64)/slib/bytenumb.scm
file path=usr/lib/$(MACH64)/slib/chap.scm
file path=usr/lib/$(MACH64)/slib/charplot.scm
file path=usr/lib/$(MACH64)/slib/chez.init
file path=usr/lib/$(MACH64)/slib/cie1931.xyz
file path=usr/lib/$(MACH64)/slib/cie1964.xyz
file path=usr/lib/$(MACH64)/slib/ciesia.dat
file path=usr/lib/$(MACH64)/slib/ciesid65.dat
file path=usr/lib/$(MACH64)/slib/clrnamdb.scm
file path=usr/lib/$(MACH64)/slib/cltime.scm
file path=usr/lib/$(MACH64)/slib/coerce.scm
file path=usr/lib/$(MACH64)/slib/collect.scm
file path=usr/lib/$(MACH64)/slib/collectx.scm
file path=usr/lib/$(MACH64)/slib/color.scm
file path=usr/lib/$(MACH64)/slib/colornam.scm
file path=usr/lib/$(MACH64)/slib/colorspc.scm
file path=usr/lib/$(MACH64)/slib/comlist.scm
file path=usr/lib/$(MACH64)/slib/comparse.scm
file path=usr/lib/$(MACH64)/slib/configure
file path=usr/lib/$(MACH64)/slib/crc.scm
file path=usr/lib/$(MACH64)/slib/cring.scm
file path=usr/lib/$(MACH64)/slib/cvs.scm
file path=usr/lib/$(MACH64)/slib/daylight.scm
file path=usr/lib/$(MACH64)/slib/db2html.scm
file path=usr/lib/$(MACH64)/slib/dbcom.scm
file path=usr/lib/$(MACH64)/slib/dbinterp.scm
file path=usr/lib/$(MACH64)/slib/dbrowse.scm
file path=usr/lib/$(MACH64)/slib/dbsyn.scm
file path=usr/lib/$(MACH64)/slib/dbutil.scm
file path=usr/lib/$(MACH64)/slib/debug.scm
file path=usr/lib/$(MACH64)/slib/defmacex.scm
file path=usr/lib/$(MACH64)/slib/determ.scm
file path=usr/lib/$(MACH64)/slib/dft.scm
file path=usr/lib/$(MACH64)/slib/differ.scm
file path=usr/lib/$(MACH64)/slib/dirs.scm
file path=usr/lib/$(MACH64)/slib/dynamic.scm
file path=usr/lib/$(MACH64)/slib/dynwind.scm
file path=usr/lib/$(MACH64)/slib/elk.init
file path=usr/lib/$(MACH64)/slib/eval.scm
file path=usr/lib/$(MACH64)/slib/factor.scm
file path=usr/lib/$(MACH64)/slib/fluid-let.scm
file path=usr/lib/$(MACH64)/slib/fluidlet.scm
file path=usr/lib/$(MACH64)/slib/format.scm
file path=usr/lib/$(MACH64)/slib/gambit.init
file path=usr/lib/$(MACH64)/slib/genwrite.scm
file path=usr/lib/$(MACH64)/slib/getopt.scm
file path=usr/lib/$(MACH64)/slib/getparam.scm
file path=usr/lib/$(MACH64)/slib/glob.scm
file path=usr/lib/$(MACH64)/slib/grapheps.ps
file path=usr/lib/$(MACH64)/slib/grapheps.scm
file path=usr/lib/$(MACH64)/slib/guile-2.init
file path=usr/lib/$(MACH64)/slib/guile.init
file path=usr/lib/$(MACH64)/slib/guile.use
file path=usr/lib/$(MACH64)/slib/hash.scm
file path=usr/lib/$(MACH64)/slib/hashtab.scm
file path=usr/lib/$(MACH64)/slib/html4each.scm
file path=usr/lib/$(MACH64)/slib/htmlform.scm
file path=usr/lib/$(MACH64)/slib/http-cgi.scm
file path=usr/lib/$(MACH64)/slib/iso8601.scm
file path=usr/lib/$(MACH64)/slib/jscheme.init
file path=usr/lib/$(MACH64)/slib/kawa.init
file path=usr/lib/$(MACH64)/slib/limit.scm
file path=usr/lib/$(MACH64)/slib/lineio.scm
file path=usr/lib/$(MACH64)/slib/linterp.scm
file path=usr/lib/$(MACH64)/slib/logical.scm
file path=usr/lib/$(MACH64)/slib/macscheme.init
file path=usr/lib/$(MACH64)/slib/macwork.scm
file path=usr/lib/$(MACH64)/slib/manifest.scm
file path=usr/lib/$(MACH64)/slib/matfile.scm
file path=usr/lib/$(MACH64)/slib/math-integer.scm
file path=usr/lib/$(MACH64)/slib/math-real.scm
file path=usr/lib/$(MACH64)/slib/mbe.scm
file path=usr/lib/$(MACH64)/slib/minimize.scm
file path=usr/lib/$(MACH64)/slib/mitscheme.init
file path=usr/lib/$(MACH64)/slib/mkclrnam.scm
file path=usr/lib/$(MACH64)/slib/mklibcat.scm
file path=usr/lib/$(MACH64)/slib/mkpltcat.scm
file path=usr/lib/$(MACH64)/slib/modular.scm
file path=usr/lib/$(MACH64)/slib/mulapply.scm
file path=usr/lib/$(MACH64)/slib/mularg.scm
file path=usr/lib/$(MACH64)/slib/mwdenote.scm
file path=usr/lib/$(MACH64)/slib/mwexpand.scm
file path=usr/lib/$(MACH64)/slib/mwsynrul.scm
file path=usr/lib/$(MACH64)/slib/mzscheme.init
file path=usr/lib/$(MACH64)/slib/nbs-iscc.txt
file path=usr/lib/$(MACH64)/slib/ncbi-dna.scm
file path=usr/lib/$(MACH64)/slib/null.scm
file path=usr/lib/$(MACH64)/slib/obj2str.scm
file path=usr/lib/$(MACH64)/slib/object.scm
file path=usr/lib/$(MACH64)/slib/paramlst.scm
file path=usr/lib/$(MACH64)/slib/peanosfc.scm
file path=usr/lib/$(MACH64)/slib/phil-spc.scm
file path=usr/lib/$(MACH64)/slib/pnm.scm
file path=usr/lib/$(MACH64)/slib/pp.scm
file path=usr/lib/$(MACH64)/slib/ppfile.scm
file path=usr/lib/$(MACH64)/slib/prec.scm
file path=usr/lib/$(MACH64)/slib/printf.scm
file path=usr/lib/$(MACH64)/slib/priorque.scm
file path=usr/lib/$(MACH64)/slib/process.scm
file path=usr/lib/$(MACH64)/slib/promise.scm
file path=usr/lib/$(MACH64)/slib/pscheme.init
file path=usr/lib/$(MACH64)/slib/psxtime.scm
file path=usr/lib/$(MACH64)/slib/qp.scm
file path=usr/lib/$(MACH64)/slib/queue.scm
file path=usr/lib/$(MACH64)/slib/r4rsyn.scm
file path=usr/lib/$(MACH64)/slib/randinex.scm
file path=usr/lib/$(MACH64)/slib/random.scm
file path=usr/lib/$(MACH64)/slib/ratize.scm
file path=usr/lib/$(MACH64)/slib/rdms.scm
file path=usr/lib/$(MACH64)/slib/recobj.scm
file path=usr/lib/$(MACH64)/slib/record.scm
file path=usr/lib/$(MACH64)/slib/repl.scm
file path=usr/lib/$(MACH64)/slib/require.scm
file path=usr/lib/$(MACH64)/slib/resenecolours.txt
file path=usr/lib/$(MACH64)/slib/rmdsff.scm
file path=usr/lib/$(MACH64)/slib/root.scm
file path=usr/lib/$(MACH64)/slib/s7.init
file path=usr/lib/$(MACH64)/slib/saturate.txt
file path=usr/lib/$(MACH64)/slib/sc2.scm
file path=usr/lib/$(MACH64)/slib/sc4opt.scm
file path=usr/lib/$(MACH64)/slib/sc4sc3.scm
file path=usr/lib/$(MACH64)/slib/scaexpp.scm
file path=usr/lib/$(MACH64)/slib/scaglob.scm
file path=usr/lib/$(MACH64)/slib/scainit.scm
file path=usr/lib/$(MACH64)/slib/scamacr.scm
file path=usr/lib/$(MACH64)/slib/scanf.scm
file path=usr/lib/$(MACH64)/slib/scaoutp.scm
file path=usr/lib/$(MACH64)/slib/scheme2c.init
file path=usr/lib/$(MACH64)/slib/scheme48.init
file path=usr/lib/$(MACH64)/slib/schmooz.scm
file path=usr/lib/$(MACH64)/slib/scm.init
file path=usr/lib/$(MACH64)/slib/scmacro.scm
file path=usr/lib/$(MACH64)/slib/scsh.init
file path=usr/lib/$(MACH64)/slib/selfset.scm
file path=usr/lib/$(MACH64)/slib/sierpinski.scm
file path=usr/lib/$(MACH64)/slib/simetrix.scm
file path=usr/lib/$(MACH64)/slib/sisc.init
file path=usr/lib/$(MACH64)/slib/slib.nsi
file path=usr/lib/$(MACH64)/slib/slib.sh
file path=usr/lib/$(MACH64)/slib/slib.spec
file path=usr/lib/$(MACH64)/slib/solid.scm
file path=usr/lib/$(MACH64)/slib/sort.scm
file path=usr/lib/$(MACH64)/slib/soundex.scm
file path=usr/lib/$(MACH64)/slib/srfi-1.scm
file path=usr/lib/$(MACH64)/slib/srfi-11.scm
file path=usr/lib/$(MACH64)/slib/srfi-2.scm
file path=usr/lib/$(MACH64)/slib/srfi-23.scm
file path=usr/lib/$(MACH64)/slib/srfi-39.scm
file path=usr/lib/$(MACH64)/slib/srfi-61.scm
file path=usr/lib/$(MACH64)/slib/srfi-8.scm
file path=usr/lib/$(MACH64)/slib/srfi-9.scm
file path=usr/lib/$(MACH64)/slib/srfi.scm
file path=usr/lib/$(MACH64)/slib/stdio.scm
file path=usr/lib/$(MACH64)/slib/strcase.scm
file path=usr/lib/$(MACH64)/slib/strport.scm
file path=usr/lib/$(MACH64)/slib/strsrch.scm
file path=usr/lib/$(MACH64)/slib/structure.scm
file path=usr/lib/$(MACH64)/slib/subarray.scm
file path=usr/lib/$(MACH64)/slib/syncase.sh
file path=usr/lib/$(MACH64)/slib/synchk.scm
file path=usr/lib/$(MACH64)/slib/synclo.scm
file path=usr/lib/$(MACH64)/slib/synrul.scm
file path=usr/lib/$(MACH64)/slib/t3.init
file path=usr/lib/$(MACH64)/slib/timecore.scm
file path=usr/lib/$(MACH64)/slib/timezone.scm
file path=usr/lib/$(MACH64)/slib/top-refs.scm
file path=usr/lib/$(MACH64)/slib/trace.scm
file path=usr/lib/$(MACH64)/slib/transact.scm
file path=usr/lib/$(MACH64)/slib/tree.scm
file path=usr/lib/$(MACH64)/slib/trnscrpt.scm
file path=usr/lib/$(MACH64)/slib/tsort.scm
file path=usr/lib/$(MACH64)/slib/tzfile.scm
file path=usr/lib/$(MACH64)/slib/umbscheme.init
file path=usr/lib/$(MACH64)/slib/uri.scm
file path=usr/lib/$(MACH64)/slib/values.scm
file path=usr/lib/$(MACH64)/slib/vet.scm
file path=usr/lib/$(MACH64)/slib/vscm.init
file path=usr/lib/$(MACH64)/slib/withfile.scm
file path=usr/lib/$(MACH64)/slib/wttree-test.scm
file path=usr/lib/$(MACH64)/slib/wttree.scm
file path=usr/lib/$(MACH64)/slib/xml-parse.scm
file path=usr/lib/$(MACH64)/slib/yasyn.scm
#file path=usr/share/info/dir
file path=usr/share/info/slib.info.gz
file path=usr/share/man/man1/slib.1
components/library/soundtouch/Makefile
@@ -13,26 +13,27 @@
# Copyright 2015 Alexander Pyhalov
#
BUILD_STYLE=configure
BUILD_BITS=32_and_64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= soundtouch
COMPONENT_VERSION= 1.9.2
COMPONENT_SUMMARY= Audio Processing Library
COMPONENT_SRC= $(COMPONENT_NAME)
COMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).zip
COMPONENT_NAME=         soundtouch
COMPONENT_VERSION=      1.9.2
COMPONENT_REVISION=     1
COMPONENT_SUMMARY=      Audio Processing Library
COMPONENT_SRC=          $(COMPONENT_NAME)
COMPONENT_ARCHIVE=      $(COMPONENT_NAME)-$(COMPONENT_VERSION).zip
COMPONENT_ARCHIVE_HASH= \
  sha256:4aa443594d77986bf977c2856f5530a8015db406631e4b996f962b1e6809883e
COMPONENT_ARCHIVE_URL= \
  http://www.surina.net/soundtouch/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL = http://www.surina.net/soundtouch
COMPONENT_LICENSE = LGPLv2.1
COMPONENT_LICENSE_FILE = COPYING.TXT
COMPONENT_CLASSIFICATION = System/Multimedia Libraries
COMPONENT_FMRI = library/audio/soundtouch
    sha256:4aa443594d77986bf977c2856f5530a8015db406631e4b996f962b1e6809883e
COMPONENT_ARCHIVE_URL=  \
    http://www.surina.net/soundtouch/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=  http://www.surina.net/soundtouch
COMPONENT_LICENSE=      LGPLv2.1
COMPONENT_LICENSE_FILE= COPYING.TXT
COMPONENT_CLASSIFICATION=System/Multimedia Libraries
COMPONENT_FMRI=         library/audio/soundtouch
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/common.mk
COMPONENT_PREP_ACTION =        ( cd $(@D)  && \
                    $(CONFIG_SHELL) bootstrap )
@@ -43,12 +44,8 @@
CONFIGURE_ENV += AM_CXXFLAGS="$(CXXFLAGS)"
build: $(BUILD_32_and_64)
install: $(INSTALL_32_and_64)
# Auto-generated dependencies
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/math
components/library/soundtouch/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2017 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
components/library/soundtouch/pkg5
@@ -1,6 +1,7 @@
{
    "dependencies": [
        "SUNWcs",
        "shell/ksh93",
        "system/library",
        "system/library/g++-7-runtime",
        "system/library/gcc-7-runtime",
components/library/tntdb/Makefile
@@ -12,24 +12,24 @@
#
# Copyright 2016 Jim Klimov
#
BUILD_BITS= 32_and_64
BUILD_BITS= 64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=    tntdb
COMPONENT_VERSION=    1.3
COMPONENT_REVISION=    5
COMPONENT_SUMMARY=    C++ library to access SQL databases, easy and robust
COMPONENT_SRC=    $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_NAME=         tntdb
COMPONENT_VERSION=      1.3
COMPONENT_REVISION=     5
COMPONENT_SUMMARY=      C++ library to access SQL databases, easy and robust
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
  sha256:093ab2694bc66bc05ae0a5c8a505d75ae84d4c35c2ddc0ff0283c5b9574b474b
COMPONENT_ARCHIVE_URL= \
  http://www.tntnet.org/download/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=    http://www.tntnet.org/tntdb.html
COMPONENT_FMRI=    library/$(COMPONENT_NAME)
COMPONENT_CLASSIFICATION=    System/Libraries
COMPONENT_LICENSE=    LGPLv2.1
COMPONENT_LICENSE_FILE=    COPYING
    sha256:093ab2694bc66bc05ae0a5c8a505d75ae84d4c35c2ddc0ff0283c5b9574b474b
COMPONENT_ARCHIVE_URL=  \
    http://www.tntnet.org/download/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=  http://www.tntnet.org/tntdb.html
COMPONENT_FMRI=         library/$(COMPONENT_NAME)
COMPONENT_CLASSIFICATION=System/Libraries
COMPONENT_LICENSE=      LGPLv2.1
COMPONENT_LICENSE_FILE= COPYING
include $(WS_MAKE_RULES)/common.mk
@@ -39,9 +39,7 @@
# We use a fixed default mysql and postgres implementation+version as defined
# in `make-rules/*.mk` files included above
PATH.64=$(USRBINDIR.64):$(USRBINDIR.32):$(GNUBIN.64):$(GNUBIN.32)
PATH.32=$(USRBINDIR.32):$(GNUBIN.32)
PATH=$(MYSQL_BINDIR.$(BITS)):$(PG_BINDIR.$(BITS)):$(PATH.$(BITS))
PATH=$(MYSQL_BINDIR.64):$(PG_BINDIR.64):$(PATH.gnu)
COMPONENT_COMMON_ENV += PATH="$(PATH)"
COMPONENT_COMMON_ENV += CC="$(CC)"
@@ -65,11 +63,12 @@
REQUIRED_PACKAGES += $(PG_DEVELOPER_PKG)
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += $(PG_LIBRARY_PKG)
REQUIRED_PACKAGES += database/mariadb-101/library
REQUIRED_PACKAGES += database/postgres-14/library
REQUIRED_PACKAGES += database/sqlite-3
REQUIRED_PACKAGES += library/cxxtools
REQUIRED_PACKAGES += library/tntdb/common
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/math
components/library/tntdb/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2018 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -88,23 +89,3 @@
link path=usr/lib/$(MACH64)/tntdb/tntdb4-sqlite.so.4 \
    target=tntdb4-sqlite.so.4.0.0
file path=usr/lib/$(MACH64)/tntdb/tntdb4-sqlite.so.4.0.0
file path=usr/lib/libtntdb.a
link path=usr/lib/libtntdb.so target=libtntdb.so.4.0.0
link path=usr/lib/libtntdb.so.4 target=libtntdb.so.4.0.0
file path=usr/lib/libtntdb.so.4.0.0
file path=usr/lib/tntdb/tntdb4-mysql.a
link path=usr/lib/tntdb/tntdb4-mysql.so target=tntdb4-mysql.so.4.0.0
link path=usr/lib/tntdb/tntdb4-mysql.so.4 target=tntdb4-mysql.so.4.0.0
file path=usr/lib/tntdb/tntdb4-mysql.so.4.0.0
file path=usr/lib/tntdb/tntdb4-postgresql.a
link path=usr/lib/tntdb/tntdb4-postgresql.so target=tntdb4-postgresql.so.4.0.0
link path=usr/lib/tntdb/tntdb4-postgresql.so.4 target=tntdb4-postgresql.so.4.0.0
file path=usr/lib/tntdb/tntdb4-postgresql.so.4.0.0
file path=usr/lib/tntdb/tntdb4-replicate.a
link path=usr/lib/tntdb/tntdb4-replicate.so target=tntdb4-replicate.so.4.0.0
link path=usr/lib/tntdb/tntdb4-replicate.so.4 target=tntdb4-replicate.so.4.0.0
file path=usr/lib/tntdb/tntdb4-replicate.so.4.0.0
file path=usr/lib/tntdb/tntdb4-sqlite.a
link path=usr/lib/tntdb/tntdb4-sqlite.so target=tntdb4-sqlite.so.4.0.0
link path=usr/lib/tntdb/tntdb4-sqlite.so.4 target=tntdb4-sqlite.so.4.0.0
file path=usr/lib/tntdb/tntdb4-sqlite.so.4.0.0
components/library/tntdb/pkg5
@@ -5,12 +5,13 @@
        "database/mariadb-101/library",
        "database/postgres-12/developer",
        "database/postgres-12/library",
        "database/postgres-14/library",
        "database/sqlite-3",
        "library/cxxtools",
        "library/tntdb/common",
        "shell/ksh93",
        "system/library",
        "system/library/g++-7-runtime",
        "system/library/gcc-7-runtime",
        "system/library/math"
    ],
    "fmris": [
components/library/tntdb/tntdb-common.p5m
@@ -66,15 +66,8 @@
file path=usr/include/tntdb/librarymanager.h
file path=usr/include/tntdb/sqlbuilder.h
file path=usr/lib/libtntdb.so.4.0.0
file path=usr/lib/tntdb/tntdb4-replicate.so.4.0.0
file path=usr/lib/$(MACH64)/libtntdb.so.4.0.0
file path=usr/lib/$(MACH64)/tntdb/tntdb4-replicate.so.4.0.0
link path=usr/lib/libtntdb.so.4 target=libtntdb.so.4.0.0
link path=usr/lib/libtntdb.so target=libtntdb.so.4.0.0
link path=usr/lib/tntdb/tntdb4-replicate.so.4 target=tntdb4-replicate.so.4.0.0
link path=usr/lib/tntdb/tntdb4-replicate.so target=tntdb4-replicate.so.4.0.0
link path=usr/lib/$(MACH64)/libtntdb.so.4 target=libtntdb.so.4.0.0
link path=usr/lib/$(MACH64)/libtntdb.so target=libtntdb.so.4.0.0
components/library/tntdb/tntdb-mysql.p5m
@@ -26,11 +26,7 @@
# Do not force a dependency on specific DB package variant for
# the DB libraries that any one of variant packages may provide
file path=usr/lib/tntdb/tntdb4-mysql.so.4.0.0
file path=usr/lib/$(MACH64)/tntdb/tntdb4-mysql.so.4.0.0
link path=usr/lib/tntdb/tntdb4-mysql.so target=tntdb4-mysql.so.4.0.0
link path=usr/lib/tntdb/tntdb4-mysql.so.4 target=tntdb4-mysql.so.4.0.0
link path=usr/lib/$(MACH64)/tntdb/tntdb4-mysql.so.4 target=tntdb4-mysql.so.4.0.0
link path=usr/lib/$(MACH64)/tntdb/tntdb4-mysql.so target=tntdb4-mysql.so.4.0.0
components/library/tntdb/tntdb-pgsql.p5m
@@ -30,11 +30,7 @@
# pass pkg(5) checks unless bypasses are also in place :(
depend fmri=__TBD pkg.debug.depend.file=usr/lib/libpq.so.5 type=require
depend fmri=__TBD pkg.debug.depend.file=usr/lib/64/libpq.so.5 type=require
file path=usr/lib/tntdb/tntdb4-postgresql.so.4.0.0 pkg.depend.bypass-generate=.*
file path=usr/lib/$(MACH64)/tntdb/tntdb4-postgresql.so.4.0.0 pkg.depend.bypass-generate=.*
link path=usr/lib/tntdb/tntdb4-postgresql.so target=tntdb4-postgresql.so.4.0.0
link path=usr/lib/tntdb/tntdb4-postgresql.so.4 target=tntdb4-postgresql.so.4.0.0
link path=usr/lib/$(MACH64)/tntdb/tntdb4-postgresql.so target=tntdb4-postgresql.so.4.0.0
link path=usr/lib/$(MACH64)/tntdb/tntdb4-postgresql.so.4 target=tntdb4-postgresql.so.4.0.0
components/library/tntdb/tntdb-sqlite.p5m
@@ -26,11 +26,7 @@
# Do not force a dependency on specific DB package variant for
# the DB libraries that any one of variant packages may provide
file path=usr/lib/tntdb/tntdb4-sqlite.so.4.0.0
file path=usr/lib/$(MACH64)/tntdb/tntdb4-sqlite.so.4.0.0
link path=usr/lib/tntdb/tntdb4-sqlite.so.4 target=tntdb4-sqlite.so.4.0.0
link path=usr/lib/tntdb/tntdb4-sqlite.so target=tntdb4-sqlite.so.4.0.0
link path=usr/lib/$(MACH64)/tntdb/tntdb4-sqlite.so target=tntdb4-sqlite.so.4.0.0
link path=usr/lib/$(MACH64)/tntdb/tntdb4-sqlite.so.4 target=tntdb4-sqlite.so.4.0.0
components/library/trousers/Makefile
@@ -24,17 +24,18 @@
BUILD_BITS=        32_and_64
USE_OPENSSL11=          yes
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        trousers
COMPONENT_VERSION=    0.3.11.2
COMPONENT_REVISION=    3
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_PROJECT_URL=    http://sourceforge.net/projects/trousers/files/trousers/
COMPONENT_ARCHIVE_HASH=    \
COMPONENT_NAME=         trousers
COMPONENT_VERSION=      0.3.11.2
COMPONENT_REVISION=     4
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
COMPONENT_PROJECT_URL=  http://sourceforge.net/projects/trousers/files/trousers/
COMPONENT_ARCHIVE_HASH= \
    sha256:8a96f924836187e406161f797b709ea52ade6c89ceffe489f7254b51088938d5
COMPONENT_ARCHIVE_URL=    $(COMPONENT_PROJECT_URL)0.3.11/$(COMPONENT_ARCHIVE)
COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)0.3.11/$(COMPONENT_ARCHIVE)
TEST_TARGET=        $(NO_TESTS)
@@ -70,6 +71,8 @@
    done;)
# Auto-generated dependencies
REQUIRED_PACKAGES += library/security/openssl
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += library/security/openssl
REQUIRED_PACKAGES += shell/ksh93
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/iconv/utf-8
components/library/trousers/patches/fno-common.patch
New file
@@ -0,0 +1,12 @@
--- trousers-0.3.11.2/src/include/tcsd.h.orig    2022-07-16 14:16:51.984392551 +0000
+++ trousers-0.3.11.2/src/include/tcsd.h    2022-07-16 14:17:20.666480880 +0000
@@ -167,7 +167,7 @@
 void       thread_signal_init();
 /* signal handling */
-struct sigaction tcsd_sa_int;
-struct sigaction tcsd_sa_chld;
+extern struct sigaction tcsd_sa_int;
+extern struct sigaction tcsd_sa_chld;
 #endif
components/library/trousers/pkg5
@@ -2,7 +2,9 @@
    "dependencies": [
        "SUNWcs",
        "library/security/openssl",
        "system/library"
        "shell/ksh93",
        "system/library",
        "system/library/iconv/utf-8"
    ],
    "fmris": [
        "library/security/trousers"