1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Tkabbur is a modification of XMPP/Jabber client Tkabber,

that brings many new features.

WWW: http://code.google.com/p/tkabbur/

PR:		ports/128073
Submitted by:	Dennis Herrmann <adox at mcx2.org>
This commit is contained in:
Martin Wilke 2008-10-18 21:52:57 +00:00
parent ef05582702
commit e6d8938e16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221763
6 changed files with 1300 additions and 0 deletions

View File

@ -144,6 +144,7 @@
SUBDIR += tkabber
SUBDIR += tkabber-devel
SUBDIR += tkabber-plugins
SUBDIR += tkabbur
SUBDIR += tmsnc
SUBDIR += trix
SUBDIR += vicq

41
net-im/tkabbur/Makefile Normal file
View File

@ -0,0 +1,41 @@
# New ports collection makefile for: tkabbur
# Date created: 06 October 2008
# Whom: Dennis Herrmann <adox@mcx2.org>
#
# $FreeBSD$
#
PORTNAME= tkabbur
PORTVERSION= 0.7
CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
EXTRACT_SUFX= .tbz2
MAINTAINER= adox@mcx2.org
COMMENT= Is a modification of XMPP/Jabber client Tkabber
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
dtplite:${PORTSDIR}/devel/tcllib \
${LOCALBASE}/lib/tls/pkgIndex.tcl:${PORTSDIR}/devel/tcltls \
${LOCALBASE}/lib/bwidget/pkgIndex.tcl:${PORTSDIR}/x11-toolkits/bwidget
WRKSRC= ${WRKDIR}/${DISTNAME}
NO_BUILD= yes
SUBDIRS= contrib emoticons ifacetk jabberlib mclistbox \
msgs pixmaps plugins sounds tclxml trans
do-install:
${ECHO} -e "#!/bin/sh\nexec wish8.4 ${DATADIR}/tkabbur.tcl \
-name tkabbur \"\$$@\"\n" > ${PREFIX}/bin/tkabbur
${CHMOD} +x ${PREFIX}/bin/tkabbur
${CHMOD} 755 ${WRKSRC}/*.tcl
${MKDIR} ${DATADIR}
${CP} ${WRKSRC}/*.tcl ${DATADIR}
.for i in ${SUBDIRS}
${CHMOD} -R 755 ${WRKSRC}/${i}
${CP} -R ${WRKSRC}/${i} ${DATADIR}
.endfor
.include <bsd.port.mk>

3
net-im/tkabbur/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (tkabbur-0.7.src.tbz2) = a2402dd6f01596bc090666fb4c828db9
SHA256 (tkabbur-0.7.src.tbz2) = 68ff4e5d68b3fcdb77f973d700ca1315e644d1d93e079c683b99355df66b5783
SIZE (tkabbur-0.7.src.tbz2) = 1109308

View File

@ -0,0 +1,12 @@
--- Makefile.orig 2008-10-13 21:54:12.000000000 +0200
+++ Makefile 2008-10-13 21:54:37.000000000 +0200
@@ -22,8 +22,7 @@
mkdir -p $(DESTDIR)/$(TKABBERDIR)
cp -r *.tcl $(SUBDIRS) $(DESTDIR)/$(TKABBERDIR)
mkdir -p $(DESTDIR)/$(BINDIR)
- echo -e "#!/bin/sh\nexec wish $(TKABBERDIR)/tkabbur.tcl -name tkabbur \"\$$@\"\n" \
- >$(DESTDIR)/$(BINDIR)/tkabbur
+ ··echo -e "#!/bin/sh\nexec wish8.4 $(PREFIX)/share/tkabbur/tkabbur.tcl -name tkabbur \"\$$@\"\n" > $(DESTDIR)/$(PREFIX)/bin/tkabbur
chmod 755 $(DESTDIR)/$(BINDIR)/tkabbur
.PHONY: install install-bin

5
net-im/tkabbur/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Tkabbur is a modification of XMPP/Jabber client Tkabber,
that brings many new features.
WWW: http://code.google.com/p/tkabbur/

1238
net-im/tkabbur/pkg-plist Normal file

File diff suppressed because it is too large Load Diff