Index: head/irc/Makefile =================================================================== --- head/irc/Makefile (revision 438603) +++ head/irc/Makefile (revision 438604) @@ -1,133 +1,134 @@ # $FreeBSD$ # COMMENT = Internet Relay Chat utilities SUBDIR += anope SUBDIR += atheme-services SUBDIR += bip SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += bitlbee-facebook SUBDIR += bnc SUBDIR += bopm SUBDIR += cgiirc SUBDIR += charybdis SUBDIR += ctrlproxy SUBDIR += cwirc SUBDIR += dancer SUBDIR += darkbot SUBDIR += dircproxy SUBDIR += dxirc SUBDIR += eggdrop SUBDIR += eggdrop-devel SUBDIR += epic4 SUBDIR += epic5 SUBDIR += evangeline SUBDIR += ezbounce SUBDIR += fisg SUBDIR += gruftistats SUBDIR += gseen.mod SUBDIR += hexchat SUBDIR += hexchat-fish SUBDIR += hybserv SUBDIR += icbirc SUBDIR += ii SUBDIR += infobot SUBDIR += inspircd SUBDIR += insub SUBDIR += irc SUBDIR += irc2dc SUBDIR += ircII SUBDIR += ircd-hybrid SUBDIR += ircd-ratbox SUBDIR += ircd-ratbox-devel SUBDIR += ircd-ru SUBDIR += ircproxy SUBDIR += ircservices SUBDIR += iroffer SUBDIR += iroffer-dinoex SUBDIR += iroffer-lamm SUBDIR += irssi SUBDIR += irssi-dcc_send_limiter SUBDIR += irssi-fish + SUBDIR += irssi-icb SUBDIR += irssi-otr SUBDIR += irssi-scripts SUBDIR += irssi-xmpp SUBDIR += irssistats SUBDIR += keitairc2 SUBDIR += konversation-kde4 SUBDIR += kvirc SUBDIR += kvirc-qt4 SUBDIR += libircclient SUBDIR += lostirc SUBDIR += miau SUBDIR += minbif SUBDIR += muh SUBDIR += nethirc SUBDIR += netwalker-ircc SUBDIR += ngircd SUBDIR += ninja SUBDIR += onis SUBDIR += p5-AnyEvent-IRC SUBDIR += p5-Bot-BasicBot SUBDIR += p5-IRC-Bot-Hangman SUBDIR += p5-IRC-Utils SUBDIR += p5-POE-Component-IRC SUBDIR += p5-POE-Component-IRC-Object SUBDIR += p5-POE-Component-IRC-Plugin-Blowfish SUBDIR += p5-POE-Component-IRC-Plugin-Bollocks SUBDIR += p5-POE-Component-IRC-Plugin-CoreList SUBDIR += p5-POE-Component-IRC-Plugin-Hailo SUBDIR += p5-POE-Component-IRC-Plugin-Karma SUBDIR += p5-POE-Component-IRC-Plugin-POE-Knee SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNS SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNSBL SUBDIR += p5-POE-Component-IRC-Plugin-RSS-Headlines SUBDIR += p5-POE-Component-Server-IRC SUBDIR += p5-POE-Filter-IRCD SUBDIR += p5-POE-Session-Irssi SUBDIR += p5-Parse-IRC SUBDIR += pear-Net_SmartIRC SUBDIR += pircbot SUBDIR += pisg SUBDIR += polari SUBDIR += psybnc SUBDIR += py-fishcrypt SUBDIR += py-gozerbot SUBDIR += py-irc SUBDIR += py-limnoria SUBDIR += py-supybot SUBDIR += py-supybot-plugins SUBDIR += quassel SUBDIR += quassel-core SUBDIR += quirc SUBDIR += ratbox-respond SUBDIR += ratbox-services SUBDIR += rbot SUBDIR += riece SUBDIR += roxirc SUBDIR += rubygem-cinch SUBDIR += rubygem-cogbot SUBDIR += rubygem-lita-irc SUBDIR += rubygem-net-irc SUBDIR += scrollz SUBDIR += sic SUBDIR += simpleirc SUBDIR += sirc SUBDIR += smartirc4net SUBDIR += srvx SUBDIR += thales SUBDIR += tircd SUBDIR += tircproxy SUBDIR += undernet-ircu SUBDIR += unreal SUBDIR += weechat SUBDIR += xaric SUBDIR += xchat SUBDIR += xchat-fish SUBDIR += xchat-mircryption SUBDIR += xchat-ruby SUBDIR += znc .include Index: head/irc/irssi-icb/Makefile =================================================================== --- head/irc/irssi-icb/Makefile (nonexistent) +++ head/irc/irssi-icb/Makefile (revision 438604) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= irssi-icb +PORTVERSION= 0.17 +CATEGORIES= irc + +MAINTAINER= santhosh.raju@gmail.com +COMMENT= Irssi plugin for connecting to ICB network + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:irc/irssi:irc/irssi +RUN_DEPENDS= irssi:irc/irssi + +USES= autoreconf libtool pkgconfig +USE_LDCONFIG= yes +USE_GNOME= glib20 + +USE_GITHUB= yes +GH_ACCOUNT= mglocker +GH_TAGNAME= c4e2ea8 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static --with-irssi=${LOCALBASE}/include/irssi +INSTALL_TARGET= install-strip + +PLIST_FILES= lib/irssi/modules/libicb_core.so \ + lib/irssi/modules/libfe_icb.so + +.include Property changes on: head/irc/irssi-icb/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/irssi-icb/distinfo =================================================================== --- head/irc/irssi-icb/distinfo (nonexistent) +++ head/irc/irssi-icb/distinfo (revision 438604) @@ -0,0 +1,3 @@ +TIMESTAMP = 1492293020 +SHA256 (mglocker-irssi-icb-0.17-c4e2ea8_GH0.tar.gz) = 444e28d44fcb5ed54d904e74a0f6c19da8adce97a6eb83656748f66315bebd8c +SIZE (mglocker-irssi-icb-0.17-c4e2ea8_GH0.tar.gz) = 23090 Property changes on: head/irc/irssi-icb/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/irssi-icb/files/patch-configure.ac =================================================================== --- head/irc/irssi-icb/files/patch-configure.ac (nonexistent) +++ head/irc/irssi-icb/files/patch-configure.ac (revision 438604) @@ -0,0 +1,26 @@ +--- configure.ac.orig 2017-01-22 13:24:58 UTC ++++ configure.ac +@@ -19,23 +19,12 @@ AC_ARG_WITH([irssi], + [], + [with_irssi=no]) + +-AS_IF([test "x$with_irssi" = "xno"], [ +- AS_IF([test -f ../irssi-config], +- [with_irssi=".."], +- AS_IF([test -f ../irssi/irssi-config], +- [with_irssi="../.."], +- AS_IF([test -f ../../irssi/irssi-config], +- [with_irssi="../../irssi"], +- AS_ERROR([Could not determine irssi directory])))) ]) + + # fix relative paths + IRSSI_INCLUDE=`cd $with_irssi; pwd` + + AC_SUBST(IRSSI_INCLUDE) + +-AS_IF([test ! -f "$IRSSI_INCLUDE/irssi-config"], +- [AC_ERROR(Not irssi directory: $IRSSI_INCLUDE)] +-) + + PKG_CHECK_MODULES(GLIB, glib-2.0) + Property changes on: head/irc/irssi-icb/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/irssi-icb/pkg-descr =================================================================== --- head/irc/irssi-icb/pkg-descr (nonexistent) +++ head/irc/irssi-icb/pkg-descr (revision 438604) @@ -0,0 +1,4 @@ +irssi-icb provides connectivity to Internet Citizen's Band (icb) +networks for the irssi Internet Relay Chat (IRC) client. + +WWW: https://github.com/mglocker/irssi-icb Property changes on: head/irc/irssi-icb/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property