pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/loggerhead Import loggerhead-1.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10ada1140a3c
branches:  trunk
changeset: 546557:10ada1140a3c
user:      epg <epg%pkgsrc.org@localhost>
date:      Thu Sep 04 17:20:26 2008 +0000

description:
Import loggerhead-1.6.

Loggerhead is a web viewer for Bazaar branches.  It can be used to
navigate a branch history, annotate files, perform searches... all the
usual things.

diffstat:

 www/loggerhead/DESCR            |    3 +
 www/loggerhead/Makefile         |   28 +++++++
 www/loggerhead/PLIST            |  146 ++++++++++++++++++++++++++++++++++++++++
 www/loggerhead/distinfo         |    6 +
 www/loggerhead/patches/patch-aa |   22 ++++++
 5 files changed, 205 insertions(+), 0 deletions(-)

diffs (225 lines):

diff -r 912843ec191f -r 10ada1140a3c www/loggerhead/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/loggerhead/DESCR      Thu Sep 04 17:20:26 2008 +0000
@@ -0,0 +1,3 @@
+Loggerhead is a web viewer for Bazaar branches.  It can be used to
+navigate a branch history, annotate files, perform searches... all the
+usual things.
diff -r 912843ec191f -r 10ada1140a3c www/loggerhead/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/loggerhead/Makefile   Thu Sep 04 17:20:26 2008 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/04 17:20:26 epg Exp $
+
+DISTNAME=      loggerhead-${VER}
+CATEGORIES=    www scm
+MASTER_SITES=  http://launchpad.net/loggerhead/1.6/${VER}/+download/
+VER=           1.6
+
+MAINTAINER=    epg%NetBSD.org@localhost
+HOMEPAGE=      https://launchpad.net/loggerhead
+COMMENT=       Web viewer for Bazaar branches
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      bzr>=1.6:../../devel/bzr
+DEPENDS+=      ${PYPKGPREFIX}-Paste>=1.2:../../www/py-paste
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0.6c8:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-SimpleTAL>=4.1:../../www/py-simpletal
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+
+PYDISTUTILSPKG=        yes
+# Requires wsgi, which is available for older versions of Python, but not in
+# pkgsrc yet.  Also requires 'sqlite3', which seems not to be available
+# separately (py-sqlite2 is for sqlite3 but is 'pysqlite2').
+PYTHON_VERSIONS_ACCEPTED=25
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 912843ec191f -r 10ada1140a3c www/loggerhead/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/loggerhead/PLIST      Thu Sep 04 17:20:26 2008 +0000
@@ -0,0 +1,146 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/04 17:20:26 epg Exp $
+bin/serve-branches
+bin/start-loggerhead
+bin/stop-loggerhead
+${PYSITELIB}/loggerhead/__init__.py
+${PYSITELIB}/loggerhead/__init__.pyc
+${PYSITELIB}/loggerhead/__init__.pyo
+${PYSITELIB}/loggerhead/apps/__init__.py
+${PYSITELIB}/loggerhead/apps/__init__.pyc
+${PYSITELIB}/loggerhead/apps/__init__.pyo
+${PYSITELIB}/loggerhead/apps/branch.py
+${PYSITELIB}/loggerhead/apps/branch.pyc
+${PYSITELIB}/loggerhead/apps/branch.pyo
+${PYSITELIB}/loggerhead/apps/config.py
+${PYSITELIB}/loggerhead/apps/config.pyc
+${PYSITELIB}/loggerhead/apps/config.pyo
+${PYSITELIB}/loggerhead/apps/filesystem.py
+${PYSITELIB}/loggerhead/apps/filesystem.pyc
+${PYSITELIB}/loggerhead/apps/filesystem.pyo
+${PYSITELIB}/loggerhead/changecache.py
+${PYSITELIB}/loggerhead/changecache.pyc
+${PYSITELIB}/loggerhead/changecache.pyo
+${PYSITELIB}/loggerhead/controllers/__init__.py
+${PYSITELIB}/loggerhead/controllers/__init__.pyc
+${PYSITELIB}/loggerhead/controllers/__init__.pyo
+${PYSITELIB}/loggerhead/controllers/annotate_ui.py
+${PYSITELIB}/loggerhead/controllers/annotate_ui.pyc
+${PYSITELIB}/loggerhead/controllers/annotate_ui.pyo
+${PYSITELIB}/loggerhead/controllers/atom_ui.py
+${PYSITELIB}/loggerhead/controllers/atom_ui.pyc
+${PYSITELIB}/loggerhead/controllers/atom_ui.pyo
+${PYSITELIB}/loggerhead/controllers/changelog_ui.py
+${PYSITELIB}/loggerhead/controllers/changelog_ui.pyc
+${PYSITELIB}/loggerhead/controllers/changelog_ui.pyo
+${PYSITELIB}/loggerhead/controllers/diff_ui.py
+${PYSITELIB}/loggerhead/controllers/diff_ui.pyc
+${PYSITELIB}/loggerhead/controllers/diff_ui.pyo
+${PYSITELIB}/loggerhead/controllers/directory_ui.py
+${PYSITELIB}/loggerhead/controllers/directory_ui.pyc
+${PYSITELIB}/loggerhead/controllers/directory_ui.pyo
+${PYSITELIB}/loggerhead/controllers/download_ui.py
+${PYSITELIB}/loggerhead/controllers/download_ui.pyc
+${PYSITELIB}/loggerhead/controllers/download_ui.pyo
+${PYSITELIB}/loggerhead/controllers/inventory_ui.py
+${PYSITELIB}/loggerhead/controllers/inventory_ui.pyc
+${PYSITELIB}/loggerhead/controllers/inventory_ui.pyo
+${PYSITELIB}/loggerhead/controllers/revision_ui.py
+${PYSITELIB}/loggerhead/controllers/revision_ui.pyc
+${PYSITELIB}/loggerhead/controllers/revision_ui.pyo
+${PYSITELIB}/loggerhead/controllers/search_ui.py
+${PYSITELIB}/loggerhead/controllers/search_ui.pyc
+${PYSITELIB}/loggerhead/controllers/search_ui.pyo
+${PYSITELIB}/loggerhead/daemon.py
+${PYSITELIB}/loggerhead/daemon.pyc
+${PYSITELIB}/loggerhead/daemon.pyo
+${PYSITELIB}/loggerhead/history.py
+${PYSITELIB}/loggerhead/history.pyc
+${PYSITELIB}/loggerhead/history.pyo
+${PYSITELIB}/loggerhead/lockfile.py
+${PYSITELIB}/loggerhead/lockfile.pyc
+${PYSITELIB}/loggerhead/lockfile.pyo
+${PYSITELIB}/loggerhead/lsprof.py
+${PYSITELIB}/loggerhead/lsprof.pyc
+${PYSITELIB}/loggerhead/lsprof.pyo
+${PYSITELIB}/loggerhead/search.py
+${PYSITELIB}/loggerhead/search.pyc
+${PYSITELIB}/loggerhead/search.pyo
+${PYSITELIB}/loggerhead/static/css/annotate.css
+${PYSITELIB}/loggerhead/static/css/diff.css
+${PYSITELIB}/loggerhead/static/css/files.css
+${PYSITELIB}/loggerhead/static/css/global.css
+${PYSITELIB}/loggerhead/static/images/bg_Tabs.gif
+${PYSITELIB}/loggerhead/static/images/bg_infobox.gif
+${PYSITELIB}/loggerhead/static/images/bg_menuTabs.gif
+${PYSITELIB}/loggerhead/static/images/bg_search_input.gif
+${PYSITELIB}/loggerhead/static/images/bg_submenuTabs.gif
+${PYSITELIB}/loggerhead/static/images/deleteCode.gif
+${PYSITELIB}/loggerhead/static/images/favicon.ico
+${PYSITELIB}/loggerhead/static/images/ico_branch.gif
+${PYSITELIB}/loggerhead/static/images/ico_committer.gif
+${PYSITELIB}/loggerhead/static/images/ico_description.gif
+${PYSITELIB}/loggerhead/static/images/ico_diff.gif
+${PYSITELIB}/loggerhead/static/images/ico_file.gif
+${PYSITELIB}/loggerhead/static/images/ico_file_download.gif
+${PYSITELIB}/loggerhead/static/images/ico_file_flecha.gif
+${PYSITELIB}/loggerhead/static/images/ico_file_modify.gif
+${PYSITELIB}/loggerhead/static/images/ico_folder.gif
+${PYSITELIB}/loggerhead/static/images/ico_folder_up.gif
+${PYSITELIB}/loggerhead/static/images/ico_link.gif
+${PYSITELIB}/loggerhead/static/images/ico_mergefrom.gif
+${PYSITELIB}/loggerhead/static/images/ico_mergeto.gif
+${PYSITELIB}/loggerhead/static/images/ico_planilla.gif
+${PYSITELIB}/loggerhead/static/images/ico_rss.gif
+${PYSITELIB}/loggerhead/static/images/ico_time.gif
+${PYSITELIB}/loggerhead/static/images/newCode.gif
+${PYSITELIB}/loggerhead/static/images/treeCollapsed.png
+${PYSITELIB}/loggerhead/static/images/treeDiff.png
+${PYSITELIB}/loggerhead/static/images/treeExpanded.png
+${PYSITELIB}/loggerhead/static/javascript/custom.js
+${PYSITELIB}/loggerhead/static/javascript/mootools-1.2-core.js
+${PYSITELIB}/loggerhead/static/javascript/mootools-1.2-more.js
+${PYSITELIB}/loggerhead/templatefunctions.py
+${PYSITELIB}/loggerhead/templatefunctions.pyc
+${PYSITELIB}/loggerhead/templatefunctions.pyo
+${PYSITELIB}/loggerhead/templates/__init__.py
+${PYSITELIB}/loggerhead/templates/__init__.pyc
+${PYSITELIB}/loggerhead/templates/__init__.pyo
+${PYSITELIB}/loggerhead/templates/annotate.pt
+${PYSITELIB}/loggerhead/templates/atom.pt
+${PYSITELIB}/loggerhead/templates/browse.pt
+${PYSITELIB}/loggerhead/templates/changelog.pt
+${PYSITELIB}/loggerhead/templates/collapse-all-button.pt
+${PYSITELIB}/loggerhead/templates/collapse-button.pt
+${PYSITELIB}/loggerhead/templates/directory.pt
+${PYSITELIB}/loggerhead/templates/feed-link.pt
+${PYSITELIB}/loggerhead/templates/inventory.pt
+${PYSITELIB}/loggerhead/templates/macros.pt
+${PYSITELIB}/loggerhead/templates/menu.pt
+${PYSITELIB}/loggerhead/templates/modified-file-link-rev.pt
+${PYSITELIB}/loggerhead/templates/revision.pt
+${PYSITELIB}/loggerhead/templates/revisionfilechanges.pt
+${PYSITELIB}/loggerhead/templates/revisioninfo.pt
+${PYSITELIB}/loggerhead/templates/search-box.pt
+${PYSITELIB}/loggerhead/templates/search.pt
+${PYSITELIB}/loggerhead/util.py
+${PYSITELIB}/loggerhead/util.pyc
+${PYSITELIB}/loggerhead/util.pyo
+${PYSITELIB}/loggerhead/wholehistory.py
+${PYSITELIB}/loggerhead/wholehistory.pyc
+${PYSITELIB}/loggerhead/wholehistory.pyo
+${PYSITELIB}/loggerhead/zptsupport.py
+${PYSITELIB}/loggerhead/zptsupport.pyc
+${PYSITELIB}/loggerhead/zptsupport.pyo
+man/man1/serve-branches.1
+man/man1/start-loggerhead.1
+man/man1/stop-loggerhead.1
+share/doc/loggerhead/loggerhead.conf.example
+@dirrm share/doc/loggerhead
+@dirrm ${PYSITELIB}/loggerhead/templates
+@dirrm ${PYSITELIB}/loggerhead/static/javascript
+@dirrm ${PYSITELIB}/loggerhead/static/images
+@dirrm ${PYSITELIB}/loggerhead/static/css
+@dirrm ${PYSITELIB}/loggerhead/static
+@dirrm ${PYSITELIB}/loggerhead/controllers
+@dirrm ${PYSITELIB}/loggerhead/apps
+@dirrm ${PYSITELIB}/loggerhead
diff -r 912843ec191f -r 10ada1140a3c www/loggerhead/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/loggerhead/distinfo   Thu Sep 04 17:20:26 2008 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/04 17:20:26 epg Exp $
+
+SHA1 (loggerhead-1.6.tar.gz) = c37f2aab7ce4894745e247222533abaccba59f5a
+RMD160 (loggerhead-1.6.tar.gz) = 1ccf28b4bad04cc26d275e4665525c895d5c30e3
+Size (loggerhead-1.6.tar.gz) = 95065 bytes
+SHA1 (patch-aa) = dfdb406645765713564910deb30af22c7534b6eb
diff -r 912843ec191f -r 10ada1140a3c www/loggerhead/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/loggerhead/patches/patch-aa   Thu Sep 04 17:20:26 2008 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/09/04 17:20:26 epg Exp $
+
+--- setup.py.orig      2008-08-15 09:25:26.000000000 -0700
++++ setup.py
+@@ -19,6 +19,7 @@
+ """Loggerhead is a web viewer for projects in bazaar"""
+ 
+ 
++import os
+ from distutils.core import setup
+ import loggerhead
+ 
+@@ -40,7 +41,8 @@ setup(
+                                   "static/javascript/*", 
+                                   "static/images/*"]},
+     data_files = [
+-        ('share/man/man1',['start-loggerhead.1', 'stop-loggerhead.1', 
++        (os.getenv('PKGMANDIR', 'man') + '/man1',
++         ['start-loggerhead.1', 'stop-loggerhead.1', 
+                            'serve-branches.1']),
+         ('share/doc/loggerhead', ['loggerhead.conf.example']),
+         ],



Home | Main Index | Thread Index | Old Index