<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/Keywords, branch 2016Q3</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2016Q3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2016Q3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2016-06-22T21:44:25Z</updated>
<entry>
<title>do not chmod u+w sample files when copying it</title>
<updated>2016-06-22T21:44:25Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-06-22T21:44:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e682d8cb62a2b2560e013eca06efb101481343a1'/>
<id>urn:sha1:e682d8cb62a2b2560e013eca06efb101481343a1</id>
<content type='text'>
It is up to the package to decide the mode of the config files

Reported by:	garga
</content>
</entry>
<entry>
<title>Remove now useless comments</title>
<updated>2016-06-19T22:21:22Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-06-19T22:21:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a593d3018748e8d33a9a53e843fb28413b8ab83c'/>
<id>urn:sha1:a593d3018748e8d33a9a53e843fb28413b8ab83c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make @kld PKG_ROOTDIR friendly</title>
<updated>2016-05-29T23:08:43Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-05-29T23:08:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=17b47f0c0e1c8dde8531434905cfb300b5c4dbe9'/>
<id>urn:sha1:17b47f0c0e1c8dde8531434905cfb300b5c4dbe9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make @shell rootdir friendly to allow cross installation</title>
<updated>2016-05-29T22:53:22Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-05-29T22:53:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=97a6b58a85df321ee2626e69c6fa3bb2f39a7a3e'/>
<id>urn:sha1:97a6b58a85df321ee2626e69c6fa3bb2f39a7a3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new keywork xmlcatmgr</title>
<updated>2016-05-24T22:32:49Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-05-24T22:32:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=963854440c8d5cb49ac23779c965d0f6fb408744'/>
<id>urn:sha1:963854440c8d5cb49ac23779c965d0f6fb408744</id>
<content type='text'>
It simplifies the handling of the XML and SMGL catalog
It brings a big of consistency by always specifying the catalog path absolute
instead of mixing absolute and relative path.
The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing

Reviewed by:	hrs
Differential Revision:	https://reviews.freebsd.org/D6539
</content>
</entry>
<entry>
<title>Make @info cross install friendly</title>
<updated>2015-10-22T13:30:32Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-10-22T13:30:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5ac9cf8793e0ced6ddb39db8cf0d4b29c50d2623'/>
<id>urn:sha1:5ac9cf8793e0ced6ddb39db8cf0d4b29c50d2623</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a way to cleanly handle terminfo.db file used by devel/ncurses</title>
<updated>2015-10-08T14:12:53Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2015-10-08T14:12:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0521b2fe8e60d2415a9f1cca7ce57d786bba9e28'/>
<id>urn:sha1:0521b2fe8e60d2415a9f1cca7ce57d786bba9e28</id>
<content type='text'>
This database contains compiled terminfo entries and is merged from
a large part which comes with ncurses themselves and compiled
.terminfo files installed by other ports (currently only rxvt-unicode
and jfbterm)

- Now the database is always kept up to date, regardless of port
  installation order (both ncurses installed before .terminfo files
  and the other way around work as expected)
- All affected ports now support clean deinstallation and do not
  produce stage-qa errors
- Affected ports are simplified, as they now only need to define
  USES=terminfo
- rxvt-unicode no longer pulls in ncurses: the dependency is not
  really needed for anything beside updating it's own database
- The patch contains Q/A test to check whether a port needs, or
  needs not USES=terminfo

Approved by:	portmgr (mat, bapt)
Differential Revision:	D3747
</content>
</entry>
<entry>
<title>Do not use contractions.</title>
<updated>2015-10-01T08:39:44Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2015-10-01T08:39:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7f0a5491f53c01c01f68499ebfd1e4bc21b77a78'/>
<id>urn:sha1:7f0a5491f53c01c01f68499ebfd1e4bc21b77a78</id>
<content type='text'>
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Extend @sample to accept arguments</title>
<updated>2015-09-26T12:13:23Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-09-26T12:13:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5adc8a9faaebe0a180ed8a3d10fc3e17dde7d29c'/>
<id>urn:sha1:5adc8a9faaebe0a180ed8a3d10fc3e17dde7d29c</id>
<content type='text'>
Maintainers can now use @sample sample_file target_file for all cases
that does not fall into the usual @sample something.sample

Reviewed by:	antoine
Differential Revision:	https://reviews.freebsd.org/D3734
</content>
</entry>
<entry>
<title>Add "fc", "fcfontsdir", "fontsdir", and "none" arguments to USES=fonts.</title>
<updated>2015-09-13T23:30:21Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2015-09-13T23:30:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c716728e4a1cae2ad6028534945293e137836147'/>
<id>urn:sha1:c716728e4a1cae2ad6028534945293e137836147</id>
<content type='text'>
They controls whether fc-cache and/or mkfontdir run in
post-{,de}install targets.

japanese/font-* use manually generates fonts.dir entries to utilize
special modifiers which are useful for CJK fonts.  Because mkfontdir
does not understand and silently remove them from fonts.dir,
options like fonts:fc or fonts:none is required.

Approved by:	portmgr (bapt)
</content>
</entry>
</feed>
