summaryrefslogtreecommitdiff
path: root/devel/stgit/PLIST
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-01-10 06:35:48 +0000
committerbjs <bjs@pkgsrc.org>2008-01-10 06:35:48 +0000
commitb79864b27f10a1001517ba41cefb006a6855a372 (patch)
treeab9bcb33f44ce2e529408bdc4c07a359fc82cea7 /devel/stgit/PLIST
parentf77d7005fdff606baa3230aad1d7252fdca59ee2 (diff)
downloadpkgsrc-b79864b27f10a1001517ba41cefb006a6855a372.tar.gz
Update to version 0.14.1.
Changes: 2007-12-12: StGIT-0.14.1 released * Fixed typo in the required version of Python 2007-12-10: StGIT-0.14 released * Support for correctly running StGIT in subdirectories * 'repair' command for fixing an StGIT repository modified by GIT commands such as 'commit', 'pull', 'merge' or 'rebase' * 'edit' command for editing both the patch description and diff * Support for SMTP over TLS * Support for MIME multipart e-mail templates * '--attach' option to the 'mail' command to send a patch attached rather than inline * Diff statistics and shortlog added to the cover e-mail template * '--sign/ack' options to the 'import' and 'new' commands * '--number' to the 'log' command for limiting the output * Support for binary files in patches * Support for detached HEAD * Refactoring of some modules with better support for debugging * Many bug-fixes
Diffstat (limited to 'devel/stgit/PLIST')
-rw-r--r--devel/stgit/PLIST39
1 files changed, 26 insertions, 13 deletions
diff --git a/devel/stgit/PLIST b/devel/stgit/PLIST
index 17a42e0d9fa..fdfbb797981 100644
--- a/devel/stgit/PLIST
+++ b/devel/stgit/PLIST
@@ -1,17 +1,20 @@
-@comment $NetBSD: PLIST,v 1.2 2007/08/29 23:07:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2008/01/10 06:35:48 bjs Exp $
bin/stg
+${PYSITELIB}/stgit/__init__.py
+${PYSITELIB}/stgit/__init__.pyc
+${PYSITELIB}/stgit/__init__.pyo
${PYSITELIB}/stgit/basedir.py
${PYSITELIB}/stgit/basedir.pyc
${PYSITELIB}/stgit/basedir.pyo
+${PYSITELIB}/stgit/commands/__init__.py
+${PYSITELIB}/stgit/commands/__init__.pyc
+${PYSITELIB}/stgit/commands/__init__.pyo
${PYSITELIB}/stgit/commands/add.py
${PYSITELIB}/stgit/commands/add.pyc
${PYSITELIB}/stgit/commands/add.pyo
${PYSITELIB}/stgit/commands/applied.py
${PYSITELIB}/stgit/commands/applied.pyc
${PYSITELIB}/stgit/commands/applied.pyo
-${PYSITELIB}/stgit/commands/assimilate.py
-${PYSITELIB}/stgit/commands/assimilate.pyc
-${PYSITELIB}/stgit/commands/assimilate.pyo
${PYSITELIB}/stgit/commands/branch.py
${PYSITELIB}/stgit/commands/branch.pyc
${PYSITELIB}/stgit/commands/branch.pyo
@@ -36,6 +39,9 @@ ${PYSITELIB}/stgit/commands/delete.pyo
${PYSITELIB}/stgit/commands/diff.py
${PYSITELIB}/stgit/commands/diff.pyc
${PYSITELIB}/stgit/commands/diff.pyo
+${PYSITELIB}/stgit/commands/edit.py
+${PYSITELIB}/stgit/commands/edit.pyc
+${PYSITELIB}/stgit/commands/edit.pyo
${PYSITELIB}/stgit/commands/export.py
${PYSITELIB}/stgit/commands/export.pyc
${PYSITELIB}/stgit/commands/export.pyo
@@ -60,11 +66,8 @@ ${PYSITELIB}/stgit/commands/id.pyo
${PYSITELIB}/stgit/commands/imprt.py
${PYSITELIB}/stgit/commands/imprt.pyc
${PYSITELIB}/stgit/commands/imprt.pyo
-${PYSITELIB}/stgit/commands/__init__.py
${PYSITELIB}/stgit/commands/init.py
-${PYSITELIB}/stgit/commands/__init__.pyc
${PYSITELIB}/stgit/commands/init.pyc
-${PYSITELIB}/stgit/commands/__init__.pyo
${PYSITELIB}/stgit/commands/init.pyo
${PYSITELIB}/stgit/commands/log.py
${PYSITELIB}/stgit/commands/log.pyc
@@ -99,6 +102,9 @@ ${PYSITELIB}/stgit/commands/refresh.pyo
${PYSITELIB}/stgit/commands/rename.py
${PYSITELIB}/stgit/commands/rename.pyc
${PYSITELIB}/stgit/commands/rename.pyo
+${PYSITELIB}/stgit/commands/repair.py
+${PYSITELIB}/stgit/commands/repair.pyc
+${PYSITELIB}/stgit/commands/repair.pyo
${PYSITELIB}/stgit/commands/resolved.py
${PYSITELIB}/stgit/commands/resolved.pyc
${PYSITELIB}/stgit/commands/resolved.pyo
@@ -135,18 +141,24 @@ ${PYSITELIB}/stgit/commands/unhide.pyo
${PYSITELIB}/stgit/config.py
${PYSITELIB}/stgit/config.pyc
${PYSITELIB}/stgit/config.pyo
-${PYSITELIB}/stgit/gitmergeonefile.py
-${PYSITELIB}/stgit/gitmergeonefile.pyc
-${PYSITELIB}/stgit/gitmergeonefile.pyo
+${PYSITELIB}/stgit/exception.py
+${PYSITELIB}/stgit/exception.pyc
+${PYSITELIB}/stgit/exception.pyo
${PYSITELIB}/stgit/git.py
${PYSITELIB}/stgit/git.pyc
${PYSITELIB}/stgit/git.pyo
-${PYSITELIB}/stgit/__init__.py
-${PYSITELIB}/stgit/__init__.pyc
-${PYSITELIB}/stgit/__init__.pyo
+${PYSITELIB}/stgit/gitmergeonefile.py
+${PYSITELIB}/stgit/gitmergeonefile.pyc
+${PYSITELIB}/stgit/gitmergeonefile.pyo
${PYSITELIB}/stgit/main.py
${PYSITELIB}/stgit/main.pyc
${PYSITELIB}/stgit/main.pyo
+${PYSITELIB}/stgit/out.py
+${PYSITELIB}/stgit/out.pyc
+${PYSITELIB}/stgit/out.pyo
+${PYSITELIB}/stgit/run.py
+${PYSITELIB}/stgit/run.pyc
+${PYSITELIB}/stgit/run.pyo
${PYSITELIB}/stgit/stack.py
${PYSITELIB}/stgit/stack.pyc
${PYSITELIB}/stgit/stack.pyo
@@ -165,6 +177,7 @@ share/stgit/contrib/stgit-completion.bash
share/stgit/examples/gitconfig
share/stgit/examples/patchdescr.tmpl
share/stgit/templates/covermail.tmpl
+share/stgit/templates/mailattch.tmpl
share/stgit/templates/patchexport.tmpl
share/stgit/templates/patchmail.tmpl
@dirrm share/stgit/templates