Index: head/irc/Makefile =================================================================== --- head/irc/Makefile (revision 100488) +++ head/irc/Makefile (revision 100489) @@ -1,87 +1,88 @@ # $FreeBSD$ # SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += blackened SUBDIR += bnc SUBDIR += bobot++ SUBDIR += ctrlproxy SUBDIR += dancer SUBDIR += dancer-ircd SUBDIR += dancer-services SUBDIR += darkbot SUBDIR += dcc SUBDIR += dircproxy SUBDIR += eggdrop SUBDIR += epic4 SUBDIR += ezbounce SUBDIR += gruftistats SUBDIR += hybserv SUBDIR += iip SUBDIR += infobot SUBDIR += insub SUBDIR += irc SUBDIR += ircII SUBDIR += ircatlite SUBDIR += ircd-hybrid SUBDIR += ircd-hybrid-ru SUBDIR += ircd-ru SUBDIR += irchat-pj-emacs20 SUBDIR += irchat-pj-emacs21 SUBDIR += irchat-pj-xemacs-devel-mule SUBDIR += irchat-pj-xemacs21-mule SUBDIR += ircproxy SUBDIR += ircservices SUBDIR += iroffer SUBDIR += irssi SUBDIR += kmyirc SUBDIR += konversation SUBDIR += kvirc SUBDIR += liece SUBDIR += liece-dcc SUBDIR += liece-emacs20 SUBDIR += lostirc SUBDIR += muh SUBDIR += nethirc SUBDIR += ngircd SUBDIR += ninja SUBDIR += olirc SUBDIR += onis SUBDIR += p5-IRC SUBDIR += p5-POE-Component-IRC SUBDIR += p5-POE-Component-IRC-Object SUBDIR += party SUBDIR += pircbot SUBDIR += pisg SUBDIR += psybnc SUBDIR += pure-emacs20 SUBDIR += pure-emacs21 SUBDIR += pure-xemacs-devel-mule SUBDIR += pure-xemacs21-mule SUBDIR += py-irclib SUBDIR += quirc SUBDIR += rbot SUBDIR += roxirc SUBDIR += ruby-irc SUBDIR += ruby-rica SUBDIR += ruby-rice SUBDIR += scrollz SUBDIR += scrollz-doc SUBDIR += sic SUBDIR += sirc SUBDIR += sircd SUBDIR += slirc SUBDIR += srvx SUBDIR += tirc SUBDIR += tircproxy SUBDIR += tkirc SUBDIR += tr-ircd SUBDIR += trickyirc + SUBDIR += weechat SUBDIR += xaric SUBDIR += xchat SUBDIR += xchat-systray-plugin SUBDIR += xchat2 SUBDIR += zircon .include Property changes on: head/irc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.85 \ No newline at end of property +1.86 \ No newline at end of property Index: head/irc/weechat/Makefile =================================================================== --- head/irc/weechat/Makefile (nonexistent) +++ head/irc/weechat/Makefile (revision 100489) @@ -0,0 +1,31 @@ +# New ports collection makefile for: weechat +# Date created: 2003-03-07 +# Whom: clement +# +# $FreeBSD$ +# + +PORTNAME= weechat +PORTVERSION= 0.0.5 +CATEGORIES= irc +MASTER_SITES= http://weechat.flashtux.org/download/ + +MAINTAINER= clement@FreeBSD.org +COMMENT= A lightweight and user friendly ncurse based IRC client + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GETTEXT= yes + +CFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl" +CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} + +MAN1= weechat.1 + +PLIST_FILES= bin/weechat-curses share/locale/fr/LC_MESSAGES/weechat.mo + +post-patch: + @${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC} + +.include Property changes on: head/irc/weechat/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/irc/weechat/distinfo =================================================================== --- head/irc/weechat/distinfo (nonexistent) +++ head/irc/weechat/distinfo (revision 100489) @@ -0,0 +1,2 @@ +MD5 (weechat-0.0.5.tar.bz2) = 8847dde68bc2fdc4fe93e4d0e04d9dba +SIZE (weechat-0.0.5.tar.bz2) = 274819 Property changes on: head/irc/weechat/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/weechat/files/patch-configure =================================================================== --- head/irc/weechat/files/patch-configure (nonexistent) +++ head/irc/weechat/files/patch-configure (revision 100489) @@ -0,0 +1,10 @@ +--- configure.orig Sat Feb 7 23:48:23 2004 ++++ configure Sat Feb 7 23:48:35 2004 +@@ -8510,7 +8510,6 @@ + + fi + +-CFLAGS="-Wall -W -pipe -O2" + + ac_config_files="$ac_config_files Makefile src/Makefile src/common/Makefile src/irc/Makefile src/plugins/Makefile src/plugins/perl/Makefile src/gui/Makefile src/gui/curses/Makefile src/gui/gtk/Makefile src/gui/qt/Makefile intl/Makefile po/Makefile.in" + cat >confcache <<\_ACEOF Property changes on: head/irc/weechat/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/weechat/pkg-descr =================================================================== --- head/irc/weechat/pkg-descr (nonexistent) +++ head/irc/weechat/pkg-descr (revision 100489) @@ -0,0 +1,6 @@ +WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC +client. Everything can be done with a keyboard, and it is customizable +and extensible with scripts. For the moment, only ncurse GUI is +supported by this port. + +WWW: http://weechat.flashtux.org Property changes on: head/irc/weechat/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/weechat-devel/Makefile =================================================================== --- head/irc/weechat-devel/Makefile (nonexistent) +++ head/irc/weechat-devel/Makefile (revision 100489) @@ -0,0 +1,31 @@ +# New ports collection makefile for: weechat +# Date created: 2003-03-07 +# Whom: clement +# +# $FreeBSD$ +# + +PORTNAME= weechat +PORTVERSION= 0.0.5 +CATEGORIES= irc +MASTER_SITES= http://weechat.flashtux.org/download/ + +MAINTAINER= clement@FreeBSD.org +COMMENT= A lightweight and user friendly ncurse based IRC client + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GETTEXT= yes + +CFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl" +CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} + +MAN1= weechat.1 + +PLIST_FILES= bin/weechat-curses share/locale/fr/LC_MESSAGES/weechat.mo + +post-patch: + @${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC} + +.include Property changes on: head/irc/weechat-devel/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/irc/weechat-devel/distinfo =================================================================== --- head/irc/weechat-devel/distinfo (nonexistent) +++ head/irc/weechat-devel/distinfo (revision 100489) @@ -0,0 +1,2 @@ +MD5 (weechat-0.0.5.tar.bz2) = 8847dde68bc2fdc4fe93e4d0e04d9dba +SIZE (weechat-0.0.5.tar.bz2) = 274819 Property changes on: head/irc/weechat-devel/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/weechat-devel/files/patch-configure =================================================================== --- head/irc/weechat-devel/files/patch-configure (nonexistent) +++ head/irc/weechat-devel/files/patch-configure (revision 100489) @@ -0,0 +1,10 @@ +--- configure.orig Sat Feb 7 23:48:23 2004 ++++ configure Sat Feb 7 23:48:35 2004 +@@ -8510,7 +8510,6 @@ + + fi + +-CFLAGS="-Wall -W -pipe -O2" + + ac_config_files="$ac_config_files Makefile src/Makefile src/common/Makefile src/irc/Makefile src/plugins/Makefile src/plugins/perl/Makefile src/gui/Makefile src/gui/curses/Makefile src/gui/gtk/Makefile src/gui/qt/Makefile intl/Makefile po/Makefile.in" + cat >confcache <<\_ACEOF Property changes on: head/irc/weechat-devel/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/weechat-devel/pkg-descr =================================================================== --- head/irc/weechat-devel/pkg-descr (nonexistent) +++ head/irc/weechat-devel/pkg-descr (revision 100489) @@ -0,0 +1,6 @@ +WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC +client. Everything can be done with a keyboard, and it is customizable +and extensible with scripts. For the moment, only ncurse GUI is +supported by this port. + +WWW: http://weechat.flashtux.org Property changes on: head/irc/weechat-devel/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property