1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add staging support

- Port uses GNU configure
- Switch to pkg-plist instead of PLIST_FILES
- Fix typos in pkg-descr
- Convert Makefile to normal tab style
This commit is contained in:
Pawel Pekala 2014-07-08 13:08:20 +00:00
parent 2b4a83dacc
commit a3d84f0293
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361231
3 changed files with 28 additions and 24 deletions

View File

@ -1,32 +1,25 @@
# Created by: dominik karczmarski <dominik@karczmarski.com>
# $FreeBSD$
PORTNAME= fswatch
DISTVERSION= 0.02beta5
CATEGORIES= security sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.02beta5
PORTNAME= fswatch
DISTVERSION= 0.02beta5
CATEGORIES= security sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.02beta5
MAINTAINER= ports@FreeBSD.org
COMMENT= File system checksum checker
MAINTAINER= ports@FreeBSD.org
COMMENT= File system checksum checker
HAS_CONFIGURE= yes
SUB_FILES= pkg-message
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--enable-regex \
--enable-stflags
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.b/beta/}/
SUB_FILES= pkg-message
CONFIGURE_ARGS+= --prefix=${PREFIX} \
--enable-regex \
--enable-stflags
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.b/beta/}/
PLIST_FILES= bin/fswbuild bin/fswcmp bin/fswshow \
bin/fswconf etc/fswatch.conf.sample
MAN1= fswbuild.1 fswcmp.1 fswshow.1 fswconf.1
MAN5= fswatch.conf.5
MAN7= fswatch.7
NO_STAGE= yes
post-install:
@${CAT} ${PKGMESSAGE}
post-patch:
@${REINPLACE_CMD} '/INSTALL/ s|prefix)|DESTDIR)$$(&|' \
${WRKSRC}/examples/Makefile.in
.include <bsd.port.mk>

View File

@ -2,10 +2,10 @@ fswatch:
- is a utility to guard changes in a file system.
- is composed of three simple programs: fswbuild, fswcmp, fswshow. fswbuild
builds a file system information database. fswcmp compairs two database files
builds a file system information database. fswcmp compares two database files
and returns what changes a in file system have been introduced. fswshow shows
contents of database file. a file information database is platform
independend.
independent.
- can collect the following information about files (and directories): inode,
links, uid, gid, mode, size, flags, ctime, checksum (sha1) ; and can show

View File

@ -0,0 +1,11 @@
bin/fswbuild
bin/fswcmp
bin/fswconf
bin/fswshow
etc/fswatch.conf.sample
man/man1/fswbuild.1.gz
man/man1/fswcmp.1.gz
man/man1/fswconf.1.gz
man/man1/fswshow.1.gz
man/man5/fswatch.conf.5.gz
man/man7/fswatch.7.gz