<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/diffutils, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-05-18T11:58:04Z</updated>
<entry>
<title>Enable pkgviews installation.</title>
<updated>2004-05-18T11:58:04Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-05-18T11:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1b702ee4a789a4271f1051c1cb137f3af976ca86'/>
<id>urn:sha1:1b702ee4a789a4271f1051c1cb137f3af976ca86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove info files entries from PLIST file.</title>
<updated>2004-02-15T19:42:01Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2004-02-15T19:42:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=30e1364922a2262abe73c14e0b427e6e8153e063'/>
<id>urn:sha1:30e1364922a2262abe73c14e0b427e6e8153e063</id>
<content type='text'>
</content>
</entry>
<entry>
<title>USE_NEW_TEXINFO is unnecessary now.</title>
<updated>2003-08-09T10:38:23Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2003-08-09T10:38:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=014cd266529e29eef28d5ebb757ca09d84a222fd'/>
<id>urn:sha1:014cd266529e29eef28d5ebb757ca09d84a222fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/netbsd.org/NetBSD.org/</title>
<updated>2003-07-17T21:21:03Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2003-07-17T21:21:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=11098bb7c0a27bd5d959bf673e389ae06279251b'/>
<id>urn:sha1:11098bb7c0a27bd5d959bf673e389ae06279251b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert to USE_NEW_TEXINFO.</title>
<updated>2003-06-23T10:39:55Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2003-06-23T10:39:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=84b84ade5cb98dc74cd2e86e3d9b6a75db2ae33f'/>
<id>urn:sha1:84b84ade5cb98dc74cd2e86e3d9b6a75db2ae33f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.</title>
<updated>2003-06-02T01:15:31Z</updated>
<author>
<name>jschauma</name>
<email>jschauma</email>
</author>
<published>2003-06-02T01:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e4265b310856834018287a415c6ccfa4a335a54a'/>
<id>urn:sha1:e4265b310856834018287a415c6ccfa4a335a54a</id>
<content type='text'>
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
</content>
</entry>
<entry>
<title>Drop trailing whitespace.  Ok'ed by wiz.</title>
<updated>2003-05-06T17:40:18Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2003-05-06T17:40:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5a79423b6feb188f48299ebbaf981575b33d3f48'/>
<id>urn:sha1:5a79423b6feb188f48299ebbaf981575b33d3f48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.8.1:</title>
<updated>2003-01-19T05:15:20Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2003-01-19T05:15:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=416ee2a56b6270ba943399a7be3acf1e623cf348'/>
<id>urn:sha1:416ee2a56b6270ba943399a7be3acf1e623cf348</id>
<content type='text'>
* cmp and diff now conform to POSIX 1003.1-2001 (IEEE Std 1003.1-2001)
  if the underlying system conforms to POSIX and if the _POSIX2_VERSION
  environment variable is set to 200112.  Conformance removes support
  for `diff -NUM', where NUM is a number.  Use -C NUM or -U NUM instead.
* cmp now supports trailing operands SKIP1 and SKIP2, like BSD cmp.
* cmp -i or --ignore-initial now accepts SKIP1:SKIP2 option value.
* New cmp option: -n or --bytes.
* cmp's old -c or --print-chars option has been renamed;
  use -b or --print-bytes instead.
* cmp now outputs "byte" rather than "char" outside the POSIX locale.
* cmp -l's index column width now adjusts to fit larger (or smaller) files.
* cmp -l -s and cmp -s -l are not allowed.  Use cmp -s or cmp -l instead.
* diff uses ISO 8601 style time stamps for output times (e.g. "2001-11-23
  16:44:36.875702460 -0800") unless in the C or POSIX locale and the
  -c style is specified.
* diff's -I and -F options use the regexp syntax of grep, not of Emacs.
* diff now accepts multiple context arguments, and uses their maximum value.
* New diff and sdiff options:
  -E  --ignore-tab-expansion
  --strip-trailing-cr
* New diff options:
  --from-file=FILE, --to-file=FILE
  --ignore-file-name-case
  --no-ignore-file-name-case
* New diff3 and sdiff option:
  --diff-program=PROGRAM
* The following diff options are still accepted, but are no longer documented.
  They may be withdrawn in future releases.
  -h (omit; it has no effect)
  -H (use --speed-large-files instead)
  -L (use --label instead)
  -P (use --unidirectional-new-file instead)
  --inhibit-hunk-merge (omit; it has no effect)
* Recursive diffs now sort file names according to the LC_COLLATE locale
  category if possible, instead of using native byte comparison.
* Diff printf specs can now use the "0" and "'" flags.
* The new sdiff interactive command `ed' precedes each version with a header.
* On 64-bit hosts, files larger than 2 GB can be compared.
* Some internationalization support has been added, but multibyte locales
  are still not completely supported yet.
* Some diagnostics have been reworded slightly for consistency.
  Also, `diff -D FOO' now outputs `/* ! FOO */' instead of `/* not FOO */'.
* The `patch' part of the manual now describes `patch' version 2.5.4.
* Man pages are now distributed and installed.
* There is support for DJGPP; see the 'ms' subdirectory and the files
  m4/dos.m4 and */setmode.*.
</content>
</entry>
<entry>
<title>Use GNU_PROGRAM_PREFIX, based on a patch by Jeremy C. Reed.</title>
<updated>2002-12-22T17:39:07Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2002-12-22T17:39:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cf0c15a87ac099ad25398f4ba3ccd822114e94c8'/>
<id>urn:sha1:cf0c15a87ac099ad25398f4ba3ccd822114e94c8</id>
<content type='text'>
Also lose restriction (only for SunOS).
</content>
</entry>
<entry>
<title>Introduce new framework for handling info files generation and installation.</title>
<updated>2002-02-18T15:14:00Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2002-02-18T15:14:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=94736fef3d3bc180c38e89ad3b9fc89d91756057'/>
<id>urn:sha1:94736fef3d3bc180c38e89ad3b9fc89d91756057</id>
<content type='text'>
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
</content>
</entry>
</feed>
