aboutsummaryrefslogtreecommitdiff
path: root/irc/insub/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested. Notes: svn path=/head/; revision=384932
* Use the new USE_GITHUB.Adam Weinberger2015-04-191-2/+2
| | | | | | | And, reassign to ports@. I don't want to maintain this anymore. Notes: svn path=/head/; revision=384316
* Update to 16.0.Adam Weinberger2014-03-151-2/+2
| | | | Notes: svn path=/head/; revision=348380
* Update to 15.1.Adam Weinberger2012-08-191-2/+2
| | | | Notes: svn path=/head/; revision=302763
* Update to 15.0.Adam Weinberger2012-08-191-2/+2
| | | | | | | | | | This update reflects a license change from GPLv2 to 2-BSD. MASTER_SITES switched to github. Further ChangeLog not appropriate for pasting here, but can be reviewed in source. Notes: svn path=/head/; revision=302748
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Update to 13.0 and clean up the Makefile.Adam Weinberger2009-03-241-3/+3
| | | | | | | | PR: ports/132985 Submitted by: Edmondas Girkantas <eg@fbsd.lt> Notes: svn path=/head/; revision=230830
* update to 10.1 (silc support) (lol).Alfred Perlstein2007-01-161-3/+3
| | | | Notes: svn path=/head/; revision=182494
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Update to 10.0!Alfred Perlstein2005-10-041-2/+2
| | | | | | | | Thanks to author for incorporating my changes and to edwin@'s script for pointing me at this update. Notes: svn path=/head/; revision=144206
* Update to 9.8, now includes a build in banner module!Alfred Perlstein2005-02-171-2/+2
| | | | Notes: svn path=/head/; revision=129109
* Update to 9.6.Alfred Perlstein2004-12-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 9.6: Sat Dec 4 14:47:12 PST 2004 * fix critical bug in arg processing 9.5: Sat Dec 4 01:17:37 PST 2004 * moved -exec command into process(), so irssi can use it * fix bug that wouldn't let '0' be printed by itself * add -repeat flag ("-repeat 3 foo" becomes foofoofoo) * fix bug that would prevent a single character from displaying * retool -sine iterator a little better * minor code cleanup * make both -wave and -sine do the same thing PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Notes: svn path=/head/; revision=123151
* Update to 9.4.Alfred Perlstein2004-12-031-2/+2
| | | | | | | | | | | | | | Now with sine wave text and my color optimizations! PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Notes: svn path=/head/; revision=123022
* Update to 9.3.Alfred Perlstein2004-11-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | 9.3: Sun Nov 14 18:33:16 PST 2004 * added -popeye and -diagonal command * made -YES case-insensitive * moved order that -matrix is run in for consistency * cleaned up changelog * updated copyright 9.2: Tue Jul 20 21:45:37 PDT 2004 * Fixed critical vulnerability which causes user to not be able to figlet a single character. Also add some new cows from myself and some other submitters. More offensive than ever. We promise. Submitted by: Chris Jones Notes: svn path=/head/; revision=122389
* Update to 9.1, fix plist.Alfred Perlstein2004-07-051-2/+2
| | | | Notes: svn path=/head/; revision=112948
* update to 8.9, fixes working on perl versions less than 5.8.Alfred Perlstein2004-05-121-2/+2
| | | | Notes: svn path=/head/; revision=108959
* upgrade to 8.8 which works with perl versions <5.8Alfred Perlstein2004-04-291-2/+2
| | | | Notes: svn path=/head/; revision=107934
* Update to 8.7:Alfred Perlstein2004-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 8.7: Mon Apr 26 12:57:12 PDT 2004 * 8.7 changes submitted by j0no: - AOL Instant Messenger support. - phpBB bbcode support - orkut support - Fixed mIRC code hack. (\x0F instead of \x03\26\26) - & -> &amp; in HTML and AIM - -cmd flag to run any irssi command! Use quotes for stuff like "kick zb" ...wait.. i am zb... :( - -utf8 flag for cat - Bugfix: Rainbow Offset saved across figs. - -8 Canada colour map - Added check to skip the last mile if there's nothing to process. - Added a -mirc flag to force mIRC codes - clean_length() repaired * other fixes: - verified all filters handle undef properly Notes: svn path=/head/; revision=107825
* update from 8.3 to 8.6.Alfred Perlstein2004-04-141-2/+2
| | | | | | | | | | | | | | | | | | | you can now filter arbitrary programs/text through this wonderful program! 8.6: Tue Apr 13 15:22:01 PDT 2004 - add flags for cli: -stdin will use data from STDIN - add flags for cli: -cat, -exec to hook irssi functionality - stop processing if we don't have text after first pass 8.5: Tue Apr 13 13:03:30 PDT 2004 - remove legacy open3() and use IPC::Open3 -- works in 5.8 now - support for specifying color in -4 .. for example -4red - added some more spookwords - added the -unused command 8.4: This release did not go public Notes: svn path=/head/; revision=107053
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104361
* Update to 8.3:Alfred Perlstein2004-01-181-1/+1
| | | | | | | | | | | - added -ansi flag to force ANSI output in cases where it is not detected properly and tries to use irc colors - default html colors has white foreground - no warnings if $COWPATH isn't set - no more Text::Wrap warnings Notes: svn path=/head/; revision=98455
* update to 8.2:Alfred Perlstein2004-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | - If not Irssi, rainbow keepstate is down with a dotfile - Bugfix: HTML < and > entity escaping fixed - Bugfix: IRC output doesn't use ANSI resets (breaks xchat! thanks kin) - Optimization: Don't change HTML bgcolor unless it differs from the default black.. saves lots of space - Make Term::ANSIColor optional (ansi is disabled if no lib) - Silenced the throttling message, what's the point of THAT - Cleaned up the COWPATH code a bit.. better detection - html output has div container to set background to black, for pasting chunks of html, e.g. to livejournal. - Abstract prefix code to its own filter, for code consistency Submitted by: Chris Jones Notes: svn path=/head/; revision=98137
* Update to 8.1 with command line html output. (lj users beware)Alfred Perlstein2004-01-131-1/+1
| | | | Notes: svn path=/head/; revision=98053
* Update to 8.0, now supporting html output! (perfect for lj posts *hint hint*)Alfred Perlstein2004-01-061-1/+1
| | | | Notes: svn path=/head/; revision=97423
* update to 7.0, with support for other irc clientsAlfred Perlstein2003-12-301-1/+1
| | | | Notes: svn path=/head/; revision=96938
* Update to 6.6.Alfred Perlstein2003-12-281-51/+1
| | | | | | | Submitted by: Chris Jones <cjones@gruntle.org> Notes: svn path=/head/; revision=96755
* A suite of offensive utilties for irssi.Alfred Perlstein2003-12-281-0/+51
Notes: svn path=/head/; revision=96723