Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2022 13:22:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 268570] [NEW PORT] sysutils/sndy PROGRAM FOR SOUND SWITCHING IN FreeBSD Desktop.
Message-ID:  <bug-268570-7788-uZbg1g6Se9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268570-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268570-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268570

Robert Clausecker <fuz@fuz.su> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fuz@fuz.su

--- Comment #1 from Robert Clausecker <fuz@fuz.su> ---
Please remove the LICENSE file from your shell archive.  The license of the
FreeBSD ports collection is given by the COPYRIGHT file in /usr/ports.  The
license of your port is given by the contents of the LICENSE make macro in =
the
port Makefile.

>From pkg-descr:

> sndy is a tickle program for sound switching on FreeBSD desktops.

Do you mean "tcl program"?  There is some weird grammar in the pkg-descr fi=
le,
too.  Please seek advice from a native speaker to improve the wording.

> MAINTAINER=3D	Clockwork@FreeBSD.org

This does not appear to be your email address.  Please put in your actual e=
mail
address for this field.

> COMMENT=3D	PROGRAM FOR SOUND SWITCHING IN FreeBSD

Please avoid all-caps writing.  That the program is for FreeBSD is clear fr=
om
this being the description of a FreeBSD port.  Perhaps try

    COMMENT=3D Sound Switcher

I see in your github repository that you have instructions for generating a
desktop-file for the program.  Please follow the instructions in =C2=A76.9.5
"Desktop Entries" of the Porter's Handbook on how to generate such files fo=
r a
FreeBSD port.

I also advise you to install your script without a file extension so it can=
 be
executed by just typing "sndy" instead of "sndy.tcl".  You may need to use =
the
shebangfix USES helper to fix up the shebang so it works.

> GH_TAGNAME=3D	abfbce63

Instead of using a commit id, I recommend that you tag a release and push i=
t to
github so that release tag can be used to identify the distribution file.  =
If
your tag has the name "1.0.0" you can even omit GH_TAGNAME as it defaults to
${DISTVERSIONPREFIX}${DISTVERSION}.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268570-7788-uZbg1g6Se9>