Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

18
chat/roxirc/DESCR Normal file
View File

@@ -0,0 +1,18 @@
RoxIRC is a graphical IRC client written in tcl/tk. It provides a pleasant,
easy to use, and powerful interface.
the features include:
ircII style /commands, with history
configurable colors for information types
dedicated query windows
dynamic configuration, no need to restart it
notify list
all tcl scripting
nicklist, see who is in the channel without /names
dialogs for banlist, modes, kick/ban, etc
popup menus when you right click on nicks, channels, querys...
auto reconnect to server/rejoin channels when disconnected
URL catcher
Supports bold and underlined text
Netsplit detection
DCC chat and file transfers

41
chat/roxirc/Makefile Normal file
View File

@@ -0,0 +1,41 @@
# $NetBSD: Makefile,v 1.12 2012/10/03 00:02:44 asau Exp $
#
DISTNAME= roxirc-1.8
PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://roxirc.lighter.net/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://roxirc.lighter.net/
COMMENT= Graphical IRC client written in tcl/tk
DEPENDS+= tk-[0-9]*:../../x11/tk
PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_BUILD= YES
NO_CONFIGURE= YES
EXAMPLESDIR= ${PREFIX}/share/examples/roxirc
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Fixing hardcoded command names.
SUBST_STAGE.paths= post-patch
SUBST_FILES.paths= roxirc
SUBST_SED.paths= -e 's,wish8.3,wish,g'
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/roxirc ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/roxirc
${INSTALL_DATA_DIR} ${DESTDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/config ${DESTDIR}${EXAMPLESDIR}/config
${INSTALL_DATA} ${WRKSRC}/menus ${DESTDIR}${EXAMPLESDIR}/menus
${INSTALL_DATA} ${WRKSRC}/bindings ${DESTDIR}${EXAMPLESDIR}/bindings
${INSTALL_DATA} ${WRKSRC}/prefs ${DESTDIR}${EXAMPLESDIR}/prefs-initial
${INSTALL_DATA} ${WRKSRC}/startup ${DESTDIR}${EXAMPLESDIR}/startup
${INSTALL_DATA} ${WRKSRC}/help ${DESTDIR}${PREFIX}/share/doc/roxirc/help
.include "../../mk/bsd.pkg.mk"

8
chat/roxirc/PLIST Normal file
View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:37:49 joerg Exp $
bin/roxirc
share/doc/roxirc/help
share/examples/roxirc/bindings
share/examples/roxirc/config
share/examples/roxirc/menus
share/examples/roxirc/prefs-initial
share/examples/roxirc/startup

5
chat/roxirc/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2005/02/23 15:59:13 agc Exp $
SHA1 (roxirc-1.8.tar.gz) = aefbaa583132914ca9a9f18ace197df434c38c69
RMD160 (roxirc-1.8.tar.gz) = 8f902de1405c166d713481e2a85abc7c9f474b18
Size (roxirc-1.8.tar.gz) = 50738 bytes