summaryrefslogtreecommitdiff
path: root/devel/maketool
diff options
context:
space:
mode:
authorfredb <fredb>2002-03-10 01:16:29 +0000
committerfredb <fredb>2002-03-10 01:16:29 +0000
commit07f0acc88afee6c448267f2ba8ab603a064fd80f (patch)
tree03616f30e28de593010f8c9d15a710f256e9c0ad /devel/maketool
parentcd001c371e2924976cc747448ce1bda5ebc9dfe9 (diff)
downloadpkgsrc-07f0acc88afee6c448267f2ba8ab603a064fd80f.tar.gz
Update maketool to version 0.7. Lots and lots of bug fixes. I couldn't get
it to freeze or crash at all. Notable new features: - - "maketool" now understands how to run "autoconf", "automake"..., and even "xmkmf" for packages based on "imake"! - - Add "mo" catalogs for Japanese and Czech.
Diffstat (limited to 'devel/maketool')
-rw-r--r--devel/maketool/Makefile4
-rw-r--r--devel/maketool/PLIST16
-rw-r--r--devel/maketool/distinfo7
-rw-r--r--devel/maketool/patches/patch-aa30
4 files changed, 17 insertions, 40 deletions
diff --git a/devel/maketool/Makefile b/devel/maketool/Makefile
index 645687b5c14..eb5abd80995 100644
--- a/devel/maketool/Makefile
+++ b/devel/maketool/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2001/10/24 22:10:53 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2002/03/10 01:16:29 fredb Exp $
#
-DISTNAME= maketool-0.6.1
+DISTNAME= maketool-0.7
CATEGORIES= devel
MASTER_SITES= http://www.alphalink.com.au/~gnb/maketool/
EXTRACT_SUFX= -src.tar.gz
diff --git a/devel/maketool/PLIST b/devel/maketool/PLIST
index e1452bc7f30..1c2090c530a 100644
--- a/devel/maketool/PLIST
+++ b/devel/maketool/PLIST
@@ -1,5 +1,13 @@
-@comment $NetBSD: PLIST,v 1.2 2002/01/10 21:12:07 tron Exp $
-bin/extract_targets
-bin/make_makefile
+@comment $NetBSD: PLIST,v 1.3 2002/03/10 01:16:29 fredb Exp $
bin/maketool
-share/locale/la/LC_MESSAGES/maketool.mo
+libexec/maketool/extract_targets
+libexec/maketool/maketool_client
+share/locale/cs/LC_MESSAGES/maketool.mo
+share/locale/ja/LC_MESSAGES/maketool.mo
+share/maketool/autoconf-dist.mk
+share/maketool/autoconf-maint.mk
+share/maketool/automake.mk
+share/maketool/imake.mk
+@dirrm libexec/maketool
+@dirrm share/maketool/help
+@dirrm share/maketool
diff --git a/devel/maketool/distinfo b/devel/maketool/distinfo
index cc61b0988e5..45505122b32 100644
--- a/devel/maketool/distinfo
+++ b/devel/maketool/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 00:44:30 wiz Exp $
+$NetBSD: distinfo,v 1.3 2002/03/10 01:16:29 fredb Exp $
-SHA1 (maketool-0.6.1-src.tar.gz) = 697ff5ae3a7caeccdb2d45c3ae9d892ee938951a
-Size (maketool-0.6.1-src.tar.gz) = 168353 bytes
-SHA1 (patch-aa) = eaf17f56bf48df625a718a17bff6228c7c6aba2b
+SHA1 (maketool-0.7-src.tar.gz) = e1a8e1e9d52074e232ac43180e376ad50a7db7b5
+Size (maketool-0.7-src.tar.gz) = 218108 bytes
diff --git a/devel/maketool/patches/patch-aa b/devel/maketool/patches/patch-aa
deleted file mode 100644
index 1b47128df70..00000000000
--- a/devel/maketool/patches/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2000/12/31 14:00:10 wiz Exp $
-
---- configure.orig Tue Jul 18 12:58:44 2000
-+++ configure Fri Aug 11 12:53:21 2000
-@@ -927,16 +927,16 @@
-
- fi
-
--DOCDIR=/usr/doc
--echo $ac_n "checking for presence of $DOCDIR""... $ac_c" 1>&6
--echo "configure:933: checking for presence of $DOCDIR" >&5
--if test -d $DOCDIR ; then
-- USRDOC=
-- echo "$ac_t""yes" 1>&6
--else
-+#DOCDIR=/usr/doc
-+#echo $ac_n "checking for presence of $DOCDIR""... $ac_c" 1>&6
-+#echo "configure:933: checking for presence of $DOCDIR" >&5
-+#if test -d $DOCDIR ; then
-+# USRDOC=
-+# echo "$ac_t""yes" 1>&6
-+#else
- USRDOC="#USRDOC#"
-- echo "$ac_t""no" 1>&6
--fi
-+# echo "$ac_t""no" 1>&6
-+#fi
-
-
-