CVSToys is a collection of companion tools for the Concurrent Versions
System, better known as CVS. The biggest best and only toy we've got is Fresh CVS, a commit monitoring daemon which can keep a mirror of the repository or checked-out working copy up to date, and send out notifications by e-mail, on the web as HTML or RSS, or to a chat service such as IRC.
This commit is contained in:
parent
42c389156b
commit
25719d5648
4 changed files with 95 additions and 0 deletions
6
py-CVSTools/DESCR
Normal file
6
py-CVSTools/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
CVSToys is a collection of companion tools for the Concurrent Versions
|
||||
System, better known as CVS. The biggest best and only toy we've got is
|
||||
Fresh CVS, a commit monitoring daemon which can keep a mirror of the
|
||||
repository or checked-out working copy up to date, and send out
|
||||
notifications by e-mail, on the web as HTML or RSS, or to a chat service
|
||||
such as IRC.
|
20
py-CVSTools/Makefile
Normal file
20
py-CVSTools/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/11/08 05:33:43 mpasternak Exp $
|
||||
#
|
||||
|
||||
DISTNAME= CVSToys-1.0.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://twistedmatrix.com/users/acapnotic/wares/code/CVSToys/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= dotz@irc.pl
|
||||
HOMEPAGE= http://twistedmatrix.com/users/acapnotic/wares/code/CVSToys/
|
||||
COMMENT= Watch CVS tree changes on web, RSS, list or IRC
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
PY_PATCHPLIST= yes
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-Twisted-[0-9]*:../../wip/py-twisted
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
65
py-CVSTools/PLIST
Normal file
65
py-CVSTools/PLIST
Normal file
|
@ -0,0 +1,65 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/11/08 05:33:43 mpasternak Exp $
|
||||
bin/loginfo
|
||||
bin/freshcvs-setup
|
||||
${PYSITELIB}/cvstoys/common.py
|
||||
${PYSITELIB}/cvstoys/config.py
|
||||
${PYSITELIB}/cvstoys/interfaces.py
|
||||
${PYSITELIB}/cvstoys/fresher.py
|
||||
${PYSITELIB}/cvstoys/pidutils.py
|
||||
${PYSITELIB}/cvstoys/util.py
|
||||
${PYSITELIB}/cvstoys/setup.py
|
||||
${PYSITELIB}/cvstoys/__init__.py
|
||||
${PYSITELIB}/cvstoys/loginfo.py
|
||||
${PYSITELIB}/cvstoys/clients/pb.py
|
||||
${PYSITELIB}/cvstoys/clients/words.py
|
||||
${PYSITELIB}/cvstoys/clients/rss.py
|
||||
${PYSITELIB}/cvstoys/clients/web.py
|
||||
${PYSITELIB}/cvstoys/clients/rsstmpl.py
|
||||
${PYSITELIB}/cvstoys/clients/__init__.py
|
||||
${PYSITELIB}/cvstoys/clients/pb.pyc
|
||||
${PYSITELIB}/cvstoys/clients/words.pyc
|
||||
${PYSITELIB}/cvstoys/clients/rss.pyc
|
||||
${PYSITELIB}/cvstoys/clients/web.pyc
|
||||
${PYSITELIB}/cvstoys/clients/rsstmpl.pyc
|
||||
${PYSITELIB}/cvstoys/clients/__init__.pyc
|
||||
${PYSITELIB}/cvstoys/clients/pb.pyo
|
||||
${PYSITELIB}/cvstoys/clients/words.pyo
|
||||
${PYSITELIB}/cvstoys/clients/rss.pyo
|
||||
${PYSITELIB}/cvstoys/clients/web.pyo
|
||||
${PYSITELIB}/cvstoys/clients/rsstmpl.pyo
|
||||
${PYSITELIB}/cvstoys/clients/__init__.pyo
|
||||
${PYSITELIB}/cvstoys/clients/recent_template.html
|
||||
${PYSITELIB}/cvstoys/actions/pb.py
|
||||
${PYSITELIB}/cvstoys/actions/mail.py
|
||||
${PYSITELIB}/cvstoys/actions/actions.py
|
||||
${PYSITELIB}/cvstoys/actions/__init__.py
|
||||
${PYSITELIB}/cvstoys/actions/pb.pyc
|
||||
${PYSITELIB}/cvstoys/actions/mail.pyc
|
||||
${PYSITELIB}/cvstoys/actions/actions.pyc
|
||||
${PYSITELIB}/cvstoys/actions/__init__.pyc
|
||||
${PYSITELIB}/cvstoys/actions/pb.pyo
|
||||
${PYSITELIB}/cvstoys/actions/mail.pyo
|
||||
${PYSITELIB}/cvstoys/actions/actions.pyo
|
||||
${PYSITELIB}/cvstoys/actions/__init__.pyo
|
||||
${PYSITELIB}/cvstoys/common.pyc
|
||||
${PYSITELIB}/cvstoys/config.pyc
|
||||
${PYSITELIB}/cvstoys/interfaces.pyc
|
||||
${PYSITELIB}/cvstoys/fresher.pyc
|
||||
${PYSITELIB}/cvstoys/pidutils.pyc
|
||||
${PYSITELIB}/cvstoys/util.pyc
|
||||
${PYSITELIB}/cvstoys/setup.pyc
|
||||
${PYSITELIB}/cvstoys/__init__.pyc
|
||||
${PYSITELIB}/cvstoys/loginfo.pyc
|
||||
${PYSITELIB}/cvstoys/common.pyo
|
||||
${PYSITELIB}/cvstoys/config.pyo
|
||||
${PYSITELIB}/cvstoys/interfaces.pyo
|
||||
${PYSITELIB}/cvstoys/fresher.pyo
|
||||
${PYSITELIB}/cvstoys/pidutils.pyo
|
||||
${PYSITELIB}/cvstoys/util.pyo
|
||||
${PYSITELIB}/cvstoys/setup.pyo
|
||||
${PYSITELIB}/cvstoys/__init__.pyo
|
||||
${PYSITELIB}/cvstoys/loginfo.pyo
|
||||
${PYSITELIB}/cvstoys/plugins.tml
|
||||
@dirrm ${PYSITELIB}/cvstoys/actions
|
||||
@dirrm ${PYSITELIB}/cvstoys/clients
|
||||
@dirrm ${PYSITELIB}/cvstoys
|
4
py-CVSTools/distinfo
Normal file
4
py-CVSTools/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/11/08 05:33:43 mpasternak Exp $
|
||||
|
||||
SHA1 (CVSToys-1.0.9.tar.bz2) = 7d49ea0acdfe9a9dce0ba25ce13067d8a7cd9a6b
|
||||
Size (CVSToys-1.0.9.tar.bz2) = 39093 bytes
|
Loading…
Reference in a new issue