Federico Hernandez wrote: > Hi! > > Just a ping to remember about this waiting to be reviewed package:
Sorry for the delay! > You can get the 3 required files from: > http://taskwarrior.org/download/cygwin/setup.hint Looks correct. > http://taskwarrior.org/download/cygwin/task-1.7.1-1.src.tar.bz2 Builds OK from source, but you didn't use either cygport or GBS, so it doesn't install /usr/share/doc/Cygwin/task-1.7.1-1.README when following your instructions. Given how simple the packaging is, I reckon you should be able to build it from just the most trivial cygport file. Have a go with the attached; shove them in a temp directory anywhere, run "cygport task-1.7.1-1 download" followed by "cygport task-1.7.1-1 all". > http://taskwarrior.org/download/cygwin/task-1.7.1-1.tar.bz2 Packaging is correct. I dunno whether the fact that the README doesn't get rebuilt is enough for it to be rejected, but if you'd care to have a go with cygport that problem wouldn't arise. cheers, DaveK
DESCRIPTION="Task 1.7.1" HOMEPAGE="http://taskwarrior.org/" SRC_URI="http://www.taskwarrior.org/download/task-1.7.1.tar.gz"
--- origsrc/task-1.7.1/CYGWIN-PATCHES/README 1970-01-01 00:00:00.000000000 +0000 +++ src/task-1.7.1/CYGWIN-PATCHES/README 2009-06-21 23:00:44.468750000 +0100 @@ -0,0 +1,45 @@ +task 1.7.1-1 +------------------------------------------ + +A command-line to do list manager that can be used +with the gtd system. + +Runtime requirements: + cygwin-1.5.25 or newer + libncurses + +Build requirements: + cygwin-1.5.25 or newer + gcc-3.4.4-1 or newer + libncurses-devel + +Canonical homepage: + http://taskwarrior.org + +Canonical download: + http://taskwarrior.org/download + +License: + GPLv2+ + +Language: + C++ + +------------------------------------ + +Build instructions: + unpack task-1.7.1-1-src.tar.bz2 + if you use setup to install this src package, + it will be unpacked under /usr/src automatically + cd /usr/src/task-1.7.1-1 + ./configure --prefix=/usr + make + make install + +------------------------------------ + +task was packaged for cygwin by +Federico Hernandez <[email protected]> and +is licensed under the GPL + +---- task-1.7.1-1 -- 2009-06-17 ---- --- origsrc/task-1.7.1/CYGWIN-PATCHES/setup.hint 1970-01-01 00:00:00.000000000 +0000 +++ src/task-1.7.1/CYGWIN-PATCHES/setup.hint 2009-06-21 22:57:01.968750000 +0100 @@ -0,0 +1,10 @@ +# setup.hint for task 1.7.1-1 +category: Utils +requires: libncurses9 cygwin +sdesc: A command-line to do list manager +ldesc: "Task is a command-line to do list manager. +It has support for GTD functionality and includes +the following features: tags, colorful tabular output, +reports and graphs, lots of manipulation commands, +low-level API, abbreviations for all commands and +options, multiuser file locking, recurring tasks."
