summaryrefslogtreecommitdiff
path: root/devel/chora/files/patch-aa
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-02-09 08:50:32 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-02-09 08:50:32 +0000
commit588b40399c3cc5089bcd968df47f6048de67d30c (patch)
tree7839183938d1c07f07762854c1bed9d4e9000e94 /devel/chora/files/patch-aa
parentUpdate to version 3.14p (diff)
Initial imort of chora 1.0
Chora is the Horde CVS web-viewer. PR: 34651 Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=54415
Diffstat (limited to 'devel/chora/files/patch-aa')
-rw-r--r--devel/chora/files/patch-aa25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/chora/files/patch-aa b/devel/chora/files/patch-aa
new file mode 100644
index 000000000000..c010eb93de6e
--- /dev/null
+++ b/devel/chora/files/patch-aa
@@ -0,0 +1,25 @@
+--- config/cvsroots.php.dist.orig Fri Jun 8 22:59:42 2001
++++ config/cvsroots.php.dist Tue Nov 27 22:42:41 2001
+@@ -27,6 +27,15 @@
+
+ $cvsroots = array();
+
++$cvsroots['myprojects'] = array(
++ 'name' => 'Here',
++ 'location' => '%%CVSROOT%%',
++ 'title' => 'To be configured in %%CONFDIR%%/cvsroots.php',
++ 'intro' => 'longIntro.txt',
++ 'default' => true
++);
++
++/*
+ $cvsroots['php4'] = array(
+ 'name' => 'PHP4',
+ 'location' => '/home/cvs/php4',
+@@ -48,5 +57,6 @@
+ 'location' => '/home/cvs/openbsd',
+ 'title' => 'OpenBSD CVS Repository'
+ );
++*/
+
+ ?>