<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/net/ORBit/PLIST, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2006-03-31T23:56:28Z</updated>
<entry>
<title>List the info pages directly in the PLIST and ensure that we honor</title>
<updated>2006-03-31T23:56:28Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-03-31T23:56:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3f95d3993882f863f6ccbdf9ada020346f39c938'/>
<id>urn:sha1:3f95d3993882f863f6ccbdf9ada020346f39c938</id>
<content type='text'>
PKGINFODIR.
</content>
</entry>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Remove info files entries from PLIST.</title>
<updated>2004-03-08T22:31:40Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2004-03-08T22:31:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d1338267c37e8d8c9bfcaa987609aead43fd22eb'/>
<id>urn:sha1:d1338267c37e8d8c9bfcaa987609aead43fd22eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert to USE_NEW_TEXINFO.</title>
<updated>2003-08-03T09:02:24Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2003-08-03T09:02:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8d85877b8af336049316e194cb59426d9bf7f99b'/>
<id>urn:sha1:8d85877b8af336049316e194cb59426d9bf7f99b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>share/idl is a shared directory between ORBit and ORBit2, so manage it</title>
<updated>2003-01-04T23:46:49Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2003-01-04T23:46:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0933139cdfd6857ddd3d3124fa3aea2ce4b579b4'/>
<id>urn:sha1:0933139cdfd6857ddd3d3124fa3aea2ce4b579b4</id>
<content type='text'>
properly.
</content>
</entry>
<entry>
<title>The lib/pkgconfig has been added to the list of standard directories, so do</title>
<updated>2003-01-02T22:44:43Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2003-01-02T22:44:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=39e4262685c14bf303e022374dc9cd8557000c17'/>
<id>urn:sha1:39e4262685c14bf303e022374dc9cd8557000c17</id>
<content type='text'>
not try to remove it, even if empty.
</content>
</entry>
<entry>
<title>Replace "true" by "${TRUE}".</title>
<updated>2002-12-09T16:01:10Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2002-12-09T16:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=04ef0ab0bc819f60fbb9bf3caf332481ed9e528e'/>
<id>urn:sha1:04ef0ab0bc819f60fbb9bf3caf332481ed9e528e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce new framework for handling info files generation and installation.</title>
<updated>2002-02-18T15:14:00Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2002-02-18T15:14:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=94736fef3d3bc180c38e89ad3b9fc89d91756057'/>
<id>urn:sha1:94736fef3d3bc180c38e89ad3b9fc89d91756057</id>
<content type='text'>
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
</content>
</entry>
<entry>
<title>mkdir -&gt; ${MKDIR}</title>
<updated>2002-02-15T10:12:28Z</updated>
<author>
<name>skrll</name>
<email>skrll</email>
</author>
<published>2002-02-15T10:12:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4'/>
<id>urn:sha1:776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4</id>
<content type='text'>
rmdir -&gt; ${RMDIR}
rm -&gt; ${RM} (${RM} added to PLIST_SUBST)
chmod -&gt; ${CHMOD}
chown -&gt; ${CHOWN}
</content>
</entry>
<entry>
<title>Update ORBit to 0.5.13.  Changes are bugfixes and minor interface</title>
<updated>2002-01-15T23:52:11Z</updated>
<author>
<name>rh</name>
<email>rh</email>
</author>
<published>2002-01-15T23:52:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bec03a397f921ba17989c2ecc780dba076a59299'/>
<id>urn:sha1:bec03a397f921ba17989c2ecc780dba076a59299</id>
<content type='text'>
enhancements.
</content>
</entry>
</feed>
