<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/apache-ant15, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2009-08-20T15:24:58Z</updated>
<entry>
<title>Give up maintainership of packages where I am still listed as MAINTAINER.</title>
<updated>2009-08-20T15:24:58Z</updated>
<author>
<name>jwise</name>
<email>jwise</email>
</author>
<published>2009-08-20T15:24:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a25e0cbfe5c9d2f3963b77fcd91cbf7c5682517a'/>
<id>urn:sha1:a25e0cbfe5c9d2f3963b77fcd91cbf7c5682517a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert @exec/@unexec to @pkgdir or drop it.</title>
<updated>2009-06-14T18:48:07Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-14T18:48:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=98eed4cfc242802f1ce0552c0e621b76acdb75f3'/>
<id>urn:sha1:98eed4cfc242802f1ce0552c0e621b76acdb75f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T17:38:38Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-14T17:38:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7af33f0780f46bb1a19daa9c6479e75838fa936b'/>
<id>urn:sha1:7af33f0780f46bb1a19daa9c6479e75838fa936b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Second round of explicit pax dependencies. As reminded by tnn@,</title>
<updated>2008-05-26T02:13:14Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-05-26T02:13:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2374ca422f2eb8b46ed600c7bb21740b2865d899'/>
<id>urn:sha1:2374ca422f2eb8b46ed600c7bb21740b2865d899</id>
<content type='text'>
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
</content>
</entry>
<entry>
<title>Mechanical changes to add DESTDIR support to packages that install</title>
<updated>2008-03-03T17:45:33Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-03-03T17:45:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7a1142123798f48c48fc2d1fe38690a6b94d1df7'/>
<id>urn:sha1:7a1142123798f48c48fc2d1fe38690a6b94d1df7</id>
<content type='text'>
their files via a custom do-install target.
</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>Rename the following variables to reduce the number that we need to track:</title>
<updated>2006-01-20T23:41:29Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-01-20T23:41:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=69666e178f1283e39a94ad86e2c2c0795bb06ac1'/>
<id>urn:sha1:69666e178f1283e39a94ad86e2c2c0795bb06ac1</id>
<content type='text'>
	EXTRACT_CMD_OPTS.bin		-&gt;  EXTRACT_OPTS_BIN
	EXTRACT_CMD_OPTS.lha		-&gt;  EXTRACT_OPTS_LHA
	EXTRACT_CMD_OPTS.rar		-&gt;  EXTRACT_OPTS_RAR
	EXTRACT_CMD_OPTS.tar		-&gt;  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.Z		-&gt;  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.bz2	-&gt;  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.gz		-&gt;  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tbz		-&gt;  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tbz2		-&gt;  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tgz		-&gt;  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.zip		-&gt;  EXTRACT_OPTS_ZIP
	EXTRACT_CMD_OPTS.zoo		-&gt;  EXTRACT_OPTS_ZOO
	EXTRACT_CMD_OPTS_tar.gz		-&gt;  EXTRACT_OPTS_TAR
</content>
</entry>
<entry>
<title>Create directories before installing files into them.</title>
<updated>2005-06-16T06:57:37Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-06-16T06:57:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=087b0988c7c2bfaa3823a225f61757e9256e11a3'/>
<id>urn:sha1:087b0988c7c2bfaa3823a225f61757e9256e11a3</id>
<content type='text'>
</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>Add RMD160 digests.</title>
<updated>2005-02-23T22:24:08Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2005-02-23T22:24:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=46d117932f612859e5ff941e584a1796e83d1dc1'/>
<id>urn:sha1:46d117932f612859e5ff941e584a1796e83d1dc1</id>
<content type='text'>
</content>
</entry>
</feed>
