
CVS log for wip/emacs-current/Makefile
Up to [NetBSD + pkgsrc-wip] / wip / emacs-current
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Mar 26 07:03:31 2012 UTC (8 weeks, 3 days ago) by makoto
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +28 -5
lines
Add logic to switch between two world,
(1) Old with MesaLib <= 7.4.4
(2) New world with
MesaLib >= 7.8.2
Also for gl,glw, dri
This switch is purely for transient period.
Also Remove comments for Debug line.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Mar 5 14:08:16 2012 UTC (2 months, 2 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -1
lines
(1) Bump the version 24.0.93 to 24.0.94
(2) In previous (and more) version bumps,
version.mk was not updated in sync with Makefile.
To have better sync, in Makefile, following line
is proposed (and committed).
-DISTNAME= emacs-24.0.93
+.include "version.mk"
+DISTNAME= emacs-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
Please comment on this change, thanks.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Jan 31 23:47:16 2012 UTC (3 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -1
lines
(1) Bump version 24.0.92 to 24.0.93
(2) Add buildlink3.mk of gl (wip at the moment)
+.include "../../wip/gl/buildlink3.mk"
(3) PLIST update
+share/emacs/${PKGVERSION}/etc/org/OrgOdtContentTemplate.xml
+share/emacs/${PKGVERSION}/etc/org/OrgOdtStyles.xml
+share/emacs/${PKGVERSION}/etc/org/README
+share/emacs/${PKGVERSION}/lisp/org/ob-fortran.el{.gz,c}
+share/emacs/${PKGVERSION}/lisp/org/ob-picolisp.el{.gz,c}
+share/emacs/${PKGVERSION}/lisp/org/ob-shen.el{.gz,c}
+share/emacs/${PKGVERSION}/lisp/org/org-eshell.el{.gz,c}
+share/emacs/${PKGVERSION}/lisp/org/org-odt.el{.gz,c}
Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Dec 8 20:37:23 2011 UTC (5 months, 2 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1
lines
(1) Bump version to 24.0.92
(2) Remove patches/patch-ab, for this is now included in upstream.
The commit log was:
| commit 78741d6ceaa52f63e9ded3ed56064f17d8838479
| Author: Yavor Doganov <yavor@gnu.org>
| Date: Mon Nov 21 20:37:45 2011 -0500
|
| Small fix for --disable-ns-self-contained builds
|
| Do not install arch-dependent files in the app bundle if
| --disable-ns-self-contained is requested.
|
| * configure.in (exec_prefix, libexecdir): Define relative to
| ns_appbindir' only if configured for a self-contained app.
| * Makefile.in (install-arch-dep): Test for the existence of
| libexec in the Emacs.app bundle before executing commands.
(3) Update distinfo due to (2)
Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Nov 3 21:33:00 2011 UTC (6 months, 2 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1
lines
Bump version to 24.0.91.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Sep 27 04:43:36 2011 UTC (7 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1
lines
(1) Makefile: Bump version 24.0.50 to 24.0.90 (pretest)
(2) Drop patches/patch-configure.in-2
Upstream fixed the problem
(3) TODO: Update to drop above (2) related comment
(4) distinfo: (2) related update
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Jun 20 12:32:35 2011 UTC (11 months ago) by makoto
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -0
lines
Constraint for autoconf >= 2.65 added for Mac OS X 10.6.1
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Mar 29 10:44:15 2011 UTC (13 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +4 -1
lines
Emacs build process seems to be changed
See ChangeLog entry of:
2011-03-20 Glenn Morris <rgm at gnu.org>
(1) patches/patch-ab
file 'configure' moved to autogen directory (see autogen/README)
(2) Makefile
add pre-configure: to execute autogen.sh
Now USE_TOOLS= is to include automake and autoconf.
(3) PLIST update
(added)
+share/emacs/${PKGVERSION}/etc/themes/misterioso-theme.el
+share/emacs/${PKGVERSION}/etc/themes/wombat-theme.el
+share/emacs/${PKGVERSION}/lisp/gnus/gssapi.{el.gz,elc}
(moved)
-share/emacs/${PKGVERSION}/lisp/abbrevlist.{el.gz,elc}
+share/emacs/${PKGVERSION}/lisp/obsolete/abbrevlist.{el.gz,elc}
(removed)
-share/emacs/${PKGVERSION}/lisp/eshell/esh-test.{el.gz,elc}
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Jul 31 13:30:31 2010 UTC (21 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +0 -1
lines
| To: "Makoto Fujiwara" <makoto@users.sourceforge.net>
| Cc: pkgsrc-wip-discuss@lists.sourceforge.net, pkgsrc-wip-cvs@lists.sourceforge.net
| Subject: Re: CVS commit: wip/emacs-current
| From: "OBATA Akio" <obache@users.sourceforge.net>
| Date: Sat, 31 Jul 2010 18:01:20 +0900
| You can use bin/emacs-${PKGVERSION} in PLIST.
Now both packages has following file
-rwxr-xr-x 2 root wheel 0 Jul 31 17:16 bin/emacs-24.0.50 == bin/emacs
Thank you,
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Jul 31 08:21:30 2010 UTC (21 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -0
lines
Sorry one more change on "PLIST_SUBST+= DISTNAME=${DISTNAME}", please correct me if wrong, thank you.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Jul 13 00:04:00 2010 UTC (22 months, 1 week ago) by obache
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -0
lines
using .desktop file.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Jul 12 09:13:11 2010 UTC (22 months, 1 week ago) by makoto
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +11 -6
lines
As was discussed in pkgsrc-wip-discuss, the cache facility is added.
Cache may get fat by repeating (daily or frequent) build. Currently
manuall removing of old or all generation is recommended.
GIT_TAG facility is not implemented and to be improved.
Thank you.
(1) Converting cvs-package to git-package.
It seems cvs repository is not being updated. So converted to
use git-package.
wip/mk/git-package.mk is recently updated to facilitate caching.
Please take a look for cvs log output for git-package.mk.
Thank you,
(2) update PLIST as of today.
(3) add patches/patch-ad for configure.in, which is not necessary
for regular make, but nice to have further update.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Dec 15 06:44:32 2009 UTC (2 years, 5 months ago) by makoto
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2
lines
bump the version to 23.1.90, syncing with upstream
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Jul 22 09:53:11 2009 UTC (2 years, 10 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +0 -1
lines
Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Jun 27 14:23:53 2009 UTC (2 years, 10 months ago) by obache
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2
lines
Welcome to emacs-23.1.50.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Jun 20 14:53:49 2009 UTC (2 years, 11 months ago) by makoto
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2
lines
bump version to 23.0.95
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jun 4 19:25:50 2009 UTC (2 years, 11 months ago) by minskim
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +0 -7
lines
Remove unused SUBST_CLASSES.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Jun 4 01:37:42 2009 UTC (2 years, 11 months ago) by makoto
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2
lines
cvs server seems to work again, thanks administrator. Bump the version
Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu May 21 08:41:26 2009 UTC (3 years ago) by obache
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1
lines
Commented out uncompleted SPECIAL_PERMS for update-game-score,
emacs expect to be GAMES_USER:GAMES_GROUP setuid.
XXX: Why GAMES_USER and GAMES_GROUP are empty???
Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue May 19 09:00:07 2009 UTC (3 years ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +0 -1
lines
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue May 12 08:58:48 2009 UTC (3 years ago) by obache
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -0
lines
* Try to fix NextStep installation.
* avoid to hidden dependency on perl.
* try to fix permission for update-game-score.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed May 6 04:06:11 2009 UTC (3 years ago) by makoto
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2
lines
bump version to 23.0.93
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Apr 29 07:53:35 2009 UTC (3 years ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -0
lines
Set LICENSE to gnu-gpl-v3.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Apr 1 10:54:22 2009 UTC (3 years, 1 month ago) by makoto
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2
lines
Version bumped to 23.0.92
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Mar 2 14:24:14 2009 UTC (3 years, 2 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
Version bumped to 23.0.91.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Feb 7 11:58:44 2009 UTC (3 years, 3 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2
lines
Bump PKGNAME and DISTNAME to 23.0.90 to match upstream.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Mar 10 16:00:54 2008 UTC (4 years, 2 months ago) by obache
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -2
lines
Set PKGREVISION to keep old binary packages.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Feb 11 11:58:24 2008 UTC (4 years, 3 months ago) by obache
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +8 -73
lines
Welcome to emacs version 23.0.60
Marked as DESTDIR support.
Introduce some options.
* x11
same as editors/emacs
* gnome
enable gnome related feature (librsvg, dbus)
default toolkit is gtk.
* font-backend
some denending packgages are not imported yet :-<
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Sep 6 22:01:06 2007 UTC (4 years, 8 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -3
lines
Fix for CVS changes. Version was bumped too.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri May 25 12:15:56 2007 UTC (5 years ago) by rillig
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0
lines
Fixed the latest change from cvs-package.mk.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Apr 28 18:12:25 2007 UTC (5 years ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1
lines
Welcome to 22.1.50. Adapt PLIST.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Apr 11 06:51:52 2007 UTC (5 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -1
lines
CVS_MODULE.* has a sensible default value, so it doesn't need to be
specified in this case.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Apr 7 09:49:39 2007 UTC (5 years, 1 month ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1
lines
Welcome to 22.0.97.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Apr 6 02:13:16 2007 UTC (5 years, 1 month ago) by obache
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -0
lines
Mark conflict with emacs-nox11-[0-9]*.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Apr 1 02:19:12 2007 UTC (5 years, 1 month ago) by obache
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1
lines
Change my mail address to @NetBSD.org.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Mar 23 06:29:20 2007 UTC (5 years, 2 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1
lines
Welcome to 22.0.96.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Mar 16 16:57:32 2007 UTC (5 years, 2 months ago) by obache
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +64 -17
lines
Add xaw and carbon options.
If no option is specified, no gui version will be build.
XXX: Where should we install *.app files?
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Mar 15 12:02:03 2007 UTC (5 years, 2 months ago) by obache
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -0
lines
Fix some pkglint warnings.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Mar 15 11:45:07 2007 UTC (5 years, 2 months ago) by obache
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -4
lines
Option 'emacs-xaw3d' obsolated, use usual manner XAW_TYPE instead.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Mar 14 17:24:24 2007 UTC (5 years, 2 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1
lines
Make build with modular xorg.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Mar 13 07:05:06 2007 UTC (5 years, 2 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1
lines
Update to 22.0.95.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Feb 25 09:03:48 2007 UTC (5 years, 2 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1
lines
Welcome to 22.0.94.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jan 26 21:10:21 2007 UTC (5 years, 3 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1
lines
Welcome to 22.0.93.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Dec 24 11:52:44 2006 UTC (5 years, 5 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1
lines
Now version 22.0.92, fixes PLIST.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Dec 23 08:23:31 2006 UTC (5 years, 5 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +0 -1
lines
Remove patches that have been integrated.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Nov 24 07:54:38 2006 UTC (5 years, 6 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1
lines
Adapt for CVS changes.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 1 10:17:13 2006 UTC (5 years, 6 months ago) by mwdavies
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +0 -3
lines
Use correct machine file for amd64.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Oct 30 18:23:46 2006 UTC (5 years, 6 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1
lines
Sync with upstream (pre-test release 22.0.90 -> version number change
in PLIST, one patch included, two more files installed).
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Oct 26 23:27:45 2006 UTC (5 years, 6 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
CHECK_WRKREF_SKIP seems to be relative to PREFIX now.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 17 07:23:49 2006 UTC (5 years, 7 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +9 -0
lines
Add basic support for amd64.
Build dies in:
Loading /usr/obj/wip/emacs-current/work.x86_64/emacs/lisp/case-table.el (source)
...
Invalid regexp: "Regular expression too big"
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Oct 16 08:17:50 2006 UTC (5 years, 7 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -0
lines
Fix 'test =='.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Sep 5 12:54:43 2006 UTC (5 years, 8 months ago) by obache
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1
lines
Options are different from editors/emacs, so rename option name
from emacs to emacs_current.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 12 04:48:36 2006 UTC (5 years, 9 months ago) by obache
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -1
lines
catch up recent PLIST changes.
add some tools.
move games score files to ${VARBASE}
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jul 21 12:40:02 2006 UTC (5 years, 10 months ago) by obache
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1
lines
Fix some pkglint warnings.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 5 16:42:51 2006 UTC (5 years, 10 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -2
lines
Revert previous, which added gtk to suggested options.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 5 16:40:57 2006 UTC (5 years, 10 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -0
lines
+ comix-3.3.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 21 02:55:00 2006 UTC (6 years, 1 month ago) by obache
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -0
lines
Avoid WRKREF check for dumped emacs.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Apr 16 13:16:51 2006 UTC (6 years, 1 month ago) by obache
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Woops! HOMEPAGE and COMMENT isn't modified.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Apr 16 12:48:15 2006 UTC (6 years, 1 month ago) by obache
Branches: OBACHE
CVS tags: OBACHE_20060416
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
This is experimental pkgsrc of emacs-current.
Only build & test on NetBSD/i386 3.0_STABLE, with default option.
If you have any ideas to modifycation, do it without asking to me!
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Apr 16 12:48:15 2006 UTC (6 years, 1 month ago) by obache
Branches: MAIN
Initial revision
NetBSD-CVSweb <admin[at]NetBSD[dot]se>