From owner-freebsd-ports Sat May 25 4:20:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A863A37B409 for ; Sat, 25 May 2002 04:20:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4PBK5p46647; Sat, 25 May 2002 04:20:05 -0700 (PDT) (envelope-from gnats) Received: from dnuc.polyn.kiae.su (dnuc.polyn.kiae.su [144.206.160.140]) by hub.freebsd.org (Postfix) with ESMTP id 0F38437B413 for ; Sat, 25 May 2002 04:18:30 -0700 (PDT) Received: (from nyxo@localhost) by dnuc.polyn.kiae.su (8.11.6/8.11.6) id g4PBLTM48986; Sat, 25 May 2002 15:21:29 +0400 (MSD) (envelope-from nyxo) Message-Id: <200205251121.g4PBLTM48986@dnuc.polyn.kiae.su> Date: Sat, 25 May 2002 15:21:29 +0400 (MSD) From: miniEleph Reply-To: miniEleph To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38539: New port: devel/libcfg+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38539 >Category: ports >Synopsis: New port: devel/libcfg+ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 25 04:20:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: miniEleph >Release: FreeBSD 4.6-RC i386 >Organization: >Environment: System: FreeBSD dnuc.polyn.kiae.su 4.6-RC FreeBSD 4.6-RC #1: Sat May 18 18:01:39 MSD 2002 nyxo@dnuc.polyn.kiae.su:/usr/obj/usr/src/sys/ZANOZA i386 >Description: libcfg+ is a C library that features multi- command line and configuration file parsing. It is possible to set up various special properties such as quoting characters, deliminator strings, file comment prefixes, multi-line postfixes, and more. It supports many data types such as booleans, integers, decimal numbers, strings with many additional data type flags (such as multiple values for a single option). >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libcfg+ # libcfg+/Makefile # libcfg+/distinfo # libcfg+/pkg-comment # libcfg+/pkg-descr # libcfg+/pkg-plist # echo c - libcfg+ mkdir -p libcfg+ > /dev/null 2>&1 echo x - libcfg+/Makefile sed 's/^X//' >libcfg+/Makefile << 'END-of-libcfg+/Makefile' X# New ports collection makefile for: libcfg+ X# Date created: 25 May 2002 X# Whom: Andrew Shevtsov X# X# $FreeBSD$ X# X XPORTNAME= libcfg+ XPORTVERSION= 0.5 XCATEGORIES= devel XMASTER_SITES= http://www.platon.sk/projects/libcfg+/ X XMAINTAINER= nyxo@dnuc.polyn.kiae.su X XHAS_CONFIGURE= yes XUSE_GMAKE= yes X Xpre-configure: X @${PERL} -pi -e 's^\}/doc^\}/share/doc^g' ${WRKSRC}/doc/Makefile.in X @${PERL} -pi -e 's^so.\$$\(VERSION\)^so.0^g' ${WRKSRC}/src/Makefile.in X X.include END-of-libcfg+/Makefile echo x - libcfg+/distinfo sed 's/^X//' >libcfg+/distinfo << 'END-of-libcfg+/distinfo' XMD5 (libcfg+-0.5.tar.gz) = 24ac59e1bae937915fa07f2ae22cce58 END-of-libcfg+/distinfo echo x - libcfg+/pkg-comment sed 's/^X//' >libcfg+/pkg-comment << 'END-of-libcfg+/pkg-comment' XCommand line and configuration file parsing library END-of-libcfg+/pkg-comment echo x - libcfg+/pkg-descr sed 's/^X//' >libcfg+/pkg-descr << 'END-of-libcfg+/pkg-descr' Xlibcfg+ is a C library that features multi- command line and configuration Xfile parsing. It is possible to set up various special properties such as Xquoting characters, deliminator strings, file comment prefixes, multi-line Xpostfixes, and more. It supports many data types such as booleans, integers, Xdecimal numbers, strings with many additional data type flags (such as multiple Xvalues for a single option). X XAuthor: Ondrej Jombik END-of-libcfg+/pkg-descr echo x - libcfg+/pkg-plist sed 's/^X//' >libcfg+/pkg-plist << 'END-of-libcfg+/pkg-plist' Xinclude/platon/cfg+.h Xinclude/platon/cfg.h X@dirrm include/platon Xinclude/cfg+.h Xinclude/cfg.h Xlib/libcfg+.a Xlib/libcfg+.so Xlib/libcfg+.so.0.5 Xshare/doc/libcfg+-0.5/html/docbook.css Xshare/doc/libcfg+-0.5/html/f17.html Xshare/doc/libcfg+-0.5/html/index.html Xshare/doc/libcfg+-0.5/html/introduction.html Xshare/doc/libcfg+-0.5/html/introduction.installation.html Xshare/doc/libcfg+-0.5/html/other-information.author-and-homepage.html Xshare/doc/libcfg+-0.5/html/other-information.history.html Xshare/doc/libcfg+-0.5/html/other-information.html Xshare/doc/libcfg+-0.5/html/other-information.request-to-users.html Xshare/doc/libcfg+-0.5/html/usage.context-flags.html Xshare/doc/libcfg+-0.5/html/usage.context-manipulation.html Xshare/doc/libcfg+-0.5/html/usage.error-codes.html Xshare/doc/libcfg+-0.5/html/usage.html Xshare/doc/libcfg+-0.5/html/usage.parsing.html Xshare/doc/libcfg+-0.5/html/usage.special-properties.html X@dirrm share/doc/libcfg+-0.5/html Xshare/doc/libcfg+-0.5/sgml/Makefile Xshare/doc/libcfg+-0.5/sgml/defs.sgml Xshare/doc/libcfg+-0.5/sgml/defs.sgml.in Xshare/doc/libcfg+-0.5/sgml/introduction.installation.sgml Xshare/doc/libcfg+-0.5/sgml/introduction.overview.sgml Xshare/doc/libcfg+-0.5/sgml/introduction.sgml Xshare/doc/libcfg+-0.5/sgml/libcfg+.sgml Xshare/doc/libcfg+-0.5/sgml/other-information.sgml Xshare/doc/libcfg+-0.5/sgml/preface.sgml Xshare/doc/libcfg+-0.5/sgml/usage.context-flags.sgml Xshare/doc/libcfg+-0.5/sgml/usage.context-manipulation.sgml Xshare/doc/libcfg+-0.5/sgml/usage.error-codes.sgml Xshare/doc/libcfg+-0.5/sgml/usage.options-set.sgml Xshare/doc/libcfg+-0.5/sgml/usage.parsing.sgml Xshare/doc/libcfg+-0.5/sgml/usage.sgml Xshare/doc/libcfg+-0.5/sgml/usage.special-properties.sgml X@dirrm share/doc/libcfg+-0.5/sgml Xshare/doc/libcfg+-0.5/doxygen/annotated.html Xshare/doc/libcfg+-0.5/doxygen/cfg+_8h-source.html Xshare/doc/libcfg+-0.5/doxygen/cfg+_8h.html Xshare/doc/libcfg+-0.5/doxygen/cfgfile_8h-source.html Xshare/doc/libcfg+-0.5/doxygen/cfgfile_8h.html Xshare/doc/libcfg+-0.5/doxygen/cmdline_8h-source.html Xshare/doc/libcfg+-0.5/doxygen/cmdline_8h.html Xshare/doc/libcfg+-0.5/doxygen/doxygen.css Xshare/doc/libcfg+-0.5/doxygen/doxygen.gif Xshare/doc/libcfg+-0.5/doxygen/files.html Xshare/doc/libcfg+-0.5/doxygen/functions.html Xshare/doc/libcfg+-0.5/doxygen/globals.html Xshare/doc/libcfg+-0.5/doxygen/index.html Xshare/doc/libcfg+-0.5/doxygen/pages.html Xshare/doc/libcfg+-0.5/doxygen/props_8h-source.html Xshare/doc/libcfg+-0.5/doxygen/props_8h.html Xshare/doc/libcfg+-0.5/doxygen/shared_8h-source.html Xshare/doc/libcfg+-0.5/doxygen/shared_8h.html Xshare/doc/libcfg+-0.5/doxygen/structcfg__context.html Xshare/doc/libcfg+-0.5/doxygen/structcfg__option.html Xshare/doc/libcfg+-0.5/doxygen/todo.html X@dirrm share/doc/libcfg+-0.5/doxygen X@dirrm share/doc/libcfg+-0.5 END-of-libcfg+/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message