Commit graph

28 commits

Author SHA1 Message Date
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Dmitry Marakasov
1546ca3da6 - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-28 18:15:21 +00:00
Adam Weinberger
9e00ce3f62 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.
2015-03-12 23:00:02 +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
2c8db67726 Cleanup plist 2014-10-20 09:31:33 +00:00
Adam Weinberger
b25b990078 Remove NOPORTEXAMPLES. 2014-07-03 23:59:03 +00:00
Frederic Culot
e80c4c9d30 - Update to 1.57
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Device-Modem/Changes
2014-02-10 15:45:36 +00:00
Vanilla I. Shu
d3a86a7bd9 Support STAGEDIR. 2013-11-05 12:30:46 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Andrej Zverev
911aeddd51 - Convert to new perl framework
- Trim Makefile header
2013-08-02 16:55:05 +00:00
Sunpoet Po-Chuan Hsieh
dad757e728 - Update to 1.56
- Sort PLIST

Changes:	http://search.cpan.org/dist/Device-Modem/Changes
2011-10-01 16:41:27 +00:00
Baptiste Daroussin
1705f54d5d - update to 1.54 2011-05-31 19:09:52 +00:00
Sergey Skvortsov
caf8307740 Update to 1.53
Changes:	http://cpansearch.perl.org/src/COSIMO/Device-Modem-1.53/Changes
2011-02-27 08:21:21 +00:00
Philip M. Gollucci
49293e6cbf - Update to 1.51
PR:             ports/141475
Approved by:    maintainer timeout (skv; 25 days)
Submitted by:   myself (pgollucci@)
2010-01-09 23:33:46 +00:00
Sergey Skvortsov
64eda6e036 Update to 1.50
Changes:	http://cpansearch.perl.org/src/COSIMO/Device-Modem-1.50/Changes
2009-01-22 18:41:08 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Anders Nordby
a73be396a2 Update to 1.48.
Approved by:	maintainer
2007-10-16 18:51:56 +00:00
Sergey Skvortsov
f6641e3906 Update to 1.47
Changes:	http://search.cpan.org/src/COSIMO/Device-Modem-1.47/Changes
Submitted by:	anders
2006-05-10 08:49:51 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Sergey Skvortsov
7f87cb8160 Update to 1.46
Changes:	http://search.cpan.org/src/COSIMO/Device-Modem-1.46/Changes
2005-12-02 17:40:33 +00:00
Sergey Skvortsov
a6759b0376 Update to 1.44 2005-08-30 10:59:52 +00:00
Sergey Skvortsov
9dbb59621c Updated to 1.43 2004-12-09 09:24:57 +00:00
Sergey Skvortsov
c42351387b Updated to 1.39 2004-08-20 14:14:54 +00:00
Sergey Skvortsov
7556a622bb Updated to 1.36 2004-08-15 15:01:58 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Sergey A. Osokin
958842c5c6 Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-22 09:37:18 +00:00
Anders Nordby
5c4f899a8e Add Device::Modem, a Perl module to talk to AT compliant devices via
serial ports.
2003-07-22 22:41:09 +00:00