fritzkink
2023-02-26 682ecb7c944d6bd83e192ae1f86a3ae9e49676e5
ragel - finite state machine compiler v6.10

5 files added
127 ■■■■■ changed files
components/developer/ragel/Makefile 55 ●●●●● patch | view | raw | blame | history
components/developer/ragel/files/ragel-guide-6.10.pdf patch | view | raw | blame | history
components/developer/ragel/manifests/sample-manifest.p5m 29 ●●●●● patch | view | raw | blame | history
components/developer/ragel/pkg5 13 ●●●●● patch | view | raw | blame | history
components/developer/ragel/ragel.p5m 30 ●●●●● patch | view | raw | blame | history
components/developer/ragel/Makefile
New file
@@ -0,0 +1,55 @@
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2023 Friedrich Kink
#
BUILD_STYLE=configure
BUILD_BITS=64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=         ragel
COMPONENT_VERSION=      6.10
COMPONENT_SUMMARY=      Ragel compiles executable finite state machines from regular languages.
COMPONENT_PROJECT_URL=  https://www.colm.net/open-source/ragel/
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
    sha256:5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f
COMPONENT_ARCHIVE_URL=  https://www.colm.net/files/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=         developer/ragel
COMPONENT_CLASSIFICATION=Development/Other Languages
COMPONENT_LICENSE=      GPLv2/MIT
COMPONENT_LICENSE_FILE= COPYING
include $(WS_MAKE_RULES)/common.mk
# This is needed because the community provided 'check' target is not viewpath aware
COMPONENT_PRE_CONFIGURE_ACTION =      ($(CLONEY) $(SOURCE_DIR) $(@D))
#CONFIGURE_OPTIONS +=    --enable-manual
ASLR_MODE = $(ASLR_ENABLE)
# no tests available
TEST_TARGET= $(NO_TESTS)
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += system/library
components/developer/ragel/files/ragel-guide-6.10.pdf
Binary files differ
components/developer/ragel/manifests/sample-manifest.p5m
New file
@@ -0,0 +1,29 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2023 <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)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/ragel
file path=usr/share/doc/ragel/CREDITS
file path=usr/share/doc/ragel/ChangeLog
file path=usr/share/man/man1/ragel.1
components/developer/ragel/pkg5
New file
@@ -0,0 +1,13 @@
{
    "dependencies": [
        "SUNWcs",
        "shell/ksh93",
        "system/library",
        "system/library/g++-10-runtime",
        "system/library/gcc-10-runtime"
    ],
    "fmris": [
        "developer/ragel"
    ],
    "name": "ragel"
}
components/developer/ragel/ragel.p5m
New file
@@ -0,0 +1,30 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2023 Friedrich Kink
#
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)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/ragel
file files/ragel-guide-6.10.pdf path=usr/share/doc/ragel/ragel-guide-6.10.pdf
file path=usr/share/doc/ragel/CREDITS
file path=usr/share/doc/ragel/ChangeLog
file path=usr/share/man/man1/ragel.1