Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9BB2E7A26E for ; Sat, 22 Apr 2017 12:29:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4426184DBA; Sat, 22 Apr 2017 12:29:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C6D4A84DAE for ; Sat, 22 Apr 2017 12:29:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 38k9o7R4Ef-6 for ; Sat, 22 Apr 2017 12:29:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1D0BF84D81 for ; Sat, 22 Apr 2017 12:29:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8ECBCFBE4; Sat, 22 Apr 2017 12:29:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492864145194610" MIME-Version: 1.0 Date: Sat, 22 Apr 2017 12:29:05 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170422122905.8ECBCFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1492864145194610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Apr 22 12:29:05 UTC 2017 Modified Files: pkgsrc/www: Makefile Added Files: pkgsrc/www/py-django-kronos: DESCR Makefile PLIST distinfo Log Message: Kronos is a Django application that makes it easy to define and schedule tasks with cron. To generate a diff of this commit: cvs rdiff -u -r1.1226 -r1.1227 pkgsrc/www/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-kronos/DESCR \ pkgsrc/www/py-django-kronos/Makefile pkgsrc/www/py-django-kronos/PLIST \ pkgsrc/www/py-django-kronos/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492864145194610 Content-Disposition: inline Content-Length: 6221 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1226 pkgsrc/www/Makefile:1.1227 --- pkgsrc/www/Makefile:1.1226 Sat Apr 22 10:46:18 2017 +++ pkgsrc/www/Makefile Sat Apr 22 12:29:05 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1226 2017/04/22 10:46:18 minskim Exp $ +# $NetBSD: Makefile,v 1.1227 2017/04/22 12:29:05 adam Exp $ # COMMENT= Packages related to the World Wide Web @@ -617,6 +617,7 @@ SUBDIR+= py-django-easy-thumbnails SUBDIR+= py-django-filer SUBDIR+= py-django-formtools SUBDIR+= py-django-inline-ordering +SUBDIR+= py-django-kronos SUBDIR+= py-django-mezzanine-filebrowser SUBDIR+= py-django-mezzanine-grappelli SUBDIR+= py-django-mptt Added files: Index: pkgsrc/www/py-django-kronos/DESCR diff -u /dev/null pkgsrc/www/py-django-kronos/DESCR:1.1 --- /dev/null Sat Apr 22 12:29:05 2017 +++ pkgsrc/www/py-django-kronos/DESCR Sat Apr 22 12:29:05 2017 @@ -0,0 +1,2 @@ +Kronos is a Django application that makes it easy to define and schedule tasks +with cron. Index: pkgsrc/www/py-django-kronos/Makefile diff -u /dev/null pkgsrc/www/py-django-kronos/Makefile:1.1 --- /dev/null Sat Apr 22 12:29:05 2017 +++ pkgsrc/www/py-django-kronos/Makefile Sat Apr 22 12:29:05 2017 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2017/04/22 12:29:05 adam Exp $ + +DISTNAME= django-kronos-1.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-kronos/} + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= http://github.com/jgorset/django-kronos +COMMENT= Django application to define and schedule tasks with cron +LICENSE= mit + +USE_LANGUAGES= # empty + +DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-django-kronos/PLIST diff -u /dev/null pkgsrc/www/py-django-kronos/PLIST:1.1 --- /dev/null Sat Apr 22 12:29:05 2017 +++ pkgsrc/www/py-django-kronos/PLIST Sat Apr 22 12:29:05 2017 @@ -0,0 +1,70 @@ +@comment $NetBSD: PLIST,v 1.1 2017/04/22 12:29:05 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/kronos/__init__.py +${PYSITELIB}/kronos/__init__.pyc +${PYSITELIB}/kronos/__init__.pyo +${PYSITELIB}/kronos/management/__init__.py +${PYSITELIB}/kronos/management/__init__.pyc +${PYSITELIB}/kronos/management/__init__.pyo +${PYSITELIB}/kronos/management/commands/__init__.py +${PYSITELIB}/kronos/management/commands/__init__.pyc +${PYSITELIB}/kronos/management/commands/__init__.pyo +${PYSITELIB}/kronos/management/commands/installtasks.py +${PYSITELIB}/kronos/management/commands/installtasks.pyc +${PYSITELIB}/kronos/management/commands/installtasks.pyo +${PYSITELIB}/kronos/management/commands/runtask.py +${PYSITELIB}/kronos/management/commands/runtask.pyc +${PYSITELIB}/kronos/management/commands/runtask.pyo +${PYSITELIB}/kronos/management/commands/showtasks.py +${PYSITELIB}/kronos/management/commands/showtasks.pyc +${PYSITELIB}/kronos/management/commands/showtasks.pyo +${PYSITELIB}/kronos/management/commands/uninstalltasks.py +${PYSITELIB}/kronos/management/commands/uninstalltasks.pyc +${PYSITELIB}/kronos/management/commands/uninstalltasks.pyo +${PYSITELIB}/kronos/settings.py +${PYSITELIB}/kronos/settings.pyc +${PYSITELIB}/kronos/settings.pyo +${PYSITELIB}/kronos/settings_test.py +${PYSITELIB}/kronos/settings_test.pyc +${PYSITELIB}/kronos/settings_test.pyo +${PYSITELIB}/kronos/tests/__init__.py +${PYSITELIB}/kronos/tests/__init__.pyc +${PYSITELIB}/kronos/tests/__init__.pyo +${PYSITELIB}/kronos/tests/project/__init__.py +${PYSITELIB}/kronos/tests/project/__init__.pyc +${PYSITELIB}/kronos/tests/project/__init__.pyo +${PYSITELIB}/kronos/tests/project/app/__init__.py +${PYSITELIB}/kronos/tests/project/app/__init__.pyc +${PYSITELIB}/kronos/tests/project/app/__init__.pyo +${PYSITELIB}/kronos/tests/project/app/cron.py +${PYSITELIB}/kronos/tests/project/app/cron.pyc +${PYSITELIB}/kronos/tests/project/app/cron.pyo +${PYSITELIB}/kronos/tests/project/app/management/__init__.py +${PYSITELIB}/kronos/tests/project/app/management/__init__.pyc +${PYSITELIB}/kronos/tests/project/app/management/__init__.pyo +${PYSITELIB}/kronos/tests/project/app/management/commands/__init__.py +${PYSITELIB}/kronos/tests/project/app/management/commands/__init__.pyc +${PYSITELIB}/kronos/tests/project/app/management/commands/__init__.pyo +${PYSITELIB}/kronos/tests/project/app/management/commands/task.py +${PYSITELIB}/kronos/tests/project/app/management/commands/task.pyc +${PYSITELIB}/kronos/tests/project/app/management/commands/task.pyo +${PYSITELIB}/kronos/tests/project/app/management/commands/task_with_args.py +${PYSITELIB}/kronos/tests/project/app/management/commands/task_with_args.pyc +${PYSITELIB}/kronos/tests/project/app/management/commands/task_with_args.pyo +${PYSITELIB}/kronos/tests/project/app/management/commands/task_with_empty_args.py +${PYSITELIB}/kronos/tests/project/app/management/commands/task_with_empty_args.pyc +${PYSITELIB}/kronos/tests/project/app/management/commands/task_with_empty_args.pyo +${PYSITELIB}/kronos/tests/project/cron.py +${PYSITELIB}/kronos/tests/project/cron.pyc +${PYSITELIB}/kronos/tests/project/cron.pyo +${PYSITELIB}/kronos/tests/tests.py +${PYSITELIB}/kronos/tests/tests.pyc +${PYSITELIB}/kronos/tests/tests.pyo +${PYSITELIB}/kronos/version.py +${PYSITELIB}/kronos/version.pyc +${PYSITELIB}/kronos/version.pyo Index: pkgsrc/www/py-django-kronos/distinfo diff -u /dev/null pkgsrc/www/py-django-kronos/distinfo:1.1 --- /dev/null Sat Apr 22 12:29:05 2017 +++ pkgsrc/www/py-django-kronos/distinfo Sat Apr 22 12:29:05 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/04/22 12:29:05 adam Exp $ + +SHA1 (django-kronos-1.0.tar.gz) = 98fa33f40a0265a35c00cae119c5fc364807a735 +RMD160 (django-kronos-1.0.tar.gz) = e8363a2fbdc5f78f9579bef92c631d960bdaf7e6 +SHA512 (django-kronos-1.0.tar.gz) = 754753f0b65524d5396437cc0c6451c90ddc09c2202d6aa64cae1b9e8375f385f5bb8fa9e1d91886f2c0e0fa3370aa7f6ac0f615f78952069bd9f3babdfad0c3 +Size (django-kronos-1.0.tar.gz) = 10824 bytes --_----------=_1492864145194610--