summaryrefslogtreecommitdiff
path: root/devel/dmalloc/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dmalloc/pkg')
-rw-r--r--devel/dmalloc/pkg/DESCR7
-rw-r--r--devel/dmalloc/pkg/PLIST9
2 files changed, 16 insertions, 0 deletions
diff --git a/devel/dmalloc/pkg/DESCR b/devel/dmalloc/pkg/DESCR
new file mode 100644
index 00000000000..e05ecd28b4d
--- /dev/null
+++ b/devel/dmalloc/pkg/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/pkg/PLIST b/devel/dmalloc/pkg/PLIST
new file mode 100644
index 00000000000..f46f5d65116
--- /dev/null
+++ b/devel/dmalloc/pkg/PLIST
@@ -0,0 +1,9 @@
+@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