Page MenuHomeFreeBSD

[New Port] sysutils/dwatch-pwsnoop
ClosedPublic

Authored by dteske on May 13 2018, 4:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 12:05 AM
Unknown Object (File)
Sat, Apr 27, 12:05 AM
Unknown Object (File)
Sat, Apr 27, 12:05 AM
Unknown Object (File)
Sat, Apr 27, 12:05 AM
Unknown Object (File)
Sat, Apr 27, 12:04 AM
Unknown Object (File)
Fri, Apr 26, 11:31 PM
Unknown Object (File)
Fri, Apr 26, 9:38 PM
Unknown Object (File)
Apr 1 2024, 12:52 PM
Subscribers

Details

Summary

DTrace module for FreeBSD dwatch(1) to snoop passwords.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 16571
Build 16485: arc lint + arc unit

Event Timeline

sysutils/dwatch-pwsnoop/Makefile
15

Do or Do Not. There's no commented out :)

If this will work on 11, remove this (and fix the above line). If it won't, uncomment it out.

18

I'm unsure here, isn't there supposed to be a github version/tag to?

Remove IGNORES and PORTDOCS

dteske added inline comments.
sysutils/dwatch-pwsnoop/Makefile
18

That's the DISTVERSION (I didn't put a DISTVERSIONPREFIX on my tags like some githubbers)

dbaio added inline comments.
sysutils/dwatch-pwsnoop/Makefile
20–21

You can use options helper here.

do-install-DOCS-on:

You will need to add OPTIONS_DEFINE= DOCS as well.

sysutils/dwatch-pwsnoop/pkg-plist
1 ↗(On Diff #42490)

As it has just one file, you can use PLIST_FILES variable instead.

dteske marked an inline comment as done.

Convert to PLIST_FILES, add doc option, make portlint happy, etc.

Addressed comments from dbaio

This revision is now accepted and ready to land.May 13 2018, 8:09 PM
sysutils/dwatch-pwsnoop/pkg-descr
1

The description in this file must be longer than the comment.

Ah, remember to hook it in sysutils/Makefile.

Add entry to sysutils/Makefile and add more info to pkg-descr

This revision now requires review to proceed.May 13 2018, 9:26 PM
This revision is now accepted and ready to land.May 13 2018, 10:37 PM

Waiting for mentor approval (from either imp or mat)

Waiting for mentor approval (from either imp or mat)

Oh, sorry, I thought you were waiting approval of someone from ports.

This looks good to my eye. I'd give mat@ 24 hours to opine on your changes in response to his comments.

sysutils/Makefile
288 ↗(On Diff #42500)

IIRC, this is now autogenerated...

sysutils/Makefile
288 ↗(On Diff #42500)

Should I remove it?

Waiting for mentor approval (from either imp or mat)

Oh, sorry, I thought you were waiting approval of someone from ports.

Your review is always welcome as any others. Your name will go into the Reviewed-by line, but I do need mat/imp to sign-off for Approved-by line.

sysutils/Makefile
288 ↗(On Diff #42500)

It's autonegerated if you use $PORTSDIR/Tools/scripts/addport.

dteske added inline comments.
sysutils/Makefile
288 ↗(On Diff #42500)

Thanks for the clarifiction.

This revision was automatically updated to reflect the committed changes.
dteske marked an inline comment as done.