<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/python-mode/Makefile, 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>2008-03-03T17:45:33Z</updated>
<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>Sort EMACS_VERSIONS_ACCEPTED.</title>
<updated>2007-10-29T04:40:11Z</updated>
<author>
<name>uebayasi</name>
<email>uebayasi</email>
</author>
<published>2007-10-29T04:40:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=65a0fd617f912bc51bfa1db3d2ed5f211eb4d337'/>
<id>urn:sha1:65a0fd617f912bc51bfa1db3d2ed5f211eb4d337</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkglint cleanup; update HOMEPAGE/MASTER_SITES.</title>
<updated>2007-02-22T19:01:13Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-02-22T19:01:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=16ab66728257a19144999d3bf2b2fb954c58bce4'/>
<id>urn:sha1:16ab66728257a19144999d3bf2b2fb954c58bce4</id>
<content type='text'>
From Sergey Svishchev in private mail.
</content>
</entry>
<entry>
<title>Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.</title>
<updated>2006-10-04T21:35:58Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2006-10-04T21:35:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fd5576d9c9fbe0aec9635bc12c3f6acf0a45741a'/>
<id>urn:sha1:fd5576d9c9fbe0aec9635bc12c3f6acf0a45741a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no</title>
<updated>2006-03-04T21:28:51Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-03-04T21:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=48ff096d36ac47701672a4f682e7c4ebafea1eb9'/>
<id>urn:sha1:48ff096d36ac47701672a4f682e7c4ebafea1eb9</id>
<content type='text'>
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
</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>Rework emacs.mk:</title>
<updated>2005-08-28T04:25:28Z</updated>
<author>
<name>uebayasi</name>
<email>uebayasi</email>
</author>
<published>2005-08-28T04:25:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=94e4fa69d6357e1a5cae535af27c4c9c24bdfe3c'/>
<id>urn:sha1:94e4fa69d6357e1a5cae535af27c4c9c24bdfe3c</id>
<content type='text'>
1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.
</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>Correct the version number.</title>
<updated>2004-12-05T13:40:56Z</updated>
<author>
<name>ben</name>
<email>ben</email>
</author>
<published>2004-12-05T13:40:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ebe4be88f10bd449608ae3366d3e0b945b05dccf'/>
<id>urn:sha1:ebe4be88f10bd449608ae3366d3e0b945b05dccf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update MASTER_SITES to reflect move to sourceforge and new maintainers.</title>
<updated>2004-12-05T05:55:51Z</updated>
<author>
<name>ben</name>
<email>ben</email>
</author>
<published>2004-12-05T05:55:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5a623f3e54b0b4959e955e0183cd59ad59f18a8d'/>
<id>urn:sha1:5a623f3e54b0b4959e955e0183cd59ad59f18a8d</id>
<content type='text'>
The changes are minor, but there is no ChangeLog.  The version number
went from 4.6 to 4.54, however 4.6 appears to be the older version.
Setting the package version to 4.6.54.  This addresses PR#28348
</content>
</entry>
</feed>
