<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/doc/Makefile-example, 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-01-04T19:53:36Z</updated>
<entry>
<title>Where to place PKG_DESTDIR_SUPPORT.</title>
<updated>2008-01-04T19:53:36Z</updated>
<author>
<name>heinz</name>
<email>heinz</email>
</author>
<published>2008-01-04T19:53:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2907dd87158725a7f780260a60d960500f72605a'/>
<id>urn:sha1:2907dd87158725a7f780260a60d960500f72605a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change LICENSE= to be the first item in the licensing paragraph.</title>
<updated>2007-01-09T21:14:21Z</updated>
<author>
<name>gdt</name>
<email>gdt</email>
</author>
<published>2007-01-09T21:14:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a8feae5395e19dba0739b1e040651a845948a192'/>
<id>urn:sha1:a8feae5395e19dba0739b1e040651a845948a192</id>
<content type='text'>
Adjust wording.

conceptually ok'd by wiz@ agc@
</content>
</entry>
<entry>
<title>Apply the "convention over configuration" principle:</title>
<updated>2006-07-27T15:16:44Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-07-27T15:16:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b6442e50d672afd4fd4e32f59f474e95b2e7fc93'/>
<id>urn:sha1:b6442e50d672afd4fd4e32f59f474e95b2e7fc93</id>
<content type='text'>
If ${FILESDIR}/getsite.sh exists, then use it to determine the fetch
URL for each of the distfiles for the package.  Otherwise, use
SITE_&lt;file&gt; and MASTER_SITES, in order, to determine the URL for each
distfile.

If the script path differs from ${FILESDIR}/getsite.sh, then set
DYNAMIC_SITE_SCRIPT to the full path to that script.

Remove the need to set DYNAMIC_MASTER_SITES explicitly in the package
Makefile for:

	graphics/ns-cult3d
	wm/sawfish-themes
	www/apache-tomcat55
	www/jakarta-tomcat4
	www/jakarta-tomcat5
</content>
</entry>
<entry>
<title>Update to reflect current usage of INFO_FILES, which should just be defined</title>
<updated>2006-04-09T01:14:52Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-04-09T01:14:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=92099da8c260995a04353b0fa4a757c03526f77f'/>
<id>urn:sha1:92099da8c260995a04353b0fa4a757c03526f77f</id>
<content type='text'>
or not defined.
</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>No more buildlink2.</title>
<updated>2005-07-27T10:02:17Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2005-07-27T10:02:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8248fc6e1847a6aa118c29fb6df88ec64c8b9560'/>
<id>urn:sha1:8248fc6e1847a6aa118c29fb6df88ec64c8b9560</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of USE_PERL5.  The new way to express needing the Perl executable</title>
<updated>2005-07-16T01:19:06Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-07-16T01:19:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4ff5f6ae062a1143c9d2a08f5e33e22d43752ad6'/>
<id>urn:sha1:4ff5f6ae062a1143c9d2a08f5e33e22d43752ad6</id>
<content type='text'>
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
</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>Replaced the deprecated ALL_TARGET variable in the example Makefile with</title>
<updated>2005-02-12T11:05:05Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-02-12T11:05:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=42349821c32cffd8fdd89c434c326e7efd44af99'/>
<id>urn:sha1:42349821c32cffd8fdd89c434c326e7efd44af99</id>
<content type='text'>
BUILD_TARGET, which had replaced ALL_TARGET in Dec 2004.
</content>
</entry>
<entry>
<title>Remove reference to buildlink2.</title>
<updated>2004-11-11T06:05:55Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-11-11T06:05:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c148c9a19252a38e183a22705858d514507a7e06'/>
<id>urn:sha1:c148c9a19252a38e183a22705858d514507a7e06</id>
<content type='text'>
</content>
</entry>
</feed>
