summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-11-09 04:29:44 +0000
committeruebayasi <uebayasi>2005-11-09 04:29:44 +0000
commite78a7679ffc7fbd22411595c988934a4f5d2a789 (patch)
tree980912753e1a61be82ec2c1a8304d714a9658980
parent41c726fc6c70300204aa81fec86b82c7d3d2ef18 (diff)
downloadpkgsrc-e78a7679ffc7fbd22411595c988934a4f5d2a789.tar.gz
cdialog is superseded by dialog (pkgsrc/misc/dialog).
Pointed out by Tomoaki Imamura.
-rw-r--r--misc/cdialog/DESCR2
-rw-r--r--misc/cdialog/Makefile26
-rw-r--r--misc/cdialog/PLIST8
-rw-r--r--misc/cdialog/distinfo6
-rw-r--r--misc/cdialog/patches/patch-aa52
5 files changed, 0 insertions, 94 deletions
diff --git a/misc/cdialog/DESCR b/misc/cdialog/DESCR
deleted file mode 100644
index 4c3ef831389..00000000000
--- a/misc/cdialog/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This is an enhanced version of the 'dialog' command, with new widgets,
-UTF-8 support and more.
diff --git a/misc/cdialog/Makefile b/misc/cdialog/Makefile
deleted file mode 100644
index 26c9379b861..00000000000
--- a/misc/cdialog/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/08/25 11:14:25 xtraeme Exp $
-#
-
-DISTNAME= dialog
-PKGNAME= cdialog-1.0.20050306
-CATEGORIES= misc
-MASTER_SITES= ftp://invisible-island.net/dialog/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://invisible-island.net/dialog/
-COMMENT= Enhanced version of dialog
-
-WRKSRC= ${WRKDIR}/dialog-1.0-20050306
-USE_LIBTOOL= yes
-USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-
-MAKEFILE= makefile
-
-CONFIGURE_ARGS+= --enable-nls
-CONFIGURE_ARGS+= --enable-widec
-CONFIGURE_ARGS+= --with-libtool
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/misc/cdialog/PLIST b/misc/cdialog/PLIST
deleted file mode 100644
index 415af0ace3b..00000000000
--- a/misc/cdialog/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/25 11:14:25 xtraeme Exp $
-bin/cdialog
-include/dialog.h
-include/dlg_colors.h
-include/dlg_config.h
-lib/libcdialog.la
-man/man1/cdialog.1
-man/man3/cdialog.3
diff --git a/misc/cdialog/distinfo b/misc/cdialog/distinfo
deleted file mode 100644
index 5bdc7c10c96..00000000000
--- a/misc/cdialog/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/08/25 11:14:25 xtraeme Exp $
-
-SHA1 (dialog.tar.gz) = c99418b18e0dae9d446b6392bc4804b11d600e3a
-RMD160 (dialog.tar.gz) = a584601ff2fd778456e3a54bd4192f9139c30d29
-Size (dialog.tar.gz) = 300067 bytes
-SHA1 (patch-aa) = ecd724d3e0daa954e05d294847047cd830501998
diff --git a/misc/cdialog/patches/patch-aa b/misc/cdialog/patches/patch-aa
deleted file mode 100644
index 66c9831b75e..00000000000
--- a/misc/cdialog/patches/patch-aa
+++ /dev/null
@@ -1,52 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/08/25 11:14:25 xtraeme Exp $
-
---- makefile.in.orig 2005-03-06 17:54:14.000000000 +0100
-+++ makefile.in 2005-08-15 01:36:15.000000000 +0200
-@@ -86,8 +86,8 @@
- dlg_colors.h \
- dlg_config.h
-
--LIB = @LIB_PREFIX@dialog$a
--PROG = dialog$x
-+LIB = @LIB_PREFIX@cdialog$a
-+PROG = cdialog$x
- ALL = $(LIB) $(PROG)
-
- BIN_DIRS = $(bindir) $(MAN1DIR)
-@@ -102,15 +102,15 @@
- @INTLDIR_MAKE@ @echo "Building GNU gettext library..."
- @INTLDIR_MAKE@ @cd intl && $(MAKE) @cf_cv_makeflags@
-
--dialog$o \
-+cdialog$o \
- $(OBJECTS) : $(srcdir)/dialog.h dlg_config.h VERSION
-
- $(LIB) : $(LIB_OBJECT)
- $(LIBTOOL_CREATE) $(LIB) $(LIB_OBJECT)
- $(RANLIB) $@
-
--dialog$x : $(LIB) dialog$o @INTLDIR_MAKE@ @INTLLIBS@
-- $(LINK) -o $@ dialog$o -L. -ldialog $(LDFLAGS) $(LIBS)
-+cdialog$x : $(LIB) dialog$o @INTLDIR_MAKE@ @INTLLIBS@
-+ $(LINK) -o $@ dialog$o -L. -lcdialog $(LDFLAGS) $(LIBS)
-
- clean \
- distclean \
-@@ -141,7 +141,7 @@
-
- install-strip \
- install :: $(MAN1DIR)
-- $(INSTALL_DATA) $(srcdir)/dialog.1 $(MAN1DIR)
-+ $(INSTALL_DATA) $(srcdir)/dialog.1 $(MAN1DIR)/cdialog.1
-
- uninstall ::
- $(RM) $(bindir)/$(PROG)
-@@ -156,7 +156,7 @@
- @ $(SHELL) $(srcdir)/headers.sh $(INSTALL_DATA) $(includedir) $(srcdir) dlg_colors.h
- @ $(SHELL) $(srcdir)/headers.sh $(INSTALL_DATA) $(includedir) . dlg_config.h
- @ echo "** installing manpage"
-- $(INSTALL_DATA) $(srcdir)/dialog.3 $(MAN3DIR)
-+ $(INSTALL_DATA) $(srcdir)/dialog.3 $(MAN3DIR)/cdialog.3
-
- uninstall-lib :: $(LIB_DIRS)
- - $(LIBTOOL_UNINSTALL) $(RM) $(libdir)/$(LIB)