<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/archivers/libcomprex/Makefile, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-01-18T05:06:18Z</updated>
<entry>
<title>Per the process outlined in revbump(1), perform a recursive revbump</title>
<updated>2008-01-18T05:06:18Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-01-18T05:06:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1c8e24b168b5909ecc586bdbb660570b490d92ef'/>
<id>urn:sha1:1c8e24b168b5909ecc586bdbb660570b490d92ef</id>
<content type='text'>
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
</content>
</entry>
<entry>
<title>tv@ pointed out that curl-7.16.0 had a shlib major bump --</title>
<updated>2006-11-19T11:50:23Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2006-11-19T11:50:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8770ac15d9582755b0ce133eb0004f0b1601034b'/>
<id>urn:sha1:8770ac15d9582755b0ce133eb0004f0b1601034b</id>
<content type='text'>
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.

Sorry for not finding this earlier.
</content>
</entry>
<entry>
<title>Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no</title>
<updated>2006-03-04T21:28:51Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-03-04T21:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=48ff096d36ac47701672a4f682e7c4ebafea1eb9'/>
<id>urn:sha1:48ff096d36ac47701672a4f682e7c4ebafea1eb9</id>
<content type='text'>
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
</content>
</entry>
<entry>
<title>Recursive revision bump / recommended bump for gettext ABI change.</title>
<updated>2006-02-05T23:08:03Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-02-05T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=93e3b9e04264b93620166058e19ea42c856505b0'/>
<id>urn:sha1:93e3b9e04264b93620166058e19ea42c856505b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Has BROKEN_GETTEXT_DETECTION.</title>
<updated>2006-01-12T13:25:14Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-01-12T13:25:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=91e097f7b4e3675871ff6d439d09a5b89cabf7ee'/>
<id>urn:sha1:91e097f7b4e3675871ff6d439d09a5b89cabf7ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the abuse of buildlink that was pkg-config/buildlink3.mk.  That</title>
<updated>2005-08-10T20:56:10Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-08-10T20:56:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b3f78ea1dc65ca87b470169b6f46da18d36bf91b'/>
<id>urn:sha1:b3f78ea1dc65ca87b470169b6f46da18d36bf91b</id>
<content type='text'>
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
</content>
</entry>
<entry>
<title>Changes 0.3.3:</title>
<updated>2005-08-08T09:00:00Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2005-08-08T09:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=adbee3e0261d5712c04b8ec306255f1794bd0005'/>
<id>urn:sha1:adbee3e0261d5712c04b8ec306255f1794bd0005</id>
<content type='text'>
* Added basic archive writing support.
* Added a cpio archive module.
* Added a zip archive module.
* Added the beginnings of a cab archive module.
* Added new API functions, which include:
  cxMkDir(), cxGets(), cxExtractFile(), cxExtractArchive(),
  cxMakePhysDirs(), cxApplyFsNodeInfo(), cxMakeFile(),
  cxGetArchiveFileCount()
* Added functions for extracting individual files and full archives.
* Added extraction notification callbacks.
* Added pkg-config support.
* Added gettext v0.11.3+ support.
* Added an Italian translation. Thanks Domenico Andreoli!
* Added a Dutch translation. Thanks Bert De Meyer!
* Added support for some non-ustar tar formats.
* Added a test program to display the file/directory tree inside of an
  archive.
* Removed comprex.h. Applications should now include libcomprex/comprex.h.
* Fixed the extraction code so permissions, timestamps, and ownerships
  are set on files and directories.
* Fixed cxEof().
* Fixed the file and directory iterator. It should provide the
  correct results now.
* Fixed a bug in the ar module where filenames weren't always read in
  correctly.
* Fixed a bug in the tar module where filenames that start with '.'
  weren't processed correctly.
* Fixed library linking problems with libbz2 and libz.
* Fixed compiling errors when --prefix wasn't specified, and linking
  errors with libltdl.
</content>
</entry>
<entry>
<title>Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.</title>
<updated>2005-04-11T21:44:48Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2005-04-11T21:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2560f48b2f5afa9fcb23e0718a2e2727ca7824cc'/>
<id>urn:sha1:2560f48b2f5afa9fcb23e0718a2e2727ca7824cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nb4: Add missing dependency on gettext-lib for platforms that need it.</title>
<updated>2005-01-19T17:35:48Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2005-01-19T17:35:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e7243ed7c3c13d9367e2701692906b989c9d4511'/>
<id>urn:sha1:e7243ed7c3c13d9367e2701692906b989c9d4511</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump PKGREVISION because of curl dependency bump.</title>
<updated>2005-01-03T15:59:12Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2005-01-03T15:59:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=feef358148e9b374c1235f192605fa97236a7ef4'/>
<id>urn:sha1:feef358148e9b374c1235f192605fa97236a7ef4</id>
<content type='text'>
</content>
</entry>
</feed>
