summaryrefslogtreecommitdiff
path: root/devel/opengrok
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-11-11 22:05:49 +0000
committeradrianp <adrianp>2007-11-11 22:05:49 +0000
commit53b7ee3d779a9314e0e3ea04e370e52813222603 (patch)
tree7118c87a75fe1906ac9c6f36ef33a32540c8a4f3 /devel/opengrok
parent52d629d707ae9aa054d7c5bc8ed3e82ad09ecaef (diff)
downloadpkgsrc-53b7ee3d779a9314e0e3ea04e370e52813222603.tar.gz
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 (limited to 'devel/opengrok')
-rw-r--r--devel/opengrok/Makefile4
-rw-r--r--devel/opengrok/PLIST18
-rw-r--r--devel/opengrok/distinfo8
3 files changed, 9 insertions, 21 deletions
diff --git a/devel/opengrok/Makefile b/devel/opengrok/Makefile
index b4cb7e86f27..54eb8161463 100644
--- a/devel/opengrok/Makefile
+++ b/devel/opengrok/Makefile
@@ -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 --git a/devel/opengrok/PLIST b/devel/opengrok/PLIST
index c4687905845..4abb3c7154a 100644
--- a/devel/opengrok/PLIST
+++ b/devel/opengrok/PLIST
@@ -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/rss.png
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/rss.png
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/README.txt
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 --git a/devel/opengrok/distinfo b/devel/opengrok/distinfo
index 027694715f2..f23107fbaed 100644
--- a/devel/opengrok/distinfo
+++ b/devel/opengrok/distinfo
@@ -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