<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/inputmethod/skkinput, 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>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</email>
</author>
<published>2009-12-08T11:52:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d48679a6a11cc82a0be551cb78b591dc83d0f404'/>
<id>urn:sha1:d48679a6a11cc82a0be551cb78b591dc83d0f404</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</email>
</author>
<published>2009-06-14T18:00:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c69a0b5bda5328a571ae99782d3ae6c3d0182592'/>
<id>urn:sha1:c69a0b5bda5328a571ae99782d3ae6c3d0182592</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</email>
</author>
<published>2007-09-07T22:12:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2f517bc25c1dfd477877da169af65a161a689211'/>
<id>urn:sha1:2f517bc25c1dfd477877da169af65a161a689211</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</email>
</author>
<published>2006-12-27T13:37:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b28533fe59c3ed8a07d089eec0ddb72591404098'/>
<id>urn:sha1:b28533fe59c3ed8a07d089eec0ddb72591404098</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</email>
</author>
<published>2006-07-05T06:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=40f0c69a767a1ef81f593d9a9294789cb6ca10f3'/>
<id>urn:sha1:40f0c69a767a1ef81f593d9a9294789cb6ca10f3</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</email>
</author>
<published>2006-03-14T01:14:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6bd0765af7e172f63338e1591991ae18424e7d39'/>
<id>urn:sha1:6bd0765af7e172f63338e1591991ae18424e7d39</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</email>
</author>
<published>2006-03-10T22:30:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f843a10c80dfa0175661cad50dd053099085a3c8'/>
<id>urn:sha1:f843a10c80dfa0175661cad50dd053099085a3c8</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</email>
</author>
<published>2006-03-10T19:24:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=320c0121ca0168ecc0783b7f2a1f492555c091df'/>
<id>urn:sha1:320c0121ca0168ecc0783b7f2a1f492555c091df</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</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>Use MASTER_SITE_SOURCEFORGE_JP.</title>
<updated>2006-01-21T11:55:14Z</updated>
<author>
<name>rxg</name>
<email>rxg</email>
</author>
<published>2006-01-21T11:55:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=715aba85bc0729dc3855b7bbc0393950f668d24b'/>
<id>urn:sha1:715aba85bc0729dc3855b7bbc0393950f668d24b</id>
<content type='text'>
</content>
</entry>
</feed>
