Bug 197144 - [NEW PORT]: deskutils/currtime: Enhanced command-line operated real time clock
Summary: [NEW PORT]: deskutils/currtime: Enhanced command-line operated real time 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: Muhammad Moinur Rahman
URL:
Keywords:
: 196647 196781 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-01-27 23:52 UTC by Neel Chauhan
Modified: 2015-02-02 11:32 UTC (History)
2 users (show)

See Also:


Attachments
Shar file for the new port deskutils/currtime 0.2 (1.73 KB, text/plain)
2015-01-27 23:52 UTC, Neel Chauhan
no flags Details
Poudriere Build Log for deskutils/currtime 0.2 (8.85 KB, text/x-log)
2015-01-27 23:53 UTC, Neel Chauhan
no flags Details
Updated shar file for deskutils/currtime 0.2 (1.67 KB, text/plain)
2015-01-30 21:05 UTC, Neel Chauhan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Neel Chauhan freebsd_committer freebsd_triage 2015-01-27 23:52:57 UTC
Created attachment 152284 [details]
Shar file for the new port deskutils/currtime 0.2

currtime is an enhanced command-line operated real time clock. Features include:

 * Time displayed in Unix-compatible format
 * Shows the current time on the same line
 * Can run for a specified number of ticks (seconds) with the -T (ticks) flag
 * Option to display each tick on a new line with the -n flag

WWW: http://www.acme.com/software/countdown/

Keep in mind that I have uploaded the shar file and will upload the Poudriere Build Log shortly.
Comment 1 Neel Chauhan freebsd_committer freebsd_triage 2015-01-27 23:53:30 UTC
Created attachment 152285 [details]
Poudriere Build Log for deskutils/currtime 0.2
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2015-01-27 23:54:03 UTC
*** Bug 196781 has been marked as a duplicate of this bug. ***
Comment 3 Neel Chauhan freebsd_committer freebsd_triage 2015-01-27 23:54:25 UTC
*** Bug 196647 has been marked as a duplicate of this bug. ***
Comment 4 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2015-01-30 20:15:42 UTC
Two issues:
1. In pkg-decr I believe you are pointing towards a wrong WWW. As a maintainer of countdown you most probably copied the template and forgot to update it. :)
2. I believe you can skip post-install step to strip it as INSTALL_PROGRAM macro strips the binaries.
Comment 5 Neel Chauhan freebsd_committer freebsd_triage 2015-01-30 21:05:49 UTC
Created attachment 152392 [details]
Updated shar file for deskutils/currtime 0.2

To respond to Comment #4, I didn't know that I used the URL for deskutils/countdown here, nor did I know that INSTALL_PROGRAM automatically strips the binaries. Thanks for telling me.

I have attached the updated shar file for deskutils/currtime.
Comment 6 commit-hook freebsd_committer freebsd_triage 2015-02-02 11:31:39 UTC
A commit references this bug:

Author: bofh
Date: Mon Feb  2 11:31:09 UTC 2015
New revision: 378303
URL: https://svnweb.freebsd.org/changeset/ports/378303

Log:
  [NEW PORT] deskutils/currtime: version 0.2

  currtime is an enhanced command-line operated real time clock. Features
  include:

  - Time displayed in Unix-compatible format
  - Shows the current time on the same line
  - Can run for a specified number of ticks (seconds) with the -T (ticks)
    flag
  - Option to display each tick on a new line with the -n flag

  WWW: http://www.neelc.org/software/currtime/

  PR:                     197144
  Differential Revision:  https://reviews.freebsd.org/D1751
  Submitted by:           neel@neelc.org
  Approved by:            bapt(mentor)

Changes:
  head/deskutils/Makefile
  head/deskutils/currtime/
  head/deskutils/currtime/Makefile
  head/deskutils/currtime/distinfo
  head/deskutils/currtime/pkg-descr
Comment 7 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2015-02-02 11:32:10 UTC
Thanks.