notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/p5-DBIx-Browse/pkg-plist
SVNWeb

Number of commits found: 8

Thu, 12 Mar 2015
[ 23:00 adamw search for other commits by this committer ] Original commit   Revision:381151 (Only the first 10 of 229 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 20 Oct 2014
[ 10:41 bapt search for other commits by this committer ] Original commit   Revision:371255 (Only the first 10 of 451 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Sun, 3 Nov 2013
[ 06:53 vanilla search for other commits by this committer ] Original commit   Revision:332592 (Only the first 10 of 228 ports in this commit are shown above. View all ports for this commit)
Support STAGEDIR.
Sun, 22 Jan 2006
[ 01:29 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
Sat, 10 Apr 2004
[ 16:07 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
Trim whitespace.
Fri, 24 Oct 2003
[ 12:05 ijliao search for other commits by this committer ] Original commit  (Only the first 10 of 1501 ports in this commit are shown above. View all ports for this commit)
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Wed, 5 Feb 2003
[ 01:57 edwin search for other commits by this committer ] Original commit 
New Port: p5-DBIx-Browse v2.09

        The purpose of DBIx::Browse is to handle the browsing of
        relational tables.

        DBIx::Browse transparently translates SELECTs, UPDATEs,
        DELETEs and INSERTs from the desired "human view" to the
        values needed for the ta- ble. This is the case when you
        have related tables (1 to n) where the detail table has a
        reference (FOREIGN KEY) to a generic table (i.e.  Customers
        and Bills) with some index (tipically an integer).

PR:             ports/47624
Submitted by:   Philip M. Gollucci <philip@p6m7g8.com>

Number of commits found: 8