pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/opengrok OpenGrok 0.5 released | 08/20/2007



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0815f8c92156
branches:  trunk
changeset: 535225:0815f8c92156
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Nov 11 22:05:49 2007 +0000

description:
OpenGrok 0.5 released | 08/20/2007

Please see http://cvs.opensolaris.org/source/history/opengrok/trunk/ for full history information, and for the list of contributors. The following is just a summary.

New Features:

* Annotate support for Subversion and Mercurial
* Use of a "history cache" for some SCM's to improve performance
* Replaced system properties with configuration that may be changed runtime
* Added support for Lisp
* Updated the Lucene search engine, and allow wildcard search
* Implemented glob'ing for IgnoredNames (-i *.bak)
* Added a meta robots directive to the page headers to stop robots
* Added support for "Projects"
* Added support for RCS
* Allow user-configurable bug patterns

diffstat:

 devel/opengrok/Makefile |   4 ++--
 devel/opengrok/PLIST    |  18 +++---------------
 devel/opengrok/distinfo |   8 ++++----
 3 files changed, 9 insertions(+), 21 deletions(-)

diffs (88 lines):

diff -r 8212d4dcccd9 -r 0815f8c92156 devel/opengrok/Makefile
--- a/devel/opengrok/Makefile   Sun Nov 11 21:53:57 2007 +0000
+++ b/devel/opengrok/Makefile   Sun Nov 11 22:05:49 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/08 16:59:41 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2007/11/11 22:05:49 adrianp Exp $
 #
 
-DISTNAME=      opengrok-0.4
+DISTNAME=      opengrok-0.5
 CATEGORIES=    devel
 MASTER_SITES=  http://www.opensolaris.org/os/project/opengrok/files/
 
diff -r 8212d4dcccd9 -r 0815f8c92156 devel/opengrok/PLIST
--- a/devel/opengrok/PLIST      Sun Nov 11 21:53:57 2007 +0000
+++ b/devel/opengrok/PLIST      Sun Nov 11 22:05:49 2007 +0000
@@ -1,17 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/08 16:59:41 adrianp Exp $
-share/examples/opengrok/conf/default/html/foot.html
-share/examples/opengrok/conf/default/html/help.html
+@comment $NetBSD: PLIST,v 1.2 2007/11/11 22:05:49 adrianp Exp $
 share/examples/opengrok/conf/default/html/img/Logo.png
 share/examples/opengrok/conf/default/html/img/icon.png
 share/examples/opengrok/conf/default/html/img/rss.png
 share/examples/opengrok/conf/default/html/img/servedby.png
-share/examples/opengrok/conf/default/html/index.html
 share/examples/opengrok/conf/default/html/print.css
-share/examples/opengrok/conf/default/html/rss.xsl.xml
 share/examples/opengrok/conf/default/html/style.css
 share/examples/opengrok/conf/default/web.xml
-share/examples/opengrok/conf/offwhite/html/foot.html
-share/examples/opengrok/conf/offwhite/html/help.html
 share/examples/opengrok/conf/offwhite/html/img/Logo.png
 share/examples/opengrok/conf/offwhite/html/img/b.gif
 share/examples/opengrok/conf/offwhite/html/img/d.gif
@@ -27,13 +21,9 @@
 share/examples/opengrok/conf/offwhite/html/img/servedby.png
 share/examples/opengrok/conf/offwhite/html/img/t.gif
 share/examples/opengrok/conf/offwhite/html/img/w.gif
-share/examples/opengrok/conf/offwhite/html/index.html
 share/examples/opengrok/conf/offwhite/html/print.css
-share/examples/opengrok/conf/offwhite/html/rss.xsl.xml
 share/examples/opengrok/conf/offwhite/html/style.css
 share/examples/opengrok/conf/offwhite/web.xml
-share/examples/opengrok/conf/polished/html/foot.html
-share/examples/opengrok/conf/polished/html/help.html
 share/examples/opengrok/conf/polished/html/img/Logo.png
 share/examples/opengrok/conf/polished/html/img/b.gif
 share/examples/opengrok/conf/polished/html/img/d.gif
@@ -49,9 +39,7 @@
 share/examples/opengrok/conf/polished/html/img/servedby.png
 share/examples/opengrok/conf/polished/html/img/t.gif
 share/examples/opengrok/conf/polished/html/img/w.gif
-share/examples/opengrok/conf/polished/html/index.html
 share/examples/opengrok/conf/polished/html/print.css
-share/examples/opengrok/conf/polished/html/rss.xsl.xml
 share/examples/opengrok/conf/polished/html/style.css
 share/examples/opengrok/conf/polished/web.xml
 share/examples/opengrok/paths.tsv
@@ -59,11 +47,11 @@
 share/opengrok/lib/ant-tools.jar
 share/opengrok/lib/bcel-5.1.jar
 share/opengrok/lib/jakarta-oro-2.0.8.jar
-share/opengrok/lib/lucene-1.4.3.jar
+share/opengrok/lib/lucene-core-2.1.0.jar
+share/opengrok/lib/lucene-spellchecker-2.1.0.jar
 share/opengrok/lib/org.apache.commons.jrcs.diff.jar
 share/opengrok/lib/org.apache.commons.jrcs.rcs.jar
 share/opengrok/lib/servlet-api.jar
-share/opengrok/lib/speller.jar
 share/opengrok/lib/svn-javahl.jar
 share/opengrok/lib/swing-layout-0.9.jar
 share/opengrok/opengrok.jar
diff -r 8212d4dcccd9 -r 0815f8c92156 devel/opengrok/distinfo
--- a/devel/opengrok/distinfo   Sun Nov 11 21:53:57 2007 +0000
+++ b/devel/opengrok/distinfo   Sun Nov 11 22:05:49 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/04/08 16:59:41 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2007/11/11 22:05:49 adrianp Exp $
 
-SHA1 (opengrok-0.4.tar.gz) = 6c83639c328b1fe5b20548704501ce9c23559bbf
-RMD160 (opengrok-0.4.tar.gz) = 1f6e1cc0a69c222b5cfa53a8aa8946a1a8fa7601
-Size (opengrok-0.4.tar.gz) = 3145787 bytes
+SHA1 (opengrok-0.5.tar.gz) = f7abf5961227c6b1b7449c6d45c710e13caed394
+RMD160 (opengrok-0.5.tar.gz) = a02d88cf0d05abe945a353aaec77ef077e178e84
+Size (opengrok-0.5.tar.gz) = 3448316 bytes
 SHA1 (patch-aa) = 22c1e946fc90f7cfbc05ad97541eb3bbc2c03cfe
 SHA1 (patch-ab) = a5bb3931713207adaa6303eb533c2cddc39b8fb0



Home | Main Index | Thread Index | Old Index