New port: devel/replxx

A small, portable GNU readline replacement which is capable of
handling UTF-8 characters.  Unlike GNU readline, which is GPL, this
library uses a BSD license and can be used in any kind of program.

This replxx implementation is based on the work by ArangoDB Team
and Salvatore Sanfilippo and 10gen Inc.  The goal is to create a
zero-config, BSD licensed, readline replacement usable in Apache2
or BSD licensed programs.

WWW: https://github.com/AmokHuginnsson/replxx

PR:		228602
Submitted by:	Goran Mekić <meka@tilda.center>
This commit is contained in:
Tobias Kortkamp 2018-05-31 08:42:29 +00:00
parent fdcd202235
commit 8239028fa9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471198
4 changed files with 36 additions and 0 deletions

View File

@ -5324,6 +5324,7 @@
SUBDIR += renpy
SUBDIR += renpy6
SUBDIR += replay
SUBDIR += replxx
SUBDIR += rhtvision
SUBDIR += riscv64-binutils
SUBDIR += riscv64-gcc

22
devel/replxx/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= replxx
DISTVERSIONPREFIX= release-
DISTVERSION= 0.0.1
CATEGORIES= devel
MAINTAINER= meka@tilda.center
COMMENT= Portable readline library capable of handling UTF-8
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= cmake:outsource compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= AmokHuginnsson
PLIST_FILES= include/replxx.h \
include/replxx.hxx \
lib/libreplxx.a
.include <bsd.port.mk>

3
devel/replxx/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1527691097
SHA256 (AmokHuginnsson-replxx-release-0.0.1_GH0.tar.gz) = af0576e401e43d88fadabdc193e7cbed20d0a8538ae3d9228732211d1b255348
SIZE (AmokHuginnsson-replxx-release-0.0.1_GH0.tar.gz) = 56543

10
devel/replxx/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
A small, portable GNU readline replacement which is capable of
handling UTF-8 characters. Unlike GNU readline, which is GPL, this
library uses a BSD license and can be used in any kind of program.
This replxx implementation is based on the work by ArangoDB Team
and Salvatore Sanfilippo and 10gen Inc. The goal is to create a
zero-config, BSD licensed, readline replacement usable in Apache2
or BSD licensed programs.
WWW: https://github.com/AmokHuginnsson/replxx