<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/librep/PLIST, 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>2006-03-30T03:44:41Z</updated>
<entry>
<title>* Honor PKGINFODIR.</title>
<updated>2006-03-30T03:44:41Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-03-30T03:44:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c'/>
<id>urn:sha1:4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c</id>
<content type='text'>
* List the info files directly in the PLIST.
</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>update to librep 0.17, mostly from a patch by Tobias Nygren in</title>
<updated>2004-09-05T16:59:28Z</updated>
<author>
<name>danw</name>
<email>danw</email>
</author>
<published>2004-09-05T16:59:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6777e6588264358dc7c2f05f7d79809ef1272873'/>
<id>urn:sha1:6777e6588264358dc7c2f05f7d79809ef1272873</id>
<content type='text'>
PR 26837, plus some pkglinting. Also, change maintainer to tech-pkg
since I haven't run sawfish in years.

0.17
====

   * Added `rep.ffi' module (Foreign Function Interface). Uses gcc's
     libffi. Very untested.

   * Partial implementation of guile's `GH' interface.

   * Bug fixes:

        - Don't hang in select for a second when starting processes via
          the `system' function (race condition that only seems to show
          up on Linux 2.6 kernels)

        - Miscellaneous fixes for Mac OS X.

        - Don't return a reversed list of items from the XML parser.
          (Alexander V. Nikolaev)

        - Fixes to string capitalization functions. (Charles Stewart)
</content>
</entry>
<entry>
<title>Remove info files entries from PLIST.</title>
<updated>2004-03-02T14:01:38Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2004-03-02T14:01:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f6fe6defc498b1e6d9fe339145f625e934b637e2'/>
<id>urn:sha1:f6fe6defc498b1e6d9fe339145f625e934b637e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert to USE_NEW_TEXINFO.</title>
<updated>2003-07-05T15:53:33Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2003-07-05T15:53:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=014f65d91c405393029a67595cd5a3515d2366c6'/>
<id>urn:sha1:014f65d91c405393029a67595cd5a3515d2366c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to librep 0.16.1.</title>
<updated>2003-02-21T12:53:23Z</updated>
<author>
<name>mycroft</name>
<email>mycroft</email>
</author>
<published>2003-02-21T12:53:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a4371319ea89e828795bb23a0843a5c7458513d5'/>
<id>urn:sha1:a4371319ea89e828795bb23a0843a5c7458513d5</id>
<content type='text'>
   * New modules `rep.data.trie', `rep.threads.proxy'

   * Also added `rep.xml.reader' and `rep.xml.printer', though these
     should probably be used with extreme caution

   * Appending to queues is now O(1) not O(n)

   * Many changes to `rep.net.rpc' module, protocol is incompatible
     with previous version. Should be more robust

   * `rep.i18n.gettext' module exports the `bindtextdomaincodeset'
     function (Christophe Fergeau)

   * Slightly more secure way of seeding the rng

   * `inexact-&gt;exact' can now convert floating point numbers to
     rationals (though not optimally). This means that `numerator' and
     `denominator' also work better with floats now

   * New function `file-ttyp'

   * Some random bug fixes
</content>
</entry>
<entry>
<title>Add share/emacs/site-lisp/rep-debugger.el.</title>
<updated>2002-07-19T04:39:09Z</updated>
<author>
<name>mycroft</name>
<email>mycroft</email>
</author>
<published>2002-07-19T04:39:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9c839636e3af9cde098faa211ea1295992e4042c'/>
<id>urn:sha1:9c839636e3af9cde098faa211ea1295992e4042c</id>
<content type='text'>
</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>
<entry>
<title>Move pkg/ files into package's toplevel directory</title>
<updated>2001-11-01T00:20:13Z</updated>
<author>
<name>zuntum</name>
<email>zuntum</email>
</author>
<published>2001-11-01T00:20:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=21b47178a2509fb914e8d69116de89c76d5ad1d2'/>
<id>urn:sha1:21b47178a2509fb914e8d69116de89c76d5ad1d2</id>
<content type='text'>
</content>
</entry>
</feed>
