mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
[NEW PORT]: devel/rudeconfig - configuration library
Add new port devel/rudeconfig. This includes a library written in C++ for handling configuration files. Main web site is http://www.rudeserver.com/config/. PR: ports/114382 Submitted by: Hardy Schumacher <hardy.schumacher@amd.com>
This commit is contained in:
parent
e28c5302d5
commit
89035235df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199080
@ -2130,6 +2130,7 @@
|
||||
SUBDIR += rubygem-transactionsimple
|
||||
SUBDIR += rubygem-tzinfo
|
||||
SUBDIR += rubygem-zentest
|
||||
SUBDIR += rudeconfig
|
||||
SUBDIR += rudiments
|
||||
SUBDIR += rvi
|
||||
SUBDIR += rvm
|
||||
|
24
devel/rudeconfig/Makefile
Normal file
24
devel/rudeconfig/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: rudeconfig
|
||||
# Date created: 14 August 2007
|
||||
# Whom: Hardy Schumacher <lowmaster@web.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rudeconfig
|
||||
PORTVERSION= 5.0.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.rudeserver.com/config/download/
|
||||
|
||||
MAINTAINER= lowmaster@web.de
|
||||
COMMENT= Library for handling configuration files, written in C++
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN3= rudeconfig.3
|
||||
|
||||
pre-install:
|
||||
${CHMOD} 744 ${WRKSRC}/install-sh
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rudeconfig/distinfo
Normal file
3
devel/rudeconfig/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (rudeconfig-5.0.5.tar.gz) = 7a59760feaed8c7e2cc51838d1ccee0b
|
||||
SHA256 (rudeconfig-5.0.5.tar.gz) = 420326919996a9fa8070b04df33697d82f94ad61ab27c2cf2815c353bffe8e64
|
||||
SIZE (rudeconfig-5.0.5.tar.gz) = 328975
|
4
devel/rudeconfig/pkg-descr
Normal file
4
devel/rudeconfig/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Library, designed for easy handling with configuration files in INI-style.
|
||||
Completely written in C++ by using object oriented style.
|
||||
|
||||
WWW: http://www.rudeserver.com/
|
6
devel/rudeconfig/pkg-plist
Normal file
6
devel/rudeconfig/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
include/rude/config.h
|
||||
lib/librudeconfig.a
|
||||
lib/librudeconfig.la
|
||||
lib/librudeconfig.so
|
||||
lib/librudeconfig.so.5
|
||||
@dirrm include/rude
|
Loading…
Reference in New Issue
Block a user