CVS log for ports/irc/ii/Makefile
Up to [FreeBSD] / ports / irc / ii
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 20 21:19:26 2011 UTC (7 months, 3 weeks ago) by jlaffaye
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
Respect CC (fixes build with clang) Approved by: bapt (mentor)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jun 8 16:52:30 2011 UTC (8 months ago) by jlaffaye
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}
Approved by: bapt (mentor)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 11 18:27:23 2011 UTC (11 months ago) by dhn
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
- Update to 1.6 - Remove MD5 checksum PR: ports/155473 Submitted by: dhn (myself) Approved by: maintainer
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 8 07:35:42 2010 UTC (16 months ago) by sunpoet
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
- Update MASTER_SITES PR: ports/151204 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer) Approved by: pgollucci (mentor)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 31 07:38:47 2010 UTC (17 months, 1 week ago) by bapt
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +10 -7 lines
- cleanup - add license remove: - files/patch-Makefile - files/patch-config.mk PR: ports/150125 Submitted by: Julien Laffaye <kimelto _at_ gmail.com> (maintainer) Approved by: jadawin (co-mentor)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 17 01:12:46 2008 UTC (3 years, 5 months ago) by beech
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- Update to 1.4 PR: ports/126567 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jul 18 15:54:45 2008 UTC (3 years, 6 months ago) by miwi
Branches: MAIN
ii is a minimalist FIFO and filesystem-based IRC client. It createsan irc directory tree with server, channel and nick name directories. In every directory a FIFO in file and a normal out file is created. The in file is used to communicate with the servers and the out files contain the server messages. For every channel and every nick name there are related in and out files created. This allows IRC communication from command line and adheres to the Unix philosophy. WWW: http://www.suckless.org/wiki/tools/irc/irc_it/ PR: ports/125567 Submitted by: Julien Laffaye <kimelto at gmail.com>
