- Install some documentation to make this port a bit more useful
- Re-wrap pkg-descr - Bump PORTREVISION - Take maintainership
This commit is contained in:
parent
f444e8051a
commit
9c6b3192c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97128
@ -1,17 +1,26 @@
|
||||
# New ports collection makefile for: installwatch
|
||||
# Date created: 03 March 2001
|
||||
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
||||
# New ports collection makefile for: installwatch
|
||||
# Date created: 03 March 2001
|
||||
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= installwatch
|
||||
PORTNAME= installwatch
|
||||
PORTVERSION= 0.6.3
|
||||
CATEGORIES= sysutils
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://asic-linux.com.mx/~izto/checkinstall/files/source/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sergei@FreeBSD.org
|
||||
COMMENT= A file creation/modification logger
|
||||
|
||||
DOCS= BUGS CHANGELOG INSTALL README TODO
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,11 +1,12 @@
|
||||
Installwatch is a simple utility which keeps track of which files are
|
||||
created and modified during the installation of a new program. It's
|
||||
fast and easy to use. It doesn't require a "pre-install" phase because
|
||||
it monitors processes while they run. Installwatch works with every
|
||||
dynamically linked ELF program, by intercepting system calls that
|
||||
cause file system alterations.
|
||||
Installwatch is a simple utility which keeps track of which files
|
||||
are created and modified during the installation of a new program.
|
||||
It's fast and easy to use. It doesn't require a "pre-install" phase
|
||||
because it monitors processes while they run.
|
||||
Installwatch works with every dynamically linked ELF program,
|
||||
by intercepting system calls that cause file system alterations.
|
||||
|
||||
WWW: http://asic-linux.com.mx/~izto/checkinstall/installwatch.html
|
||||
Author: Felipe Eduardo Sanchez Diaz Duran <izto@asic-linux.com.mx>
|
||||
WWW: http://asic-linux.com.mx/~izto/checkinstall/installwatch.html
|
||||
|
||||
- George Reid
|
||||
greid@ukug.uk.freebsd.org
|
||||
|
@ -1,2 +1,9 @@
|
||||
@comment $FreeBSD$
|
||||
bin/installwatch
|
||||
lib/installwatch.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user