From 0b6b506536c1ff50f1531d26be2fccfe86c74335 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- devel/dmalloc/DESCR | 7 +++++++ devel/dmalloc/PLIST | 9 +++++++++ devel/dmalloc/pkg/DESCR | 7 ------- devel/dmalloc/pkg/PLIST | 9 --------- 4 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 devel/dmalloc/DESCR create mode 100644 devel/dmalloc/PLIST delete mode 100644 devel/dmalloc/pkg/DESCR delete mode 100644 devel/dmalloc/pkg/PLIST (limited to 'devel/dmalloc') diff --git a/devel/dmalloc/DESCR b/devel/dmalloc/DESCR new file mode 100644 index 00000000000..e05ecd28b4d --- /dev/null +++ b/devel/dmalloc/DESCR @@ -0,0 +1,7 @@ +The debug memory allocation, or dmalloc, library has been +designed as a drop-in replacement for the system's malloc(), +realloc(), calloc(), free(), and other memory management +routines while providing powerful debugging facilities +configurable at run-time. These facilities include such +things as memory leak tracking, fence-post write detection, +file/line number reporting, and general logging of statistics. diff --git a/devel/dmalloc/PLIST b/devel/dmalloc/PLIST new file mode 100644 index 00000000000..39e52c54ee6 --- /dev/null +++ b/devel/dmalloc/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:23:14 zuntum Exp $ +bin/dmalloc +include/dmalloc.h +@unexec install-info --delete %D/info/dmalloc.info %D/info/dir +info/dmalloc.info +@exec install-info %D/info/dmalloc.info %D/info/dir +lib/libdmalloc.a +lib/libdmalloclp.a +lib/libdmallocxx.a diff --git a/devel/dmalloc/pkg/DESCR b/devel/dmalloc/pkg/DESCR deleted file mode 100644 index e05ecd28b4d..00000000000 --- a/devel/dmalloc/pkg/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -The debug memory allocation, or dmalloc, library has been -designed as a drop-in replacement for the system's malloc(), -realloc(), calloc(), free(), and other memory management -routines while providing powerful debugging facilities -configurable at run-time. These facilities include such -things as memory leak tracking, fence-post write detection, -file/line number reporting, and general logging of statistics. diff --git a/devel/dmalloc/pkg/PLIST b/devel/dmalloc/pkg/PLIST deleted file mode 100644 index f46f5d65116..00000000000 --- a/devel/dmalloc/pkg/PLIST +++ /dev/null @@ -1,9 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/04 21:16:36 thorpej Exp $ -bin/dmalloc -include/dmalloc.h -@unexec install-info --delete %D/info/dmalloc.info %D/info/dir -info/dmalloc.info -@exec install-info %D/info/dmalloc.info %D/info/dir -lib/libdmalloc.a -lib/libdmalloclp.a -lib/libdmallocxx.a -- cgit v1.2.3