aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-05-16 11:23:12 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-05-16 11:23:12 +0000
commitf49f91d999f6aca7098ddc13da31e1e0455b41a1 (patch)
treeb4b84772e23dc563f50c407502a497ec48af1342 /irc
parentaa65e7d035ade00a13602ae726e13b67b4438873 (diff)
downloadports-f49f91d999f6aca7098ddc13da31e1e0455b41a1.tar.gz
ports-f49f91d999f6aca7098ddc13da31e1e0455b41a1.zip
New port: konversation
A user friendly IRC client for KDE. PR: 52313 Submitted by: Kirill Ponomarew
Notes
Notes: svn path=/head/; revision=81093
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/konversation-kde4/Makefile22
-rw-r--r--irc/konversation-kde4/distinfo1
-rw-r--r--irc/konversation-kde4/pkg-descr4
-rw-r--r--irc/konversation-kde4/pkg-plist27
-rw-r--r--irc/konversation/Makefile22
-rw-r--r--irc/konversation/distinfo1
-rw-r--r--irc/konversation/pkg-descr4
-rw-r--r--irc/konversation/pkg-plist27
9 files changed, 109 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile
index 951323ece00f..6b553feb2868 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -26,6 +26,7 @@
SUBDIR += ircservices
SUBDIR += iroffer
SUBDIR += irssi
+ SUBDIR += konversation
SUBDIR += liece
SUBDIR += liece-dcc
SUBDIR += liece-emacs20
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile
new file mode 100644
index 000000000000..b92d8f02ac5d
--- /dev/null
+++ b/irc/konversation-kde4/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: konversation
+# Date created: 15 May 2003
+# Whom: Kirill Ponomarew <ponomarew@oberon.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= konversation
+PORTVERSION= 0.11
+CATEGORIES= irc kde
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ponomarew@oberon.net
+COMMENT= A user friendly IRC client for KDE
+
+USE_KDELIBS_VER=3
+GNU_CONFIGURE= yes
+
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/irc/konversation-kde4/distinfo b/irc/konversation-kde4/distinfo
new file mode 100644
index 000000000000..1ee7dc4df799
--- /dev/null
+++ b/irc/konversation-kde4/distinfo
@@ -0,0 +1 @@
+MD5 (konversation-0.11.tar.gz) = 7e6428de9c88de624cfcd5ca29dc92ce
diff --git a/irc/konversation-kde4/pkg-descr b/irc/konversation-kde4/pkg-descr
new file mode 100644
index 000000000000..f6e0f442f805
--- /dev/null
+++ b/irc/konversation-kde4/pkg-descr
@@ -0,0 +1,4 @@
+Konversation an IRC (Internet Relay Chat) client for KDE
+enviroment.
+
+WWW: http://konversation.sourceforge.net
diff --git a/irc/konversation-kde4/pkg-plist b/irc/konversation-kde4/pkg-plist
new file mode 100644
index 000000000000..0e65e7e0c59b
--- /dev/null
+++ b/irc/konversation-kde4/pkg-plist
@@ -0,0 +1,27 @@
+bin/konversation
+share/applnk/Internet/konversation.desktop
+share/apps/konversation/images/close_pane.png
+share/apps/konversation/images/led_blue_off.png
+share/apps/konversation/images/led_blue_on.png
+share/apps/konversation/images/led_green_off.png
+share/apps/konversation/images/led_green_on.png
+share/apps/konversation/images/led_red_off.png
+share/apps/konversation/images/led_red_on.png
+share/apps/konversation/images/led_yellow_off.png
+share/apps/konversation/images/led_yellow_on.png
+share/apps/konversation/konversationui.rc
+share/icons/locolor/16x16/apps/konversation.png
+share/icons/locolor/32x32/apps/konversation.png
+share/locale/de/LC_MESSAGES/konversation.mo
+share/locale/sv/LC_MESSAGES/konversation.mo
+@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
+@unexec rmdir %D/share/icons 2>/dev/null || true
+@dirrm share/apps/konversation/images
+@dirrm share/apps/konversation
+@unexec rmdir %D/share/apps 2>/dev/null || true
+@unexec rmdir %D/share/applnk/Internet 2>/dev/null || true
+@unexec rmdir %D/share/applnk 2>/dev/null || true
diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile
new file mode 100644
index 000000000000..b92d8f02ac5d
--- /dev/null
+++ b/irc/konversation/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: konversation
+# Date created: 15 May 2003
+# Whom: Kirill Ponomarew <ponomarew@oberon.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= konversation
+PORTVERSION= 0.11
+CATEGORIES= irc kde
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ponomarew@oberon.net
+COMMENT= A user friendly IRC client for KDE
+
+USE_KDELIBS_VER=3
+GNU_CONFIGURE= yes
+
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/irc/konversation/distinfo b/irc/konversation/distinfo
new file mode 100644
index 000000000000..1ee7dc4df799
--- /dev/null
+++ b/irc/konversation/distinfo
@@ -0,0 +1 @@
+MD5 (konversation-0.11.tar.gz) = 7e6428de9c88de624cfcd5ca29dc92ce
diff --git a/irc/konversation/pkg-descr b/irc/konversation/pkg-descr
new file mode 100644
index 000000000000..f6e0f442f805
--- /dev/null
+++ b/irc/konversation/pkg-descr
@@ -0,0 +1,4 @@
+Konversation an IRC (Internet Relay Chat) client for KDE
+enviroment.
+
+WWW: http://konversation.sourceforge.net
diff --git a/irc/konversation/pkg-plist b/irc/konversation/pkg-plist
new file mode 100644
index 000000000000..0e65e7e0c59b
--- /dev/null
+++ b/irc/konversation/pkg-plist
@@ -0,0 +1,27 @@
+bin/konversation
+share/applnk/Internet/konversation.desktop
+share/apps/konversation/images/close_pane.png
+share/apps/konversation/images/led_blue_off.png
+share/apps/konversation/images/led_blue_on.png
+share/apps/konversation/images/led_green_off.png
+share/apps/konversation/images/led_green_on.png
+share/apps/konversation/images/led_red_off.png
+share/apps/konversation/images/led_red_on.png
+share/apps/konversation/images/led_yellow_off.png
+share/apps/konversation/images/led_yellow_on.png
+share/apps/konversation/konversationui.rc
+share/icons/locolor/16x16/apps/konversation.png
+share/icons/locolor/32x32/apps/konversation.png
+share/locale/de/LC_MESSAGES/konversation.mo
+share/locale/sv/LC_MESSAGES/konversation.mo
+@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
+@unexec rmdir %D/share/icons 2>/dev/null || true
+@dirrm share/apps/konversation/images
+@dirrm share/apps/konversation
+@unexec rmdir %D/share/apps 2>/dev/null || true
+@unexec rmdir %D/share/applnk/Internet 2>/dev/null || true
+@unexec rmdir %D/share/applnk 2>/dev/null || true