From 4ae6b2a9937ca385f1cfad208e2e636f78b3f57f Mon Sep 17 00:00:00 2001 From: obecian Date: Sat, 22 Dec 2001 10:22:39 +0000 Subject: [PATCH] cadubi-1.2 update --- graphics/cadubi/Makefile | 7 +++---- graphics/cadubi/files/md5 | 3 --- graphics/cadubi/patches/patch-CADUBI_pl | 17 ++++------------- graphics/cadubi/patches/patch-cadubi | 5 ++--- 4 files changed, 9 insertions(+), 23 deletions(-) delete mode 100644 graphics/cadubi/files/md5 diff --git a/graphics/cadubi/Makefile b/graphics/cadubi/Makefile index 140fdfbaa81..504bb99113c 100644 --- a/graphics/cadubi/Makefile +++ b/graphics/cadubi/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2001/11/13 22:13:23 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2001/12/22 10:22:39 obecian Exp $ -DISTNAME= cadubi_1.1b1 +DISTNAME= cadubi_1.2 PKGNAME= ${DISTNAME:S/_/-/g} CATEGORIES= graphics editors NEED_VERSION= 1.496 @@ -12,14 +12,13 @@ PERMIT_DISTFILES_FTP= Yes COMMENT= "ASCII drawing utility" HOMEPAGE= http://www.logicallemon.com/cadubi/ -MASTER_SITES= ftp://logicallemon.com/pub/ +MASTER_SITES= ftp://ftp.logicallemon.com/pub/cadubi/ MAINTAINER= Joshua Stein PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd RUN_DEPENDS= ::devel/p5-Term-ReadKey -WRKDIST= ${WRKDIR}/cadubi NO_BUILD= Yes do-install: diff --git a/graphics/cadubi/files/md5 b/graphics/cadubi/files/md5 deleted file mode 100644 index 397852f2fd9..00000000000 --- a/graphics/cadubi/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cadubi_1.1b1.tar.gz) = 1645579fa6db7cfbea5810fc32548622 -RMD160 (cadubi_1.1b1.tar.gz) = e196d2c0c53578270d1e3cce6a796ceab9e1843d -SHA1 (cadubi_1.1b1.tar.gz) = b293cf0d23e92a14bc454985ae005987272614fd diff --git a/graphics/cadubi/patches/patch-CADUBI_pl b/graphics/cadubi/patches/patch-CADUBI_pl index cac4ac5b05c..3e7a71d89be 100644 --- a/graphics/cadubi/patches/patch-CADUBI_pl +++ b/graphics/cadubi/patches/patch-CADUBI_pl @@ -1,15 +1,6 @@ -$OpenBSD: patch-CADUBI_pl,v 1.1.1.1 2001/07/28 23:22:00 naddy Exp $ ---- CADUBI.pl.orig Thu Jan 27 03:54:45 2000 -+++ CADUBI.pl Sun Jul 29 01:10:28 2001 -@@ -59,6 +59,7 @@ $AUDIBLE = 1; # beep unless -m, --mute - $status_changed = 1; # used with &status so we don't constantly redraw. - $current_filename = undef; # name of file we're working with - $cadubi_done = 0; # main loop var -+$Helpfile = $Bin . "/../share/doc/cadubi"; - - # runtime statements - &initKeys(); # setup %controlkeys and %keymap -@@ -716,10 +717,10 @@ sub HandleKeystroke { +--- CADUBI.pl~ Sat Dec 22 01:56:09 2001 ++++ CADUBI.pl Sat Dec 22 01:57:31 2001 +@@ -716,10 +716,10 @@ sub HandleKeystroke { # help if (ord($key) == $keymap{'^h'}) { #Help @@ -22,7 +13,7 @@ $OpenBSD: patch-CADUBI_pl,v 1.1.1.1 2001/07/28 23:22:00 naddy Exp $ &status('Press a key to continue...', 1); my $temp = ReadKey(0); @charmap = @oldmap; -@@ -729,7 +730,7 @@ sub HandleKeystroke { +@@ -729,7 +729,7 @@ sub HandleKeystroke { &status; } else { &beep; diff --git a/graphics/cadubi/patches/patch-cadubi b/graphics/cadubi/patches/patch-cadubi index 65da1aa8f86..7a40ae06ece 100644 --- a/graphics/cadubi/patches/patch-cadubi +++ b/graphics/cadubi/patches/patch-cadubi @@ -1,6 +1,5 @@ -$OpenBSD: patch-cadubi,v 1.1.1.1 2001/07/28 23:22:00 naddy Exp $ ---- cadubi.orig Thu Jan 27 03:54:51 2000 -+++ cadubi Sun Jul 29 01:10:59 2001 +--- cadubi~ Sat Dec 22 01:58:06 2001 ++++ cadubi Sat Dec 22 01:59:04 2001 @@ -32,5 +32,5 @@ use FindBin qw($Bin); use lib "$Bin/../l my $CADUBI_Arguments = undef; $CADUBI_Arguments .= ' --mute' unless $AUDIBLE;