aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2016-06-18 03:00:40 +0800
committerfeld <feld@FreeBSD.org>2016-06-18 03:00:40 +0800
commit91b54ad6a7098e4d53e1e7d6fda1592a2f173590 (patch)
tree6fb0c3cb664f0bf5af21a1fcb487bb24ebb65957 /sysutils
parent438507cbe7e448ebe92822994464a04ace90972d (diff)
downloadfreebsd-ports-gnome-91b54ad6a7098e4d53e1e7d6fda1592a2f173590.tar.gz
freebsd-ports-gnome-91b54ad6a7098e4d53e1e7d6fda1592a2f173590.tar.zst
freebsd-ports-gnome-91b54ad6a7098e4d53e1e7d6fda1592a2f173590.zip
Move py-logbook to devel
Makes more sense. I was originally comparing it to a logging utility normally found in sysutils category.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/py-logbook/Makefile19
-rw-r--r--sysutils/py-logbook/distinfo3
-rw-r--r--sysutils/py-logbook/pkg-descr6
4 files changed, 0 insertions, 29 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 99b542aa223c..8e64af720b98 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -825,7 +825,6 @@
SUBDIR += py-halite
SUBDIR += py-honcho
SUBDIR += py-iowait
- SUBDIR += py-logbook
SUBDIR += py-nagiosplugin
SUBDIR += py-pkginfo
SUBDIR += py-ploy
diff --git a/sysutils/py-logbook/Makefile b/sysutils/py-logbook/Makefile
deleted file mode 100644
index e736b4dcb371..000000000000
--- a/sysutils/py-logbook/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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>
diff --git a/sysutils/py-logbook/distinfo b/sysutils/py-logbook/distinfo
deleted file mode 100644
index 93e873bf533f..000000000000
--- a/sysutils/py-logbook/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1466189363
-SHA256 (Logbook-0.12.5.tar.gz) = 3567eca498179609433f9dba0dea3d07a74d79822c1e086340dfcd33eb8a8d7e
-SIZE (Logbook-0.12.5.tar.gz) = 166031
diff --git a/sysutils/py-logbook/pkg-descr b/sysutils/py-logbook/pkg-descr
deleted file mode 100644
index 55b132738118..000000000000
--- a/sysutils/py-logbook/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Logbook is a nice logging replacement.
-
-It should be easy to setup, use and configure and support web
-applications :)
-
-WWW: http://logbook.readthedocs.org/