summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-03-12 12:42:48 +0000
committertron <tron@pkgsrc.org>2007-03-12 12:42:48 +0000
commit268378b1390f33926ccc288b542b9a2cb757ed0f (patch)
tree6c0a9ee90eb0d31f39cf95bae5308a9faf346c7e /chat
parent67c153d5bd6df5c61351b7e50429a4f979b052fd (diff)
downloadpkgsrc-268378b1390f33926ccc288b542b9a2cb757ed0f.tar.gz
Import new "xchat-perl" package: Perl scripting plugin for XChat
This package is based on Min Sik Kim's "xchat2-perl" package in "pkgsrc-wip".
Diffstat (limited to 'chat')
-rw-r--r--chat/xchat-perl/DESCR2
-rw-r--r--chat/xchat-perl/Makefile33
-rw-r--r--chat/xchat-perl/PLIST6
3 files changed, 41 insertions, 0 deletions
diff --git a/chat/xchat-perl/DESCR b/chat/xchat-perl/DESCR
new file mode 100644
index 00000000000..d7b0ae228de
--- /dev/null
+++ b/chat/xchat-perl/DESCR
@@ -0,0 +1,2 @@
+XChat is a graphical IRC client that runs on UNIX-like systems.
+This is a Perl scripting plugin for XChat.
diff --git a/chat/xchat-perl/Makefile b/chat/xchat-perl/Makefile
new file mode 100644
index 00000000000..95d34d13c50
--- /dev/null
+++ b/chat/xchat-perl/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/12 12:42:48 tron Exp $
+
+.include "../../chat/xchat/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/-/-perl-/}
+MAINTAINER= tron@NetBSD.org
+
+COMMENT= Perl scripting plugin for XChat
+
+DEPENDS+= xchat>=2.0.0:../../chat/xchat
+
+BUILD_DIRS?= plugins/perl
+
+CONFIGURE_ARGS+= --disable-gtkfe
+CONFIGURE_ARGS+= --enable-tcl=no
+CONFIGURE_ARGS+= --enable-perl
+CONFIGURE_ARGS+= --disable-python
+
+USE_PERL5= YES
+
+.include "../../lang/perl5/buildlink3.mk"
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xchat
+ ${INSTALL_DATA} ${WRKSRC}/plugins/perl/alt_completion.pl \
+ ${PREFIX}/share/examples/xchat
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat
+ ${INSTALL_DATA} ${WRKSRC}/plugins/perl/xchat2-perl.html \
+ ${PREFIX}/share/doc/xchat
+ ${INSTALL_DATA} ${WRKSRC}/plugins/perl/xchat2-perldocs.html \
+ ${PREFIX}/share/doc/xchat
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/chat/xchat-perl/PLIST b/chat/xchat-perl/PLIST
new file mode 100644
index 00000000000..b12fa06712c
--- /dev/null
+++ b/chat/xchat-perl/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/12 12:42:48 tron Exp $
+lib/xchat/plugins/perl.la
+share/examples/xchat/alt_completion.pl
+share/doc/xchat/xchat2-perl.html
+share/doc/xchat/xchat2-perldocs.html
+@dirrm share/examples/xchat