Page MenuHomeFreeBSD

cad/surfer: Introduce new port
ClosedPublic

Authored by jbo on Mar 14 2025, 3:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 7, 10:45 PM
Unknown Object (File)
Tue, Apr 1, 5:17 AM
Unknown Object (File)
Wed, Mar 26, 10:27 PM
Unknown Object (File)
Tue, Mar 25, 5:31 PM
Unknown Object (File)
Tue, Mar 25, 12:05 PM
Unknown Object (File)
Mon, Mar 24, 11:57 AM
Unknown Object (File)
Sat, Mar 22, 8:33 PM
Unknown Object (File)
Sat, Mar 22, 2:56 PM
Subscribers
None

Diff Detail

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

Event Timeline

jbo requested review of this revision.Mar 14 2025, 3:08 PM
jbo created this revision.

LGTM, just a few quibbles from portlint/portfmt/portclippy, address those and & you're good to go!

dch@wintermute /u/p/c/surfer> portlint -AC
WARN: /usr/ports/cad/surfer/pkg-descr: contains less than 2 lines, make it longer if possible.(currently 1 line)
WARN: Consider to set DEVELOPER=yes in /etc/make.conf
0 fatal errors and 2 warnings found.

dch@wintermute /u/p/c/surfer> cat pkg-descr
A waveform viewer with a focus on a snappy usable interface, and extensibility.

dch@wintermute /u/p/c/surfer> portfmt -t -i Makefile

dch@wintermute /u/p/c/surfer> portclippy --strict Makefile
# PORTNAME block
PORTNAME
DISTVERSIONPREFIX
DISTVERSION
CATEGORIES

# Maintainer block
MAINTAINER
COMMENT
WWW

# License block
LICENSE
LICENSE_FILE

# USES block
USES
+USE_GITHUB
+GH_TUPLE
USE_GITLAB
GL_ACCOUNT
-USE_GITHUB
GL_TUPLE
-GH_TUPLE

# Packaging list block
PLIST_FILES
dch@wintermute /u/p/c/surfer> gst
## main...dch/main [ahead 1]
 M Makefile
This revision is now accepted and ready to land.Mar 16 2025, 4:01 PM
This revision was automatically updated to reflect the committed changes.