notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: audio/p5-CDDB_get/pkg-plist

Number of commits found: 10

Thursday, 12 Mar 2015
23:00 adamw search for other commits by this committer
Some OCD cleanups on some of the perl@ ports.

- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
  the plist was randomized before committing

A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
Original commitRevision:381151 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Monday, 20 Oct 2014
06:36 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371234 
Friday, 1 Nov 2013
02:28 vanilla search for other commits by this committer
support STAGEDIR.
Original commitRevision:332336 
Wednesday, 31 May 2006
17:44 aaron search for other commits by this committer
- Update from v2.23 to v2.27
- Update pkg-plist

2.25  15.06.2005
      user:pass with proxy support - untested (thanks to Peter)
        Please try it, I don't have such a setup.
      Cache module: use CDDB_cache instead of CDDB_get
        All files are saved in a local tree and can be reused from there.
        Please try it if you like, it's not really tested.

2.26  22.06.2005 (unreleased)
      added postgres/oracle/sqlite support (untested)
      thanks to Rick for starting with a postgres version

2.27  01.01.2006
      default port is now 8880 (not 888 anymore)
      fixes an ioctl perl problem on current redhat/fedora (thanks to
      Gregory K. Ruiz-Ade and the redhat/fedora guys)

PR:             98173
Submitted by:   aaron
Reviewed by:    maintainer
Approved by:    maintainer, tobez (implicit)
Original commit
Wednesday, 23 Jul 2003
17:22 arved search for other commits by this committer
oops.. wrong commit message.
Pointy hat:     arved

The right one:

Update to 2.2
Bump PORTEPOCH because PORTVERSION decreased.

PR:             54259
Submitted by:   Mathieu Arnold <m@absolight.net>
Original commit
17:13 arved search for other commits by this committer
Update to 1.11

PR              54248
Submitted by:   Mathieu Arnold <m@absolight.net>
Original commit
Thursday, 17 Apr 2003
21:56 kris search for other commits by this committer
Remove lib/perllocal.pod-${PORTNAME} from the pkg-plist now that this file
is no longer installed.
Original commit
Saturday, 29 Mar 2003
00:01 edwin search for other commits by this committer
Update audio/p5-CDDB_get 1.66 -> 2.11

        From: Oyvind Moll <oyvindmo@initio.no>
        To: edwin@freebsd.org
        Cc: philip@p6m7g8.com
        Subject: audio/p5-CDDB_get (PR ports/47609)

        Hi,

        I just noticed ports/47609 about a version update for
        audio/p5-CDDB_get, which I'm maintainer of.  I can't see any trace of
        the mail that presumably was sent to me on February 4th, but no
        matter:  Please feel free to commit the patch in ports/47609.

        Thanks, to both of you :)

PR:             ports/47609
Submitted by:   Philip M. Gollucci <philip@p6m7g8.com>
Reviewed by:    Oyvind Moll <oyvindmo@initio.no>
Original commit
Monday, 1 Oct 2001
02:04 kuriyama search for other commits by this committer
Add p5-CDDB_get 1.66,   a high-level interface to the Compact Disc Database.    
Original commit

Number of commits found: 10