| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Reported by: pkg-fallout
|
| |
|
|
|
|
| |
There are a lot of files on the website with names which are confusing
portscout. Let's just set ignore:1 as most likely there are not going to be
any further releases of this port.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
| |
- Port uses GNU configure
- Switch to pkg-plist instead of PLIST_FILES
- Fix typos in pkg-descr
- Convert Makefile to normal tab style
|
| |
|
|
|
|
| |
pending PR (related to stage)
With hat: portmgr
|
| |
|
|
| |
security)
|
| |
|
|
|
|
|
|
| |
- 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.
|
| | |
|
| |
|
|
| |
starting with P,R,S
|
|
|
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)
|