Bug 114382 - [NEW PORT]: devel/rudeconfig - configuration library
Summary: [NEW PORT]: devel/rudeconfig - configuration library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-07 14:30 UTC by Hardy Schumacher
Modified: 2007-09-08 06:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hardy Schumacher 2007-07-07 14:30:04 UTC
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/.
Bundeled Makefile from package was tested: make install clean.
Files will be installed into /usr/local/include/rude/ and /usr/local/lib/.



Makefile (proposal, not yet final state):
# New ports collection makefile for: 
# Date created:        7 July 2007
# Whom:                
#
# $FreeBSD$
#

PORTNAME=      rudeconfig
PORTVERSION=   5.0.5
CATEGORIES=    devel
MASTER_SITES=  http://www.rudeserver.com/config/

MAINTAINER=    
COMMENT=       Library for handling configuration files, written in C++.

MAN1=          
MANCOMPRESSED= yes
USE_IMAKE=     yes

.include <bsd.port.mk>



pkg-descr:
This library is designed for easy handling with configuration files in INI-style.
It is written in C++ and uses object oriented style.

WWW: http://www.rudeserver.com/


pkg-plist:
include/rude/config.h
lib/librudeconfig.a
lib/librudeconfig.la
lib/librudeconfig.so
lib/librudeconfig.so.5

Fix: 

n/a
How-To-Repeat: n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-07 14:30:13 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-07-28 23:08:12 UTC
State Changed
From-To: open->feedback

Are you willing to maintain this port, if added? 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2007-07-28 23:08:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2007-08-06 16:28:35 UTC
State Changed
From-To: feedback->open

Submitter is willing to maintain this port. 


Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2007-08-06 16:28:35 UTC
Responsible Changed
From-To: pav->freebsd-ports-bugs

Back to pool
Comment 6 lowmaster 2007-08-14 21:24:53 UTC
Hello

I've updated all required files for the new port devel/rudeconfig. 
Testing successfully done.
Here are the files, please build up the new port with it.

Regards,
Hardy

------------
- Makefile -
------------
# New ports collection makefile for: rudeconfig
# Date created: 14 August 2007
# Whom: Hardy Schumacher <lowmaster@web.de>
#
# $FreeBSD$ ports/devel/rudeconfig/Makefile,v 1.00
#

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

pre-install:
    chmod 744 ${WRKSRC}/install-sh

.include <bsd.port.mk>

===============================================================================================================
------------
- distinfo -
------------
MD5 (rudeconfig-5.0.5.tar.gz) = 7a59760feaed8c7e2cc51838d1ccee0b
SHA256 (rudeconfig-5.0.5.tar.gz) = 
420326919996a9fa8070b04df33697d82f94ad61ab27c2cf2815c353bffe8e64
SIZE (rudeconfig-5.0.5.tar.gz) = 328975

===============================================================================================================
-------------
- pkg-descr -
-------------
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/

===============================================================================================================
-------------
- pkg-plist -
-------------
include/rude/config.h
lib/librudeconfig.a
lib/librudeconfig.la
lib/librudeconfig.so
lib/librudeconfig.so.5
Comment 7 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-08 06:21:00 UTC
State Changed
From-To: open->closed

Committed, thanks! 

Next time please use the shar command as described in the Porters 
Handbook.
Comment 8 dfilter service freebsd_committer freebsd_triage 2007-09-08 06:22:27 UTC
edwin       2007-09-08 05:22:21 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rudeconfig     Makefile distinfo pkg-descr pkg-plist 
  Log:
  [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>
  
  Revision  Changes    Path
  1.2868    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/rudeconfig/Makefile (new)
  1.1       +3 -0      ports/devel/rudeconfig/distinfo (new)
  1.1       +4 -0      ports/devel/rudeconfig/pkg-descr (new)
  1.1       +6 -0      ports/devel/rudeconfig/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"