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)
Mon, Apr 1, 12:52 PM
Unknown Object (File)
Mar 2 2024, 4:04 PM
Unknown Object (File)
Mar 2 2024, 4:04 PM
Unknown Object (File)
Mar 2 2024, 3:59 PM
Unknown Object (File)
Mar 2 2024, 3:59 PM
Unknown Object (File)
Mar 2 2024, 3:59 PM
Unknown Object (File)
Mar 2 2024, 3:59 PM
Unknown Object (File)
Mar 2 2024, 8:09 AM
Subscribers

Details

Summary

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

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sysutils/dwatch-pwsnoop/Makefile
14 ↗(On Diff #42483)

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.

17 ↗(On Diff #42483)

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
17 ↗(On Diff #42483)

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

dbaio added inline comments.
sysutils/dwatch-pwsnoop/Makefile
19–20 ↗(On Diff #42490)

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 ↗(On Diff #42495)

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.