1
0
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:
Edwin Groothuis 2007-09-08 05:22:21 +00:00
parent e28c5302d5
commit 89035235df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199080
5 changed files with 38 additions and 0 deletions

View File

@ -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
View 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>

View 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

View 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/

View 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