aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2012-05-17 19:12:14 +0000
committerHiroki Sato <hrs@FreeBSD.org>2012-05-17 19:12:14 +0000
commit35babe0ae5c23c16f907986da4967475b3af2696 (patch)
tree486665ef5f0cb809aae4bd68fe4da0dc86f72ae0 /share
parentb884ae4ab115e45da57adb81a3e616b387b43201 (diff)
downloaddoc-35babe0ae5c23c16f907986da4967475b3af2696.tar.gz
doc-35babe0ae5c23c16f907986da4967475b3af2696.zip
- Set svn:ketwords and svn:mime-type. Note that application/octet-stream is
set on some files as a workaround for binary check. - Fix pathname for svn co in the webupdate script. Approved by: doceng (implicit)
Notes
Notes: svn path=/head/; revision=38826
Diffstat (limited to 'share')
-rw-r--r--share/mk/web.site.mk2
-rw-r--r--share/sgml/advisories.xml2
-rw-r--r--share/sgml/commercial.consult.xml4
-rw-r--r--share/sgml/commercial.hardware.xml4
-rw-r--r--share/sgml/commercial.isp.xml4
-rw-r--r--share/sgml/commercial.misc.xml4
-rw-r--r--share/sgml/commercial.software.xml4
-rw-r--r--share/sgml/common.ent2
-rw-r--r--share/sgml/developers.ent2
-rw-r--r--share/sgml/events.dtd2
-rw-r--r--share/sgml/events.xml2
-rw-r--r--share/sgml/events2011.xml2
-rw-r--r--share/sgml/events2012.xml2
-rw-r--r--share/sgml/freebsd.dtd2
-rw-r--r--share/sgml/gallery.dtd2
-rw-r--r--share/sgml/header.ent2
-rw-r--r--share/sgml/libcommon.xsl2
-rw-r--r--share/sgml/navibar.ent2
-rw-r--r--share/sgml/news.dtd2
-rw-r--r--share/sgml/news.xml2
-rw-r--r--share/sgml/notices.xml2
-rw-r--r--share/sgml/press.dtd2
-rw-r--r--share/sgml/press.xml2
-rw-r--r--share/sgml/release.ent2
-rw-r--r--share/sgml/statusreport.dtd2
-rw-r--r--share/sgml/templates.entries.xsl2
-rw-r--r--share/sgml/templates.events.xsl2
-rw-r--r--share/sgml/templates.news-rdf.xsl2
-rw-r--r--share/sgml/templates.news-rss.xsl2
-rw-r--r--share/sgml/templates.newsflash.xsl2
-rw-r--r--share/sgml/templates.oldnewsflash.xsl2
-rw-r--r--share/sgml/templates.oldpress.xsl2
-rw-r--r--share/sgml/templates.pastevents.xsl2
-rw-r--r--share/sgml/templates.press-rss.xsl2
-rw-r--r--share/sgml/templates.press.xsl2
-rw-r--r--share/sgml/templates.usergroups.xsl2
-rw-r--r--share/sgml/usergroups.dtd2
-rw-r--r--share/sgml/usergroups.xml2
-rw-r--r--share/sgml/xslt10-freebsd.dtd2
-rwxr-xr-xshare/tools/buildpnms.sh2
-rw-r--r--share/tools/portsgrowth/Makefile2
-rw-r--r--share/tools/portsgrowth/getinfo.sh2
-rw-r--r--share/tools/portsgrowth/ports.plt2
-rw-r--r--share/tools/prstats/Makefile2
-rwxr-xr-xshare/tools/prstats/eval.tcl2
-rw-r--r--share/tools/prstats/g2
-rwxr-xr-xshare/tools/prstats/go.tcl2
-rw-r--r--share/tools/webupdate4
48 files changed, 54 insertions, 54 deletions
diff --git a/share/mk/web.site.mk b/share/mk/web.site.mk
index afbc870f17..426c5419ef 100644
--- a/share/mk/web.site.mk
+++ b/share/mk/web.site.mk
@@ -1,5 +1,5 @@
# bsd.web.mk
-# $FreeBSD: www/share/mk/web.site.mk,v 1.81 2011/09/27 19:08:40 gjb Exp $
+# $FreeBSD$
#
# Build and install a web site.
diff --git a/share/sgml/advisories.xml b/share/sgml/advisories.xml
index b248a58bc1..d2415f3396 100644
--- a/share/sgml/advisories.xml
+++ b/share/sgml/advisories.xml
@@ -2,7 +2,7 @@
<advisories>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/advisories.xml,v 1.245 2011/12/23 15:46:20 cperciva Exp $
+ $FreeBSD$
</cvs:keyword>
</cvs:keywords>
diff --git a/share/sgml/commercial.consult.xml b/share/sgml/commercial.consult.xml
index 32e63707fd..20d6cab624 100644
--- a/share/sgml/commercial.consult.xml
+++ b/share/sgml/commercial.consult.xml
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE entries PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Commercial Gallery//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/gallery.dtd">
-<!-- $FreeBSD: www/share/sgml/commercial.consult.xml,v 1.129 2011/07/01 04:46:13 loader Exp $ -->
+<!-- $FreeBSD$ -->
<entries>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/commercial.consult.xml,v 1.129 2011/07/01 04:46:13 loader Exp $
+ $FreeBSD$
</cvs:keyword>
</cvs:keywords>
diff --git a/share/sgml/commercial.hardware.xml b/share/sgml/commercial.hardware.xml
index 151082e1b6..a94f710bf4 100644
--- a/share/sgml/commercial.hardware.xml
+++ b/share/sgml/commercial.hardware.xml
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE entries PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Commercial Gallery//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/gallery.dtd">
-<!-- $FreeBSD: www/share/sgml/commercial.hardware.xml,v 1.19 2010/07/21 22:38:39 jkois Exp $ -->
+<!-- $FreeBSD$ -->
<entries>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/commercial.hardware.xml,v 1.19 2010/07/21 22:38:39 jkois Exp $
+ $FreeBSD$
</cvs:keyword>
</cvs:keywords>
diff --git a/share/sgml/commercial.isp.xml b/share/sgml/commercial.isp.xml
index 39569cd626..6a9e61271f 100644
--- a/share/sgml/commercial.isp.xml
+++ b/share/sgml/commercial.isp.xml
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE entries PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Commercial Gallery//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/gallery.dtd">
-<!-- $FreeBSD: www/share/sgml/commercial.isp.xml,v 1.72 2012/02/12 14:12:00 jkois Exp $ -->
+<!-- $FreeBSD$ -->
<entries>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/commercial.isp.xml,v 1.72 2012/02/12 14:12:00 jkois Exp $
+ $FreeBSD$
</cvs:keyword>
</cvs:keywords>
diff --git a/share/sgml/commercial.misc.xml b/share/sgml/commercial.misc.xml
index 206d28e68d..204c30767b 100644
--- a/share/sgml/commercial.misc.xml
+++ b/share/sgml/commercial.misc.xml
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE entries PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Commercial Gallery//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/gallery.dtd">
-<!-- $FreeBSD: www/share/sgml/commercial.misc.xml,v 1.6 2010/02/13 08:24:54 jkois Exp $ -->
+<!-- $FreeBSD$ -->
<entries>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/commercial.misc.xml,v 1.6 2010/02/13 08:24:54 jkois Exp $
+ $FreeBSD$
</cvs:keyword>
</cvs:keywords>
diff --git a/share/sgml/commercial.software.xml b/share/sgml/commercial.software.xml
index 07781dc550..cff0a47727 100644
--- a/share/sgml/commercial.software.xml
+++ b/share/sgml/commercial.software.xml
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE entries PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Commercial Gallery//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/gallery.dtd">
-<!-- $FreeBSD: www/share/sgml/commercial.software.xml,v 1.40 2011/09/14 13:05:45 jkois Exp $ -->
+<!-- $FreeBSD$ -->
<entries>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/commercial.software.xml,v 1.40 2011/09/14 13:05:45 jkois Exp $
+ $FreeBSD$
</cvs:keyword>
</cvs:keywords>
diff --git a/share/sgml/common.ent b/share/sgml/common.ent
index 7d89332373..564524116f 100644
--- a/share/sgml/common.ent
+++ b/share/sgml/common.ent
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/share/sgml/common.ent,v 1.7 2012/01/16 07:11:53 glewis Exp $ -->
+<!-- $FreeBSD$ -->
<!-- FreeBSD Common Entities -->
<!-- PUBLIC "-//FreeBSD//ENTITIES FreeBSD Common Entities//EN" -->
diff --git a/share/sgml/developers.ent b/share/sgml/developers.ent
index 50419730b3..081231ac09 100644
--- a/share/sgml/developers.ent
+++ b/share/sgml/developers.ent
@@ -6,7 +6,7 @@ allows multiple documents to use the abbreviated entities, and allows
us to update author names, or the representation of those names (such
as adding email addresses), by just editing a single file.
-$FreeBSD: www/en/developers.sgml,v 1.319 2012/04/22 17:02:15 jlh Exp $
+$FreeBSD$
-->
diff --git a/share/sgml/events.dtd b/share/sgml/events.dtd
index 9d0cdfd81f..ecc78ada33 100644
--- a/share/sgml/events.dtd
+++ b/share/sgml/events.dtd
@@ -22,7 +22,7 @@
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
- $FreeBSD: www/share/sgml/events.dtd,v 1.1 2006/08/19 21:20:53 hrs Exp $
+ $FreeBSD$
-->
<!-- DTD for events.xml on the FreeBSD website. -->
diff --git a/share/sgml/events.xml b/share/sgml/events.xml
index 4a3e75848e..82106592bd 100644
--- a/share/sgml/events.xml
+++ b/share/sgml/events.xml
@@ -10,7 +10,7 @@
<events xmlns:xi="http://www.w3.org/2001/XInclude">
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/events.xml,v 1.99 2011/08/04 14:14:40 jkois Exp $
+ $FreeBSD$
</cvs:keyword>
</cvs:keywords>
diff --git a/share/sgml/events2011.xml b/share/sgml/events2011.xml
index 3106d71a51..4813b7b739 100644
--- a/share/sgml/events2011.xml
+++ b/share/sgml/events2011.xml
@@ -10,7 +10,7 @@
<events>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/events2011.xml,v 1.3 2011/08/12 12:16:21 kib Exp $
+ $FreeBSD$
</cvs:keyword>
</cvs:keywords>
diff --git a/share/sgml/events2012.xml b/share/sgml/events2012.xml
index df491cc8a7..c2e1161de8 100644
--- a/share/sgml/events2012.xml
+++ b/share/sgml/events2012.xml
@@ -10,7 +10,7 @@
<events>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/events2012.xml,v 1.4 2012/01/30 19:36:16 brueffer Exp $
+ $FreeBSD$
</cvs:keyword>
</cvs:keywords>
diff --git a/share/sgml/freebsd.dtd b/share/sgml/freebsd.dtd
index 37aab1d2a4..39ca5dbca1 100644
--- a/share/sgml/freebsd.dtd
+++ b/share/sgml/freebsd.dtd
@@ -7,7 +7,7 @@
The FPI for this DTD is "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN"
- $FreeBSD: doc/share/sgml/freebsd.dtd,v 1.7 2000/11/20 10:43:53 nik Exp $
+ $FreeBSD$
-->
<!-- ..................................................................... -->
diff --git a/share/sgml/gallery.dtd b/share/sgml/gallery.dtd
index 73e42f834c..17f2b2e487 100644
--- a/share/sgml/gallery.dtd
+++ b/share/sgml/gallery.dtd
@@ -1,5 +1,5 @@
<!-- DTD for commercial gallery entries on the FreeBSD website. -->
-<!-- $FreeBSD: www/share/sgml/gallery.dtd,v 1.1 2006/08/19 21:20:53 hrs Exp $ -->
+<!-- $FreeBSD$ -->
<!ENTITY % xml.features "INCLUDE">
<!ENTITY % sgml.features "IGNORE">
diff --git a/share/sgml/header.ent b/share/sgml/header.ent
index 94a1b02c27..f9931a25ef 100644
--- a/share/sgml/header.ent
+++ b/share/sgml/header.ent
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/share/sgml/header.ent,v 1.18 2011/12/31 11:22:10 bz Exp $ -->
+<!-- $FreeBSD$ -->
<!-- FreeBSD HTML Header Entities -->
<!-- PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header Entities//EN" -->
diff --git a/share/sgml/libcommon.xsl b/share/sgml/libcommon.xsl
index bdd6fe30c9..0dd1608f4d 100644
--- a/share/sgml/libcommon.xsl
+++ b/share/sgml/libcommon.xsl
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd">
-<!-- $FreeBSD: www/share/sgml/libcommon.xsl,v 1.33 2011/12/11 13:56:45 ryusuke Exp $ -->
+<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
diff --git a/share/sgml/navibar.ent b/share/sgml/navibar.ent
index 8cce275b42..3bfaae5261 100644
--- a/share/sgml/navibar.ent
+++ b/share/sgml/navibar.ent
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/share/sgml/navibar.ent,v 1.36 2012/01/13 03:43:29 hrs Exp $ -->
+<!-- $FreeBSD$ -->
<!ENTITY % navinclude.about "IGNORE">
<![ %navinclude.about; [
diff --git a/share/sgml/news.dtd b/share/sgml/news.dtd
index 037993b775..33fb5b47a9 100644
--- a/share/sgml/news.dtd
+++ b/share/sgml/news.dtd
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/share/sgml/news.dtd,v 1.2 2006/08/21 18:27:42 hrs Exp $ -->
+<!-- $FreeBSD$ -->
<!ENTITY % xml.features "INCLUDE">
<!ENTITY % sgml.features "IGNORE">
diff --git a/share/sgml/news.xml b/share/sgml/news.xml
index 03b1ba3435..a13f221030 100644
--- a/share/sgml/news.xml
+++ b/share/sgml/news.xml
@@ -25,7 +25,7 @@
<news>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/news.xml,v 1.436 2012/04/30 17:34:57 issyl0 Exp $
+ $FreeBSD$
</cvs:keyword>
</cvs:keywords>
diff --git a/share/sgml/notices.xml b/share/sgml/notices.xml
index c5311f8c2a..fb3eb287c3 100644
--- a/share/sgml/notices.xml
+++ b/share/sgml/notices.xml
@@ -2,7 +2,7 @@
<advisories>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/notices.xml,v 1.17 2010/02/27 11:06:01 cperciva Exp $
+ $FreeBSD$
</cvs:keyword>
</cvs:keywords>
diff --git a/share/sgml/press.dtd b/share/sgml/press.dtd
index f14737d005..910b3c9216 100644
--- a/share/sgml/press.dtd
+++ b/share/sgml/press.dtd
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/share/sgml/press.dtd,v 1.1 2006/08/19 21:20:54 hrs Exp $ -->
+<!-- $FreeBSD$ -->
<!ENTITY % xml.features "INCLUDE">
<!ENTITY % sgml.features "IGNORE">
diff --git a/share/sgml/press.xml b/share/sgml/press.xml
index d8e4713b08..247cde04bd 100644
--- a/share/sgml/press.xml
+++ b/share/sgml/press.xml
@@ -9,7 +9,7 @@
<press>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/press.xml,v 1.101 2012/05/07 02:22:32 gjb Exp $
+ $FreeBSD$
</cvs:keyword>
</cvs:keywords>
diff --git a/share/sgml/release.ent b/share/sgml/release.ent
index 32827f0a72..96f22e74ae 100644
--- a/share/sgml/release.ent
+++ b/share/sgml/release.ent
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/share/sgml/release.ent,v 1.71 2012/04/18 14:06:05 hrs Exp $ -->
+<!-- $FreeBSD$ -->
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
<!-- The currently released versions of FreeBSD. This value is used to
diff --git a/share/sgml/statusreport.dtd b/share/sgml/statusreport.dtd
index 39d989b6e8..55dc195287 100644
--- a/share/sgml/statusreport.dtd
+++ b/share/sgml/statusreport.dtd
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/share/sgml/statusreport.dtd,v 1.1 2006/08/19 21:20:54 hrs Exp $ -->
+<!-- $FreeBSD$ -->
<!ENTITY % xml.features "INCLUDE">
<!ENTITY % sgml.features "IGNORE">
diff --git a/share/sgml/templates.entries.xsl b/share/sgml/templates.entries.xsl
index cd8a1021b4..011302aa93 100644
--- a/share/sgml/templates.entries.xsl
+++ b/share/sgml/templates.entries.xsl
@@ -6,7 +6,7 @@
<!ENTITY % navinclude.support "INCLUDE">
]>
-<!-- $FreeBSD: www/share/sgml/templates.entries.xsl,v 1.2 2006/08/21 18:27:43 hrs Exp $ -->
+<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
diff --git a/share/sgml/templates.events.xsl b/share/sgml/templates.events.xsl
index 236bfd7f5d..5725d21d65 100644
--- a/share/sgml/templates.events.xsl
+++ b/share/sgml/templates.events.xsl
@@ -9,7 +9,7 @@
<!ENTITY % header.rss "INCLUDE">
]>
-<!-- $FreeBSD: www/share/sgml/templates.events.xsl,v 1.12 2008/12/28 10:59:06 murray Exp $ -->
+<!-- $FreeBSD$ -->
<!-- Copyright (c) 2003 Simon L. Nielsen <simon@FreeBSD.org>
Copyright (c) 2008 Murray M Stokely <murray@FreeBSD.org>
diff --git a/share/sgml/templates.news-rdf.xsl b/share/sgml/templates.news-rdf.xsl
index 9163f8ba87..418d0e6670 100644
--- a/share/sgml/templates.news-rdf.xsl
+++ b/share/sgml/templates.news-rdf.xsl
@@ -5,7 +5,7 @@
<!ENTITY email "freebsd-www">
]>
-<!-- $FreeBSD: www/share/sgml/templates.news-rdf.xsl,v 1.3 2009/06/02 17:33:09 gabor Exp $ -->
+<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
diff --git a/share/sgml/templates.news-rss.xsl b/share/sgml/templates.news-rss.xsl
index f549540045..ac39d24b63 100644
--- a/share/sgml/templates.news-rss.xsl
+++ b/share/sgml/templates.news-rss.xsl
@@ -7,7 +7,7 @@
<!ENTITY realname "Webmaster Team">
]>
-<!-- $FreeBSD: www/share/sgml/templates.news-rss.xsl,v 1.2 2008/01/08 06:07:52 murray Exp $ -->
+<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
diff --git a/share/sgml/templates.newsflash.xsl b/share/sgml/templates.newsflash.xsl
index aedbbd435d..678d009705 100644
--- a/share/sgml/templates.newsflash.xsl
+++ b/share/sgml/templates.newsflash.xsl
@@ -9,7 +9,7 @@
<!ENTITY % header.rss "INCLUDE">
]>
-<!-- $FreeBSD: www/share/sgml/templates.newsflash.xsl,v 1.3 2008/01/15 21:30:38 murray Exp $ -->
+<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
diff --git a/share/sgml/templates.oldnewsflash.xsl b/share/sgml/templates.oldnewsflash.xsl
index 56d50f5d44..636c3b118c 100644
--- a/share/sgml/templates.oldnewsflash.xsl
+++ b/share/sgml/templates.oldnewsflash.xsl
@@ -6,7 +6,7 @@
<!ENTITY % navinclude.about "INCLUDE">
]>
-<!-- $FreeBSD: www/share/sgml/templates.oldnewsflash.xsl,v 1.9 2009/02/15 09:53:50 jkois Exp $ -->
+<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
diff --git a/share/sgml/templates.oldpress.xsl b/share/sgml/templates.oldpress.xsl
index b5a83a9f21..0553f3c16d 100644
--- a/share/sgml/templates.oldpress.xsl
+++ b/share/sgml/templates.oldpress.xsl
@@ -6,7 +6,7 @@
<!ENTITY % navinclude.about "INCLUDE">
]>
-<!-- $FreeBSD: www/share/sgml/templates.oldpress.xsl,v 1.7 2009/02/15 09:53:50 jkois Exp $ -->
+<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
diff --git a/share/sgml/templates.pastevents.xsl b/share/sgml/templates.pastevents.xsl
index 1f672e77b0..a6a47837f0 100644
--- a/share/sgml/templates.pastevents.xsl
+++ b/share/sgml/templates.pastevents.xsl
@@ -9,7 +9,7 @@
<!ENTITY % header.rss "INCLUDE">
]>
-<!-- $FreeBSD: www/share/sgml/templates.pastevents.xsl,v 1.3 2008/12/15 02:50:38 murray Exp $ -->
+<!-- $FreeBSD$ -->
<!-- Copyright (c) 2003 Simon L. Nielsen <simon@FreeBSD.org>
Copyright (c) 2008 Murray M Stokely <murray@FreeBSD.org>
diff --git a/share/sgml/templates.press-rss.xsl b/share/sgml/templates.press-rss.xsl
index 28a6a40ff8..3cb9e7cb8a 100644
--- a/share/sgml/templates.press-rss.xsl
+++ b/share/sgml/templates.press-rss.xsl
@@ -7,7 +7,7 @@
<!ENTITY realname "Webmaster Team">
]>
-<!-- $FreeBSD: www/share/sgml/templates.press-rss.xsl,v 1.1 2008/01/16 08:21:47 murray Exp $ -->
+<!-- $FreeBSD$ -->
<!-- Copyright (c) 2008 Murray Stokely <murray@FreeBSD.org>
diff --git a/share/sgml/templates.press.xsl b/share/sgml/templates.press.xsl
index 0fe67c970f..22308417ee 100644
--- a/share/sgml/templates.press.xsl
+++ b/share/sgml/templates.press.xsl
@@ -9,7 +9,7 @@
<!ENTITY % header.rss "INCLUDE">
]>
-<!-- $FreeBSD: www/share/sgml/templates.press.xsl,v 1.4 2008/01/16 08:25:02 murray Exp $ -->
+<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
diff --git a/share/sgml/templates.usergroups.xsl b/share/sgml/templates.usergroups.xsl
index 31122bb998..347a59a30c 100644
--- a/share/sgml/templates.usergroups.xsl
+++ b/share/sgml/templates.usergroups.xsl
@@ -6,7 +6,7 @@
<!ENTITY % navinclude.community "INCLUDE">
]>
-<!-- $FreeBSD: www/share/sgml/templates.usergroups.xsl,v 1.11 2008/04/20 22:49:25 murray Exp $ -->
+<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
diff --git a/share/sgml/usergroups.dtd b/share/sgml/usergroups.dtd
index b45d751f6e..075f4dd561 100644
--- a/share/sgml/usergroups.dtd
+++ b/share/sgml/usergroups.dtd
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/share/sgml/usergroups.dtd,v 1.1 2006/08/19 21:20:54 hrs Exp $ -->
+<!-- $FreeBSD$ -->
<!ENTITY % xml.features "INCLUDE">
<!ENTITY % sgml.features "IGNORE">
diff --git a/share/sgml/usergroups.xml b/share/sgml/usergroups.xml
index 52091b32be..ffebfc262a 100644
--- a/share/sgml/usergroups.xml
+++ b/share/sgml/usergroups.xml
@@ -5,7 +5,7 @@
<usergroups>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/usergroups.xml,v 1.113 2011/11/20 18:24:57 gjb Exp $
+ $FreeBSD$
</cvs:keyword>
</cvs:keywords>
diff --git a/share/sgml/xslt10-freebsd.dtd b/share/sgml/xslt10-freebsd.dtd
index 119d2034b7..1e1f265eba 100644
--- a/share/sgml/xslt10-freebsd.dtd
+++ b/share/sgml/xslt10-freebsd.dtd
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $FreeBSD: www/share/sgml/xslt10-freebsd.dtd,v 1.1 2006/08/19 21:20:54 hrs Exp $ -->
+<!-- $FreeBSD$ -->
<!-- Standard XSLT 1.0 DTD for FreeBSD www tree -->
<!-- PUBLIC -//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN" -->
diff --git a/share/tools/buildpnms.sh b/share/tools/buildpnms.sh
index 96504dd674..08f282de54 100755
--- a/share/tools/buildpnms.sh
+++ b/share/tools/buildpnms.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD: www/tools/buildpnms.sh,v 1.2 2004/07/27 20:34:40 ceri Exp $
+# $FreeBSD$
#
# Shell script to generate the .pnm files required for the send-pr
# mechanism. This is not used by the build process, as it requires
diff --git a/share/tools/portsgrowth/Makefile b/share/tools/portsgrowth/Makefile
index e391ac82c2..0cf9546195 100644
--- a/share/tools/portsgrowth/Makefile
+++ b/share/tools/portsgrowth/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD: www/tools/portsgrowth/Makefile,v 1.1 2002/05/20 10:46:13 phantom Exp $
+# $FreeBSD$
.if exists(../../../en_US.ISO8859-1/Makefile.conf)
.include "../../../en_US.ISO8859-1/Makefile.conf"
diff --git a/share/tools/portsgrowth/getinfo.sh b/share/tools/portsgrowth/getinfo.sh
index 244baa857e..61dc3812be 100644
--- a/share/tools/portsgrowth/getinfo.sh
+++ b/share/tools/portsgrowth/getinfo.sh
@@ -6,7 +6,7 @@
# it with our current list. This lets us keep info about revisions that
# have been axed from the repository during ports/INDEX cleanup.
#
-# $FreeBSD: www/tools/portsgrowth/getinfo.sh,v 1.2 2002/05/20 11:33:17 phantom Exp $
+# $FreeBSD$
CVSCMD='cvs -QR'
INDEX=ports/INDEX
diff --git a/share/tools/portsgrowth/ports.plt b/share/tools/portsgrowth/ports.plt
index 0a8ecd30bb..d26d68057a 100644
--- a/share/tools/portsgrowth/ports.plt
+++ b/share/tools/portsgrowth/ports.plt
@@ -1,4 +1,4 @@
-# $FreeBSD: www/tools/portsgrowth/ports.plt,v 1.2 2004/09/26 13:36:01 simon Exp $
+# $FreeBSD$
set terminal png
set output "ports.png"
set ylabel "Number of ports"
diff --git a/share/tools/prstats/Makefile b/share/tools/prstats/Makefile
index 03aef78ed4..5de6d4f53f 100644
--- a/share/tools/prstats/Makefile
+++ b/share/tools/prstats/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD: www/tools/prstats/Makefile,v 1.2 2001/11/18 16:11:34 murray Exp $
+# $FreeBSD$
#
.if exists(../../../en_US.ISO8859-1/Makefile.conf)
diff --git a/share/tools/prstats/eval.tcl b/share/tools/prstats/eval.tcl
index 9f0ca8fc41..9a32262694 100755
--- a/share/tools/prstats/eval.tcl
+++ b/share/tools/prstats/eval.tcl
@@ -1,6 +1,6 @@
#!/usr/local/bin/tclsh8.3
#
-# $FreeBSD: www/tools/prstats/eval.tcl,v 1.1 2001/10/29 01:58:12 murray Exp $
+# $FreeBSD$
#
set fi [open "|sort -n _"]
diff --git a/share/tools/prstats/g b/share/tools/prstats/g
index b5f2d9a40c..170e8e780b 100644
--- a/share/tools/prstats/g
+++ b/share/tools/prstats/g
@@ -1,4 +1,4 @@
-# $FreeBSD: www/tools/prstats/g,v 1.2 2002/06/13 23:57:54 bsd Exp $
+# $FreeBSD$
#
set term png small
set xdata time
diff --git a/share/tools/prstats/go.tcl b/share/tools/prstats/go.tcl
index 2178a2efe7..48b0820588 100755
--- a/share/tools/prstats/go.tcl
+++ b/share/tools/prstats/go.tcl
@@ -1,6 +1,6 @@
#!/usr/local/bin/tclsh8.3
#
-# $FreeBSD: www/tools/prstats/go.tcl,v 1.2 2001/11/18 16:11:34 murray Exp $
+# $FreeBSD$
#
# This script expects the directory of a GNATS database as its sole argument.
diff --git a/share/tools/webupdate b/share/tools/webupdate
index d85381c68f..b302031353 100644
--- a/share/tools/webupdate
+++ b/share/tools/webupdate
@@ -37,7 +37,7 @@
# 2 - failure in CVS operations
# 3 - failure in make operations
#
-# $FreeBSD: www/tools/webupdate,v 1.15 2005/07/15 15:27:43 hrs Exp $
+# $FreeBSD$
#
#
@@ -115,7 +115,7 @@ if [ $cond ]; then
rm -Rf $subtrees 2>/dev/null;
# Check out the new copies. This creates all the $subtrees.
- svn co $SVNROOT . >> $LOGFILE 2>&1 || exit 2;
+ svn co $SVNROOT head >> $LOGFILE 2>&1 || exit 2;
test -d relnotes || mkdir relnotes;
cvs -qR checkout -Pd relnotes/doc src/release/doc >> \