| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
07 Feb 2012 01:28:01
0.06_1
|
pgollucci  |
- Update xapian to 1.2.7.0
PR: ports/164460 |
21 Jan 2012 17:40:15
0.06_1
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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 > := > = and this just moves ports one step to the left
Approved by: portmgr |
21 Jun 2011 06:58:49
0.06_1
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro |
19 Mar 2011 12:38:54
0.06_1
|
miwi  |
- Get Rid MD5 support |
23 Sep 2010 17:20:31
0.06_1
|
pgollucci  |
- Chase databases/xapian-core sh lib bump
Reported by: erwin via pointyhat |
24 Mar 2010 22:41:57
0.06
|
tobez  |
Update to 0.06.
Changes: http://search.cpan.org/dist/Catalyst-Model-Xapian/Changes |
16 Aug 2009 09:22:05
0.04
|
linimon  |
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
23 Jul 2009 17:28:48
0.04
|
pgollucci  |
- Update to 0.04
PR: ports/136574
Approved by: maintainer timeout (lbr; 14 days)
Submitted by: myself (pgollucci@) |
17 Apr 2008 14:30:31
0.03
|
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) |
11 Dec 2007 22:06:56
0.03
|
lbr  |
Update to 0.03 |
08 Sep 2007 01:10:46
0.02
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
11 Jul 2006 17:54:59
0.02
|
lbr  |
Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possibly
p5-Catalyst-Devel as well (if they have Helper modules). |
01 May 2006 13:52:00
0.02
|
lbr  |
Changing email-address on my 80 ports.
Approved by: erwin (mental) |
28 Mar 2006 17:16:23
0.02
|
sem  |
This model class wraps Search::Xapian to provide a friendly, paged
interface to Xapian (www.xapian.org) indexes. This class adds a little
extra convenience on top of the Search::Xapian class. It expects you to
use the QueryParser, and sets up some keywords based on the standard
omega keywords (id, host, date, month, year,title), so that you can do
searches like
'fubar site:microsoft.com'
WWW: http://search.cpan.org/dist/Catalyst-Model-Xapian/
PR: ports/93713
Submitted by: Lars Balker Rasmussen <lars@balker.dk> |