<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/py-basicproperty, branch pkgsrc_2008Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2006-10-04T21:46:12Z</updated>
<entry>
<title>Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.</title>
<updated>2006-10-04T21:46:12Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2006-10-04T21:46:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=58030b8091e6abbf63e69bfcb699ec3f724d9720'/>
<id>urn:sha1:58030b8091e6abbf63e69bfcb699ec3f724d9720</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>Clean up own directories.</title>
<updated>2006-01-06T17:17:40Z</updated>
<author>
<name>salo</name>
<email>salo</email>
</author>
<published>2006-01-06T17:17:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=476fbedbbf5afb29d766c36324bce058ebeaeb73'/>
<id>urn:sha1:476fbedbbf5afb29d766c36324bce058ebeaeb73</id>
<content type='text'>
Bump PKGREVISION.
</content>
</entry>
<entry>
<title>Fixed pkglint warnings. The warnings are mostly quoting issues, for</title>
<updated>2005-12-05T20:49:47Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-12-05T20:49:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b4f920543059af038598712771c3211999ef42a6'/>
<id>urn:sha1:b4f920543059af038598712771c3211999ef42a6</id>
<content type='text'>
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
</content>
</entry>
<entry>
<title>Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:</title>
<updated>2005-05-22T20:07:36Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-05-22T20:07:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9de24f22bc36b6b4056ab56dd2c15fffe3e8413e'/>
<id>urn:sha1:9de24f22bc36b6b4056ab56dd2c15fffe3e8413e</id>
<content type='text'>
	USE_GNU_TOOLS	-&gt; USE_TOOLS
	awk		-&gt; gawk
	m4		-&gt; gm4
	make		-&gt; gmake
	sed		-&gt; gsed
	yacc		-&gt; bison
</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-24T09:03:05Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2005-02-24T09:03:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6228209cdf7c2171878655ed12067f6c0cdec797'/>
<id>urn:sha1:6228209cdf7c2171878655ed12067f6c0cdec797</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py-basicproperty-0.6.3a</title>
<updated>2004-12-21T10:59:50Z</updated>
<author>
<name>darcy</name>
<email>darcy</email>
</author>
<published>2004-12-21T10:59:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7a5380820b06383adfa69df745ade34ff4592901'/>
<id>urn:sha1:7a5380820b06383adfa69df745ade34ff4592901</id>
<content type='text'>
The BasicProperty/BasicTypes system provides a mechanism for intelligent
property-based modeling of problem domains in Python 2.2+.  The idea behind
property-based domain modeling is to simplify the definition of objects/data
structures so that concerns such as initialization, data-type checking and
coercion, run-time introspection, and domain specific storage/retrieval
operations can be abstracted out from the modeling operations.
</content>
</entry>
</feed>
