<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/inputmethod/skkinput, branch pkgsrc-2011Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2011Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2011Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2009-12-08T11:52:41Z</updated>
<entry>
<title>Update skkinput to 2.06.4.</title>
<updated>2009-12-08T11:52:41Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2009-12-08T11:52:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1f843ce7e28f3b4c6338f38e10896d9eea0a5ce6'/>
<id>urn:sha1:1f843ce7e28f3b4c6338f38e10896d9eea0a5ce6</id>
<content type='text'>
Based on patch provided by Ryo ONODERA in PR 42416 (include user-destdir support).
While here set LICENSE=gnu-gpl-v2.

* 2.06.3 -&gt; 2.06.4
 - close IM by Shift-Space even if NumLock or CapsLock.
 - fix skkinput.ja.man install path</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:00:32Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-06-14T18:00:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a988145c6085bf4e15322bbf3d2b2384c71f5a46'/>
<id>urn:sha1:a988145c6085bf4e15322bbf3d2b2384c71f5a46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert packages that test and use USE_INET6 to use the options framework</title>
<updated>2007-09-07T22:12:10Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-09-07T22:12:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=07dd3147c68f13b523ce8edfd486a3f4f0d47fe1'/>
<id>urn:sha1:07dd3147c68f13b523ce8edfd486a3f4f0d47fe1</id>
<content type='text'>
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.</content>
</entry>
<entry>
<title>- fine grained X11 dependencies for packages which have either USE_IMAKE</title>
<updated>2006-12-27T13:37:35Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2006-12-27T13:37:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d26cf36e5784f5b648404b8d68c21adb4398f33f'/>
<id>urn:sha1:d26cf36e5784f5b648404b8d68c21adb4398f33f</id>
<content type='text'>
  or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.</content>
</entry>
<entry>
<title>Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the proper</title>
<updated>2006-07-05T06:53:12Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2006-07-05T06:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3ba41e8b0cf81719575381c547a3ec3f4987b846'/>
<id>urn:sha1:3ba41e8b0cf81719575381c547a3ec3f4987b846</id>
<content type='text'>
variables so that the default INSTALL/DEINSTALL scripts from the
pkginstall framework do the right thing.  Where possible, move some
post-install directions for package setup into MESSAGE files so that
they may be re-inspected by querying the installed package using
"pkg_info -D ...".</content>
</entry>
<entry>
<title>Modify the pkginstall framework so that it manages all aspects of</title>
<updated>2006-03-14T01:14:26Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2006-03-14T01:14:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=daad0f3d6ce8b344ce91e35e98ea05abf8e03f2d'/>
<id>urn:sha1:daad0f3d6ce8b344ce91e35e98ea05abf8e03f2d</id>
<content type='text'>
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.</content>
</entry>
<entry>
<title>Don't create a do-nothing DEINSTALL script</title>
<updated>2006-03-10T22:30:29Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2006-03-10T22:30:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3901c6559da1007ef8b7e4d59556859208112e2b'/>
<id>urn:sha1:3901c6559da1007ef8b7e4d59556859208112e2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the pkginstall framework to generate the INSTALL script instead.</title>
<updated>2006-03-10T19:24:13Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2006-03-10T19:24:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dc953ec88faa0301823a37c8f2e8c613b64900f7'/>
<id>urn:sha1:dc953ec88faa0301823a37c8f2e8c613b64900f7</id>
<content type='text'>
</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@pkgsrc.org</email>
</author>
<published>2006-02-05T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5911def8168a758ff36655bdfb061b58eb52ff1c'/>
<id>urn:sha1:5911def8168a758ff36655bdfb061b58eb52ff1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use MASTER_SITE_SOURCEFORGE_JP.</title>
<updated>2006-01-21T11:55:14Z</updated>
<author>
<name>rxg</name>
<email>rxg@pkgsrc.org</email>
</author>
<published>2006-01-21T11:55:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1cc6b4c312a08ec236573290649f49ff12463b3f'/>
<id>urn:sha1:1cc6b4c312a08ec236573290649f49ff12463b3f</id>
<content type='text'>
</content>
</entry>
</feed>
