Index: head/polish/Makefile =================================================================== --- head/polish/Makefile (revision 90655) +++ head/polish/Makefile (revision 90656) @@ -1,15 +1,16 @@ # $FreeBSD$ # SUBDIR += trf SUBDIR += webalizer2 SUBDIR += aspell SUBDIR += ekg SUBDIR += gnugadu SUBDIR += kadu SUBDIR += kde3-i18n SUBDIR += koffice-i18n + SUBDIR += libtlen SUBDIR += ooodict_PL SUBDIR += openoffice SUBDIR += sms .include Property changes on: head/polish/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/polish/libtlen/Makefile =================================================================== --- head/polish/libtlen/Makefile (nonexistent) +++ head/polish/libtlen/Makefile (revision 90656) @@ -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 Property changes on: head/polish/libtlen/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/polish/libtlen/distinfo =================================================================== --- head/polish/libtlen/distinfo (nonexistent) +++ head/polish/libtlen/distinfo (revision 90656) @@ -0,0 +1 @@ +MD5 (libtlen-20030721.tar.gz) = 019a1c5b1640aa308f979024786e0237 Property changes on: head/polish/libtlen/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/polish/libtlen/files/patch-aa =================================================================== --- head/polish/libtlen/files/patch-aa (nonexistent) +++ head/polish/libtlen/files/patch-aa (revision 90656) @@ -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: Property changes on: head/polish/libtlen/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/polish/libtlen/pkg-descr =================================================================== --- head/polish/libtlen/pkg-descr (nonexistent) +++ head/polish/libtlen/pkg-descr (revision 90656) @@ -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/ Property changes on: head/polish/libtlen/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/polish/libtlen/pkg-plist =================================================================== --- head/polish/libtlen/pkg-plist (nonexistent) +++ head/polish/libtlen/pkg-plist (revision 90656) @@ -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%% Property changes on: head/polish/libtlen/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property