From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 8 07:50: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 9757B16A4B3 for ; Wed, 8 Oct 2003 07:50:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D92C43FF9 for ; Wed, 8 Oct 2003 07:50:09 -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 h98Eo8FY055949 for ; Wed, 8 Oct 2003 07:50:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h98Eo8RR055948; Wed, 8 Oct 2003 07:50:08 -0700 (PDT) (envelope-from gnats) Resent-Date: Wed, 8 Oct 2003 07:50:08 -0700 (PDT) Resent-Message-Id: <200310081450.h98Eo8RR055948@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, Piotr Smyrak Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AC6D16A4B3 for ; Wed, 8 Oct 2003 07:40:32 -0700 (PDT) Received: from smyrak.com (pf183.wroclaw.sdi.tpnet.pl [213.25.228.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id E184E43FAF for ; Wed, 8 Oct 2003 07:40:30 -0700 (PDT) (envelope-from smyru@smyrak.com) Received: from smyru by smyrak.com with local (Exim 4.24; FreeBSD 4.9) id 1A7FS8-000HDM-LV; Wed, 08 Oct 2003 16:38:12 +0200 Message-Id: Date: Wed, 08 Oct 2003 16:38:12 +0200 From: Piotr Smyrak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Maciej Korzen Subject: ports/57746: [new port] polish/libtlen - backend for Polish IM network X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Piotr Smyrak List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 14:50:10 -0000 X-List-Received-Date: Wed, 08 Oct 2003 14:50:10 -0000 >Number: 57746 >Category: ports >Synopsis: [new port] polish/libtlen - backend for Polish IM network >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 08 07:50:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Piotr Smyrak >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: >Environment: System: FreeBSD beth 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Tue Sep 23 22:44:57 CEST 2003 root@beth:/usr/obj/usr/src/sys/SMYRU i386 >Description: This is a new port skeleton for polish/libtlen backend library that let's implement interoperability for Polish Jabber based IM network called Tlen.pl >How-To-Repeat: N/A >Fix: --- libtlen.shar begins here --- # 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: # # libtlen # libtlen/files # libtlen/files/patch-aa # libtlen/distinfo # libtlen/pkg-plist # libtlen/pkg-descr # libtlen/Makefile # echo c - libtlen mkdir -p libtlen > /dev/null 2>&1 echo c - libtlen/files mkdir -p libtlen/files > /dev/null 2>&1 echo x - libtlen/files/patch-aa sed 's/^X//' >libtlen/files/patch-aa << 'END-of-libtlen/files/patch-aa' X--- lib/Makefile.in.orig Mon Sep 26 14:46:55 2003 X+++ lib/Makefile.in Mon Sep 26 14:54:07 2003 X@@ -10,7 +10,7 @@ X # incerased with ABI changes X VERSION_MAJOR=1 X # incerased with API changes X-VERSION_MINOR=5 X+#VERSION_MINOR=5 X X CC = @CC@ X CFLAGS = @CFLAGS_LIBTLEN@ -I.. -fPIC -Wall -ggdb X@@ -27,7 +27,7 @@ X X SHAREDMM = libtlen.so X SHAREDM = $(SHAREDMM).$(VERSION_MAJOR) X-SHARED = $(SHAREDM).$(VERSION_MINOR) X+SHARED = $(SHAREDMM).$(VERSION_MAJOR) X STATIC = libtlen.a X X HEADERS = *.h X@@ -54,7 +54,7 @@ X X $(SHARED): $(OBJS) X $(CC) -g -O2 -shared -Wl,-soname,libtlen.so.$(VERSION_MAJOR) -o $(SHARED) $(OBJS) $(LIBS) -lc X- $(LN_S) -f $(SHARED) $(SHAREDM) X+# $(LN_S) -f $(SHARED) $(SHAREDM) X $(LN_S) -f $(SHARED) $(SHAREDMM) X X install: install-shared install-static install-devel X@@ -62,7 +62,7 @@ X install-shared: X $(INSTALL) -d $(DESTDIR)$(libdir) X $(INSTALL) -m 755 $(SHARED) $(DESTDIR)$(libdir) X- cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDM) X+# cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDM) X cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDMM) X X install-static: END-of-libtlen/files/patch-aa echo x - libtlen/distinfo sed 's/^X//' >libtlen/distinfo << 'END-of-libtlen/distinfo' XMD5 (libtlen-20030721.tar.gz) = 019a1c5b1640aa308f979024786e0237 END-of-libtlen/distinfo echo x - libtlen/pkg-plist sed 's/^X//' >libtlen/pkg-plist << 'END-of-libtlen/pkg-plist' Xinclude/libtlen/asciitab.h Xinclude/libtlen/hashtable.h Xinclude/libtlen/iasciitab.h Xinclude/libtlen/latin1tab.h Xinclude/libtlen/libtlen.h Xinclude/libtlen/nametab.h Xinclude/libtlen/pool.h Xinclude/libtlen/str.h Xinclude/libtlen/utf8tab.h Xinclude/libtlen/xmldef.h Xinclude/libtlen/xmlparse.h Xinclude/libtlen/xmlrole.h Xinclude/libtlen/xmltok.h Xinclude/libtlen/xmltok_impl.h Xlib/libtlen.a Xlib/libtlen.so Xlib/libtlen.so.1 X@dirrm include/libtlen X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS X%%PORTDOCS%%%%DOCSDIR%%/TODO X%%PORTDOCS%%%%DOCSDIR%%/libtlen.css X%%PORTDOCS%%%%DOCSDIR%%/libtlen.html X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-libtlen/pkg-plist echo x - libtlen/pkg-descr sed 's/^X//' >libtlen/pkg-descr << 'END-of-libtlen/pkg-descr' XA libtlen is a backend library to implement interoperability Xwith Poland's Jabber protocol based Tlen.pl IM network. X XWWW: http://www.libtlen.eu.org/ END-of-libtlen/pkg-descr echo x - libtlen/Makefile sed 's/^X//' >libtlen/Makefile << 'END-of-libtlen/Makefile' X# New ports collection makefile for: libtlen X# Date created: 25 September 2003 X# Whom: Piotr Smyrak and X# Maciek Korzen X# X# $FreeBSD$ X# X XPORTNAME= libtlen XPORTVERSION= 20030721 XCATEGORIES= polish net XMASTER_SITES= http://www.libtlen.eu.org/snapshots/archive/ X XMAINTAINER= smyru@heron.pl XCOMMENT= Backend for interoperability with Tlen.pl, Polish IM network X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${LOCALBASE} X XINSTALLS_SHLIB= yes X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for f in libtlen.html libtlen.css AUTHORS TODO X @${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} X.endfor X.endif X X.include END-of-libtlen/Makefile exit --- libtlen.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: