public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITP] tty-clock 2.3
@ 2021-05-25 16:40 Daisuke Fujimura
  2021-05-25 18:39 ` Marco Atzeri
  0 siblings, 1 reply; 5+ messages in thread
From: Daisuke Fujimura @ 2021-05-25 16:40 UTC (permalink / raw)
  To: cygwin-apps

Hello,

[ITP] A new package proposal: tty-clock

- tty-clock

====

SUMMARY: Clock using lib ncurses
HOMEPAGE: https://github.com/xorg62/tty-clock
SRC_URL: https://github.com/xorg62/tty-clock/archive/refs/tags/v2.3.tar.gz
LICENSE: BSD-3-Clause License

====

Corresponding Linux/Unix packages are searched:
- https://repology.org/project/tty-clock/versions

Cygport, packages and logs:
- https://yacp.osdn.jp/itp/tty-clocks/

CI (playground):
- https://cygwin.com/cgi-bin2/jobs.cgi?id=2863
- https://ci.appveyor.com/project/cygwin/scallywag/builds/39316404

Prototype:
- https://github.com/fd00/yacp/commit/427603bd3547f67bb4aa34e892b42ef1614040e5

====

Since these programs require keystrokes, we tested them manually, as
shown below.

```
$ cd ${B}
$ ./${PN}.exe
```

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITP] tty-clock 2.3
  2021-05-25 16:40 [ITP] tty-clock 2.3 Daisuke Fujimura
@ 2021-05-25 18:39 ` Marco Atzeri
  2021-05-25 21:52   ` Daisuke Fujimura
  0 siblings, 1 reply; 5+ messages in thread
From: Marco Atzeri @ 2021-05-25 18:39 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 482 bytes --]

On 25.05.2021 18:40, Daisuke Fujimura via Cygwin-apps wrote:
> Hello,
> 
> [ITP] A new package proposal: tty-clock
> 
> - tty-clock
> 
> ====
> 
> SUMMARY: Clock using lib ncurses
> HOMEPAGE: https://github.com/xorg62/tty-clock
> SRC_URL: https://github.com/xorg62/tty-clock/archive/refs/tags/v2.3.tar.gz
> LICENSE: BSD-3-Clause License
> 
> ====

attached modified cygport

- added BUILD_REQUIRES
- defined VERSION="2.3" and RELEASE=1 explicitly

1bl1 is not a good release number

[-- Attachment #2: tty-clock.cygport --]
[-- Type: text/plain, Size: 406 bytes --]

NAME="tty-clock"
VERSION="2.3"
RELEASE=1

HOMEPAGE="https://github.com/xorg62/${PN}"
SRC_URI="https://github.com/xorg62/${PN}/archive/v${PV}.tar.gz"

CATEGORY="Utils"
SUMMARY="Clock using lib ncurses"
DESCRIPTION="${SUMMARY}"

BUILD_DEPENDS="libncurses-devel"

src_compile()
{
	cd ${B}
	lndirs
	cygmake
}

src_test()
{
	cd ${B}
	./${PN}.exe -v
}

src_install()
{
	cd ${B}
	dobin ${PN}.exe
	doman ${PN}.1
}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITP] tty-clock 2.3
  2021-05-25 18:39 ` Marco Atzeri
@ 2021-05-25 21:52   ` Daisuke Fujimura
  2021-05-26 15:33     ` Marco Atzeri
  0 siblings, 1 reply; 5+ messages in thread
From: Daisuke Fujimura @ 2021-05-25 21:52 UTC (permalink / raw)
  To: cygwin-apps

Sorry, typo in the link to the review target.

> Cygport, packages and logs:
> - https://yacp.osdn.jp/itp/tty-clocks/

https://yacp.osdn.jp/itp/tty-clock/


> - added BUILD_REQUIRES
> - defined VERSION="2.3" and RELEASE=1 explicitly

https://yacp.osdn.jp/itp/tty-clock/tty-clock.cygport already solves
the above problem.

Can you please review it (
https://yacp.osdn.jp/itp/tty-clock/tty-clock.cygport ) again?

On Wed, May 26, 2021 at 4:07 AM Marco Atzeri via Cygwin-apps
<cygwin-apps@cygwin.com> wrote:
>
> On 25.05.2021 18:40, Daisuke Fujimura via Cygwin-apps wrote:
> > Hello,
> >
> > [ITP] A new package proposal: tty-clock
> >
> > - tty-clock
> >
> > ====
> >
> > SUMMARY: Clock using lib ncurses
> > HOMEPAGE: https://github.com/xorg62/tty-clock
> > SRC_URL: https://github.com/xorg62/tty-clock/archive/refs/tags/v2.3.tar.gz
> > LICENSE: BSD-3-Clause License
> >
> > ====
>
> attached modified cygport
>
> - added BUILD_REQUIRES
> - defined VERSION="2.3" and RELEASE=1 explicitly
>
> 1bl1 is not a good release number

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITP] tty-clock 2.3
  2021-05-25 21:52   ` Daisuke Fujimura
@ 2021-05-26 15:33     ` Marco Atzeri
  2021-05-26 23:12       ` Daisuke Fujimura
  0 siblings, 1 reply; 5+ messages in thread
From: Marco Atzeri @ 2021-05-26 15:33 UTC (permalink / raw)
  To: cygwin-apps


On 25.05.2021 23:52, Daisuke Fujimura via Cygwin-apps wrote:
> Sorry, typo in the link to the review target.
> 
>> Cygport, packages and logs:
>> - https://yacp.osdn.jp/itp/tty-clocks/
> 
> https://yacp.osdn.jp/itp/tty-clock/
> 
> 
>> - added BUILD_REQUIRES
>> - defined VERSION="2.3" and RELEASE=1 explicitly
> 
> https://yacp.osdn.jp/itp/tty-clock/tty-clock.cygport already solves
> the above problem.
> 
> Can you please review it (
> https://yacp.osdn.jp/itp/tty-clock/tty-clock.cygport ) again?
> 

I added tty-clock to the list of packages, you can upload

Regards
Marco


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITP] tty-clock 2.3
  2021-05-26 15:33     ` Marco Atzeri
@ 2021-05-26 23:12       ` Daisuke Fujimura
  0 siblings, 0 replies; 5+ messages in thread
From: Daisuke Fujimura @ 2021-05-26 23:12 UTC (permalink / raw)
  To: cygwin-apps

Thank you for your approval.

On Thu, May 27, 2021 at 1:03 AM Marco Atzeri via Cygwin-apps
<cygwin-apps@cygwin.com> wrote:
>
>
> On 25.05.2021 23:52, Daisuke Fujimura via Cygwin-apps wrote:
> > Sorry, typo in the link to the review target.
> >
> >> Cygport, packages and logs:
> >> - https://yacp.osdn.jp/itp/tty-clocks/
> >
> > https://yacp.osdn.jp/itp/tty-clock/
> >
> >
> >> - added BUILD_REQUIRES
> >> - defined VERSION="2.3" and RELEASE=1 explicitly
> >
> > https://yacp.osdn.jp/itp/tty-clock/tty-clock.cygport already solves
> > the above problem.
> >
> > Can you please review it (
> > https://yacp.osdn.jp/itp/tty-clock/tty-clock.cygport ) again?
> >
>
> I added tty-clock to the list of packages, you can upload
>
> Regards
> Marco
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-26 23:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 16:40 [ITP] tty-clock 2.3 Daisuke Fujimura
2021-05-25 18:39 ` Marco Atzeri
2021-05-25 21:52   ` Daisuke Fujimura
2021-05-26 15:33     ` Marco Atzeri
2021-05-26 23:12       ` Daisuke Fujimura

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).