From 9043fdd66a0a5ea74f9cfa2299c5869e5fd4fad4 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 8 Oct 2003 18:52:28 +0000 Subject: Add libtlen 20030721, backend for interoperability with Tlen.pl, Polish IM network. PR: 57746 Submitted by: Piotr Smyrak --- polish/libtlen/Makefile | 28 ++++++++++++++++++++++++++++ polish/libtlen/distinfo | 1 + polish/libtlen/files/patch-aa | 38 ++++++++++++++++++++++++++++++++++++++ polish/libtlen/pkg-descr | 4 ++++ polish/libtlen/pkg-plist | 23 +++++++++++++++++++++++ 5 files changed, 94 insertions(+) create mode 100644 polish/libtlen/Makefile create mode 100644 polish/libtlen/distinfo create mode 100644 polish/libtlen/files/patch-aa create mode 100644 polish/libtlen/pkg-descr create mode 100644 polish/libtlen/pkg-plist (limited to 'polish/libtlen') diff --git a/polish/libtlen/Makefile b/polish/libtlen/Makefile new file mode 100644 index 000000000000..9191afd11e98 --- /dev/null +++ b/polish/libtlen/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: libtlen +# Date created: 25 September 2003 +# Whom: Piotr Smyrak and +# Maciek Korzen +# +# $FreeBSD$ +# + +PORTNAME= libtlen +PORTVERSION= 20030721 +CATEGORIES= polish net +MASTER_SITES= http://www.libtlen.eu.org/snapshots/archive/ + +MAINTAINER= smyru@heron.pl +COMMENT= Backend for interoperability with Tlen.pl, Polish IM network + +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for f in libtlen.html libtlen.css AUTHORS TODO + @${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} +.endfor +.endif + +.include diff --git a/polish/libtlen/distinfo b/polish/libtlen/distinfo new file mode 100644 index 000000000000..885dffb803ff --- /dev/null +++ b/polish/libtlen/distinfo @@ -0,0 +1 @@ +MD5 (libtlen-20030721.tar.gz) = 019a1c5b1640aa308f979024786e0237 diff --git a/polish/libtlen/files/patch-aa b/polish/libtlen/files/patch-aa new file mode 100644 index 000000000000..69a189e4285a --- /dev/null +++ b/polish/libtlen/files/patch-aa @@ -0,0 +1,38 @@ +--- lib/Makefile.in.orig Mon Sep 26 14:46:55 2003 ++++ lib/Makefile.in Mon Sep 26 14:54:07 2003 +@@ -10,7 +10,7 @@ + # incerased with ABI changes + VERSION_MAJOR=1 + # incerased with API changes +-VERSION_MINOR=5 ++#VERSION_MINOR=5 + + CC = @CC@ + CFLAGS = @CFLAGS_LIBTLEN@ -I.. -fPIC -Wall -ggdb +@@ -27,7 +27,7 @@ + + SHAREDMM = libtlen.so + SHAREDM = $(SHAREDMM).$(VERSION_MAJOR) +-SHARED = $(SHAREDM).$(VERSION_MINOR) ++SHARED = $(SHAREDMM).$(VERSION_MAJOR) + STATIC = libtlen.a + + HEADERS = *.h +@@ -54,7 +54,7 @@ + + $(SHARED): $(OBJS) + $(CC) -g -O2 -shared -Wl,-soname,libtlen.so.$(VERSION_MAJOR) -o $(SHARED) $(OBJS) $(LIBS) -lc +- $(LN_S) -f $(SHARED) $(SHAREDM) ++# $(LN_S) -f $(SHARED) $(SHAREDM) + $(LN_S) -f $(SHARED) $(SHAREDMM) + + install: install-shared install-static install-devel +@@ -62,7 +62,7 @@ + install-shared: + $(INSTALL) -d $(DESTDIR)$(libdir) + $(INSTALL) -m 755 $(SHARED) $(DESTDIR)$(libdir) +- cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDM) ++# cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDM) + cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDMM) + + install-static: diff --git a/polish/libtlen/pkg-descr b/polish/libtlen/pkg-descr new file mode 100644 index 000000000000..70767916524b --- /dev/null +++ b/polish/libtlen/pkg-descr @@ -0,0 +1,4 @@ +A libtlen is a backend library to implement interoperability +with Poland's Jabber protocol based Tlen.pl IM network. + +WWW: http://www.libtlen.eu.org/ diff --git a/polish/libtlen/pkg-plist b/polish/libtlen/pkg-plist new file mode 100644 index 000000000000..f6ffeb3f92e1 --- /dev/null +++ b/polish/libtlen/pkg-plist @@ -0,0 +1,23 @@ +include/libtlen/asciitab.h +include/libtlen/hashtable.h +include/libtlen/iasciitab.h +include/libtlen/latin1tab.h +include/libtlen/libtlen.h +include/libtlen/nametab.h +include/libtlen/pool.h +include/libtlen/str.h +include/libtlen/utf8tab.h +include/libtlen/xmldef.h +include/libtlen/xmlparse.h +include/libtlen/xmlrole.h +include/libtlen/xmltok.h +include/libtlen/xmltok_impl.h +lib/libtlen.a +lib/libtlen.so +lib/libtlen.so.1 +@dirrm include/libtlen +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/libtlen.css +%%PORTDOCS%%%%DOCSDIR%%/libtlen.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit v1.2.3