Page MenuHomeFreeBSD

cad/surfer: Introduce new port
ClosedPublic

Authored by jbo on Mar 14 2025, 3:08 PM.
Tags
None
Referenced Files
F153259342: D49360.id.diff
Mon, Apr 20, 2:55 AM
F153251243: D49360.diff
Mon, Apr 20, 1:58 AM
F153215843: D49360.id.diff
Sun, Apr 19, 8:58 PM
F153175596: D49360.id.diff
Sun, Apr 19, 3:04 PM
Unknown Object (File)
Thu, Apr 16, 9:13 AM
Unknown Object (File)
Wed, Apr 15, 12:38 PM
Unknown Object (File)
Tue, Apr 14, 7:49 PM
Unknown Object (File)
Tue, Apr 7, 3:29 PM
Subscribers
None

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62926
Build 59810: arc lint + arc unit

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.