[libacme-eyedrops-perl] 01/06: Imported Upstream version 1.62

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Thu Jul 23 00:46:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libacme-eyedrops-perl.

commit 158d0d66d7d0b6f48b9d1cfeb10c39bedefb40a0
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Jul 22 21:14:52 2015 -0300

    Imported Upstream version 1.62
---
 Changes                        |  7 ++++++
 LICENSE                        |  2 +-
 MANIFEST                       |  6 +++++
 META.yml                       |  4 ++--
 Makefile.PL                    |  2 +-
 README                         |  4 ++--
 lib/Acme/EyeDrops.pm           | 53 ++++++++++++++++++++++++++++++++++++++++--
 lib/Acme/EyeDrops/heart2.eye   | 16 +++++++++++++
 lib/Acme/EyeDrops/heart2.eyp   |  2 ++
 lib/Acme/EyeDrops/smiley4.eye  | 27 +++++++++++++++++++++
 lib/Acme/EyeDrops/smiley4.eyp  |  2 ++
 lib/Acme/EyeDrops/thumbsup.eye | 25 ++++++++++++++++++++
 lib/Acme/EyeDrops/thumbsup.eyp |  2 ++
 13 files changed, 144 insertions(+), 8 deletions(-)

diff --git a/Changes b/Changes
index 9e117f3..665e12e 100644
--- a/Changes
+++ b/Changes
@@ -504,3 +504,10 @@ Revision history for Perl extension EyeDrops
 	   3: add a leading "use re 'eval';"
 	- Updated test suite to work with new Regex attribute
 	- Updated sightly.pl to work with new Regex attribute
+
+1.62	Sun Apr 12 17:12:42 2015
+
+	- new shape: thumbsup
+	- new shape: heart2
+	- new shape: smiley4
+	- documentation: added new "Love Birds" section
diff --git a/LICENSE b/LICENSE
index 311ba8d..b1d6a9f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 LICENSE FOR Acme-EyeDrops
 
-Copyright (c) 2001-2012 Andrew Savige. All rights reserved.
+Copyright (c) 2001-2015 Andrew Savige. All rights reserved.
 
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
diff --git a/MANIFEST b/MANIFEST
index de9c8e4..d61d5cb 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -80,6 +80,8 @@ lib/Acme/EyeDrops/halloween.eye
 lib/Acme/EyeDrops/halloween.eyp
 lib/Acme/EyeDrops/heart.eye
 lib/Acme/EyeDrops/heart.eyp
+lib/Acme/EyeDrops/heart2.eye
+lib/Acme/EyeDrops/heart2.eyp
 lib/Acme/EyeDrops/hipowls.eye
 lib/Acme/EyeDrops/hipowls.eyp
 lib/Acme/EyeDrops/japh.eye
@@ -170,12 +172,16 @@ lib/Acme/EyeDrops/smiley2.eye
 lib/Acme/EyeDrops/smiley2.eyp
 lib/Acme/EyeDrops/smiley3.eye
 lib/Acme/EyeDrops/smiley3.eyp
+lib/Acme/EyeDrops/smiley4.eye
+lib/Acme/EyeDrops/smiley4.eyp
 lib/Acme/EyeDrops/snow.eye
 lib/Acme/EyeDrops/snow.eyp
 lib/Acme/EyeDrops/spider.eye
 lib/Acme/EyeDrops/spider.eyp
 lib/Acme/EyeDrops/spoon.eye
 lib/Acme/EyeDrops/spoon.eyp
+lib/Acme/EyeDrops/thumbsup.eye
+lib/Acme/EyeDrops/thumbsup.eyp
 lib/Acme/EyeDrops/tonick.eye
 lib/Acme/EyeDrops/tonick.eyp
 lib/Acme/EyeDrops/tpr.eye
diff --git a/META.yml b/META.yml
index 2f52516..1fcbaec 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Acme-EyeDrops
-version:             1.61
+version:             1.62
 abstract:            Visual Programming in Perl
 license:             perl
 author:
@@ -18,7 +18,7 @@ build_requires:
 provides:
   Acme::EyeDrops:
     file: lib/Acme/EyeDrops.pm
-    version: 1.61
+    version: 1.62
 meta-spec:
   url:     http://module-build.sourceforge.net/META-spec-v1.3.html
   version: 1.3
diff --git a/Makefile.PL b/Makefile.PL
index 1948ce2..9f5aa72 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,6 +27,6 @@ print <<'CAMEL_GREETING';
 CAMEL_GREETING
 WriteMakefile(
    NAME     => 'Acme::EyeDrops',
-   VERSION  => '1.61',
+   VERSION  => '1.62',
    PL_FILES => {}
 );
diff --git a/README b/README
index 4a80e68..5cab979 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 ===========================================================================
-                 Release of version 1.61 of Acme::EyeDrops
+                 Release of version 1.62 of Acme::EyeDrops
 ===========================================================================
 
 NAME
@@ -45,7 +45,7 @@ AUTHOR
     Andrew Savige
 
 COPYRIGHT
-    Copyright (c) 2001-2012 Andrew Savige. All rights reserved.
+    Copyright (c) 2001-2015 Andrew Savige. All rights reserved.
 
     This program is free software; you can redistribute it and/or
     modify it under the same terms as Perl itself.
diff --git a/lib/Acme/EyeDrops.pm b/lib/Acme/EyeDrops.pm
index 7b3a044..fdc6352 100644
--- a/lib/Acme/EyeDrops.pm
+++ b/lib/Acme/EyeDrops.pm
@@ -14,7 +14,7 @@ require Exporter; @ISA = qw(Exporter);
    border_shape invert_shape reflect_shape rotate_shape
    reduce_shape expand_shape hjoin_shapes
    pour_text pour_sightly sightly);
-$VERSION = '1.61';
+$VERSION = '1.62';
 {  # This table was generated by demo/gentable.pl.
    my @C = (
       q Z('!'^'!')Z,q Z('('^')')Z,q Z('<'^'>')Z,q Z('>'^'=')Z,
@@ -2340,6 +2340,47 @@ An interpretation of Brocard's modern masterpiece is given below:
 
  This work is extremely fragile. Please do not touch.
 
+=head2 Love Birds
+
+My Dark Tunnels teammate Taffy is devoted to, and firmly believes in,
+a love calculator web site where you type in two names and it reports
+your love compatibility.
+
+Accordingly, the love compatibility of our entire team was calculated,
+and found to be disappointingly low, with one notable exception.
+Taffy and Muss recorded an astonishingly high love compatibility
+of ninety nine percent, the highest ever recorded!
+
+As a tribute to their affectionate and touching bromance, I wrote this program:
+
+    use Acme::EyeDrops qw(sightly get_eye_string hjoin_shapes);
+    print sightly( { ShapeString   => hjoin_shapes(3, (get_eye_string('heart2'))x2),
+                     SourceString => "Muss and Taffy have 99% Love Compatibility\n",
+                     Regex        => 1,
+                     Print        => 1 } );
+
+to generate:
+
+      ''=~(           "\(".             "\?".           '{'.(
+    '['^'+').       ('['^')')         .('`'|')'       ).(('`')|
+  '.').('['^'/'   ).'"'.(('`')^     '-').('['^'.'   ).('['^'(').(
+ '['^'(').("\{"^ '[').('`'|'!').   ('`'|'.').('`'| '$').('{'^'[').
+ ('{'^'/').('`'|'!').('`'|'&').(   '`'|'&').('['^'"').('{'^"\[").(
+  '`'|'(').('`'|'!').('['^'-').     ('`'|'%').('{'^'[').(';'&'=')
+   .(';'&'=').'%'.('{'^"\[").(       '`'^',').('`'|'/').('['^'-'
+    ).('`'|'%').('{'^('[')).(         '`'^'#').('`'|'/').("\`"|
+     '-').('['^'+').('`'|'!'           ).('['^'/').('`'|')').(
+       '`'|'"').('`'|')').               ('`'|',').('`'|')')
+         .('['^'/').('['                   ^'"').('!'^'+')
+           .'"'.('}').                       ')');$:='.'
+             ^'~';$~                           =('@')|
+              "\(";                             ;")";
+               ;#;                               ;#;
+                ;                                 ;
+
+By the way, this is the same heart shape that Perl Monk Falkkin used
+to successfully propose to his girlfriend Kristen in August 2004.
+
 =head2 Buffy Goes to the Cricket
 
 Buffy fans might like to rotate her letters:
@@ -2914,6 +2955,7 @@ The F<.eye> file shapes distributed with this version of EyeDrops are:
     golfer        A golfer hitting a one iron
     halloween     A witch riding a broomstick
     heart         A heart shape contributed by `/anick
+    heart2        A heart shape modelled on one by Falkkin
     hipowls       A pair of hip owls
     japh          JAPHs were invented by Randal L Schwartz in 1988
     jon           Kick-started the Perl 6 development effort by smashing
@@ -2964,10 +3006,12 @@ The F<.eye> file shapes distributed with this version of EyeDrops are:
     smiley        A smiley face
     smiley2       Pulling a face
     smiley3       A sad face
+    smiley4       Another sad face
     snow          Snowflake designed by Matthew Byng-Maddick for the
                   cam.pm Christmas Perl Programming Contest 2002
     spider        A spider (tarantula)
     spoon         A wooden spoon
+    thumbsup      A thumbs up shape modelled on one by Jiun
     tonick        Pictorial representation of a golf contest between Ton
                   Hospel and `/anick; colourful but not very suspenseful
     tpr           Vertical banner of "The Perl Review"
@@ -3140,6 +3184,8 @@ F<http://www.perlmonks.org/index.pl?node_id=188405>
 (Sierpinski Triangle),
 F<http://www.perlmonks.org/index.pl?node_id=398757>
 (Halloween JAPH ?),
+F<http://www.perlmonks.org/index.pl?node_id=384100>
+(Propose.),
 F<http://www.perlmonks.org/index.pl?node_id=397958>
 (Saturn).
 
@@ -3201,6 +3247,9 @@ van der Pijll for their help in golfing the program in
 the I<Twelve Thousand and Thirty Two Camels> section.
 Keith Calvert Ivey also contributed some levity to this section.
 
+The "Love Birds" section was provoked by Muss, Jiun and Taffy.
+The thumbsup shape was derived from one originally designed by Jiun.
+
 Ideas from Adam Antonik, Mtv Europe, Eugene van der Pijll, Ton Hospel
 and Keith Calvert Ivey were used in the I<Sierpinski Triangles> section.
 
@@ -3222,7 +3271,7 @@ ones at Yanni Ellen Liu's Ascii Art collection.
 
 =head1 COPYRIGHT
 
-Copyright (c) 2001-2008 Andrew Savige. All rights reserved.
+Copyright (c) 2001-2015 Andrew Savige. All rights reserved.
 
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
diff --git a/lib/Acme/EyeDrops/heart2.eye b/lib/Acme/EyeDrops/heart2.eye
new file mode 100644
index 0000000..2d1dccb
--- /dev/null
+++ b/lib/Acme/EyeDrops/heart2.eye
@@ -0,0 +1,16 @@
+     #####           #####
+   #########       #########
+ #############   #############
+############### ###############
+###############################
+ #############################
+  ###########################
+   #########################
+    #######################
+      ###################
+        ###############
+          ###########
+            #######
+             #####
+              ###
+               #
diff --git a/lib/Acme/EyeDrops/heart2.eyp b/lib/Acme/EyeDrops/heart2.eyp
new file mode 100644
index 0000000..c4f30f6
--- /dev/null
+++ b/lib/Acme/EyeDrops/heart2.eyp
@@ -0,0 +1,2 @@
+description  : A heart shape derived from Propose
+author       : Falkkin
diff --git a/lib/Acme/EyeDrops/smiley4.eye b/lib/Acme/EyeDrops/smiley4.eye
new file mode 100644
index 0000000..e674ce7
--- /dev/null
+++ b/lib/Acme/EyeDrops/smiley4.eye
@@ -0,0 +1,27 @@
+                        ##############
+                    ######################
+                 ############################
+              #######                    #######
+            #####                            #####
+          #####                                #####
+         ####                                    ####
+       #####                                      #####
+     ######         ####              ####         ######
+   #######         ######            ######         #######
+ #########         ######            ######         #########
+#########           ####              ####           #########
+#########                                            #########
+#########                 ##########                 #########
+ ########             ##################             ########
+   ######          ########        ########          ######
+     ####        ######                ######        ####
+      ####      #####                    #####      ####
+       ####    ####                        ####    ####
+        ####  ###                            ###  ####
+         ###  ##                              ##  ###
+          ###                                    ###
+            #####                            #####
+              #######                    #######
+                 ############################
+                    ######################
+                        ##############
diff --git a/lib/Acme/EyeDrops/smiley4.eyp b/lib/Acme/EyeDrops/smiley4.eyp
new file mode 100644
index 0000000..f0eca81
--- /dev/null
+++ b/lib/Acme/EyeDrops/smiley4.eyp
@@ -0,0 +1,2 @@
+description  : A sad face
+keywords     : face
diff --git a/lib/Acme/EyeDrops/thumbsup.eye b/lib/Acme/EyeDrops/thumbsup.eye
new file mode 100755
index 0000000..9f558cb
--- /dev/null
+++ b/lib/Acme/EyeDrops/thumbsup.eye
@@ -0,0 +1,25 @@
+         ###
+       #####
+      ######
+      ######
+      ######
+      #######
+       #######
+       #########
+        #########
+        ##########
+         ##########
+   ###################
+ #########################  #########
+ ########################## #########
+########################### #########
+########################### #########
+########################### #########
+########################### #########
+########################### #########
+ ########################## #########
+  ######################### #########
+  ########################  #########
+   ####################
+     ################
+       ############
diff --git a/lib/Acme/EyeDrops/thumbsup.eyp b/lib/Acme/EyeDrops/thumbsup.eyp
new file mode 100644
index 0000000..6227876
--- /dev/null
+++ b/lib/Acme/EyeDrops/thumbsup.eyp
@@ -0,0 +1,2 @@
+description  : Thumbs up
+author       : Jiun

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libacme-eyedrops-perl.git



More information about the Pkg-perl-cvs-commits mailing list