<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/net/ddclient, branch pkgsrc_2011Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2010-02-19T19:26:09Z</updated>
<entry>
<title>Fix config file ownership.</title>
<updated>2010-02-19T19:26:09Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2010-02-19T19:26:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ace7efbf351c2474604ed23d00dfa88ee214557e'/>
<id>urn:sha1:ace7efbf351c2474604ed23d00dfa88ee214557e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PKG_DESTDIR_SUPPORT</title>
<updated>2009-12-17T22:34:37Z</updated>
<author>
<name>abs</name>
<email>abs</email>
</author>
<published>2009-12-17T22:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b54f568c4ef44a2a7a9a8329343f29c5d5d5c2b5'/>
<id>urn:sha1:b54f568c4ef44a2a7a9a8329343f29c5d5d5c2b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:03:28Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-14T18:03:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=870ee431b3152f330a121f8399ba6a71540929c1'/>
<id>urn:sha1:870ee431b3152f330a121f8399ba6a71540929c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Regenerate patch-aa avoiding CVS keyword in the patch.</title>
<updated>2007-10-03T23:02:52Z</updated>
<author>
<name>bad</name>
<email>bad</email>
</author>
<published>2007-10-03T23:02:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1a73e1502fbc0ecf1f2f4d208b46cfbf3213cc14'/>
<id>urn:sha1:1a73e1502fbc0ecf1f2f4d208b46cfbf3213cc14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move ddclient cache file to $VARBASE/db/ddclient.cache by default.</title>
<updated>2007-10-03T18:31:19Z</updated>
<author>
<name>bad</name>
<email>bad</email>
</author>
<published>2007-10-03T18:31:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3c59fc47dea0c262c5568c2bcd06b0f213f3d6b2'/>
<id>urn:sha1:3c59fc47dea0c262c5568c2bcd06b0f213f3d6b2</id>
<content type='text'>
Bump PKGREVISION.
</content>
</entry>
<entry>
<title>Modify the pkginstall framework so that it manages all aspects of</title>
<updated>2006-03-14T01:14:26Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-03-14T01:14:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6bd0765af7e172f63338e1591991ae18424e7d39'/>
<id>urn:sha1:6bd0765af7e172f63338e1591991ae18424e7d39</id>
<content type='text'>
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
</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>Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk</title>
<updated>2005-12-29T06:21:30Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-12-29T06:21:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5af16a0a92f81c34be4b282d5e8072ffb8e77df1'/>
<id>urn:sha1:5af16a0a92f81c34be4b282d5e8072ffb8e77df1</id>
<content type='text'>
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
</content>
</entry>
<entry>
<title>Update to 3.6.6, provided by Geert Hendrickx in PR 30891:</title>
<updated>2005-08-02T09:55:37Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2005-08-02T09:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b41362792335ec2f6e86f8cf8d9dcd98ac79006c'/>
<id>urn:sha1:b41362792335ec2f6e86f8cf8d9dcd98ac79006c</id>
<content type='text'>
3.6.6
- support for olitec-SX200
- added sample-etc_rc.d_init.d_ddclient.lsb as a sample script for lsb-compliant systems.
- support for linksys wrt854g (thanks to Nick Triantos)
- support for linksys ver 3
- support for Thomson (Alcatel) SpeedTouch 510 (thanks to Aldoir)
- Cosmetic fixes submitted by John Owens

3.6.5
- there was a bug in the linksys-ver2
- support for postscript (thanks to Larry Hendrickson)
- Changelog out of README
- modified all documentation to use /etc/ddclient/ddclient.conf (notified by 	nicolasmartin in bug [1070646])

3.6.4
- added support for NameCheap service (thanks to Dan Boardman)
- added support for linksys ver2 (thanks to Dan Perik)

3.6.3
- renamed sample-etc_dhclient-enter-hooks to sample-etc_dhclient-exit-hooks
- add support for the Allnet 1298 Router
- add -a to ifconfig to query all interfaces (for Solaris and OpenBSD)
- update the process status to reflect what is happening.
- add a To: line when sending e-mail
- add mail-failure to send mail on failures only
- try all addresses for multihomed hosts (like check.dyndns.org)
- add support for dnspark
- add sample for OrgDNS.org
</content>
</entry>
<entry>
<title>Remove some unnecessarily strong dependencies on perl that resulted</title>
<updated>2005-07-16T19:10:37Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-07-16T19:10:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dd5e994e0c9890df081d82e9855ba2047d0189e0'/>
<id>urn:sha1:dd5e994e0c9890df081d82e9855ba2047d0189e0</id>
<content type='text'>
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
</content>
</entry>
</feed>
