<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/textproc/p5-Algorithm-RabinKarp, branch pkg-install-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2013-11-07T03:52:41Z</updated>
<entry>
<title>Support STAGEDIR.</title>
<updated>2013-11-07T03:52:41Z</updated>
<author>
<name>Vanilla I. Shu</name>
<email>vanilla@FreeBSD.org</email>
</author>
<published>2013-11-07T03:52:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb2d5da4ebc1084c623330fb16bdcba15bb94569'/>
<id>urn:sha1:fb2d5da4ebc1084c623330fb16bdcba15bb94569</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: textproc)</title>
<updated>2013-09-20T23:17:30Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T23:17:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0068f2d47fabca8b05218243fb099000a6413c86'/>
<id>urn:sha1:0068f2d47fabca8b05218243fb099000a6413c86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Add WWW</title>
<updated>2013-08-29T17:16:52Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2013-08-29T17:16:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1b0d3f744b0291a5b2e1a3aec04165b6b9acf2b0'/>
<id>urn:sha1:1b0d3f744b0291a5b2e1a3aec04165b6b9acf2b0</id>
<content type='text'>
- Use single space after WWW:
- Remove Author line
</content>
</entry>
<entry>
<title>- Convert to new perl framework</title>
<updated>2013-08-02T18:52:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2013-08-02T18:52:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4819ca343bfee8a3b54e7ff3ac26d280d1c1696f'/>
<id>urn:sha1:4819ca343bfee8a3b54e7ff3ac26d280d1c1696f</id>
<content type='text'>
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
</content>
</entry>
<entry>
<title>- Remove SITE_PERL from *_DEPENDS</title>
<updated>2012-06-04T08:37:59Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2012-06-04T08:37:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d1e0f3506af41743aebb97d8548b0912b7247494'/>
<id>urn:sha1:d1e0f3506af41743aebb97d8548b0912b7247494</id>
<content type='text'>
</content>
</entry>
<entry>
<title>At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450</title>
<updated>2012-01-21T17:40:15Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-01-21T17:40:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c59a3834c4bd220def36c5006080d4e0f57b83e0'/>
<id>urn:sha1:c59a3834c4bd220def36c5006080d4e0f57b83e0</id>
<content type='text'>
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication &gt; := &gt; = and this just moves ports one step to the left

Approved by:	portmgr
</content>
</entry>
<entry>
<title>End WWW CPAN URL with a "/"</title>
<updated>2011-12-28T08:20:20Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2011-12-28T08:20:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=33fcf400f838216918ccb1320780c48a168d9888'/>
<id>urn:sha1:33fcf400f838216918ccb1320780c48a168d9888</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The vast majority of pkg-descr files had the following format when they</title>
<updated>2011-10-24T09:11:38Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2011-10-24T09:11:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=989772c9ac17dbf61d27a16069c9a6a83b5b0c2c'/>
<id>urn:sha1:989772c9ac17dbf61d27a16069c9a6a83b5b0c2c</id>
<content type='text'>
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
</content>
</entry>
<entry>
<title>- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.</title>
<updated>2011-06-20T09:03:27Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2011-06-20T09:03:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7a1dccccd56cf0a6239992d6a2cc584de1fd61b8'/>
<id>urn:sha1:7a1dccccd56cf0a6239992d6a2cc584de1fd61b8</id>
<content type='text'>
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
</content>
</entry>
<entry>
<title>Reset aaron's port maintainerships due to many maintainer-timeouts.</title>
<updated>2008-04-29T05:27:09Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2008-04-29T05:27:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e3e5d56ef13c9094bfee4db7d6e263de90d5f0c9'/>
<id>urn:sha1:e3e5d56ef13c9094bfee4db7d6e263de90d5f0c9</id>
<content type='text'>
</content>
</entry>
</feed>
