Skip site navigation (1)Skip section navigation (2)

CVS log for ports/irc/sirc/Makefile

[BACK] Up to [FreeBSD] / ports / irc / sirc

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jan 20 13:07:16 2012 UTC (3 weeks ago) by dougb
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +0 -2 lines
Remove license info

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon May 16 05:22:08 2011 UTC (8 months, 3 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Miscellaneous cleanups and fixes, some of the windowmaker stuff
gracefully provided by danfe.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Aug 9 08:54:33 2010 UTC (18 months ago) by nemoliu
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
- Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.

PR:	ports/148309
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jun 14 08:22:53 2010 UTC (19 months, 4 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -0 lines
Add LICENSE information to my ports where the right answer is obvious

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Mar 6 09:06:13 2009 UTC (2 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +70 -54 lines
Seriously modernize this port, my first contribution to FreeBSD
from almost 11 years ago!

Add IPv6 support as well as fixing the dsirc script for modern Perl
courtesy of the NetBSD port. Also add a stripped down version of that
patch which will let dsirc work with modern Perl even without IPv6.

Use OPTIONS to handle IPv6 and SOCKS support.

Also include the addon scripts from the author's site as an OPTION.

Take advantage of PORTDOCS support, and fix the plist as a side effect.

If the user chooses to add SOCKS support print a pkg-message to tell
them how to set it up, and make the README.socks PORTDOC conditional.

Fix the shebang line in dsirc to respect PREFIX.

Change the default IRC server to irc.efnet.org using sed on dsirc
instead of trying to handle it in the sirc script. The effect is
the same, and the user can still override this trivially in their
~/.sircrc.pl file.

Patch ssfe.c to include string.h so that it compiles without errors.

Bump PORTREVISION to signify the significant nature of the update.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Oct 29 07:13:28 2005 UTC (6 years, 3 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
For the ports that I maintain, do the following as appropriate:

1. Add myself as a backup master site (Sourceforge and CPAN ports
already have good enough coverage, so skip them).
2. For all ports that have them, download the PGP signature files.
3. For ports in 2, add a verify target to the Makefile
4. For ports where I was already providing a master site, update the URL.
5. Pet portlint in a couple of places.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:04:02 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 29 11:08:48 2002 UTC (10 years ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Feb 25 22:59:54 2001 UTC (10 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Update backup master site

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Nov 3 09:06:59 2000 UTC (11 years, 3 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
* Update my e-mail address
* Minor whitespace fix
* Update port homepage

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Apr 12 06:28:28 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Convert to the PORTNAME - PORTVERSION syntax.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Feb 14 22:39:40 2000 UTC (11 years, 11 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
developer site moved to new server

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Sep 10 04:37:13 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -5 lines
Update maintainer's email address and update MASTER_SITES

PR:		13671
Submitted by:	maintainer

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:12:58 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Change Id->FreeBSD.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jun 28 02:21:07 1999 UTC (12 years, 7 months ago) by billf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Sep 16 06:55:15 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +15 -5 lines
Better fix for perl5-in-current world.

Submitted by:	maintainer

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 7 21:58:53 1998 UTC (13 years, 9 months ago) by mph
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -3 lines
Remove NO_CONFIGURE.

Pointed out by:	hoek

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu May 7 05:20:19 1998 UTC (13 years, 9 months ago) by mph
Branches: STUDDED
CVS tags: v2_211
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of sirc, Yet Another IRC Client.  (Is this the "net" equivalent
of Minesweeper in "games"?)  This one is written in Perl, so it is
convenient for people who would like to script in Perl.

PR:		6535
Submitted by:	Studded@dal.net

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu May 7 05:20:19 1998 UTC (13 years, 9 months ago) by mph
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options