efa9 FreshPorts -- irc/insub
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
insub 15.1 irc on this many watch lists=1 search for ports that depend on this port
Some scripts for expressing how you feel on IRC and the web
Maintained by: adamw@FreeBSD.org search for ports maintained by this maintainer
Port Added: 28 Dec 2003 02:44:16
License: not specified in port


Some scripts and files for insubordination for IRC and HTML.
Comes with scripts for irssi. Enter "/script load insub"
within the irssi client. Or, use the handy command-line
"insub" program.

WWW:	https://github.com/cjones/insub
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/perl5.12
Required To Run:
  1. games/cowsay
  2. misc/figlet
  3. lang/perl5.12
There are no ports dependent upon this port

To install the port: cd /usr/ports/irc/insub/ && make install clean
To add the package: pkg_add -r insub


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://cloud.github.com/downloads/cjones/insub/

Number of commits found: 47

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
16 Dec 2012 06:12:28
Original commit files touched by this commit  15.1
az search for other commits by this committer
- Set default perl version for ports which currently using
  (5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
19 Aug 2012 16:15:14
Original commit files touched by this commit  15.1
adamw search for other commits by this committer
Update to 15.1.
19 Aug 2012 02:23:56
Original commit files touched by this commit  15.0_1
adamw search for other commits by this committer
Source tarball accidentally included cowsay cows, and the port
clobbered them. Manually installing the insub cows until another
tarball gets rolled. You'll probably need to reinstall cowsay to
restore those cows if you applied the 15.0_0 update.
PORTREVISION bump.
19 Aug 2012 01:19:40
Original commit files touched by this commit  15.0
adamw search for other commits by this committer
Update WWW to reflect MASTER_SITES change in r302748
19 Aug 2012 01:18:03
Original commit files touched by this commit  15.0
adamw search for other commits by this committer
Update to 15.0.

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.
06 Jul 2011 01:01:15
Original commit files touched by this commit  13.0
adamw search for other commits by this committer
Make portlint happier.
19 Mar 2011 12:38:54
Original commit files touched by this commit  13.0
miwi search for other commits by this committer
- Get Rid MD5 support
25 Apr 2010 23:54:28
Original commit files touched by this commit  13.0
adamw search for other commits by this committer
Move usage instructions from post-install: to the pkg-descr.
25 Apr 2010 23:35:01
Original commit files touched by this commit  13.0
adamw search for other commits by this committer
Add a WWW reference, and pick a capitalization nit.
24 Mar 2009 03:54:45
Original commit files touched by this commit  13.0
adamw search for other commits by this committer
Update to 13.0 and clean up the Makefile.

PR:             ports/132985
Submitted by:   Edmondas Girkantas <eg@fbsd.lt>
01 Sep 2008 04:34:57
Original commit files touched by this commit  10.1
adamw search for other commits by this committer
This app is too important to be without a maintainer.

If alfred isn't the maintainer, I'll take it.
01 Sep 2008 01:41:16
Original commit files touched by this commit  10.1
linimon search for other commits by this committer
Reset alfred, who has not been active in ports for a while.

Hat:            portmgr
07 Oct 2007 05:45:04
Original commit files touched by this commit  10.1
linimon search for other commits by this committer
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally.  To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.

Hat:            portmgr
16 Jan 2007 06:49:08
Original commit files touched by this commit  10.1
alfred search for other commits by this committer
update to 10.1 (silc support) (lol).
22 Jan 2006 12:38:15
Original commit files touched by this commit  10.0
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:15:53
Original commit files touched by this commit  10.0
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
04 Oct 2005 22:11:10
Original commit files touched by this commit  10.0
alfred search for other commits by this committer
Update to 10.0!

Thanks to author for incorporating my changes and to edwin@'s script
for pointing me at this update.
16 May 2005 16:22:45
Original commit files touched by this commit  9.8_1
alfred search for other commits by this committer
bump revision for new patch
23 Feb 2005 13:00:09
Original commit files touched by this commit  9.8
alfred search for other commits by this committer
CRITICAL BUG FIX: make -throttle work when output is a pipe.
17 Feb 2005 20:35:03
Original commit files touched by this commit  9.8
alfred search for other commits by this committer
Update to 9.8, now includes a build in banner module!
26 Jan 2005 08:43:26
Original commit files touched by this commit  9.6
alfred search for other commits by this committer
Since we install a script into BASE/share/irssi/scripts but that's
not really our directory do the:
  @unexec rmdir %D/share/irssi 2>/dev/null || true
thing to clean up these potentially empty directories.

pointed out by: "Ports Janitor" <kkenn> :)
16 Dec 2004 18:51:14
Original commit files touched by this commit  9.6
alfred search for other commits by this committer
/usr/local/share/cows is usually not empty because a prerequesite of
this port installs file in there.  So replace the @dirrm with
"@unexec rmdir %D/share/cows 2>/dev/null || true" as other ports
do.  I don't like this, but I don't know what else would work,
it would be nice if this "feature" was implemented as a builtin
to the package system.

Suggested by: kkenn
Tested by: Gilad Rom
04 Dec 2004 23:58:13
Original commit files touched by this commit  9.6
alfred search for other commits by this committer
Update to 9.6.

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
03 Dec 2004 04:37:43
Original commit files touched by this commit  9.4
alfred search for other commits by this committer
Update to 9.4.

Now with sine wave text and my color optimizations!
25 Nov 2004 07:42:12
Original commit files touched by this commit  9.3
alfred search for other commits by this committer
Update to 9.3.

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
06 Jul 2004 01:30:22
Original commit files touched by this commit  9.1
alfred search for other commits by this committer
portlint fixes
05 Jul 2004 10:28:15
Original commit files touched by this commit  9.1
alfred search for other commits by this committer
Update to 9.1, fix plist.
12 May 2004 01:05:29
Original commit files touched by this commit  8.9
alfred search for other commits by this committer
update to 8.9, fixes working on perl versions less than 5.8.
30 Apr 2004 17:14:40
Original commit files touched by this commit  8.8
alfred search for other commits by this committer
fix plist (for real).
29 Apr 2004 16:47:10
Original commit files touched by this commit  8.8
alfred search for other commits by this committer
fix plist.
29 Apr 2004 07:46:32
Original commit files touched by this commit  8.8
alfred search for other commits by this committer
upgrade to 8.8 which works with perl versions <5.8
28 Apr 2004 16:46:18
Original commit files touched by this commit  8.7
alfred search for other commits by this committer
Update to 8.7:

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
14 Apr 2004 19:09:08
Original commit files touched by this commit  8.6
alfred search for other commits by this committer
update from 8.3 to 8.6.

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
18 Mar 2004 02:52:47
Original commit files touched by this commit  8.3
trevor search for other commits by this committer
Add size data.

Approved by:    maintainers
22 Jan 2004 23:54:54
Original commit files touched by this commit  8.3
alfred search for other commits by this committer
we don't really need irssi to run.
18 Jan 2004 09:12:27
Original commit files touched by this commit  8.3
alfred search for other commits by this committer
Update to 8.3:
  - 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
17 Jan 2004 10:02:28
Original commit files touched by this commit  8.2
edwin search for other commits by this committer
Fix runtime dependency on p5-Term-ANSIColor.

Informed maintainer.
Noticed by: bento logs
14 Jan 2004 08:19:05
Original commit files touched by this commit  8.2
alfred search for other commits by this committer
mkdir -p the script location so the package will build.
14 Jan 2004 06:53:50
Original commit files touched by this commit  8.2
alfred search for other commits by this committer
update to 8.2:

 - 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
13 Jan 2004 09:24:43
Original commit files touched by this commit  8.1
alfred search for other commits by this committer
Update to 8.1 with command line html output. (lj users beware)
06 Jan 2004 20:34:51
Original commit files touched by this commit  8.0
alfred search for other commits by this committer
update descriptions
06 Jan 2004 03:09:19
Original commit files touched by this commit  8.0
petef search for other commits by this committer
Adjust dependency to just irssi (which has perl support by default now),
not irssi+perl (which is gone).
06 Jan 2004 02:02:58
Original commit files touched by this commit  8.0
alfred search for other commits by this committer
Add devel/p5-Term-ANSIColor to RUN_DEPENDS.

Noticed by: Chris Jones <cjones@gruntle.org>
06 Jan 2004 01:53:10
Original commit files touched by this commit  8.0
alfred search for other commits by this committer
Update to 8.0, now supporting html output! (perfect for lj posts *hint hint*)
30 Dec 2003 11:38:33
Original commit files touched by this commit  7.0
alfred search for other commits by this committer
update to 7.0, with support for other irc clients
28 Dec 2003 09:33:39
Original commit files touched by this commit  6.6
alfred search for other commits by this committer
Update to 6.6.

Submitted by: Chris Jones <cjones@gruntle.org>
28 Dec 2003 02:43:36
Original commit files touched by this commit  6.5
alfred search for other commits by this committer
A suite of offensive utilties for irssi.

Number of commits found: 47

2825
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 216
Deprecated 473
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours9
new 7 days28
new fortnight61
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0