1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

New port: devel/yuck: Bog-standard command line option parser for C

This commit is contained in:
Yuri Victorovich 2020-10-25 22:31:56 +00:00
parent 54c8466298
commit aca73c2432
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553297
5 changed files with 44 additions and 0 deletions

View File

@ -6855,6 +6855,7 @@
SUBDIR += yasm
SUBDIR += yasm-devel
SUBDIR += youcompleteme
SUBDIR += yuck
SUBDIR += z80-asm
SUBDIR += z80asm
SUBDIR += z80ex

26
devel/yuck/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $FreeBSD$
PORTNAME= yuck
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.5-6
DISTVERSIONSUFFIX= -gb4f9441
CATEGORIES= devel
PKGNAMESUFFIX= -cmdline-parser
MAINTAINER= yuri@FreeBSD.org
COMMENT= Bog-standard command line option parser for C
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENCE
USES= autoreconf gmake
USE_GITHUB= yes
GH_ACCOUNT= hroptatyr
GNU_CONFIGURE= yes
post-install:
${RM} -r ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

3
devel/yuck/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1603664470
SHA256 (hroptatyr-yuck-v0.2.5-6-gb4f9441_GH0.tar.gz) = 54907493d3b97b4af36c82a485e1e10b8286994d0a1d89400a34d0929a8dfe71
SIZE (hroptatyr-yuck-v0.2.5-6-gb4f9441_GH0.tar.gz) = 68646

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

@ -0,0 +1,4 @@
yuck is a bog-standard command line option parser for C that works with only
household ingredients (a C compiler and the m4 macro processor).
WWW: https://github.com/hroptatyr/yuck

10
devel/yuck/pkg-plist Normal file
View File

@ -0,0 +1,10 @@
bin/yuck
man/man1/yuck.1.gz
share/aclocal/yuck.m4
%%DATADIR%%/yuck-coru.c.m4
%%DATADIR%%/yuck-coru.h.m4
%%DATADIR%%/yuck-scmver.m4
%%DATADIR%%/yuck.am
%%DATADIR%%/yuck.m4
%%DATADIR%%/yuck.man.m4
%%DATADIR%%/yuck.mk