1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add memgrep 0.7.0,

utility to manipulate memory from running
processes and core files.

PR:		48561
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
This commit is contained in:
Foxfair Hu 2003-05-22 03:55:03 +00:00
parent 6969414b2a
commit c3d65c185b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81659
6 changed files with 81 additions and 0 deletions

View File

@ -150,6 +150,7 @@
SUBDIR += maint
SUBDIR += manck
SUBDIR += medusa
SUBDIR += memgrep
SUBDIR += memtest
SUBDIR += metalog
SUBDIR += mgeupsd

25
sysutils/memgrep/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection Makefile for: memgrep
# Date created: 22 February 2003
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#
PORTNAME= memgrep
PORTVERSION= 0.7.0
CATEGORIES= sysutils
MASTER_SITES= http://www.hick.org/code/skape/memgrep/
MAINTAINER= sheepkiller@cultdeadsheep.org
COMMENT= Utility to manipulate memory from running processes and core files
HAS_CONFIGURE= yes
INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/html
${INSTALL_DATA} ${WRKSRC}/docs/html/* ${DOCSDIR}/html
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (memgrep-0.7.0.tar.gz) = 935787217d081c54b7f9ed9100bb7ab6

View File

@ -0,0 +1,21 @@
--- Makefile.in.orig Sat Feb 22 00:41:31 2003
+++ Makefile.in Sat Feb 22 14:04:54 2003
@@ -6,13 +6,13 @@
cd examples && make
install:
- cp include/memgrep.h /usr/include
- cp libmemgrep.so /usr/lib
- cp libmemgrep.a /usr/lib
- cp memgrep /usr/bin
+ ${INSTALL} include/memgrep.h ${PREFIX}/include
+ ${INSTALL} libmemgrep.so ${PREFIX}/lib
+ ${INSTALL} libmemgrep.a ${PREFIX}/lib
+ ${INSTALL} memgrep ${PREFIX}/bin
uninstall:
- rm -f /usr/lib/libmemgrep.so /usr/lib/libmemgrep.a /usr/bin/memgrep /usr/include/memgrep.h
+ rm -f ${PREFIX}/lib/libmemgrep.so ${PREFIX}/lib/libmemgrep.a ${PREFIX}/bin/memgrep ${PREFIX}/include/memgrep.h
clean:
cd examples && make clean

View File

@ -0,0 +1,6 @@
memgrep is an utility to search/replace/dump memory from running processes
and core files.
It also provides an API to write you own tools.
WWW: http://www.hick.org/code.html
Authors : hick.org community

View File

@ -0,0 +1,27 @@
bin/memgrep
include/memgrep.h
lib/libmemgrep.so
lib/libmemgrep.a
%%PORTDOCS%%share/doc/memgrep/html/annotated.html
%%PORTDOCS%%share/doc/memgrep/html/doxygen.css
%%PORTDOCS%%share/doc/memgrep/html/doxygen.png
%%PORTDOCS%%share/doc/memgrep/html/examples.html
%%PORTDOCS%%share/doc/memgrep/html/files.html
%%PORTDOCS%%share/doc/memgrep/html/functions.html
%%PORTDOCS%%share/doc/memgrep/html/group__memgrep.html
%%PORTDOCS%%share/doc/memgrep/html/index.html
%%PORTDOCS%%share/doc/memgrep/html/memgrep_8h-source.html
%%PORTDOCS%%share/doc/memgrep/html/modules.html
%%PORTDOCS%%share/doc/memgrep/html/simple_8c-example.html
%%PORTDOCS%%share/doc/memgrep/html/struct__core__memory__sections.html
%%PORTDOCS%%share/doc/memgrep/html/struct__mem__ctx.html
%%PORTDOCS%%share/doc/memgrep/html/struct__mem__ctx__core__data.html
%%PORTDOCS%%share/doc/memgrep/html/struct__memgrep__functions.html
%%PORTDOCS%%share/doc/memgrep/html/struct__memgrep__result.html
%%PORTDOCS%%share/doc/memgrep/html/struct__memgrep__result__row.html
%%PORTDOCS%%share/doc/memgrep/html/struct__memgrep__result__row__dump.html
%%PORTDOCS%%share/doc/memgrep/html/struct__memgrep__result__row__replace.html
%%PORTDOCS%%share/doc/memgrep/html/struct__memgrep__result__row__search.html
%%PORTDOCS%%share/doc/memgrep/html/struct__process__section__addrs.html
%%PORTDOCS%%@dirrm share/doc/memgrep/html
%%PORTDOCS%%@dirrm share/doc/memgrep