diff --git a/package-config/README b/package-config/README index 8e7e9ad09..75dcf0e16 100644 --- a/package-config/README +++ b/package-config/README @@ -25,8 +25,6 @@ You might also ask in the forums on taskwarrior.org if you have further questions. This file and the corresponding package build configuration files -are released under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +are released under the terms of the MIT license. Please see the file COPYING in the main directory. diff --git a/package-config/cygwin/CYGWIN-PATCHES/setup.hint b/package-config/cygwin/CYGWIN-PATCHES/setup.hint deleted file mode 100644 index 097a830e5..000000000 --- a/package-config/cygwin/CYGWIN-PATCHES/setup.hint +++ /dev/null @@ -1,10 +0,0 @@ -# setup.hint for task 1.8.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." diff --git a/package-config/cygwin/CYGWIN-PATCHES/task-1.8.1-1.README b/package-config/cygwin/CYGWIN-PATCHES/task-1.8.1-1.README deleted file mode 100644 index 95089c7d2..000000000 --- a/package-config/cygwin/CYGWIN-PATCHES/task-1.8.1-1.README +++ /dev/null @@ -1,45 +0,0 @@ -task 1.8.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.8.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.8.1-1 - ./configure --prefix=/usr - make - make install - ------------------------------------- - -task was packaged for cygwin by -Federico Hernandez and -is licensed under the GPL - ----- task-1.8.1-1 -- 2009-08-20 ---- diff --git a/package-config/cygwin/README b/package-config/cygwin/README new file mode 100644 index 000000000..2d8951b11 --- /dev/null +++ b/package-config/cygwin/README @@ -0,0 +1 @@ +howto package for cygwin diff --git a/package-config/cygwin/task-1.8.1-1.patch b/package-config/cygwin/task-1.8.1-1.patch deleted file mode 100644 index 9c967bf30..000000000 --- a/package-config/cygwin/task-1.8.1-1.patch +++ /dev/null @@ -1,63 +0,0 @@ -diff -Nrup task-1.8.1-1/CYGWIN-PATCHES/setup.hint task-1.8.1-1.cygwin/CYGWIN-PATCHES/setup.hint ---- task-1.8.1-1/CYGWIN-PATCHES/setup.hint 1970-01-01 01:00:00.000000000 +0100 -+++ task-1.8.1-1.cygwin/CYGWIN-PATCHES/setup.hint 2009-08-20 15:47:56.304750000 +0200 -@@ -0,0 +1,10 @@ -+# setup.hint for task 1.8.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." -diff -Nrup task-1.8.1-1/CYGWIN-PATCHES/task-1.8.1-1.README task-1.8.1-1.cygwin/CYGWIN-PATCHES/task-1.8.1-1.README ---- task-1.8.1-1/CYGWIN-PATCHES/task-1.8.1-1.README 1970-01-01 01:00:00.000000000 +0100 -+++ task-1.8.1-1.cygwin/CYGWIN-PATCHES/task-1.8.1-1.README 2009-08-20 15:47:44.320375000 +0200 -@@ -0,0 +1,45 @@ -+task 1.8.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.8.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.8.1-1 -+ ./configure --prefix=/usr -+ make -+ make install -+ -+------------------------------------ -+ -+task was packaged for cygwin by -+Federico Hernandez and -+is licensed under the GPL -+ -+---- task-1.8.1-1 -- 2009-08-20 ---- diff --git a/package-config/cygwin/usr/share/doc/Cygwin/task-1.8.1-1.README b/package-config/cygwin/usr/share/doc/Cygwin/task-1.8.1-1.README deleted file mode 100644 index 95089c7d2..000000000 --- a/package-config/cygwin/usr/share/doc/Cygwin/task-1.8.1-1.README +++ /dev/null @@ -1,45 +0,0 @@ -task 1.8.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.8.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.8.1-1 - ./configure --prefix=/usr - make - make install - ------------------------------------- - -task was packaged for cygwin by -Federico Hernandez and -is licensed under the GPL - ----- task-1.8.1-1 -- 2009-08-20 ---- diff --git a/package-config/fedora/README b/package-config/fedora/README new file mode 100644 index 000000000..638f5a924 --- /dev/null +++ b/package-config/fedora/README @@ -0,0 +1 @@ +howto package for fedora diff --git a/package-config/fedora/task.spec b/package-config/fedora/task.spec deleted file mode 100644 index 74ab6b3e2..000000000 --- a/package-config/fedora/task.spec +++ /dev/null @@ -1,93 +0,0 @@ -Name: task -Version: 1.9.1 -Release: 1%{?dist} -Summary: A command-line to do list manager - -Group: Applications/Productivity -License: GPLv2+ -URL: http://taskwarrior.org -Source0: http://taskwarrior.org/download/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: ncurses-devel - -%description -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, multi-user file locking, recurring tasks. - -%prep -%setup -q - - -%build -%configure -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d -install -m 644 -T scripts/bash/task_completion.sh $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/task - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README scripts i18n doc/rc -%{_bindir}/task -%{_mandir}/man1/task.1.gz -%{_mandir}/man5/taskrc.5.gz -%{_mandir}/man5/task-tutorial.5.gz -%{_mandir}/man5/task-color.5.gz -%{_mandir}/man5/task-faq.5.gz -%config(noreplace) %{_sysconfdir}/bash_completion.d - - -%changelog -* Mon May 22 2010 Federico Hernandez - 1.9.1-1 - Intial RPM for task beta release 1.9.1 -* Mon Feb 22 2010 Federico Hernandez - 1.9.0-1 - Intial RPM for task beta release 1.9.0 -* Mon Feb 15 2010 Federico Hernandez - 1.9.0.beta3-1 - Intial RPM for task beta release 1.9.0.beta3 -* Mon Feb 08 2010 Federico Hernandez - 1.9.0.beta2-1 - Intial RPM for task beta release 1.9.0.beta2 -* Wed Feb 03 2010 Federico Hernandez - 1.9.0.beta1-1 - Intial RPM for task beta release 1.9.0.beta1 -* Sat Dec 05 2009 Federico Hernandez - 1.8.5-2 - Fixed wrong ChangeLog file -* Sat Dec 05 2009 Federico Hernandez - 1.8.5-1 - Intial RPM for task bugfix release 1.8.5 -* Tue Nov 17 2009 Federico Hernandez - 1.8.4-1 - Intial RPM for task bugfix release 1.8.4 -* Wed Oct 21 2009 Federico Hernandez - 1.8.3-1 - Intial RPM for task bugfix release 1.8.3 -* Mon Sep 07 2009 Federico Hernandez - 1.8.2-1 - Intial RPM for task bugfix release 1.8.2 -* Thu Aug 20 2009 Federico Hernandez - 1.8.1-1 - Intial RPM for task bugfix release 1.8.1 -* Tue Jul 21 2009 Federico Hernandez - 1.8.0-1 - Intial RPM for task release 1.8.0 -* Mon Jul 13 2009 Federico Hernandez - 1.8.0.beta3-1 - Intial RPM for task beta release 1.8.0.beta3 -* Wed Jul 08 2009 Federico Hernandez - 1.8.0.beta2-1 - Intial RPM for task beta release 1.8.0.beta2 -* Tue Jul 07 2009 Federico Hernandez - 1.8.0.beta1-1 - Intial RPM for task beta release 1.8.0.beta1 -* Tue Jun 08 2009 Federico Hernandez - 1.7.1-2 - Fixed inclusion of manpages. -* Tue Jun 08 2009 Federico Hernandez - 1.7.1-1 - Initial RPM for bugfix release 1.7.1. - Updated references to new project homepage in spec file. -* Tue May 19 2009 Federico Hernandez - 1.7.0-2 - Changed license to GPLv2+ and removed Requires macro. - See https://bugzilla.redhat.com/show_bug.cgi?id=501498 -* Tue May 19 2009 Federico Hernandez - 1.7.0-1 - Initial RPM. diff --git a/package-config/ubuntu/README b/package-config/ubuntu/README new file mode 100644 index 000000000..015063739 --- /dev/null +++ b/package-config/ubuntu/README @@ -0,0 +1 @@ +howto package for Ubuntu/Debian diff --git a/package-config/ubuntu/debian/changelog b/package-config/ubuntu/debian/changelog deleted file mode 100644 index 8b6f74cc1..000000000 --- a/package-config/ubuntu/debian/changelog +++ /dev/null @@ -1,118 +0,0 @@ -task (1.9.1-2ubuntu1) lucid; urgency=low - - * Initial deb package for task release 1.9.1 on lucid lynx - - -- Federico Hernandez Sun, 23 May 2010 00:24:42 +0200 - -task (1.9.0-2ubuntu1) lucid; urgency=low - - * Initial deb package for task release 1.9.0 on lucid lynx - - -- Federico Hernandez Sat, 15 May 2010 11:02:17 +0200 - -task (1.9.0-1ubuntu1) karmic; urgency=low - - * Initial deb package for task beta release 1.9.0 on karmic koala - - -- Federico Hernandez Mon, 22 Feb 2010 22:08:41 +0100 - -task (1.9.0-1ubuntu1~beta3) karmic; urgency=low - - * Initial deb package for task beta release 1.9.0.beta3 on karmic koala - - -- Federico Hernandez Tue, 16 Feb 2010 00:29:31 +0100 - -task (1.9.0-1ubuntu1~beta2) karmic; urgency=low - - * Initial deb package for task beta release 1.9.0.beta2 on karmic koala - - -- Federico Hernandez Mon, 08 Feb 2010 22:09:41 +0100 - -task (1.9.0-1ubuntu1~beta1) karmic; urgency=low - - * Initial deb package for task beta release 1.9.0.beta1 on karmic koala - - -- Federico Hernandez Wed, 03 Feb 2010 23:51:08 +0100 - -task (1.8.5-1ubuntu2) karmic; urgency=low - - * Fixed wrong ChangeLog file - - -- Federico Hernandez Sat, 05 Dec 2009 23:58:36 +0100 - -task (1.8.5-1ubuntu1) karmic; urgency=low - - * Initial deb package for task bugfix release 1.8.5 - - -- Federico Hernandez Sat, 05 Dec 2009 23:56:36 +0100 - -task (1.8.4-1ubuntu1) karmic; urgency=low - - * Initial deb package for task bugfix release 1.8.4 on karmic koala - - -- Federico Hernandez Tue, 17 Nov 2009 13:12:28 +0100 - -task (1.8.3-1ubuntu1) karmic; urgency=low - - * Initial deb package for task bugfix release 1.8.3 on karmic koala - - -- Federico Hernandez Sat, 31 Oct 2009 22:45:10 +0100 - -task (1.8.3-0ubuntu1) jaunty; urgency=low - - * Initial deb package for task bugfix release 1.8.3 - - -- Federico Hernandez Wed, 21 Oct 2009 23:22:25 +0200 - -task (1.8.2-0ubuntu1) jaunty; urgency=low - - * Initial deb package for task bugfix release 1.8.2 - - -- Federico Hernandez Mon, 07 Sep 2009 11:35:22 +0200 - -task (1.8.1-0ubuntu1) jaunty; urgency=low - - * Initial deb package for task bugfix release 1.8.1 - - -- Federico Hernandez Thu, 20 Aug 2009 20:26:33 +0200 - -task (1.8.0-0ubuntu1) jaunty; urgency=low - - * Initial deb package for task release 1.8.0 - - -- Federico Hernandez Tue, 21 Jul 2009 15:26:33 +0200 - -task (1.8.0-0ubuntu1~beta3) jaunty; urgency=low - - * Initial deb package for task beta release 1.8.0.beta3 - - -- Federico Hernandez Mon, 13 Jul 2009 15:09:38 +0200 - -task (1.8.0-0ubuntu1~beta2) jaunty; urgency=low - - * Initial deb package for task beta release 1.8.0.beta2 - - -- Federico Hernandez Wed, 08 Jul 2009 15:40:50 +0200 - -task (1.8.0-0ubuntu1~beta1) jaunty; urgency=low - - * Initial deb package for task beta release 1.8.0.beta1 - - -- Federico Hernandez Tue, 07 Jul 2009 01:35:28 +0200 - -task (1.7.1-0ubuntu1) jaunty; urgency=low - - * Initial deb package for bugfix release 1.7.1 - * Updated references to new project homepage in control file. - * dpatch not longer neededas upstream version contains fix - for taskrc.5 bug - - -- Federico Hernandez Tue, 09 Jun 2009 11:49:51 +0200 - -task (1.7.0-0ubuntu1) jaunty; urgency=low - - * Initial release (LP: #378847) - * Fixed bug in taskrc.5 man page from upstream project - which made lintian complain - - -- Federico Hernandez Wed, 27 May 2009 23:57:08 +0200 diff --git a/package-config/ubuntu/debian/compat b/package-config/ubuntu/debian/compat deleted file mode 100644 index 7f8f011eb..000000000 --- a/package-config/ubuntu/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/package-config/ubuntu/debian/control b/package-config/ubuntu/debian/control deleted file mode 100644 index 62f774108..000000000 --- a/package-config/ubuntu/debian/control +++ /dev/null @@ -1,19 +0,0 @@ -Source: task -Section: utils -Priority: optional -Maintainer: Federico Hernandez -XSBC-Original-Maintainer: Federico Hernandez -Build-Depends: cdbs, debhelper (>= 7), autotools-dev, libncurses5-dev -Standards-Version: 3.8.4 -Homepage: http://taskwarrior.org - -Package: task -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: A command-line to do list manager - 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. diff --git a/package-config/ubuntu/debian/copyright b/package-config/ubuntu/debian/copyright deleted file mode 100644 index 4ba8fcba6..000000000 --- a/package-config/ubuntu/debian/copyright +++ /dev/null @@ -1,65 +0,0 @@ -This package was debianized by: - - Federico Hernandez on Sun, 23 May 2010 00:24:42 +0200 - -It was downloaded from: - - http://taskwarrior.org - -Upstream Authors: - - Paul Beckingham - Federico Hernandez - David J Patrick - John Florian - Damian Glenny - Andy Lester - H. İbrahim Güngör - Stefan Dorn - Michael Greb - Benjamin Tegarden - Chris Pride - Richard Querin - T. Charles Yun - P.C. Shyamshankar - Johan Friis - Steven de Brouwer - Pietro Cerutti - Cory Donnelly - Alexander Neumann - Emil Sköldberg - Johannes Schlatow - -Copyright: - - Copyright 2006 - 2012, Paul Beckingham - Copyright 2009 - 2012 Federico Hernandez - Copyright 2006 - 2012, Paul Beckingham, Federico Hernandez - Copyright 2009 - 2012 John Florian - Copyright 2009 P.C. Shyamshankar - Copyright © 1994–2008 Lua.org, PUC-Rio - -License: - - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL-2'. - -The Debian packaging is: - - Copyright (C) 2009 - 2012, Federico Hernandez - -and is licensed under the GPL, see above. diff --git a/package-config/ubuntu/debian/docs b/package-config/ubuntu/debian/docs deleted file mode 100644 index 6f83607c1..000000000 --- a/package-config/ubuntu/debian/docs +++ /dev/null @@ -1,3 +0,0 @@ -AUTHORS -NEWS -README diff --git a/package-config/ubuntu/debian/rules b/package-config/ubuntu/debian/rules deleted file mode 100755 index c425d8854..000000000 --- a/package-config/ubuntu/debian/rules +++ /dev/null @@ -1,45 +0,0 @@ -#!/usr/bin/make -f - -config.status: configure - dh_testdir - ./configure $(CROSS) --prefix=/usr - -build: build-stamp - -build-stamp: config.status - dh_testdir - $(MAKE) - touch $@ - -clean: - dh_testdir - dh_testroot - [ ! -f Makefile ] || $(MAKE) distclean - dh_clean - -install: build - dh_testdir - dh_testroot - dh_prep - $(MAKE) DESTDIR=$(CURDIR)/debian/task install - -binary-indep: install - -binary-arch: install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installman - install -D -m644 scripts/bash/task_completion.sh $(CURDIR)/debian/task/etc/bash_completion.d/task - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install diff --git a/package-config/ubuntu/debian/source/format b/package-config/ubuntu/debian/source/format deleted file mode 100644 index d3827e75a..000000000 --- a/package-config/ubuntu/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -1.0 diff --git a/package-config/ubuntu/debian/watch b/package-config/ubuntu/debian/watch deleted file mode 100644 index 82715d415..000000000 --- a/package-config/ubuntu/debian/watch +++ /dev/null @@ -1,5 +0,0 @@ -# Compulsory line, this is a version 3 file -version=3 - -# the main taskwarrior download website -http://taskwarrior.org/wiki/taskwarrior/Download http://www.taskwarrior.org/download/task-(.*)\.tar\.gz