summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2002-03-18 06:42:34 +0000
committerzuntum <zuntum@pkgsrc.org>2002-03-18 06:42:34 +0000
commita3aadd313e16a9a7e2f6fdf423d5df034c9de7da (patch)
treebdcbdd3a692bd484b6b33f6b99bcc2c00c155f3a /chat
parenta7725a66d799386245b1a78fe5e4f505d4e1f6ce (diff)
downloadpkgsrc-a3aadd313e16a9a7e2f6fdf423d5df034c9de7da.tar.gz
Initial import of ekg-0.20020317
EKG is an experimental text mode client for a polish instant messaging system "Gadu-Gadu". It supports themes, and contact list exchange with the original (windows) client. Submitted by Dawid Szymanski in private mail.
Diffstat (limited to 'chat')
-rw-r--r--chat/ekg/DESCR3
-rw-r--r--chat/ekg/Makefile24
-rw-r--r--chat/ekg/PLIST13
-rw-r--r--chat/ekg/distinfo5
-rw-r--r--chat/ekg/patches/patch-aa13
5 files changed, 58 insertions, 0 deletions
diff --git a/chat/ekg/DESCR b/chat/ekg/DESCR
new file mode 100644
index 00000000000..54bb02664ec
--- /dev/null
+++ b/chat/ekg/DESCR
@@ -0,0 +1,3 @@
+EKG is an experimental text mode client for a polish instant messaging system
+"Gadu-Gadu". It supports themes, and contact list exchange with the original
+(windows) client.
diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile
new file mode 100644
index 00000000000..e3a6bb613fc
--- /dev/null
+++ b/chat/ekg/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/03/18 06:42:34 zuntum Exp $
+#
+
+DISTNAME= ekg-20020317
+PKGNAME= ekg-0.20020317
+CATEGORIES= chat
+MASTER_SITES= http://dev.null.pl/ekg/
+
+MAINTAINER= dawszy@arhea.net
+HOMEPAGE= http://dev.null.pl/ekg/
+COMMENT= Experimental Gadu-Gadu Client
+
+HAS_CONFIGURE= YES
+USE_GNU_READLINE= YES
+USE_GMAKE= YES
+
+CONFIGURE_ARGS+= --with-readline=${PREFIX}
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --mandir=${PREFIX}/man
+
+REPLACE_PERL= docs/ekl.pl
+
+.include "../../devel/readline/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/chat/ekg/PLIST b/chat/ekg/PLIST
new file mode 100644
index 00000000000..ee0dee4e8a0
--- /dev/null
+++ b/chat/ekg/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/18 06:42:34 zuntum Exp $
+bin/ekg
+bin/ekl.pl
+man/man1/ekg.1
+share/ekg/themes/emers.theme
+share/ekg/themes/feeg.theme
+share/ekg/themes/jamzed.theme
+share/ekg/themes/klith.theme
+share/ekg/themes/lcamtuf.theme
+share/ekg/themes/sic.theme
+share/ekg/themes/zdzichu.theme
+@dirrm share/ekg/themes
+@dirrm share/ekg
diff --git a/chat/ekg/distinfo b/chat/ekg/distinfo
new file mode 100644
index 00000000000..62fe0d169e9
--- /dev/null
+++ b/chat/ekg/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/03/18 06:42:34 zuntum Exp $
+
+SHA1 (ekg-20020317.tar.gz) = 3a03c63f23df3225d2492809e3b6b12768a96ca3
+Size (ekg-20020317.tar.gz) = 165449 bytes
+SHA1 (patch-aa) = 364fb548713f318d1aeb1483cd3882bf130b03f5
diff --git a/chat/ekg/patches/patch-aa b/chat/ekg/patches/patch-aa
new file mode 100644
index 00000000000..4ff36af12c1
--- /dev/null
+++ b/chat/ekg/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/03/18 06:42:34 zuntum Exp $
+
+--- src/Makefile.in.orig Mon Mar 18 02:47:04 2002
++++ src/Makefile.in
+@@ -21,7 +21,7 @@
+ all: ekg @do_ioctl@
+
+ ekg: $(OBJS) $(LOBJS)
+- $(CC) -o $(NAME) $(OBJS) $(LOBJS) $(LIBS)
++ $(CC) -o $(NAME) $(OBJS) $(LOBJS) $(LIBS) -Wl -R${LOCALBASE}/lib
+
+ ioctl_daemon: ioctl_daemon.c
+ $(CC) ioctl_daemon.c -o $(IOCTL_DAEMON_NAME)