svn commit: r417020 - in head/sysutils: . py-logbook

Mark Felder feld at FreeBSD.org
Fri Jun 17 18:53:11 UTC 2016


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	logbook
+PORTVERSION=	0.12.5
+CATEGORIES=	sysutils python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	Logbook-${PORTVERSION}
+
+MAINTAINER=	feld at 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/


More information about the svn-ports-head mailing list