Bug 207406 - [NEW PORT] misc/binclock: CLI binary clock
Summary: [NEW PORT] misc/binclock: CLI binary clock
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Thomas Zander
URL:
Keywords: feature, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-02-22 04:23 UTC by dereckson
Modified: 2016-03-28 16:26 UTC (History)
2 users (show)

See Also:


Attachments
misc/binclock port directory (2.26 KB, application/x-shar)
2016-02-22 04:23 UTC, dereckson
no flags Details
Poudriere log (13.93 KB, text/x-log)
2016-02-22 04:24 UTC, dereckson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description dereckson 2016-02-22 04:23:50 UTC
Created attachment 167279 [details]
misc/binclock port directory

Binclock is a small C CLI application to print a binary clock.
Comment 1 dereckson 2016-02-22 04:24:33 UTC
Created attachment 167280 [details]
Poudriere log
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-02-22 12:53:40 UTC
Hi,

Is there a reason why your Bugzilla email address is not the same one you've set in the MAINTAINER field? With this setup at the very least auto-assigning bugs to you will likely fail.
Comment 3 dereckson 2016-02-22 17:11:20 UTC
Yes, it's as I already maintain ports, with this @gmail.com mail address noted in the maintainer field.

What's the procedure to follow to change a mail address? Should I submit a patch to update it each port Makefile?
Comment 4 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-02-22 17:18:42 UTC
It depends on whether you want to change your MAINTAINER address in your ports to your Bugzilla email address or make your Bugzilla email address match your current MAINTAINER address.

For the former, it'd be good if you sent a patch updating it and set the "maintainer-approval+" flag on it with your current maintainer address (gmail.com). If it's the latter, you can just change it in your Bugzilla preferences.
Comment 5 commit-hook freebsd_committer freebsd_triage 2016-03-28 16:22:54 UTC
A commit references this bug:

Author: riggs
Date: Mon Mar 28 16:22:30 UTC 2016
New revision: 412060
URL: https://svnweb.freebsd.org/changeset/ports/412060

Log:
  Add new port: misc/binclock: A small CLI binary clock

  PR:		207406
  Submitted by:	dereckson@espace-win.org (maintainer)
  Reviewed by:	riggs

Changes:
  head/misc/Makefile
  head/misc/binclock/
  head/misc/binclock/Makefile
  head/misc/binclock/distinfo
  head/misc/binclock/files/
  head/misc/binclock/files/patch-Makefile
  head/misc/binclock/pkg-descr
Comment 6 Thomas Zander freebsd_committer freebsd_triage 2016-03-28 16:26:50 UTC
Thanks! Committed with a couple of changes:

- LICENSE: This port is GPLv2 or later. Recently the framework has introduced "GPLv2+" for this kind of license.
- Add LICENSE_FILE
- Modify patch-Makefile: Respect CC and CFLAGS. Remove unconditional strip.
- Add STRIP_CMD to do-install: stage to allow DEBUG-dependent omission of stripping the binary