From owner-svn-ports-all@freebsd.org Wed Sep 23 18:27:32 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 27ADC4225C3; Wed, 23 Sep 2020 18:27:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BxRVX0LPbz42S3; Wed, 23 Sep 2020 18:27:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DECE4148F8; Wed, 23 Sep 2020 18:27:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08NIRVBV005569; Wed, 23 Sep 2020 18:27:31 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08NIRVcW005565; Wed, 23 Sep 2020 18:27:31 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202009231827.08NIRVcW005565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 23 Sep 2020 18:27:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549774 - in head/textproc: . py-sphinx_press_theme X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/textproc: . py-sphinx_press_theme X-SVN-Commit-Revision: 549774 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2020 18:27:32 -0000 Author: swills Date: Wed Sep 23 18:27:30 2020 New Revision: 549774 URL: https://svnweb.freebsd.org/changeset/ports/549774 Log: textproc/py-sphinx_press_theme: create port A modern responsive theme for python's Sphinx documentation generator. This theme is based on VuePress. It uses Vue.js & Stylus managed by webpack (through vue-cli). WWW: https://schettino72.github.io/sphinx_press_site/ Added: head/textproc/py-sphinx_press_theme/ head/textproc/py-sphinx_press_theme/Makefile (contents, props changed) head/textproc/py-sphinx_press_theme/distinfo (contents, props changed) head/textproc/py-sphinx_press_theme/pkg-descr (contents, props changed) Modified: head/textproc/Makefile (contents, props changed) Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Sep 23 18:24:30 2020 (r549773) +++ head/textproc/Makefile Wed Sep 23 18:27:30 2020 (r549774) @@ -1371,6 +1371,7 @@ SUBDIR += py-sphinx-me SUBDIR += py-sphinx-tabs SUBDIR += py-sphinx18 + SUBDIR += py-sphinx_press_theme SUBDIR += py-sphinx_rtd_theme SUBDIR += py-sphinx_wikipedia SUBDIR += py-sphinxcontrib-adadomain Added: head/textproc/py-sphinx_press_theme/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinx_press_theme/Makefile Wed Sep 23 18:27:30 2020 (r549774) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= sphinx_press_theme +PORTVERSION= 0.5.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= swills@FreeBSD.org +COMMENT= Them for py-sphinx based on VuePress + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} + +NO_ARCH= yes +USES= python:3.7+ +USE_PYTHON= autoplist distutils + +.include Added: head/textproc/py-sphinx_press_theme/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinx_press_theme/distinfo Wed Sep 23 18:27:30 2020 (r549774) @@ -0,0 +1,3 @@ +TIMESTAMP = 1600281460 +SHA256 (sphinx_press_theme-0.5.1.tar.gz) = bbb8b52b7c5721114ed230efbd97dbdc78c06097d1f8b16dddc9295d7bd09618 +SIZE (sphinx_press_theme-0.5.1.tar.gz) = 57582 Added: head/textproc/py-sphinx_press_theme/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinx_press_theme/pkg-descr Wed Sep 23 18:27:30 2020 (r549774) @@ -0,0 +1,6 @@ +A modern responsive theme for python's Sphinx documentation generator. + +This theme is based on VuePress. It uses Vue.js & Stylus managed by webpack +(through vue-cli). + +WWW: https://schettino72.github.io/sphinx_press_site/