# 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: # # libconfig # libconfig/Makefile # libconfig/pkg-descr # libconfig/pkg-plist # libconfig/distinfo # echo c - libconfig mkdir -p libconfig > /dev/null 2>&1 echo x - libconfig/Makefile sed 's/^X//' >libconfig/Makefile << 'END-of-libconfig/Makefile' X# New ports collection makefile for: libconfig X# Date created: September 26, 2007 X# Whom: Nikos Ntarmos X# X# $FreeBSD$ X# X XPORTNAME= libconfig XPORTVERSION= 1.1.3 XCATEGORIES= devel XMASTER_SITES= http://www.hyperrealm.com/libconfig/ X XMAINTAINER= ntarmos@ceid.upatras.gr XCOMMENT= A simple library for manipulating structured configuration files X XHAS_CONFIGURE= yes XUSE_LDCONFIG= yes XUSE_GMAKE= yes XCONFIGURE_ARGS+= --prefix=${PREFIX} X X.include END-of-libconfig/Makefile echo x - libconfig/pkg-descr sed 's/^X//' >libconfig/pkg-descr << 'END-of-libconfig/pkg-descr' XLibconfig is a simple library for manipulating structured configuration Xfiles. The file format is more compact and more readable than XML. And Xunlike XML, it is type-aware, so it is not necessary to do string Xparsing in application code. X XLibconfig is very compact -- just 25K for the stripped C shared library X(one-fifth the size of the expat XML parser library) and 39K for the Xstripped C++ shared library. This makes it well-suited for Xmemory-constrained systems like handheld devices. X XThe library includes bindings for both the C and C++ languages. It works Xon POSIX-compliant UNIX systems (GNU/Linux, Mac OS X, Solaris, FreeBSD) Xand Windows (2000, XP and later). X X XWWW: http://www.hyperrealm.com/libconfig/libconfig.html END-of-libconfig/pkg-descr echo x - libconfig/pkg-plist sed 's/^X//' >libconfig/pkg-plist << 'END-of-libconfig/pkg-plist' Xlib/libconfig.so.4 Xlib/libconfig.la Xlib/libconfig.a Xlib/libconfig++.so.4 Xlib/libconfig++.la Xlib/libconfig++.a Xlib/pkgconfig/libconfig.pc Xlib/pkgconfig/libconfig++.pc Xinclude/libconfig.h Xinclude/libconfig.h++ Xinfo/libconfig.info END-of-libconfig/pkg-plist echo x - libconfig/distinfo sed 's/^X//' >libconfig/distinfo << 'END-of-libconfig/distinfo' XMD5 (libconfig-1.1.3.tar.gz) = c0cd4b5ed44bbc1dca32eafaac377e33 XSHA256 (libconfig-1.1.3.tar.gz) = 3ee6dfd0edad6744a4c858578a2fc1a758ca0a2c3b3f93759695e23624a2c018 XSIZE (libconfig-1.1.3.tar.gz) = 494149 END-of-libconfig/distinfo exit