Date: Fri, 17 Jun 2016 18:53:10 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417020 - in head/sysutils: . py-logbook Message-ID: <201606171853.u5HIrAJC035711@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Fri Jun 17 18:53:10 2016 New Revision: 417020 URL: https://svnweb.freebsd.org/changeset/ports/417020 Log: Logbook is a nice logging replacement. It should be easy to setup, use and configure and support web applications :) WWW: http://logbook.readthedocs.org/ Added: head/sysutils/py-logbook/ head/sysutils/py-logbook/Makefile (contents, props changed) head/sysutils/py-logbook/distinfo (contents, props changed) head/sysutils/py-logbook/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Jun 17 17:09:04 2016 (r417019) +++ head/sysutils/Makefile Fri Jun 17 18:53:10 2016 (r417020) @@ -825,6 +825,7 @@ SUBDIR += py-halite SUBDIR += py-honcho SUBDIR += py-iowait + SUBDIR += py-logbook SUBDIR += py-nagiosplugin SUBDIR += py-pkginfo SUBDIR += py-ploy Added: head/sysutils/py-logbook/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-logbook/Makefile Fri Jun 17 18:53:10 2016 (r417020) @@ -0,0 +1,19 @@ +# Created by: Mark Felder <feld@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= logbook +PORTVERSION= 0.12.5 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Logbook-${PORTVERSION} + +MAINTAINER= feld@FreeBSD.org +COMMENT= Logging replacement for Python + +LICENSE= BSD3CLAUSE + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/sysutils/py-logbook/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-logbook/distinfo Fri Jun 17 18:53:10 2016 (r417020) @@ -0,0 +1,3 @@ +TIMESTAMP = 1466189363 +SHA256 (Logbook-0.12.5.tar.gz) = 3567eca498179609433f9dba0dea3d07a74d79822c1e086340dfcd33eb8a8d7e +SIZE (Logbook-0.12.5.tar.gz) = 166031 Added: head/sysutils/py-logbook/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-logbook/pkg-descr Fri Jun 17 18:53:10 2016 (r417020) @@ -0,0 +1,6 @@ +Logbook is a nice logging replacement. + +It should be easy to setup, use and configure and support web +applications :) + +WWW: http://logbook.readthedocs.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606171853.u5HIrAJC035711>