The NetBSD Project

CVS log for pkgsrc/textproc/p5-XML-Feed/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / p5-XML-Feed

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Tue Oct 26 11:22:49 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, HEAD
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip

Revision 1.15 / (download) - annotate - [select for diffs], Mon Oct 11 20:28:06 2021 UTC (23 months, 2 weeks ago) by schmonz
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

Update to 0.63. From the changelog:

* Fixed a bug with non-UTC time zones (thanks @nanto)
* Fixed a broken constructor call (thanks @bbkr)
* Reduced some code complexity
* Added an explicit "use" statement

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 7 15:01:56 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored)

textproc: Remove SHA1 hashes for distfiles

Revision 1.13 / (download) - annotate - [select for diffs], Tue Mar 9 12:28:21 2021 UTC (2 years, 6 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored)

Update to 0.61

Upstream changes:
[0.61] - 2021-01-28
Fixed

    Reformated Build.PL

[0.60] - 2021-01-14
Added

    CI improvements
    Started a real ChangeLog

Revision 1.12 / (download) - annotate - [select for diffs], Sun Apr 7 08:00:26 2019 UTC (4 years, 5 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

Update to 0.59
Add missing DEPENDS

Upstream changes:
2019-02-06  Dave Cross <dave@dave.org.uk>

  * lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Enclosure.pm,
  lib/XML/Feed/Entry.pm, lib/XML/Feed/Entry/Format/Atom.pm,
  lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
  lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version for release

  * MANIFEST: Added missing files to MANIFEST

2019-02-05  Dave Cross <dave@dave.org.uk>

  * t/26-content-encoded.t, t/28-rss-guid.t: Replace more hard-coded paths with
  FindBin.

  * Changes: Changelog

  * lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Enclosure.pm,
  lib/XML/Feed/Entry.pm, lib/XML/Feed/Entry/Format/Atom.pm,
  lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
  lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version

  * t/12-multi-categories-atom.t, t/12-multi-categories-rss.t,
  t/12-multi-subjects-rss.t: Don't hard-code 'require' paths.

2019-02-04  Dave Cross <dave@dave.org.uk>

  * README: Remove CVS/SVN tag from README

  * Changes: Update Changes

  * lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Enclosure.pm,
  lib/XML/Feed/Entry.pm, lib/XML/Feed/Entry/Format/Atom.pm,
  lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
  lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump versions for release.

2019-02-04  Mohammad S Anwar <mohammad.anwar@yahoo.com>

  * Build.PL: Fixed github repo meta not showing up.

2019-02-04  Dave Cross <dave@dave.org.uk>

  * Changes: Update Changes

2019-02-03  Dave Cross <dave@dave.org.uk>

  * eg/check_feed.pl: Improve one of the example programs

  * t/29-date-parsing.t: Improved tests

2019-01-11  Nicolas R <atoomic@cpan.org>

  * MANIFEST, t/relative-links.t: Add a unit test for relative links  RT 53661
  - GH #45  This is adding a unit test from an upstream ticket. Not really a
  bug, more a question about behavior and relative links.  Make sure we are
  processing correctly.

2019-01-11  Dave Cross <dave@dave.org.uk>

  * lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Enclosure.pm,
  lib/XML/Feed/Entry.pm, lib/XML/Feed/Entry/Format/Atom.pm,
  lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
  lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version numbers

2019-01-11  Nicolas R <atoomic@cpan.org>

  * Build.PL: Advertise GitHub as default bugtracker  Also set repo url and web
  entries

2019-01-10  Nicolas R <atoomic@cpan.org>

  * .travis.yml: add Perl 5.22 to 5.26 to travis

2018-10-28  Tim Gim Yee <tim.gim.yee@gmail.com>

  * lib/XML/Feed/Util.pm: Rename undocumented private subroutine for
  Pod::Coverage

2018-10-26  Tim Gim Yee <tim.gim.yee@gmail.com>

  * Build.PL, MANIFEST, MANIFEST.SKIP, lib/XML/Feed/Entry/Format/Atom.pm,
  lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
  lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm, t/29-date-parsing.t,
  t/samples/rss10-invalid-date.xml: Parse incorrectly formatted dates

Revision 1.11 / (download) - annotate - [select for diffs], Sat Oct 20 13:29:00 2018 UTC (4 years, 11 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

Update to 0.55

Upstream changes, please visit:
https://metacpan.org/changes/distribution/XML-Feed

Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 18 04:19:06 2016 UTC (7 years, 7 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

Update to 0.53

Upstream changes:
- Bump versions for release.
- commit c4d9cd4

-------------------------------------------------------------------
Sat Nov 28 10:18:08 CET 2015 - zhouzhen1@gmail.com

- add URI to build_requires in Build.PL
- commit c65330d

-------------------------------------------------------------------
Sat Jul 18 13:10:39 CEST 2015 - dave@dave.org.uk

- Updated .travis.yml
- commit fe4e5e6

-------------------------------------------------------------------
Wed Jan 28 16:48:34 CET 2015 - ribugent@gmail.com

- Fix lib/XML/Feed/Entry/Format/RSS.pm crash
- commit b6f39ae

-------------------------------------------------------------------
Thu Oct 16 06:54:55 CEST 2014 - ether@cpan.org

- avoid deprecated form of isa()
- commit cf84451

-------------------------------------------------------------------
Mon Jun 16 10:06:51 CEST 2014 - gabor@szabgab.com

- utf8 encoding in helper script
- commit a51d4e2

-------------------------------------------------------------------
Tue Feb  4 19:16:03 CET 2014 - x.github@chatterjee.net

- Fixed minor typo in docs ("obhect" -> "object")
- commit 80b293c

-------------------------------------------------------------------
Fri Jan 10 15:10:53 CET 2014 - dave@dave.org.uk

- Added .travis.yml
- commit f3f9a3f

-------------------------------------------------------------------
Tue Mar 19 09:22:25 CET 2013 - szabgab@gmail.com

- add Minty to list of contributors
- commit 3998e48

-------------------------------------------------------------------
Tue Mar 19 09:20:09 CET 2013 - szabgab@gmail.com

- calculate plan from examples
- commit c45da65

-------------------------------------------------------------------
Tue Mar 19 00:03:13 CET 2013 - murray@minty.org

- Fix pod example usage for identify_format : it takes a scalar ref
- commit b86b614

-------------------------------------------------------------------
Tue Mar 19 00:00:40 CET 2013 - murray@minty.org

- Add test for XML::Feed->identify_format()
- commit 09698b3

Revision 1.9 / (download) - annotate - [select for diffs], Wed Nov 4 01:59:55 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Add SHA512 digests for distfiles for textproc category

Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jul 10 02:09:30 2013 UTC (10 years, 2 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

Update to 0.52. From the changelog:

* Build.PL: add dist_author and x_contributors to META files
* .gitignore: ignore some generated files
* add use warnings to the modules
* remove Id tags from the times of Subversion
* add version number to all the modules

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 5 12:46:25 2013 UTC (10 years, 8 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Update to 0.51

Upstream changes:
2012-07-10  Dave Cross <dave@dave.org.uk>

  * Change the User Agent to identify as XML::Feed  (SZABGAB)
    as two sites refused to server the default user agent:
      http://code.foo.no/feed gave 'Bad Behavior'
      http://thorsen.pm/atom gave 'Forbidden'

2012-04-10  Jakob Voss <voss@gbv.de>

  * Add support for RFC 5005 Feed Paging and Archiving in Atom feeds

2012-04-05  Dave Cross <dave@dave.org.uk>

  * lib/XML/Feed.pm: Remove svn tag.

  * lib/XML/Feed.pm: Changed contact details from non-working 6A email address.

  * lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm:
  Added an image() method to Feed objects. Does something useful for RSS feeds;
  not for Atom feeds currently.

2012-04-10  Jakob Voss <voss@gbv.de>

  * Changes, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
  lib/XML/Feed/Format/RSS.pm, t/02-create.t: Add support for RFC 5005 Feed
  Paging and Archiving in Atom feeds

2012-04-06  Dave Cross <dave@dave.org.uk>

  * Changes, lib/XML/Feed.pm: Bump version for release.

2012-03-06  Gabor Szabo <szabgab@gmail.com>

  * lib/XML/Feed.pm, lib/XML/Feed/Entry.pm: add links to the POD

2012-02-19  Gabor Szabo <szabgab@gmail.com>

  * lib/XML/Feed/Entry/Format/Atom.pm, lib/XML/Feed/Entry/Format/RSS.pm,
  lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm: split up files to
  individual packages

2011-12-11  Dave Cross <dave@dave.org.uk>

  * MANIFEST, lib/XML/Feed/Format/RSS.pm, t/22-bug73160.t,
  t/samples/rss10-datespaces.xml: Added tests for bug 73160. And code to make
  them pass.

2011-09-03  Dave Cross <dave@dave.org.uk>

  * MANIFEST, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
  lib/XML/Feed/Format/RSS.pm, t/20-no-enclosures.t, t/21-rss2-permalinks.t,
  t/samples/rss20-p.xml: Closed a few tickets from the RT queue as an excuse
  for a new release. Bumped to version 0.46.

2011-07-30  Dave Cross <dave@dave.org.uk>

  * MANIFEST, MANIFEST.SKIP, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
  t/18-double2.t, t/19-double3.t, t/samples/rss20-double.xml: Another round of
  changes to fix (and test)
  https://rt.cpan.org/Public/Bug/Display.html?id=44899

Revision 1.6 / (download) - annotate - [select for diffs], Fri Oct 7 02:08:10 2011 UTC (11 years, 11 months ago) by hiramatsu
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

Update p5-XML-Feed to 0.44.

Change from previous:
0.44
    - Fix problem with HTML escaping in conversion
      https://rt.cpan.org/Public/Bug/Display.html?id=44899
      (Dave Cross & Shlomi Fish)

Revision 1.5 / (download) - annotate - [select for diffs], Thu May 21 11:49:00 2009 UTC (14 years, 4 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

pkgsrc changes:
  - Updating package for p5 module XML::Feed from 0.42 to 0.43
  - Setting gnu-gpl-v2 as license

Upstream changes:
0.43
    - Add optional multi enclosure support

Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 24 17:38:51 2009 UTC (14 years, 5 months ago) by sno
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

PkgSrc changes:
  - Updating package for p5 module XML::Feed to 0.42 from 0.41

Upstream changes:
0.42
    - Fix conversion of multi value fields
      http://rt.cpan.org/Ticket/Display.html?id=41794
      (Mario Domgoergen)
    - Fixed a bug where $e->category fails when XML::RSS::LibXML is preferred.
      (Tatsuhiko Miyagawa)
    - Added support for enclosures

Revision 1.3 / (download) - annotate - [select for diffs], Sun Feb 22 15:58:30 2009 UTC (14 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

Update to 0.41:

0.41
    - Add handling for multiple categories/tags, including
      patch from Shlomi Fish (SHLOMIF)
      http://rt.cpan.org/Ticket/Display.html?id=41396
    - Force v1.40 of XML::RSS to get proper multiple category support

0.40
    - Force v1.37 of XML::RSS to get proper xml:base support
    - Force v0.32 of XML::Atom to fix
      http://rt.cpan.org/Ticket/Display.html?id=40766
      (Thanks to David Brownlee for the help in fixing)
    - Add support for format() in Entry

Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 13 22:30:59 2008 UTC (14 years, 10 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Updated textproc/p5-XML-Feed to 0.3

0.3 2008-11-04
    - Allow more flexible identification of Formats
      https://rt.cpan.org/Ticket/Display.html?id=14725
      (Brian Cassidy BRICAS)

0.23 2008-10-23
    - Fix mixing and matching of RSS and Atom
      http://rt.cpan.org/Ticket/Display.html?id=21335
      (Shlomi Fish SHLOMIF)
    - Note that multiple categories was fixed at some point
      http://rt.cpan.org/Ticket/Display.html?id=30234
      (mattn)
    - Work with xml:base (depending on version of XML::RSS)
      http://rt.cpan.org/Ticket/Display.html?id=21135
      http://bugs.debian.org/381359
      (Gregor Herrmann and Joey Hess)

0.22 2008-10-22
    - Correct namespace for terms in RSS
      http://rt.cpan.org/Ticket/Display.html?id=25393
      (Kent Cowgill KCOWGILL)
    - Up the minimum requirement for XML::RSS to 1.31
      http://rt.cpan.org/Ticket/Display.html?id=23588
      (Andreas K¶nig ANDK)
    - Created test for
      http://rt.cpan.org/Ticket/Display.html?id=18810
      (Ryan Tate)
    - Allow creation of a self link
      http://rt.cpan.org/Ticket/Display.html?id=39924
      (Shlomi Fish SHLOMIF)
    - Add support for GEORSS
      http://rt.cpan.org/Ticket/Display.html?id=39924
      (Scott Gifford GIFF)
    - Fix fetching through proxies
      http://rt.cpan.org/Ticket/Display.html?id=36233
      (Trevor Vallender)

0.21 2008.10.15
    - Remove the inc directory because it's not needed anymore

0.20 2008.10.15
    - Allow specification of the parsing format. Fixes bugs
      http://rt.cpan.org/Public/Bug/Display.html?id=35580 and
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477394
      (Gregor Herrmann and Martin F Krafft)
    - Allow pass through of initialisation options
      http://rt.cpan.org/Public/Bug/Display.html?id=24729
      (Christopher H. Laco CLACO)
    - Force working version XML::Atom
      http://rt.cpan.org/Public/Bug/Display.html?id=22548
      http://rt.cpan.org/Public/Bug/Display.html?id=19920
    - Allow extra Atom accessors
      http://rt.cpan.org/Public/Bug/Display.html?id=33881
      (Paul Mison PMISON)
    - Prevent empty content
      http://rt.cpan.org/Public/Bug/Display.html?id=29684
      (Dave Rolsky DROLSKY)
    - Cope with "updated" and "published" elements
      http://rt.cpan.org/Public/Bug/Display.html?id=20763
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380498
      (Gregor Herrmann and Joey Hess)
    - Switch to Module::Build
      http://rt.cpan.org/Public/Bug/Display.html?id=38283
      http://rt.cpan.org/Public/Bug/Display.html?id=20575
      http://rt.cpan.org/Public/Bug/Display.html?id=21300

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Apr 30 22:57:59 2007 UTC (16 years, 5 months ago) by heinz
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of p5-XML-Feed 0.12.

XML::Feed is a syndication feed parser for both RSS and Atom feeds. It
also implements feed auto-discovery for finding feeds, given a URI.

The goal of XML::Feed is to provide a unified API for parsing and using
the various syndication formats. The different flavors of RSS and Atom
handle data in different ways: date handling; summaries and content;
escaping and quoting; etc. This module attempts to remove those differ-
ences by providing a wrapper around the formats and the classes imple-
menting those formats (XML::RSS and XML::Atom::Feed).

Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 30 22:57:59 2007 UTC (16 years, 5 months ago) by heinz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>