pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Retire the BSD installer as used by older DragonFly re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02764438179f
branches:  trunk
changeset: 554251:02764438179f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Feb 11 16:21:03 2009 +0000

description:
Retire the BSD installer as used by older DragonFly releases. DragonFly
itself ships the sources nowaday, so this has become redundant.

diffstat:

 devel/Makefile                             |   5 +----
 devel/libaura/DESCR                        |  10 ----------
 devel/libaura/Makefile                     |  14 --------------
 devel/libaura/PLIST                        |   7 -------
 devel/libaura/buildlink3.mk                |  19 -------------------
 devel/libaura/distinfo                     |   5 -----
 devel/libdfui/DESCR                        |  10 ----------
 devel/libdfui/Makefile                     |  15 ---------------
 devel/libdfui/PLIST                        |   6 ------
 devel/libdfui/buildlink3.mk                |  21 ---------------------
 devel/libdfui/distinfo                     |   5 -----
 devel/libinstaller/DESCR                   |   2 --
 devel/libinstaller/Makefile                |  16 ----------------
 devel/libinstaller/PLIST                   |   8 --------
 devel/libinstaller/buildlink3.mk           |  22 ----------------------
 devel/libinstaller/distinfo                |   5 -----
 doc/CHANGES-2009                           |   8 +++++++-
 sysutils/Makefile                          |   5 +----
 sysutils/dfuibe_installer/DESCR            |   2 --
 sysutils/dfuibe_installer/Makefile         |  30 ------------------------------
 sysutils/dfuibe_installer/PLIST            |   5 -----
 sysutils/dfuibe_installer/distinfo         |   6 ------
 sysutils/dfuibe_installer/patches/patch-aa |  19 -------------------
 sysutils/dfuife_cgi/DESCR                  |   2 --
 sysutils/dfuife_cgi/Makefile               |  20 --------------------
 sysutils/dfuife_cgi/PLIST                  |  10 ----------
 sysutils/dfuife_cgi/distinfo               |   5 -----
 sysutils/dfuife_curses/DESCR               |   3 ---
 sysutils/dfuife_curses/Makefile            |  24 ------------------------
 sysutils/dfuife_curses/PLIST               |   6 ------
 sysutils/dfuife_curses/distinfo            |   5 -----
 www/firefox3/Makefile                      |   4 ++--
 32 files changed, 11 insertions(+), 313 deletions(-)

diffs (truncated from 503 to 300 lines):

diff -r 7b4eb1ca097f -r 02764438179f devel/Makefile
--- a/devel/Makefile    Wed Feb 11 15:46:28 2009 +0000
+++ b/devel/Makefile    Wed Feb 11 16:21:03 2009 +0000
@@ -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+=       libargparse
 SUBDIR+=       libast
 SUBDIR+=       libatomic_ops
-SUBDIR+=       libaura
 SUBDIR+=       libbegemot
 SUBDIR+=       libbinio
 SUBDIR+=       libbonobo
@@ -273,7 +272,6 @@
 SUBDIR+=       libctl
 SUBDIR+=       libdaemon
 SUBDIR+=       libdatrie
-SUBDIR+=       libdfui
 SUBDIR+=       libdnsres
 SUBDIR+=       libdockapp
 SUBDIR+=       libebml
@@ -298,7 +296,6 @@
 SUBDIR+=       libhfs
 SUBDIR+=       libiberty
 SUBDIR+=       libidn
-SUBDIR+=       libinstaller
 SUBDIR+=       libixp
 SUBDIR+=       libjit
 SUBDIR+=       libjudy
diff -r 7b4eb1ca097f -r 02764438179f devel/libaura/DESCR
--- a/devel/libaura/DESCR       Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7b4eb1ca097f -r 02764438179f devel/libaura/Makefile
--- a/devel/libaura/Makefile    Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-HOMEPAGE=      http://www.bsdinstaller.com/
-COMMENT=       Collection of useful C functions
-
-USE_LIBTOOL=   yes
-
-.include "../../mk/bsd.pkg.mk"
diff -r 7b4eb1ca097f -r 02764438179f devel/libaura/PLIST
--- a/devel/libaura/PLIST       Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7b4eb1ca097f -r 02764438179f devel/libaura/buildlink3.mk
--- a/devel/libaura/buildlink3.mk       Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7b4eb1ca097f -r 02764438179f devel/libaura/distinfo
--- a/devel/libaura/distinfo    Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7b4eb1ca097f -r 02764438179f devel/libdfui/DESCR
--- a/devel/libdfui/DESCR       Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7b4eb1ca097f -r 02764438179f devel/libdfui/Makefile
--- a/devel/libdfui/Makefile    Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 7b4eb1ca097f -r 02764438179f devel/libdfui/PLIST
--- a/devel/libdfui/PLIST       Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7b4eb1ca097f -r 02764438179f devel/libdfui/buildlink3.mk
--- a/devel/libdfui/buildlink3.mk       Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7b4eb1ca097f -r 02764438179f devel/libdfui/distinfo
--- a/devel/libdfui/distinfo    Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7b4eb1ca097f -r 02764438179f devel/libinstaller/DESCR
--- a/devel/libinstaller/DESCR  Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-libinstaller is a library of support functions for the BSD Installer
-application, dfuibe_installer.
diff -r 7b4eb1ca097f -r 02764438179f devel/libinstaller/Makefile
--- a/devel/libinstaller/Makefile       Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 7b4eb1ca097f -r 02764438179f devel/libinstaller/PLIST
--- a/devel/libinstaller/PLIST  Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7b4eb1ca097f -r 02764438179f devel/libinstaller/buildlink3.mk
--- a/devel/libinstaller/buildlink3.mk  Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7b4eb1ca097f -r 02764438179f devel/libinstaller/distinfo
--- a/devel/libinstaller/distinfo       Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7b4eb1ca097f -r 02764438179f doc/CHANGES-2009
--- a/doc/CHANGES-2009  Wed Feb 11 15:46:28 2009 +0000
+++ b/doc/CHANGES-2009  Wed Feb 11 16:21:03 2009 +0000
@@ -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 @@
        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 -r 7b4eb1ca097f -r 02764438179f sysutils/Makefile
--- a/sysutils/Makefile Wed Feb 11 15:46:28 2009 +0000
+++ b/sysutils/Makefile Wed Feb 11 16:21:03 2009 +0000
@@ -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+=       depot
 SUBDIR+=       desktop-file-utils
 SUBDIR+=       detox
-SUBDIR+=       dfuibe_installer
-SUBDIR+=       dfuife_cgi
-SUBDIR+=       dfuife_curses
 SUBDIR+=       dirsize
 SUBDIR+=       dirvish
 SUBDIR+=       diskscrub
diff -r 7b4eb1ca097f -r 02764438179f sysutils/dfuibe_installer/DESCR
--- a/sysutils/dfuibe_installer/DESCR   Wed Feb 11 15:46:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@



Home | Main Index | Thread Index | Old Index