From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 9 16:40:10 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0827F37B401 for ; Mon, 9 Jun 2003 16:40:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06AE543FDD for ; Mon, 9 Jun 2003 16:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h59Ne7Up090371 for ; Mon, 9 Jun 2003 16:40:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h59Ne7eA090370; Mon, 9 Jun 2003 16:40:07 -0700 (PDT) Resent-Date: Mon, 9 Jun 2003 16:40:07 -0700 (PDT) Resent-Message-Id: <200306092340.h59Ne7eA090370@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F34237B401 for ; Mon, 9 Jun 2003 16:33:26 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id E82E143FCB for ; Mon, 9 Jun 2003 16:33:25 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19PW8b-000IrA-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 10 Jun 2003 01:33:17 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.20) id 19PW7w-000Ar2-P7 for FreeBSD-gnats-submit@freebsd.org; Tue, 10 Jun 2003 01:32:36 +0200 Message-Id: Date: Tue, 10 Jun 2003 01:32:36 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/53124: New port: devel/libzt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2003 23:40:10 -0000 >Number: 53124 >Category: ports >Synopsis: New port: devel/libzt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 09 16:40:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: New port: devel/libzt Collection of utility code for C application/server development. >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: # # devel/libzt # devel/libzt/Makefile # devel/libzt/distinfo # devel/libzt/files # devel/libzt/files/patch-libzt::opts.c # devel/libzt/pkg-plist # devel/libzt/pkg-descr # echo c - devel/libzt mkdir -p devel/libzt > /dev/null 2>&1 echo x - devel/libzt/Makefile sed 's/^X//' >devel/libzt/Makefile << 'END-of-devel/libzt/Makefile' X# New ports collection makefile for: libzt X# Date created: 09.06.2003 X# Whom: Kirill Ponomarew X# X# $FreeBSD$ X# X XPORTNAME= libzt XPORTVERSION= 1.0.2 XCATEGORIES= devel XMASTER_SITES= http://www.zerotao.org/downloads/${PORTNAME}/ X XMAINTAINER= ponomarew@oberon.net XCOMMENT= Collection of utility code for C application/server development X XGNU_CONFIGURE= yes XUSE_LIBTOOL= yes XUSE_REINPLACE= yes XUSE_GETOPT_LONG= yes XINSTALLS_SHLIB= yes XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" X Xpost-patch: X @${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} \ X ${REINPLACE_CMD} -e \ X "s,^CFLAGS =,CFLAGS+=${CFLAGS},g ; \ X s,-no-cpp-precomp,,g" X X.include END-of-devel/libzt/Makefile echo x - devel/libzt/distinfo sed 's/^X//' >devel/libzt/distinfo << 'END-of-devel/libzt/distinfo' XMD5 (libzt-1.0.2.tar.gz) = 256059c9c8999c57a839f1aa22aecf56 END-of-devel/libzt/distinfo echo c - devel/libzt/files mkdir -p devel/libzt/files > /dev/null 2>&1 echo x - devel/libzt/files/patch-libzt::opts.c sed 's/^X//' >devel/libzt/files/patch-libzt::opts.c << 'END-of-devel/libzt/files/patch-libzt::opts.c' X--- libzt/opts.c.orig Tue Jun 10 01:23:36 2003 X+++ libzt/opts.c Tue Jun 10 01:24:00 2003 X@@ -14,6 +14,7 @@ X X #include X #include X+#include X X #include X #include END-of-devel/libzt/files/patch-libzt::opts.c echo x - devel/libzt/pkg-plist sed 's/^X//' >devel/libzt/pkg-plist << 'END-of-devel/libzt/pkg-plist' Xinclude/libzt/assert.h Xinclude/libzt/cfg.h Xinclude/libzt/cfg/cfg_private.h Xinclude/libzt/cfg/ini.h Xinclude/libzt/cfg/interface.h Xinclude/libzt/common.h Xinclude/libzt/daemon.h Xinclude/libzt/log.h Xinclude/libzt/log/file.h Xinclude/libzt/log/interface.h Xinclude/libzt/log/log_private.h Xinclude/libzt/log/stderr.h Xinclude/libzt/log/syslog.h Xinclude/libzt/macros.h Xinclude/libzt/opts.h Xinclude/libzt/progname.h Xinclude/libzt/str.h Xinclude/libzt/zt.h Xlib/libzt.a Xlib/libzt.la Xlib/libzt.so Xlib/libzt.so.0 X@dirrm include/libzt/cfg X@dirrm include/libzt/log X@dirrm include/libzt END-of-devel/libzt/pkg-plist echo x - devel/libzt/pkg-descr sed 's/^X//' >devel/libzt/pkg-descr << 'END-of-devel/libzt/pkg-descr' XLibZT is a collection of utility code for C application/server Xdevelopment. It contains a ubiquitous logging subsystem, Xconfiguration file parser, commandline option parser, and Xnumerous handy tools that need to be written for just about any Xproject (wrappers to malloc, etc). X XWWW: http://www.zerotao.org/projects/libzt END-of-devel/libzt/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: