diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-11 16:21:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-11 16:21:03 +0000 |
commit | 198e3d3380f6928b5a99600f55a503aa096bb188 (patch) | |
tree | 224ce6e44c4df517a2bc17eb9bd7b544d47fcfc2 /devel | |
parent | bb9d74ab50b046dd0b2d5cf8330a83f2292d39ef (diff) | |
download | pkgsrc-198e3d3380f6928b5a99600f55a503aa096bb188.tar.gz |
Retire the BSD installer as used by older DragonFly releases. DragonFly
itself ships the sources nowaday, so this has become redundant.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 5 | ||||
-rw-r--r-- | devel/libaura/DESCR | 10 | ||||
-rw-r--r-- | devel/libaura/Makefile | 14 | ||||
-rw-r--r-- | devel/libaura/PLIST | 7 | ||||
-rw-r--r-- | devel/libaura/buildlink3.mk | 19 | ||||
-rw-r--r-- | devel/libaura/distinfo | 5 | ||||
-rw-r--r-- | devel/libdfui/DESCR | 10 | ||||
-rw-r--r-- | devel/libdfui/Makefile | 15 | ||||
-rw-r--r-- | devel/libdfui/PLIST | 6 | ||||
-rw-r--r-- | devel/libdfui/buildlink3.mk | 21 | ||||
-rw-r--r-- | devel/libdfui/distinfo | 5 | ||||
-rw-r--r-- | devel/libinstaller/DESCR | 2 | ||||
-rw-r--r-- | devel/libinstaller/Makefile | 16 | ||||
-rw-r--r-- | devel/libinstaller/PLIST | 8 | ||||
-rw-r--r-- | devel/libinstaller/buildlink3.mk | 22 | ||||
-rw-r--r-- | devel/libinstaller/distinfo | 5 |
16 files changed, 1 insertions, 169 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 |