summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile5
-rw-r--r--devel/libaura/DESCR10
-rw-r--r--devel/libaura/Makefile14
-rw-r--r--devel/libaura/PLIST7
-rw-r--r--devel/libaura/buildlink3.mk19
-rw-r--r--devel/libaura/distinfo5
-rw-r--r--devel/libdfui/DESCR10
-rw-r--r--devel/libdfui/Makefile15
-rw-r--r--devel/libdfui/PLIST6
-rw-r--r--devel/libdfui/buildlink3.mk21
-rw-r--r--devel/libdfui/distinfo5
-rw-r--r--devel/libinstaller/DESCR2
-rw-r--r--devel/libinstaller/Makefile16
-rw-r--r--devel/libinstaller/PLIST8
-rw-r--r--devel/libinstaller/buildlink3.mk22
-rw-r--r--devel/libinstaller/distinfo5
-rw-r--r--doc/CHANGES-20098
-rw-r--r--sysutils/Makefile5
-rw-r--r--sysutils/dfuibe_installer/DESCR2
-rw-r--r--sysutils/dfuibe_installer/Makefile30
-rw-r--r--sysutils/dfuibe_installer/PLIST5
-rw-r--r--sysutils/dfuibe_installer/distinfo6
-rw-r--r--sysutils/dfuibe_installer/patches/patch-aa19
-rw-r--r--sysutils/dfuife_cgi/DESCR2
-rw-r--r--sysutils/dfuife_cgi/Makefile20
-rw-r--r--sysutils/dfuife_cgi/PLIST10
-rw-r--r--sysutils/dfuife_cgi/distinfo5
-rw-r--r--sysutils/dfuife_curses/DESCR3
-rw-r--r--sysutils/dfuife_curses/Makefile24
-rw-r--r--sysutils/dfuife_curses/PLIST6
-rw-r--r--sysutils/dfuife_curses/distinfo5
-rw-r--r--www/firefox3/Makefile4
32 files changed, 11 insertions, 313 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 1b6f4caa058..ed0faa43333 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1107 2009/02/09 19:11:59 joerg Exp $
+# $NetBSD: Makefile,v 1.1108 2009/02/11 16:21:03 joerg Exp $
#
COMMENT= Development utilities
@@ -262,7 +262,6 @@ SUBDIR+= libarena
SUBDIR+= libargparse
SUBDIR+= libast
SUBDIR+= libatomic_ops
-SUBDIR+= libaura
SUBDIR+= libbegemot
SUBDIR+= libbinio
SUBDIR+= libbonobo
@@ -273,7 +272,6 @@ SUBDIR+= libconfig
SUBDIR+= libctl
SUBDIR+= libdaemon
SUBDIR+= libdatrie
-SUBDIR+= libdfui
SUBDIR+= libdnsres
SUBDIR+= libdockapp
SUBDIR+= libebml
@@ -298,7 +296,6 @@ SUBDIR+= libgweather
SUBDIR+= libhfs
SUBDIR+= libiberty
SUBDIR+= libidn
-SUBDIR+= libinstaller
SUBDIR+= libixp
SUBDIR+= libjit
SUBDIR+= libjudy
diff --git a/devel/libaura/DESCR b/devel/libaura/DESCR
deleted file mode 100644
index c3bba1f703f..00000000000
--- a/devel/libaura/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-Libaura is a library of Assorted Useful Reusable Abstractions -
-data structures and utilities for C language programming. At
-present, they include:
-
-- memory allocators/deallocators
-- key<->value dictionaries (hashed or sorted)
-- extensible buffers
-- filesystem predicates (is_dir, is_named_pipe, etc)
-- popen() variation which allows the caller to know the pid of
- the process on the other end of the pipe.
diff --git a/devel/libaura/Makefile b/devel/libaura/Makefile
deleted file mode 100644
index ce63341bb5a..00000000000
--- a/devel/libaura/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2007/07/16 21:38:39 joerg Exp $
-#
-
-DISTNAME= libaura-3.1
-CATEGORIES= devel
-MASTER_SITES= http://www.pkgsrc-box.org/bsdinstaller/distfiles/
-
-MAINTAINER= joerg@NetBSD.org
-HOMEPAGE= http://www.bsdinstaller.com/
-COMMENT= Collection of useful C functions
-
-USE_LIBTOOL= yes
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libaura/PLIST b/devel/libaura/PLIST
deleted file mode 100644
index 30710786c2a..00000000000
--- a/devel/libaura/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2006/04/10 14:53:44 joerg Exp $
-include/aura/buffer.h
-include/aura/dict.h
-include/aura/fspred.h
-include/aura/mem.h
-include/aura/popen.h
-lib/libaura.la
diff --git a/devel/libaura/buildlink3.mk b/devel/libaura/buildlink3.mk
deleted file mode 100644
index 9c716e4fa66..00000000000
--- a/devel/libaura/buildlink3.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.6 2006/07/08 23:10:43 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-LIBAURA_BUILDLINK3_MK:= ${LIBAURA_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= libaura
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibaura}
-BUILDLINK_PACKAGES+= libaura
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libaura
-
-.if !empty(LIBAURA_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.libaura+= libaura>=3.1
-BUILDLINK_PKGSRCDIR.libaura?= ../../devel/libaura
-.endif # LIBAURA_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/devel/libaura/distinfo b/devel/libaura/distinfo
deleted file mode 100644
index 94cb4f136e0..00000000000
--- a/devel/libaura/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.5 2006/04/10 14:53:44 joerg Exp $
-
-SHA1 (libaura-3.1.tar.gz) = 48cba600fca2d332284b20b627049dbb9ea2b2f7
-RMD160 (libaura-3.1.tar.gz) = 89e404eb7b34184fde70732a8d61133e84427fde
-Size (libaura-3.1.tar.gz) = 11041 bytes
diff --git a/devel/libdfui/DESCR b/devel/libdfui/DESCR
deleted file mode 100644
index 895a77e2550..00000000000
--- a/devel/libdfui/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-libdfui is a LIBrary for DragonFly User Interfaces. It provides a highly
-abstract user interaction interface with which an application program
-(termed the backend) can communicate with a user via a concreate user
-interface terminal program (termed the frontend.) The frontend and the
-backend can communicate over several kinds of transport layers (TCP,
-CAPS, and Named Pipes.) The protocol is abstract enough so that the
-frontend can occupy nearly any medium (GUI, addressable text console,
-teletype, voice synthesis/recognition, etc) with little to no `fudging'
-of the semantics (i.e. the structure and nature of the information that
-the backend wishes to present and/or acquire.)
diff --git a/devel/libdfui/Makefile b/devel/libdfui/Makefile
deleted file mode 100644
index adfbe126e45..00000000000
--- a/devel/libdfui/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2007/07/16 21:38:39 joerg Exp $
-#
-
-DISTNAME= libdfui-4.2
-CATEGORIES= devel
-MASTER_SITES= http://www.pkgsrc-box.org/bsdinstaller/distfiles/
-
-MAINTAINER= joerg@NetBSD.org
-HOMEPAGE= http://www.bsdinstaller.com/
-COMMENT= LIBrary for DragonFly User Interfaces
-
-USE_LIBTOOL= yes
-
-.include "../../devel/libaura/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libdfui/PLIST b/devel/libdfui/PLIST
deleted file mode 100644
index eb0189b35b1..00000000000
--- a/devel/libdfui/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/10 14:58:48 joerg Exp $
-include/dfui/dfui.h
-include/dfui/dump.h
-include/dfui/lang.h
-include/dfui/system.h
-lib/libdfui.la
diff --git a/devel/libdfui/buildlink3.mk b/devel/libdfui/buildlink3.mk
deleted file mode 100644
index 5d3df15ee26..00000000000
--- a/devel/libdfui/buildlink3.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.7 2006/07/08 23:10:44 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-LIBDFUI_BUILDLINK3_MK:= ${LIBDFUI_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= libdfui
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibdfui}
-BUILDLINK_PACKAGES+= libdfui
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libdfui
-
-.if !empty(LIBDFUI_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.libdfui+= libdfui>=4.1
-BUILDLINK_PKGSRCDIR.libdfui?= ../../devel/libdfui
-.endif # LIBDFUI_BUILDLINK3_MK
-
-.include "../../devel/libaura/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/devel/libdfui/distinfo b/devel/libdfui/distinfo
deleted file mode 100644
index eb5ae251eba..00000000000
--- a/devel/libdfui/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2006/04/10 14:58:48 joerg Exp $
-
-SHA1 (libdfui-4.2.tar.gz) = 952e7c16c7ed9e8a047b8c905e8ecd3193849cb0
-RMD160 (libdfui-4.2.tar.gz) = ba394dc2eb16f5b3161532196624b88b4f195091
-Size (libdfui-4.2.tar.gz) = 22553 bytes
diff --git a/devel/libinstaller/DESCR b/devel/libinstaller/DESCR
deleted file mode 100644
index 461bf93fc03..00000000000
--- a/devel/libinstaller/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-libinstaller is a library of support functions for the BSD Installer
-application, dfuibe_installer.
diff --git a/devel/libinstaller/Makefile b/devel/libinstaller/Makefile
deleted file mode 100644
index 20cabeed042..00000000000
--- a/devel/libinstaller/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2007/07/16 21:38:39 joerg Exp $
-#
-
-DISTNAME= libinstaller-5.1
-CATEGORIES= devel
-MASTER_SITES= http://www.pkgsrc-box.org/bsdinstaller/distfiles/
-
-MAINTAINER= joerg@NetBSD.org
-HOMEPAGE= http://www.bsdinstaller.com/
-COMMENT= Library of support functions for the BSD Installer application
-
-USE_LIBTOOL= yes
-
-.include "../../devel/libaura/buildlink3.mk"
-.include "../../devel/libdfui/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libinstaller/PLIST b/devel/libinstaller/PLIST
deleted file mode 100644
index 1ebe30a9bf5..00000000000
--- a/devel/libinstaller/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/10 15:06:13 joerg Exp $
-include/installer/commands.h
-include/installer/confed.h
-include/installer/diskutil.h
-include/installer/functions.h
-include/installer/package.h
-include/installer/uiutil.h
-lib/libinstaller.la
diff --git a/devel/libinstaller/buildlink3.mk b/devel/libinstaller/buildlink3.mk
deleted file mode 100644
index f19b4462986..00000000000
--- a/devel/libinstaller/buildlink3.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.6 2006/07/08 23:10:45 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-LIBINSTALLER_BUILDLINK3_MK:= ${LIBINSTALLER_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= libinstaller
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibinstaller}
-BUILDLINK_PACKAGES+= libinstaller
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libinstaller
-
-.if !empty(LIBINSTALLER_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.libinstaller+= libinstaller>=5.1
-BUILDLINK_PKGSRCDIR.libinstaller?= ../../devel/libinstaller
-.endif # LIBINSTALLER_BUILDLINK3_MK
-
-.include "../../devel/libaura/buildlink3.mk"
-.include "../../devel/libdfui/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/devel/libinstaller/distinfo b/devel/libinstaller/distinfo
deleted file mode 100644
index 9b0ff90c8ae..00000000000
--- a/devel/libinstaller/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.5 2006/04/10 15:06:13 joerg Exp $
-
-SHA1 (libinstaller-5.1.tar.gz) = 18e1465052943bf7e259597daa1d53cac45bd84c
-RMD160 (libinstaller-5.1.tar.gz) = 370cf49ed8876000b830a3929d43dbcefea27b15
-Size (libinstaller-5.1.tar.gz) = 20871 bytes
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009
index e6232242d45..14b4e48717b 100644
--- a/doc/CHANGES-2009
+++ b/doc/CHANGES-2009
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.538 2009/02/10 19:50:10 he Exp $
+$NetBSD: CHANGES-2009,v 1.539 2009/02/11 16:21:04 joerg Exp $
Changes to the packages collection and infrastructure in 2009:
@@ -738,3 +738,9 @@ Changes to the packages collection and infrastructure in 2009:
Updated textproc/p5-Encode to 2.29 [rhaen 2009-02-10]
Updated textproc/p5-XML-Encoding to 2.07 [rhaen 2009-02-10]
Updated devel/p5-Readonly-XS to 1.04nb3 [he 2009-02-10]
+ Removed devel/libaura [joerg 2009-02-11]
+ Removed devel/libinstaller [joerg 2009-02-11]
+ Removed devel/libdfui [joerg 2009-02-11]
+ Removed sysutils/dfuibe_installer [joerg 2009-02-11]
+ Removed sysutils/dfuife_cgi [joerg 2009-02-11]
+ Removed sysutils/dfuife_curses [joerg 2009-02-11]
diff --git a/sysutils/Makefile b/sysutils/Makefile
index a0c5e571a94..bd3ca83917f 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.457 2008/12/17 11:57:35 obache Exp $
+# $NetBSD: Makefile,v 1.458 2009/02/11 16:21:04 joerg Exp $
#
COMMENT= System utilities
@@ -65,9 +65,6 @@ SUBDIR+= ddrescue
SUBDIR+= depot
SUBDIR+= desktop-file-utils
SUBDIR+= detox
-SUBDIR+= dfuibe_installer
-SUBDIR+= dfuife_cgi
-SUBDIR+= dfuife_curses
SUBDIR+= dirsize
SUBDIR+= dirvish
SUBDIR+= diskscrub
diff --git a/sysutils/dfuibe_installer/DESCR b/sysutils/dfuibe_installer/DESCR
deleted file mode 100644
index 97dab997140..00000000000
--- a/sysutils/dfuibe_installer/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-BSD Installer backend. Uses DFUI, so one of the available
-DFUI frontends must also be installed for this to be useful.
diff --git a/sysutils/dfuibe_installer/Makefile b/sysutils/dfuibe_installer/Makefile
deleted file mode 100644
index 3b1c22a79c3..00000000000
--- a/sysutils/dfuibe_installer/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2007/07/16 21:50:12 joerg Exp $
-#
-
-DISTNAME= dfuibe_installer-1.1.7
-PKGREVISION= 1
-CATEGORIES= sysutils
-MASTER_SITES= http://www.pkgsrc-box.org/bsdinstaller/distfiles/
-
-MAINTAINER= joerg@NetBSD.org
-HOMEPAGE= http://www.bsdinstaller.com/
-COMMENT= DFUI BSD Installer backend
-
-USE_LIBTOOL= yes
-USE_PKGLOCALEDIR= yes
-USE_TOOLS+= msgfmt
-MAKE_ENV+= LOCALEDIR=${PREFIX:Q}/${PKGLOCALEDIR:Q}/locale
-
-SUBST_CLASSES+= tools
-SUBST_STAGE.tools= pre-configure
-SUBST_MESSAGE.tools= Fixing references to tools
-SUBST_FILES.tools= conf/cmdnames.conf
-SUBST_VARS.tools= REL_PKG_TOOLS_BIN
-
-REL_PKG_TOOLS_BIN= ${PKG_TOOLS_BIN:S/\///}
-
-.include "../../devel/libaura/buildlink3.mk"
-.include "../../devel/libdfui/buildlink3.mk"
-.include "../../devel/libinstaller/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/dfuibe_installer/PLIST b/sysutils/dfuibe_installer/PLIST
deleted file mode 100644
index b70c2a114bd..00000000000
--- a/sysutils/dfuibe_installer/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:33 jlam Exp $
-sbin/dfuibe_installer
-share/dfuibe_installer/cmdnames.conf
-share/locale/ru/LC_MESSAGES/dfuibe_installer.mo
-@dirrm share/dfuibe_installer
diff --git a/sysutils/dfuibe_installer/distinfo b/sysutils/dfuibe_installer/distinfo
deleted file mode 100644
index 42e866564ed..00000000000
--- a/sysutils/dfuibe_installer/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.5 2007/07/16 21:50:13 joerg Exp $
-
-SHA1 (dfuibe_installer-1.1.7.tar.gz) = 5f6d2937642f443e015e6e4acaa4953f769a3cd7
-RMD160 (dfuibe_installer-1.1.7.tar.gz) = 8642f721a43c91b42150c98d54eed2b6e70cdf77
-Size (dfuibe_installer-1.1.7.tar.gz) = 59792 bytes
-SHA1 (patch-aa) = 90ba994b756eaa766ea82f8ab2b5179837433448
diff --git a/sysutils/dfuibe_installer/patches/patch-aa b/sysutils/dfuibe_installer/patches/patch-aa
deleted file mode 100644
index 9b36ec6493d..00000000000
--- a/sysutils/dfuibe_installer/patches/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2007/07/16 21:50:13 joerg Exp $
-
---- conf/cmdnames.conf.orig 2007-07-16 21:09:01.000000000 +0000
-+++ conf/cmdnames.conf
-@@ -85,10 +85,10 @@ PW=usr/sbin/pw
- SWAPINFO=usr/sbin/swapinfo
- BOOT0CFG=usr/sbin/boot0cfg
- FDFORMAT=usr/sbin/fdformat
--PKG_ADD=usr/sbin/pkg_add
--PKG_DELETE=usr/sbin/pkg_delete
--PKG_CREATE=usr/sbin/pkg_create
--PKG_INFO=usr/sbin/pkg_info
-+PKG_ADD=@REL_PKG_TOOLS_BIN@/pkg_add
-+PKG_DELETE=@REL_PKG_TOOLS_BIN@/pkg_delete
-+PKG_CREATE=@REL_PKG_TOOLS_BIN@/pkg_create
-+PKG_INFO=@REL_PKG_TOOLS_BIN@/pkg_info
- INETD=usr/sbin/inetd
-
- TFTPD=usr/libexec/tftpd
diff --git a/sysutils/dfuife_cgi/DESCR b/sysutils/dfuife_cgi/DESCR
deleted file mode 100644
index 25d8b8fddcc..00000000000
--- a/sysutils/dfuife_cgi/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-DFUI CGI frontend. Allows a DFUI backend (such as a system
-installer) to communicate with the user via a web browser.
diff --git a/sysutils/dfuife_cgi/Makefile b/sysutils/dfuife_cgi/Makefile
deleted file mode 100644
index 5d0026d17cf..00000000000
--- a/sysutils/dfuife_cgi/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2007/07/16 21:38:39 joerg Exp $
-#
-
-DISTNAME= dfuife_cgi-1.4
-CATEGORIES= sysutils www
-MASTER_SITES= http://www.pkgsrc-box.org/bsdinstaller/distfiles/
-
-MAINTAINER= joerg@NetBSD.org
-HOMEPAGE= http://www.bsdinstaller.com/
-COMMENT= DFUI CGI frontend
-
-USE_LIBTOOL= yes
-USE_TOOLS+= msgfmt
-
-.include "../../devel/libaura/buildlink3.mk"
-.include "../../devel/libdfui/buildlink3.mk"
-.include "../../devel/libinstaller/buildlink3.mk"
-.include "../../www/cgic/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/dfuife_cgi/PLIST b/sysutils/dfuife_cgi/PLIST
deleted file mode 100644
index 0898199e12f..00000000000
--- a/sysutils/dfuife_cgi/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/10 15:38:42 joerg Exp $
-libexec/cgi-bin/dfuife_cgi
-share/dfuife_cgi/dfly-pg.gif
-share/dfuife_cgi/dfuife.css
-share/dfuife_cgi/dfuife.js
-share/dfuife_cgi/fred-bg.gif
-share/dfuife_cgi/fred.png
-share/dfuife_cgi/green_dot.jpg
-share/dfuife_cgi/index.html
-@dirrm share/dfuife_cgi
diff --git a/sysutils/dfuife_cgi/distinfo b/sysutils/dfuife_cgi/distinfo
deleted file mode 100644
index ebd835928dc..00000000000
--- a/sysutils/dfuife_cgi/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/04/10 15:37:04 joerg Exp $
-
-SHA1 (dfuife_cgi-1.4.tar.gz) = 3c4e8fd715e26e2486cc736de72fff2c0b212a67
-RMD160 (dfuife_cgi-1.4.tar.gz) = 9af553bbb5689fab39964e079c1aced631e307b5
-Size (dfuife_cgi-1.4.tar.gz) = 152074 bytes
diff --git a/sysutils/dfuife_curses/DESCR b/sysutils/dfuife_curses/DESCR
deleted file mode 100644
index d34b0cba18b..00000000000
--- a/sysutils/dfuife_curses/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-DFUI curses frontend. Allows a DFUI backend (such as a system
-installer) to communicate with the user with an addressable text
-screen-oriented ('curses') user interface.
diff --git a/sysutils/dfuife_curses/Makefile b/sysutils/dfuife_curses/Makefile
deleted file mode 100644
index f4a093c7d58..00000000000
--- a/sysutils/dfuife_curses/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2007/07/16 21:38:38 joerg Exp $
-#
-
-DISTNAME= dfuife_curses-1.5
-CATEGORIES= sysutils
-MASTER_SITES= http://www.pkgsrc-box.org/bsdinstaller/distfiles/
-
-MAINTAINER= joerg@NetBSD.org
-HOMEPAGE= http://www.bsdinstaller.com/
-COMMENT= DFUI curses frontend
-
-USE_LIBTOOL= yes
-USE_NCURSES= yes
-USE_PKGLOCALEDIR= yes
-USE_TOOLS+= msgfmt
-
-MAKE_ENV+= LOCALEDIR=${PREFIX:Q}/${PKGLOCALEDIR:Q}/locale
-
-.include "../../devel/libaura/buildlink3.mk"
-.include "../../devel/libdfui/buildlink3.mk"
-.include "../../devel/libinstaller/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/dfuife_curses/PLIST b/sysutils/dfuife_curses/PLIST
deleted file mode 100644
index e518bfd4bc1..00000000000
--- a/sysutils/dfuife_curses/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:33 jlam Exp $
-sbin/dfuife_curses
-share/dfuife_curses/fred.txt
-share/dfuife_curses/puffy.txt
-share/locale/ru/LC_MESSAGES/dfuife_curses.mo
-@dirrm share/dfuife_curses
diff --git a/sysutils/dfuife_curses/distinfo b/sysutils/dfuife_curses/distinfo
deleted file mode 100644
index f00d6930600..00000000000
--- a/sysutils/dfuife_curses/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/04/10 15:42:07 joerg Exp $
-
-SHA1 (dfuife_curses-1.5.tar.gz) = 999da81fe66eaf5ff83cc9e64d3140ea948206ff
-RMD160 (dfuife_curses-1.5.tar.gz) = 33b2e7aefea9fed70a2b30761c926a5e6a00bfd0
-Size (dfuife_curses-1.5.tar.gz) = 29157 bytes
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile
index 3ba240b6a3f..4961a81eedd 100644
--- a/www/firefox3/Makefile
+++ b/www/firefox3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2009/02/11 10:09:47 markd Exp $
+# $NetBSD: Makefile,v 1.22 2009/02/11 16:21:04 joerg Exp $
MOZILLA= firefox3 # allow coexisting with firefox2
PKGREVISION= 1
@@ -21,7 +21,7 @@ BUILDLINK_API_DEPENDS.cairo+= cairo>=1.6.4
.include "../../www/firefox/Makefile-firefox.common"
MAINTAINER= tnn@NetBSD.org
-MOZ_VER= 3.0.6
+MOZ_VER= 3.0.5
XPTCFILES:= ${XPTCFILES:C,^,../../firefox3/files/,}
DESCR_SRC= ${.CURDIR}/../../www/firefox/DESCR