mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
588b40399c
Chora is the Horde CVS web-viewer. PR: 34651 Submitted by: Thierry Thomas <thierry@pompo.net>
26 lines
580 B
Plaintext
26 lines
580 B
Plaintext
--- 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'
|
|
);
|
|
+*/
|
|
|
|
?>
|