21 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
777eab4f3f Remove Perl core modules
- Add BUILD_DEPENDS
- Add LICENSE
- Add NO_ARCH
- Regenerate patch file with makepatch:
- Bump PORTREVISION for dependency change
2017-06-30 22:13:20 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +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
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Antoine Brodin
75d509b91a Reset maintainer, email bounces
With hat:	portmgr
2014-06-26 16:06:17 +00:00
Martin Wilke
7b5eb27a48 - Stage support 2014-02-14 15:03:07 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Andrej Zverev
ac049e474e - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 14:35:48 +00:00
William Grzybowski
6f6d3e2274 databases/mtop: fix RUN_DEPENDS
- Trim Makefile header [1]
- BUILD_DEPENDS -> RUN_DEPENDS

PR:		ports/179768 [1]
Submitted by:	Frank Wall <fw moov.de>
Approved by:	maintainer (timeout)
2013-07-31 22:22:46 +00:00
Andrej Zverev
a41069ab3b - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:53:22 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Thomas Abthorpe
cce3a73037 - Enhance column select
- Bump PORTREVISION
- Pass maintainership to submitter

PR:		ports/145634
Submitted by:	Artem Naluzhnyy <tut nhamon.com.ua>
2010-04-22 17:28:38 +00:00
Dmitry Marakasov
075acacd24 - Switch SourceForge ports to the new File Release System: categories starting with D 2009-08-22 00:18:43 +00:00
Martin Wilke
7a464ca183 - Rest Maintainer
Approved by:	linimon
2007-10-17 14:02:09 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Kirill Ponomarev
786408dcf4 Fix build. 2005-06-09 20:43:24 +00:00
Edwin Groothuis
575dbbabdf [ maintainer-update ] upgrade to version 0.6.6
New feature to 'fold' select columns in main display so you
	can see more of the WHERE clause. Use the F key to fold or
	the --fold option from the command line. Also, includes
	mkill.PL which was missing from the v0.6.5 distribution.

PR:		ports/71978
Submitted by:	Lester Mesa <lesterm@mazpe.net>
2004-10-12 03:39:36 +00:00
Erwin Lansing
11ac7085ce Remove explicit dependency on datases/p5-DBI, another dependency already
depends on it and the explicit dependency is wrong on perl < 5.6.

Submitted by:	kris
2004-05-17 10:31:41 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Ying-Chieh Liao
553d3eefb7 add mtop 0.6.4
MySQL Monitoring Tool
2003-12-17 03:27:46 +00:00