1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Add clipp 1.2.3

Clipp is an easy to use, powerful and expressive command line argument handling
for C++11/14/17 contained in a single header file.

WWW: https://github.com/muellan/clipp
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-05-12 16:28:59 +00:00
parent 1adb5909b8
commit 3cbcae3b97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501383
4 changed files with 35 additions and 0 deletions

View File

@ -323,6 +323,7 @@
SUBDIR += clig
SUBDIR += cligen
SUBDIR += clinfo
SUBDIR += clipp
SUBDIR += clisp-hyperspec
SUBDIR += clixon
SUBDIR += clojure-cider

27
devel/clipp/Makefile Normal file
View File

@ -0,0 +1,27 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= clipp
PORTVERSION= 1.2.3
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Command line interfaces for modern C++
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= include/clipp.h
GH_ACCOUNT= muellan
USE_GITHUB= yes
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/
${INSTALL_DATA} ${WRKSRC}/include/clipp.h ${STAGEDIR}${PREFIX}/include/
.include <bsd.port.mk>

3
devel/clipp/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1557535303
SHA256 (muellan-clipp-v1.2.3_GH0.tar.gz) = 73da8e3d354fececdea99f7deb79d0343647349563ace3eafb7f4cca6e86e90b
SIZE (muellan-clipp-v1.2.3_GH0.tar.gz) = 128251

4
devel/clipp/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Clipp is an easy to use, powerful and expressive command line argument handling
for C++11/14/17 contained in a single header file.
WWW: https://github.com/muellan/clipp