<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/Templates, branch release/7.0.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F7.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F7.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2007-05-19T21:55:00Z</updated>
<entry>
<title>Add missing mtree file.</title>
<updated>2007-05-19T21:55:00Z</updated>
<author>
<name>Florent Thoumie</name>
<email>flz@FreeBSD.org</email>
</author>
<published>2007-05-19T21:55:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fd84d6227dddbfa34de86b2b1b820065708986a6'/>
<id>urn:sha1:fd84d6227dddbfa34de86b2b1b820065708986a6</id>
<content type='text'>
Approved by:	portmgr (pav)
</content>
</entry>
<entry>
<title>Recognise amd64 machines.</title>
<updated>2003-07-11T06:28:08Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2003-07-11T06:28:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0c438b9ad77394e4e28ea186d063ab66fcdae428'/>
<id>urn:sha1:0c438b9ad77394e4e28ea186d063ab66fcdae428</id>
<content type='text'>
Submitted by:	marcel
</content>
</entry>
<entry>
<title>Import of GNU config.sub master script, version 2003-07-04</title>
<updated>2003-07-11T06:26:27Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2003-07-11T06:26:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=05e0f126295f17a204443eccc79ed6680d716a82'/>
<id>urn:sha1:05e0f126295f17a204443eccc79ed6680d716a82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import of GNU config.guess master script, version 2003-07-02</title>
<updated>2003-07-11T06:26:00Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2003-07-11T06:26:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=28f1095f970f1e769ec5b5f8b190b8211068669f'/>
<id>urn:sha1:28f1095f970f1e769ec5b5f8b190b8211068669f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in mailing list address.</title>
<updated>2003-02-13T02:31:43Z</updated>
<author>
<name>Christian Weisgerber</name>
<email>naddy@FreeBSD.org</email>
</author>
<published>2003-02-13T02:31:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ccc9ca40fdcdebc168407e0540ae321063421044'/>
<id>urn:sha1:ccc9ca40fdcdebc168407e0540ae321063421044</id>
<content type='text'>
PR:		48200
Submitted by:	Erwin Lansing &lt;erwin@lansing.dk&gt;
</content>
</entry>
<entry>
<title>* Run throught tidy -i since they are malformed HTML.</title>
<updated>2003-02-10T08:55:21Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2003-02-10T08:55:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6cc8804d52f4edaa02c7d5c0bbbf7bf56b40873c'/>
<id>urn:sha1:6cc8804d52f4edaa02c7d5c0bbbf7bf56b40873c</id>
<content type='text'>
* Templates/README.port
    - %%PKG%% moved.
    - %%WEBSITE%%, %%EMAIL%% and port mailing-list added.

Submitted by:   Cyrille Lefevre &lt;clefevre@citeweb.net&gt;
PR:             ports/31389
</content>
</entry>
<entry>
<title>Fix links to the Handbook, the FAQ and the porters-handbook.</title>
<updated>2002-08-04T09:04:12Z</updated>
<author>
<name>Marc Fonvieille</name>
<email>blackend@FreeBSD.org</email>
</author>
<published>2002-08-04T09:04:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=deef46806d015ad769b2665290ea6ec18dfcb08e'/>
<id>urn:sha1:deef46806d015ad769b2665290ea6ec18dfcb08e</id>
<content type='text'>
Approved by:	portmgr
</content>
</entry>
<entry>
<title>Fix COMMENT handling -- it was incorrectly using the fixed string</title>
<updated>2000-10-14T11:03:19Z</updated>
<author>
<name>Satoshi Asami</name>
<email>asami@FreeBSD.org</email>
</author>
<published>2000-10-14T11:03:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bddcc1202ec708e491ec2f68f145924a29b99a97'/>
<id>urn:sha1:bddcc1202ec708e491ec2f68f145924a29b99a97</id>
<content type='text'>
"pkg/COMMENT' which of course blew up in the entire tree when we
changed the layout.

Fix it to use `make -V COMMENT` so it will use even for ports that
define MASTERDIR etc.

Reported by PRs:	21851, 21952

While I'm here, add the contents of pkg/COMMENT in category READMEs.
I don't know why I didn't include them in the first place when I've
been creating all those files!
</content>
</entry>
<entry>
<title>(1) Add support for a "flat" directory structure, with no pkg/ and</title>
<updated>2000-10-01T17:27:40Z</updated>
<author>
<name>Satoshi Asami</name>
<email>asami@FreeBSD.org</email>
</author>
<published>2000-10-01T17:27:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=568b78afbdc0ae3f3074f984a5ac0dd493a9ac33'/>
<id>urn:sha1:568b78afbdc0ae3f3074f984a5ac0dd493a9ac33</id>
<content type='text'>
    patches/.  In addition, patches live in files/ and files/md5 is
    moved to "distinfo" in main directory.

    It is disabled by default, but you can test it by defining
    NEWLAYOUT.  I will convert the entire ports tree in a week and
    make NEWLAYOUT the default.

Reviewed by:	the ports list
Submitted by:	nectar ("distinfo" name)

(2) Bump XFree86 version number in PKG_IGNORE_DEPENDS.

(3) New variable RESTRICTED_FILES to be used when only a subset of a
    RESTRICTED or NO_CDROM port's distfiles/patchfiles list is not
    redistributable.  (Set RESTRICTED_FILES to the list of
    redistribution-challenged files.)

Reviewed by:	the ports list
</content>
</entry>
<entry>
<title>Refer to new location to the porter's handbook.  Also, while I'm here</title>
<updated>2000-08-18T17:18:25Z</updated>
<author>
<name>Satoshi Asami</name>
<email>asami@FreeBSD.org</email>
</author>
<published>2000-08-18T17:18:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f9403d1c61901f3170baf3dfbffd0560d5a4c368'/>
<id>urn:sha1:f9403d1c61901f3170baf3dfbffd0560d5a4c368</id>
<content type='text'>
change freebsd's to FreeBSD's.

PR:		20648
Submitted by:	Vivek Khera &lt;khera@kciLink.com&gt;
</content>
</entry>
</feed>
