| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
05 Dec 2012 12:32:57
1.1
|
tobez  |
Update to 1.1.
Changes:
http://cpansearch.perl.org/src/MATTIASH/HTTP-Cache-Transparent-1.1/Changes
Feature safe: yes |
05 Jun 2012 13:12:33
1.0
|
culot  |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
13 Mar 2012 16:15:36
1.0
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
1.0
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
19 Mar 2011 12:38:54
1.0
|
miwi  |
- Get Rid MD5 support |
25 Jul 2010 23:26:12
1.0
|
linimon  |
Reassign some ports from ahze@ to perl@ due to maintainer-timeouts and no
response to email.
Hat: portmgr |
13 Jun 2010 08:40:06
1.0
|
erwin  |
BROKEN should not be quoted.
No functional change. |
17 Apr 2008 14:30:31
1.0
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
09 Jan 2008 15:05:56
1.0
|
ahze  |
Update to 1.0 |
27 Mar 2006 14:24:31
0.7
|
ahze  |
- Update to 0.7 |
20 Feb 2006 20:50:22
0.6
|
fenner  |
Update search.cpan.org WWW: entries to have a trailing slash.
Change some URLs from author dirs to dist dirs.
The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in. |
22 Jan 2006 02:58:25
0.6
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
09 Nov 2005 07:09:47
0.6
|
ahze  |
- Add SHA256
- Add SIZE to a few ports |
16 Oct 2005 15:07:08
0.6
|
ahze  |
- Mark broken on perl <500800
Reported by: Kris mail |
14 Oct 2005 05:03:35
0.6
|
ahze  |
- Add p5-HTTP-Cache-Transparent
Implementation of http get that keeps a local cache of fetched pages to
avoid fetching the same data from the server if it hasn't been updated.
The cache is stored on disk and is thus persistent between invocations. |