Skip to content

Commit c705c80

Browse files
author
epriestley
committedSep 13, 2015
Use PHP implementation of Cowsay for cowsay rule
Summary: Ref T7785. Convert the Cowsay Remarkup rule to use a PHP implementation so we don't have to execute an external `cowsay` binary. I removed some of the default ".cow" files that come with Cowsay because they: - include Perl code which we can not interpret; or - are primarily in-jokes or standalone visual puns or artwork rather than usable actors on the grand stage of cowsay; or - offended my delicate sensibilities. Users can add new cows to `resources/cows/custom/` if they want to make new cows available. I have included a majestic original artwork depicting the "Companion Cube" character from //Portal//. Test Plan: {F802535} Reviewers: chad Reviewed By: chad Maniphest Tasks: T9408, T7785 Differential Revision: https://secure.phabricator.com/D14100
1 parent c02f750 commit c705c80

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1107
-34
lines changed
 

‎externals/cowsay/ChangeLog

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
3.03 28 May 1999
2+
- Added cows/tux.cow, as suggested by xmanoel@i.am
3+
- Compatibility with 5.6.0, due to a change in qw().
4+
- Renamed devil.cow to daemon.cow, since I know better. :-)
5+
6+
3.02 04 November 1999
7+
- Fixed boneheaded code placement so that cowsay -l actually works.
8+
9+
3.01 01 November 1999
10+
- Fixed compatibility issues between the Text::Wrap module
11+
that changed between 5.005_02 and 5.005_03.
12+
- Fixed tab expansion issues with Text::Tabs.
13+
14+
3.0 13 April 1999, released 14 August 1999
15+
- Rewritten into Perl 5 and presented to the world.
16+
17+
-- Not present in CVS from here on down --
18+
19+
2.x Date?
20+
- Arbitrary messages.
21+
- Figlet support (-n).
22+
- Line wrap length (-w).
23+
- Multiple pre-set expressions.
24+
- Better arg parsing loop.
25+
- Message from stdin or command line.
26+
27+
1.0 Date?
28+
- SUBJECT is VERB OBJECT
29+
30+
$Id: ChangeLog,v 1.4 2000/05/29 17:55:24 tony Exp $
31+
This file is part of cowsay. (c) 1999-2000 Tony Monroe.

‎externals/cowsay/INSTALL

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
=================
2+
Installing cowsay
3+
=================
4+
5+
If you really want to get things installed a nice and pretty way,
6+
7+
sh install.sh
8+
9+
It will ask approximately one question. If you can't answer it,
10+
you need serious help.
11+
12+
If the install goes well, you can start cowing immediately! Just
13+
be sure to read the manual page first...
14+
15+
$Id: INSTALL,v 1.1 1999/08/14 08:03:17 tony Exp $

0 commit comments

Comments
 (0)
Failed to load comments.