summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-05-11 03:51:11 +0000
committerminskim <minskim@pkgsrc.org>2006-05-11 03:51:11 +0000
commitd4d4b48275bab3bb168ef72649545baffe8e61e9 (patch)
tree244ab977500cf49fc8c3136e523dc0f89af60426
parent78251a8cbc69193a7bb394f6239a7e05fd50b9d3 (diff)
downloadpkgsrc-d4d4b48275bab3bb168ef72649545baffe8e61e9.tar.gz
Add javacc.
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES-20063
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 23459ee9b6d..aaae7ee87b7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.757 2006/05/04 09:37:36 minskim Exp $
+# $NetBSD: Makefile,v 1.758 2006/05/11 03:51:11 minskim Exp $
#
COMMENT= Development utilities
@@ -200,6 +200,7 @@ SUBDIR+= intel2gas
SUBDIR+= isect
SUBDIR+= its4
SUBDIR+= jam
+SUBDIR+= javacc
SUBDIR+= javadeps
SUBDIR+= jgrasp
SUBDIR+= kdbg
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006
index 4f92ebd3c53..89f6c84e975 100644
--- a/doc/CHANGES-2006
+++ b/doc/CHANGES-2006
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2006,v 1.180 2006/05/11 02:37:55 jwise Exp $
+$NetBSD: CHANGES-2006,v 1.181 2006/05/11 03:51:11 minskim Exp $
Changes to the packages collection and infrastructure in 2006:
@@ -2436,3 +2436,4 @@ Changes to the packages collection and infrastructure in 2006:
Updated lang/kaffe-esound to 1.1.7 [tonio 2006-05-10]
Updated www/dillo to 0.8.6 [adam 2006-05-10]
Updated chat/i2cbd to 2.0_BETA4 [jwise 2006-05-10]
+ Addedd devel/javacc [minskim 2006-05-11]