Commit graph

26 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
Wen Heping
0f43a13195 - Update to 0.034
Changes: http://cpansearch.perl.org/src/WYANT/Astro-SIMBAD-Client-0.034/Changes
2016-01-12 12:09:06 +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
Adam Weinberger
34ed372f38 Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
2015-06-24 15:16:23 +00:00
Sunpoet Po-Chuan Hsieh
444c55e92a - Update to 0.033
Changes:	http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes
2014-12-04 15:27:08 +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
4988946cd5 Cleanup plist 2014-10-19 23:19:41 +00:00
Emanuel Haupt
2e5b49a81e - Update to 0.031
- Remove duplicate pkg-plist entry
2014-02-10 22:50:36 +00:00
Sunpoet Po-Chuan Hsieh
66336ee5a6 - Update to 0.30
Changes:	http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes
2014-01-02 20:57:11 +00:00
Philippe Audeoud
0b3f2443eb - Update to 0.029 2013-11-19 09:32:19 +00:00
Sunpoet Po-Chuan Hsieh
935284401a - Update to 0.28
- Add LICENSE

Changes:	http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes
2013-11-09 18:48:57 +00:00
Sunpoet Po-Chuan Hsieh
12f61e9e5b - Support STAGEDIR 2013-09-28 17:13:28 +00:00
Baptiste Daroussin
701daf1eab Add NO_STAGE all over the place in preparation for the staging support (cat: astro) 2013-09-20 13:14:04 +00:00
Mathieu Arnold
a0a6580906 Update to 0.027. 2013-08-20 09:36:32 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Wen Heping
7865877780 - Update to 0.026
Changes: http://cpansearch.perl.org/src/WYANT/Astro-SIMBAD-Client-0.026/Changes
- Trim Makefile headers

Feature safe:	yes
2012-11-13 06:22:56 +00:00
Sunpoet Po-Chuan Hsieh
9106c6190d - Update to 0.25
Changes:	http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes
2012-01-06 06:32:29 +00:00
Sunpoet Po-Chuan Hsieh
4bce23edb5 - Update to 0.24
Changes:	http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes
Feature safe:	yes
2011-12-09 18:49:04 +00:00
Sunpoet Po-Chuan Hsieh
ae2c94dd90 - Update to 0.23
Changes:	http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes
2011-11-02 17:31:24 +00:00
Steve Wills
65ee6dab9c - Set BUILD_DEPENDS to silence build warnings 2011-08-16 23:28:54 +00:00
Wen Heping
60b14aa55c - Update to 0.022
ChangeLog: http://cpansearch.perl.org/src/WYANT/Astro-SIMBAD-Client-0.022/Changes
- Reset maintainer to perl@
2011-08-06 01:36:17 +00:00
Wen Heping
179a102240 - Update to 0.021 [1]
- Update my mail to FreeBSD

PR:		ports/158382 [1]
Submitted by:	Jin-Sih Lin <linpct@gmail.com> [1]
2011-06-29 08:24:45 +00:00
Wen Heping
ea62eeccca - Update to 0.019
ChangeLog: http://cpansearch.perl.org/src/WYANT/Astro-SIMBAD-Client-0.019/Changes
2011-03-14 02:43:53 +00:00
Jun Kuriyama
326d89e098 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 19; last!).

Approved by:	portmgr (itetcu)
2010-01-29 14:52:21 +00:00
Martin Wilke
521b6c1c3f p5-Astro-SIMBAD-Client provides an object-oriented interface to
SIMBAD4. The new SOAP queries are supported, with the object carrying
default output type and output format, as well as server name on the
assumption that mirrors will be forthcoming.

WWW: http://search.cpan.org/dist/Astro-SIMBAD-Client/

PR:		ports/133602
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-04-11 22:34:53 +00:00