aboutsummaryrefslogtreecommitdiff
path: root/security/fswatch
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-2/+6
| | | | Notes: svn path=/head/; revision=508909
* security/fswatch: Tell portscout to ignore a certain versionMateusz Piotrowski2019-04-111-0/+2
| | | | Notes: svn path=/head/; revision=498662
* security/fswatch: Take maintainership & clean upMateusz Piotrowski2018-10-234-12/+10
| | | | | | | | | | | | | | | | | | - Take maintainership - Remove now empty files/ - Do not use SUB_FILES for pkg-message as there is nothing to substitute - Set LICENSE and LICENSE_FILE - Sort variables - Do not set WRKSRC as it is not necessary - Reword pkg-message - Use @sample for a sample configuration file and bump port revision Reviewed by: krion Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17669 Notes: svn path=/head/; revision=482848
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - Add staging supportPawel Pekala2014-07-083-24/+28
| | | | | | | | | | - Port uses GNU configure - Switch to pkg-plist instead of PLIST_FILES - Fix typos in pkg-descr - Convert Makefile to normal tab style Notes: svn path=/head/; revision=361231
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360609
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* - New port:Jean Milanez Melo2006-04-254-0/+72
fswatch is a utility to guard changes in a file system. fswatch is composed of three simple programs: fswbuild, fswcmp, fswshow. fswbuild builds file system information database. fswcmp compairs 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. fswatch can collect the following information about files (and directories): inode, links, uid, gid, mode, size, flags, ctime, checksum (sha1) ; and can show which files were added, deleted or changed. PR: ports/95973 Submitted by: dominik karczmarski <dominik@karczmarski.com> (maintainer) Reworked by: jmelo Approved by: mnag (mentor) Notes: svn path=/head/; revision=160406