<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/file, 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-10-03T00:12:51Z</updated>
<entry>
<title>Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10</title>
<updated>2004-10-03T00:12:51Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-03T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5510d5a2d7f9a1406603d922ae5d8548950233c'/>
<id>urn:sha1:b5510d5a2d7f9a1406603d922ae5d8548950233c</id>
<content type='text'>
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
</content>
</entry>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Add buildlink3.mk and builtin.mk files, for software using libmagic.</title>
<updated>2004-07-31T22:13:38Z</updated>
<author>
<name>salo</name>
<email>salo</email>
</author>
<published>2004-07-31T22:13:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=012e71c5b7b4c8ae08f5e18f118410a2af0cb27b'/>
<id>urn:sha1:012e71c5b7b4c8ae08f5e18f118410a2af0cb27b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated file to 4.09:</title>
<updated>2004-06-22T13:45:31Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-06-22T13:45:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=edf2316648a27eb3d0705cd2903ac453cb88fec2'/>
<id>urn:sha1:edf2316648a27eb3d0705cd2903ac453cb88fec2</id>
<content type='text'>
changes since 4.02:

2004-04-06 20:36  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* detect present of mbstate_t Petter Reinholdtsen &lt;pere@hungry.com&gt;

	* magic fixes

2004-03-22 15:25  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* Lots of mime fixes
	  (Joerg Ostertag) &lt;ostertag@rechengilde.de&gt;

	* FreeBSD ELF version handling
	  (Edwin Groothuis) &lt;edwin@mavetju.org&gt;

	* correct cleanup in all cases; don't just close the file.
	  (Christos Zoulas) &lt;christos@zoulas.com&gt;

	* add gettext message catalogue support
	  (Michael Piefel) &lt;piefel@debian.org&gt;

	* better printout for unreadable files
	  (Michael Piefel) &lt;piefel@debian.org&gt;

	* compensate for missing MAXPATHLEN
	  (Michael Piefel) &lt;piefel@debian.org&gt;

	* add wide character string length computation
	  (Michael Piefel) &lt;piefel@debian.org&gt;

	* Avoid infinite loops caused by bad elf alignments
	  or name and description note sizes. Reported by
	  (Mikael Magnusson) &lt;mmikael@comhem.se&gt;

2004-03-09 13:55  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* Fix possible memory leak on error and add missing regfree
	  (Dmitry V. Levin) &lt;ldv@altlinux.org&gt;

2003-12-23 12:12  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* fix -k flag (Maciej W. Rozycki)

2003-11-18 14:10  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* Try to give us much info as possible on corrupt elf files.
	  (Willy Tarreau) &lt;willy@w.ods.org&gt;
	* Updated python bindings (Brett Funderburg)
	   &lt;brettf@deepfile.com&gt;

2003-11-11 15:03  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* Include file.h first, because it includes config.h
	  breaks largefile test macros otherwise.
	  (Paul Eggert &lt;eggert@CS.UCLA.EDU&gt; via
	   Lars Hecking &lt;lhecking@nmrc.ie&gt;)

2003-10-14 21:39  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* Python bindings (Brett Funderburg) &lt;brettf@deepfile.com&gt;
	* Don't lookup past the end of the buffer
	  (Chad Hanson) &lt;chanson@tcs-sec.com&gt;
	* Add MAGIC_ERROR and api on magic_errno()

2003-10-08 12:40  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* handle error conditions from compile as fatal
	  (Antti Kantee) &lt;pooka@netbsd.org&gt;
	* handle magic filename parsing sanely
	* more magic fixes.
	* fix a memory leak (Illes Marton) &lt;illes.marton@balabit.hu&gt;
	* describe magic file handling
	  (Bryan Henderson) &lt;bryanh@giraffe-data.com&gt;

2003-09-12 15:09  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* update magic files.
	* remove largefile support from file.h; it breaks things on most OS's

2003-08-10 10:25  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* fix unmapping'ing of mmaped files.

2003-07-10 12:03  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* don't exit with -1 on error; always exit 1 (Marty Leisner)
	* restore utimes code.

2003-06-10 17:03  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* make sure we don't access uninitialized memory.
	* pass lint
	* #ifdef __cplusplus in magic.h

2003-05-25 19:23  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* rename cvs magic file to revision to deal with
	  case insensitive filesystems.

2003-05-23 17:03  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* documentation fixes from Michael Piefel &lt;piefel@debian.org&gt;
	* magic fixes (various)
	* revert basename magic in .mgc name determination
	* buffer protection in uncompress,
	  signness issues,
	  close files
	  Maciej W. Rozycki &lt;macro@ds2.pg.gda.pl

2003-04-21 20:12  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* fix zsh magic

2003-04-04 16:59  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* fix operand sort order in string.

2003-04-02 17:30  Christos Zoulas  &lt;christos@zoulas.com&gt;

	* cleanup namespace in magic.h
</content>
</entry>
<entry>
<title>file uses libz.so. So add buildlink3.mk for zlib.</title>
<updated>2004-02-05T02:10:39Z</updated>
<author>
<name>reed</name>
<email>reed</email>
</author>
<published>2004-02-05T02:10:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9c50ca966fdc04fd4e4262c4d214219063fb03eb'/>
<id>urn:sha1:9c50ca966fdc04fd4e4262c4d214219063fb03eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>COMMENT should start with a capital letter.</title>
<updated>2003-07-21T17:24:10Z</updated>
<author>
<name>martti</name>
<email>martti</email>
</author>
<published>2003-07-21T17:24:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=655cc48ed5a3aa3c8551ab8815d2d9994ca0d875'/>
<id>urn:sha1:655cc48ed5a3aa3c8551ab8815d2d9994ca0d875</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/netbsd.org/NetBSD.org/</title>
<updated>2003-07-17T22:50:55Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2003-07-17T22:50:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=016914e7f9e5498e9fdf870d12d99bfeb4e66d4a'/>
<id>urn:sha1:016914e7f9e5498e9fdf870d12d99bfeb4e66d4a</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>Initial import of file 4.02 into the NetBSD packages collection as</title>
<updated>2003-04-13T10:24:27Z</updated>
<author>
<name>cjep</name>
<email>cjep</email>
</author>
<published>2003-04-13T10:24:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bd733e4fd633a79e60420baea2238c5e42f65f86'/>
<id>urn:sha1:bd733e4fd633a79e60420baea2238c5e42f65f86</id>
<content type='text'>
sysutils/file.

File is a file classification program. This version is the standard "file" 
command for Linux, *BSD, and other systems. This is Ian Darwin's file(1) 
command. It is maintained by Christos Zoulas.

Package supplied by Jeremy C. Reed in PR#20774 and also in pkgsrc-wip. 
Thanks Jeremy.
</content>
</entry>
</feed>
