FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 11:35 AM BST
Port details
perl5.12 5.12.4_4 lang on this many watch lists=36 search for ports that depend on this port
Practical Extraction and Report Language
Maintained by: skv@FreeBSD.org search for ports maintained by this maintainer
Port Added: 15 Jul 2010 14:50:37
Also Listed In: devel perl5
License: ART10 GPLv1


Perl is a language that combines some of the features of C, sed, awk and
shell.  See the manual page for more hype.  There are also many books
published by O'Reilly & Assoc.  See pod/perlbook.pod for more
information.

WWW: http://www.perl.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

To install the port: cd /usr/ports/lang/perl5.12/ && make install clean
To add the package: pkg_add -r perl


Configuration Options
===> The following configuration options are available for perl-5.12.4_4:
     DEBUGGING=off (default) "Build with debugging support"
     GDBM=off (default) "Build GDBM_File extension"
     PERL_MALLOC=off (default) "Use Perl malloc"
     PERL_64BITINT=on (default) "Use 64 bit integers (on i386)"
     THREADS=off (default) "Build threaded perl"
     PTHREAD=on (default) "Build with -pthread"
     MULTIPLICITY=off (default) "Use multiplicity"
     SITECUSTOMIZE=off (default) "Run-time customization of @INC"
     USE_PERL=on (default) "Rewrite links in /usr/bin"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/../../src/
http://www.cpan.dk/modules/by-module/../../src/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/../../src/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/../../src/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/../../src/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/../../src/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/../../src/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../../src/
http://at.cpan.org/modules/by-module/../../src/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/../../src/
http://backpan.perl.org/modules/by-module/../../src/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../../src/
http://cpan.nctu.edu.tw/modules/by-module/../../src/
http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/../../src/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/perl/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-06-22
    Affects: users of lang/perl5.12
    Author: skv@FreeBSD.org
    Reason: 
      lang/perl5.12 has been updated to 5.12.4.  You should update everything
      that depends on perl.  The easiest way to do that is to use
      "perl-after-upgrade" script supplied with lang/perl5.12.
      Please see its manual page for details.
    
      If you want to switch to lang/perl5.12 from lang/perl5.{8,10} please
      follow instructions in the entry 20100715 in this file.
    
    

  • 2011-05-17
    Affects: users of lang/perl*
    Author: skv@FreeBSD.org
    Reason: 
      lang/perl5.14 is out. If you want to switch to it from, for example
      lang/perl5.12, that is:
    
      Portupgrade users:
        0) Fix pkgdb.db (for safety):
    	pkgdb -Ff
    
        1) Reinstall new version of Perl (5.14):
    	env DISABLE_CONFLICTS=1 portupgrade -o lang/perl5.14 -f perl-5.12.\*
    
        2) Reinstall everything that depends on Perl:
    	portupgrade -fr perl
    
      Portmaster users:
    	portmaster -o lang/perl5.14 lang/perl5.12
    
    	Conservative:
    	portmaster p5-
    
    	Comprehensive (but perhaps overkill):
    	portmaster -r perl-
    
      Note: If the "perl-" glob matches more than one port you will need to
    	specify the name of the Perl directory in /var/db/pkg explicitly.
    
    

  • 2011-05-06
    Affects: users of lang/perl*
    Author: skv@FreeBSD.org
    Reason: 
      Default version of Perl was bumped to 5.12.
    
      If you already have lang/perl5.10 or lang/perl5.8 installed, and want to
      switch to lang/perl5.12 please follow instructions in the entry 20100715
      in this file.
    
    

  • 2011-01-25
    Affects: users of lang/perl5.12
    Author: skv@FreeBSD.org
    Reason: 
      lang/perl5.12 has been updated to 5.12.3.  You should update everything
      that depends on perl.  The easiest way to do that is to use
      "perl-after-upgrade" script supplied with lang/perl5.12.
      Please see its manual page for details.
    
      If you want to switch to lang/perl5.12 from lang/perl5.{8,10} please
      follow instructions in the entry 20100715 in this file.
    
    

  • 2010-09-15
    Affects: users of lang/perl5.12
    Author: skv@FreeBSD.org
    Reason: 
      lang/perl5.12 has been updated to 5.12.2.  You should update everything
      that depends on perl.  The easiest way to do that is to use
      "perl-after-upgrade" script supplied with lang/perl5.12.
      Please see its manual page for details.
    
      If you want to switch to lang/perl5.12 from lang/perl5.{8,10} please
      follow instructions in the entry 20100715 in this file.
    
    

  • 2010-07-15
    Affects: users of lang/perl*
    Author: skv@FreeBSD.org
    Reason: 
      lang/perl5.12 is out. If you want to switch to it from, for example
      lang/perl5.10, that is:
    
      Portupgrade users:
        0) Fix pkgdb.db (for safety):
    	pkgdb -Ff
    
        1) Reinstall new version of Perl (5.12):
    	env DISABLE_CONFLICTS=1 portupgrade -o lang/perl5.12 -f perl-5.10.\*
    
        2) Reinstall everything that depends on Perl:
    	portupgrade -fr perl
    
      Portmaster users:
    	portmaster -o lang/perl5.12 lang/perl5.10
    
    	Conservative:
    	portmaster p5-
    
    	Comprehensive (but perhaps overkill):
    	portmaster -r perl-
    
      Note: If the "perl-" glob matches  more than one port you will need to
    	specify the name of the Perl directory in /var/db/pkg explicitly.
    
    

  • 2010-02-05
    Affects: users of lang/perl*
    Author: skv@FreeBSD.org
    Reason: 
      Default version of Perl was bumped to 5.10.
    
      If you already have lang/perl5.8 installed, and want to switch to
      lang/perl5.10 please follow instructions in the entry 20090328 in this
      file.
    
    

  • 2009-03-28
    Affects: users of lang/perl*
    Author: skv@FreeBSD.org
    Reason: 
      lang/perl5.10 is out. If you want to switch to it from, for example
      lang/perl5.8, that is:
    
      Portupgrade users:
        0) Fix pkgdb.db (for safety):
    	pkgdb -Ff
    
        1) Reinstall new version of Perl (5.10):
    	env DISABLE_CONFLICTS=1 portupgrade -o lang/perl5.10 -f perl-5.8.\*
    
        2) Reinstall everything that depends on Perl:
    	portupgrade -fr perl
    
      Portmaster users:
    	env DISABLE_CONFLICTS=1 portmaster -o lang/perl5.10 lang/perl5.8
    	portmaster -r perl-
    
      Note: If the "perl-" glob matches  more than one port you will need to
    	specify the name of the Perl directory in /var/db/pkg explicitly.
    
    

Number of commits found: 24

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
15 Feb 2012 02:03:30
Original commit files touched by this commit  5.12.4_4
swills search for other commits by this committer
- Add option to build with -pthread, default to on. Note this is not the same
  as threaded perl.

PR:             ports/163878
Submitted by:   swills (myself)
Approved by:    portmgr (erwin)
Discussed with: tobez
With hat:       perl@
10 Nov 2011 10:28:26
Original commit files touched by this commit  5.12.4_3
skv search for other commits by this committer
Update BSDPAN to 20111107:
- Fix warning:
        Warning: prerequisite ExtUtils::MakeMaker x.xx not found.
        We have unknown version.
- Fix forever loop occured when installing modules directly via cpan.

PR:             ports/162151
Submitted by:   az
Feature safe:   yes
27 Oct 2011 09:54:19
Original commit files touched by this commit  5.12.4_2
erwin search for other commits by this committer
Fix build on FreeBSD 10.0

PR:             161431
Submitted by:   jilles
Test on:        pointyhat i386-9-exp and i386-10
24 Oct 2011 04:17:38
Original commit files touched by this commit  5.12.4_2
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
12 Sep 2011 13:46:59
Original commit files touched by this commit  5.12.4_2
gabor search for other commits by this committer
- Track dependencies after databases/gdbm update
08 Aug 2011 14:32:41
Original commit files touched by this commit  5.12.4_1
amdmi3 search for other commits by this committer
- Fix perl configure erroneously saving /usr/local/script as a site script
install directory if it's present, which leads to misinstallation of many ports
which install perl scripts (p5-Mail-SpamAssassin, for example)

PR:             149771
Submitted by:   Peter Radcliffe <pir-freebsd.org@pir.net>
Patch by:       myself
Approved by:    jadawin
03 Jul 2011 15:51:18
Original commit files touched by this commit  5.12.4
erwin search for other commits by this committer
Update perl to 5.12.4

Changes:       
http://search.cpan.org/~lbrocard/perl-5.12.4/pod/perl5124delta.pod

Submitted by:   skv
Tested on:      pointyhat
19 Jun 2011 09:32:06
Original commit files touched by this commit  5.12.3
skv search for other commits by this committer
Fix DEPORIGIN in BSDPAN.

PR:             ports/157565
Submitted by:   Dan Lukes <dan@obluda.cz>
17 May 2011 19:30:03
Original commit files touched by this commit  5.12.3
skv search for other commits by this committer
Introduce Perl 5.14.0

Changes:        http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod
06 May 2011 06:20:12
Original commit files touched by this commit  5.12.3
skv search for other commits by this committer
Change default Perl version to 5.12.
27 Jan 2011 17:29:12
Original commit files touched by this commit  5.12.3
pav search for other commits by this committer
- Is not MAKE_JOBS_SAFE:
chmod 755 libsdbm.a
/usr/bin/ar cr libsdbm.a sdbm.o  pair.o  hash.o && : libsdbm.a
chmod: libsdbm.a: No such file or directory
*** Error code 1

Reported by:    pointyhat
Feature safe:   yes
25 Jan 2011 12:35:58
Original commit files touched by this commit  5.12.3
skv search for other commits by this committer
Update to 5.12.3

Changes:        http://search.cpan.org/~rjbs/perl-5.12.3/pod/perl5123delta.pod
Feature safe:   yes
11 Dec 2010 17:46:13
Original commit files touched by this commit  5.12.2_4
pgollucci search for other commits by this committer
- Support = in hostnames compatiable with misc/149510.
  duplicate fix in other perl ports

PR:             ports/148255
Submitted by:   Anonymous <swell.k@gmail.com>
Approved by:    maintainer timeout (skv ; 121 days)
06 Dec 2010 09:56:58
Original commit files touched by this commit  5.12.2_4
garga search for other commits by this committer
Do not touch /etc/manpath.config on -CURRENT after man.d/perl.conf is used
instead

PR:             ports/151914
Submitted by:   garga@
Approved by:    skv@ (maintainer)
05 Nov 2010 15:29:11
Original commit files touched by this commit  5.12.2_4
skv search for other commits by this committer
Add LICENSE_COMB (it was not checked by portlint).

PR:             ports/151963 [1]
Submitted by:   ohauer, Wouter Oosterveld <wouter@fizzyflux.nl> [1]
05 Nov 2010 10:23:25
Original commit files touched by this commit  5.12.2_4
skv search for other commits by this committer
Specify LICENSE.
05 Nov 2010 05:42:35
Original commit files touched by this commit  5.12.2_4
gordon search for other commits by this committer
Add patch to install a configuration file for the new man utility
instead of manipulating /etc/manpath.config.

Follow up commit since I missed adding the config file.

Approved by:    maintainer (timeout), wes@ (mentor, implicit)
Pointyhat to:   gordon@
05 Nov 2010 05:41:37
Original commit files touched by this commit  5.12.2_4
gordon search for other commits by this committer
Add patch to install a configuration file for the new man utility
instead of manipulating /etc/manpath.config.

Approved by:    maintainer (timeout), wes@ (mentor, implicit)
13 Oct 2010 12:48:00
Original commit files touched by this commit  5.12.2_3
mm search for other commits by this committer
Add patch to fix h2ph deprecated goto (perl bug #74404)

PR:             ports/150876
Approved by:    maintainer (timeout)
16 Sep 2010 15:57:09
Original commit files touched by this commit  5.12.2_2
skv search for other commits by this committer
- Fix perl-after-upgrade [1]
- Preserve perms on modified /etc/make.conf, /etc/manpath.conf [2]

PR:             150622 [1], 150611 [2]
Submitted by:   garga [1],  swell.k@gmail.com [2]
15 Sep 2010 16:21:30
Original commit files touched by this commit  5.12.2_1
skv search for other commits by this committer
Update to 5.12.2

Changes:        http://search.cpan.org/~jesse/perl-5.12.2/pod/perl5122delta.pod
26 Jul 2010 09:37:55
Original commit files touched by this commit  5.12.1_1
skv search for other commits by this committer
Cleanup: remove duplicate '@dirrm' entry.
23 Jul 2010 17:41:04
Original commit files touched by this commit  5.12.1_1
skv search for other commits by this committer
[1] Unbreak build with THREADS option
[2] Remove SUIDPERL option: SUID emulation has been removed for 5.12

PR:             ports/148648 [1]
Submitted by:   Andrei Lavreniyuk <andy.lavr@gmail.com> [1]
WWW:           
http://search.cpan.org/~jesse/perl-5.12.1/pod/perl5120delta.pod#Deprecations [2]
15 Jul 2010 14:48:52
Original commit files touched by this commit  5.12.1
skv search for other commits by this committer
Introduce Perl 5.12.1

Acknowledgements:       kuriyama

Number of commits found: 24

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23675
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 5
new 48 hours19
new 7 days62
new fortnight185
new month256

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.405 seconds.