1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Web sites are often hosted on servers where bzr can't be installed.

In other cases, the web site must not give access to its corresponding
branch (for security reasons for example). Finally, web hosting
providers often provides only ftp access to upload sites.

This plugin uploads only the relevant changes in your working tree
since the last upload using ftp or sftp protocols.

WWW: http://wiki.bazaar.canonical.com/BazaarUploadForWebDev

PR:		ports/153013
Submitted by:	Carlo Strub <c-s at c-s.li>
This commit is contained in:
Greg Larkin 2010-12-20 22:37:17 +00:00
parent 69fe5671e4
commit 411486685b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266669
5 changed files with 59 additions and 0 deletions

View File

@ -143,6 +143,7 @@
SUBDIR += bzr-pipeline
SUBDIR += bzr-rewrite
SUBDIR += bzr-svn
SUBDIR += bzr-upload
SUBDIR += bzrtools
SUBDIR += c2lib
SUBDIR += c2man

28
devel/bzr-upload/Makefile Normal file
View File

@ -0,0 +1,28 @@
# Ports collection makefile for: bzr-upload
# Date created: 2010-12-11
# Whom: Carlo Strub <c-s@c-s.li>
#
# $FreeBSD$
#
PORTNAME= bzr-upload
PORTVERSION= 1.0.0
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/60433187/ \
http://www.c-s.li/ports/
MAINTAINER= c-s@c-s.li
COMMENT= Bzr plugin to incrementally upload changes to a dumb server
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
RUN_DEPENDS= ${BUILD_DEPENDS}
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= bzr_upload
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (bzr-upload-1.0.0.tar.gz) = db8326e156e551b180c4abb8660fdc1f11332d41504ab26572f014ce1e655cd3
SIZE (bzr-upload-1.0.0.tar.gz) = 21952

View File

@ -0,0 +1,9 @@
Web sites are often hosted on servers where bzr can't be installed.
In other cases, the web site must not give access to its corresponding
branch (for security reasons for example). Finally, web hosting
providers often provides only ftp access to upload sites.
This plugin uploads only the relevant changes in your working tree
since the last upload using ftp or sftp protocols.
WWW: http://wiki.bazaar.canonical.com/BazaarUploadForWebDev

View File

@ -0,0 +1,19 @@
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/__init__.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/__init__.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/__init__.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/info.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/info.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/info.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/__init__.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/__init__.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/__init__.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/test_auto_upload_hook.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/test_auto_upload_hook.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/test_auto_upload_hook.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/test_upload.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/test_upload.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/test_upload.pyo
@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests
@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload
@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib/plugins
@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib