Commit graph

16 commits

Author SHA1 Message Date
Dmitry Marakasov
5adc31daa8 - Drop @dirrm* from and add empty directories to pkg-plists
Approved by:	portmgr blanket
2015-02-01 18:03:44 +00:00
Mathieu Arnold
eee58d187e 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
2014-11-26 13:08:24 +00:00
Emanuel Haupt
420222c316 Support staging 2014-02-28 07:25:06 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Andrej Zverev
53cf8c3d6d - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-03 16:18:49 +00:00
Martin Wilke
fd73392237 - Correct commit entry:
- Update to 0.22

PR:		168641
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer timeout
2012-08-05 05:56:37 +00:00
Martin Wilke
b4abee4df7 - Update to 4.3
PR:		168566
Submitted by:	koobs <koobs.freebsd@gmail.com>
Approved by:	maintainer
2012-08-05 05:54:51 +00:00
Andrej Zverev
c9b4f372f4 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 12:42:52 +00:00
Wen Heping
811f5ee5c8 - Update to 0.21
PR:		ports/158150
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	maintainer(timeout, >40 days)
2011-08-04 01:28:47 +00:00
Wesley Shields
608f82ea25 - Update to 0.20.
- Add LICENSE.

PR:		ports/157850
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
Approved by:	maintainer timeout
2011-06-28 00:13:13 +00:00
Wesley Shields
cfd0739d17 - Update to 0.19.
- Respect PREFIX.
- Fix RUN_DEPENDS.

PR:		ports/157442
Submitted by:	Ryan Steinmetz (rpsfa@rit.edu)
Approved by:	Sergey Alexanov <salexanov@gmail.com> (maintainer)
2011-06-03 11:23:46 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Felippe de Meirelles Motta
55d2eb53d2 - Update to 0.17.
PR:		ports/138315
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout (2 weeks)
2009-09-13 02:54:16 +00:00
Rong-En Fan
3ad02154fb - Add missing file
- Bump PORTREVISION

PR:		ports/123834
Submitted by:	salexanov at gmail.com (maintainer)
2008-05-21 01:58:49 +00:00
Marcelo Araujo
45db204403 - Update to 0.14.
- Use SAVANNAH macro.

PR:		ports/123511
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by:	Sergey Alexanov <salexanov@gmail.com> (maintainer)
2008-05-17 13:49:21 +00:00
Emanuel Haupt
4c86624fd0 Add fetchconfig, a perl script for retrieving configuration of
various network devices such as:

  * Cisco IOS
  * Cisco Catalyst
  * FortiGate
  * ProCurve
  * Parks
  * Alcatel Ethernet Routers (Riverstone)
  * Dell PowerConnect switches
  * Old Terayon 3200/3500 CMTS

PR:		120843
Submitted by:	salexanov at gmail.com
2008-02-27 22:09:37 +00:00