Page MenuHomeFreeBSD

cad/surfer: Introduce new port
ClosedPublic

Authored by jbo on Mar 14 2025, 3:08 PM.
Tags
None
Referenced Files
F120612964: D49360.id152334.diff
Thu, Jun 19, 2:44 PM
F120603900: D49360.id152283.diff
Thu, Jun 19, 12:48 PM
F120564916: D49360.id152267.diff
Thu, Jun 19, 5:12 AM
Unknown Object (File)
Tue, Jun 17, 4:57 PM
Unknown Object (File)
Tue, Jun 17, 6:13 AM
Unknown Object (File)
Wed, Jun 11, 7:37 PM
Unknown Object (File)
Fri, Jun 6, 7:12 PM
Unknown Object (File)
Thu, May 29, 4:28 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.