From 268378b1390f33926ccc288b542b9a2cb757ed0f Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 12 Mar 2007 12:42:48 +0000 Subject: 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". --- chat/xchat-perl/DESCR | 2 ++ chat/xchat-perl/Makefile | 33 +++++++++++++++++++++++++++++++++ chat/xchat-perl/PLIST | 6 ++++++ 3 files changed, 41 insertions(+) create mode 100644 chat/xchat-perl/DESCR create mode 100644 chat/xchat-perl/Makefile create mode 100644 chat/xchat-perl/PLIST (limited to 'chat') 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 -- cgit v1.2.3