ports/57746: [new port] polish/libtlen - backend for Polish IM network

Piotr Smyrak smyru at smyrak.com
Wed Oct 8 14:50:10 UTC 2003


>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 at 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 at 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 <smyru at heron.pl> and
X#                       Maciek Korzen <eaquer at ceti.pl>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libtlen
XPORTVERSION=	20030721
XCATEGORIES=	polish net
XMASTER_SITES=	http://www.libtlen.eu.org/snapshots/archive/
X
XMAINTAINER=	smyru at 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 <bsd.port.mk>
END-of-libtlen/Makefile
exit
--- libtlen.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list