<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/pkgtools/pkg_install/files/bpm, branch pkgsrc_2011Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2010-01-22T13:30:41Z</updated>
<entry>
<title>pkg_install-20100122:</title>
<updated>2010-01-22T13:30:41Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2010-01-22T13:30:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3be860b3d024e57d52acce60f41f56b9054e478d'/>
<id>urn:sha1:3be860b3d024e57d52acce60f41f56b9054e478d</id>
<content type='text'>
- Refactor man pages:
  - Move description of environmental variables into pkg_install.conf(5)
  - Remove a bunch of dead references
  - Avoid using hard-coded path names that can easily be overridden by
    the user.
- Refactor pkgdb related logic, so that -K behaves consistently.
- Add some helper functions to isolate more places from the pkgdb
  layout.
- Sync license list.
- Handle PKG_REFCOUNT_DBDIR consistently as option too.
- Utilize connection cache from libfetch.
- Add helper target for cat pages updates.
</content>
</entry>
<entry>
<title>regen.</title>
<updated>2009-02-08T23:14:14Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2009-02-08T23:14:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=504053c80d9df9a0309c75a73f28fbc30e901469'/>
<id>urn:sha1:504053c80d9df9a0309c75a73f28fbc30e901469</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Spelling fixes.</title>
<updated>2009-02-08T23:12:10Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2009-02-08T23:12:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=69456926acbca44637d9ac7820d3f0bf7b9c3a90'/>
<id>urn:sha1:69456926acbca44637d9ac7820d3f0bf7b9c3a90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>regen.</title>
<updated>2007-08-02T23:34:08Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-08-02T23:34:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dc18ebd07ce47687ffc5669569081c0b82818b34'/>
<id>urn:sha1:dc18ebd07ce47687ffc5669569081c0b82818b34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump date for fixed paths.</title>
<updated>2007-08-02T23:34:00Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-08-02T23:34:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2e90676428913ddb2726d6a4fde7ac5e74ad6a37'/>
<id>urn:sha1:2e90676428913ddb2726d6a4fde7ac5e74ad6a37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update some paths on ftp.NetBSD.org.</title>
<updated>2007-08-02T23:30:20Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-08-02T23:30:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2f7f1060c49fae51dcf950c17fadf0ee3fd72997'/>
<id>urn:sha1:2f7f1060c49fae51dcf950c17fadf0ee3fd72997</id>
<content type='text'>
Addresses PR 36721.
</content>
</entry>
<entry>
<title>Merge remaining small changes from NetBSD, most of all the pkgsrc.7 man</title>
<updated>2007-07-16T09:57:56Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-07-16T09:57:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=19087b34e3a7bd3b8484af709c5d0f0fa7d857e9'/>
<id>urn:sha1:19087b34e3a7bd3b8484af709c5d0f0fa7d857e9</id>
<content type='text'>
page. Fix build on !NetBSD. Rebuild man pages with nroff -mandoc on
NetBSD current for consistency. Make it DESTDIR safe. Remove the note
that src/usr.sbin/pkg_install is the authoritive version, it won't be
any longer.
</content>
</entry>
<entry>
<title>Sync with NetBSD base:</title>
<updated>2007-04-16T12:55:34Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-04-16T12:55:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4d2a53df4fd604b64921e847960c9b2774cd3ae1'/>
<id>urn:sha1:4d2a53df4fd604b64921e847960c9b2774cd3ae1</id>
<content type='text'>
Some FTP server don't expand [] in NLIST, most noticable is vsftpd.
Avoid this by splitting the wildcard search pattern into two commands.
Sync some other minor changes.

Bump to 20070416.
</content>
</entry>
<entry>
<title>Sync with base system as of Sat Nov  5 13:19:32 UTC 2005.</title>
<updated>2005-11-05T13:20:08Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2005-11-05T13:20:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3e9724adb822bcf92b79378a3043eb985b64f50e'/>
<id>urn:sha1:3e9724adb822bcf92b79378a3043eb985b64f50e</id>
<content type='text'>
Welcome to 20051103!
Now with "automatic" support.
</content>
</entry>
<entry>
<title>regen pkg_info.cat1 after last update to man page source.</title>
<updated>2004-08-26T09:34:58Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-08-26T09:34:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=87a87711157cd5d61c7a63cc21f254888077dc57'/>
<id>urn:sha1:87a87711157cd5d61c7a63cc21f254888077dc57</id>
<content type='text'>
while here, regen all catman pages on NetBSD-current w/ groff 1.19,
the output is much improved over groff 1.16.
</content>
</entry>
</feed>
