aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Astro-SIMBAD-Client
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Update to 0.034Wen Heping2016-01-122-3/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-SIMBAD-Client-0.034/Changes Notes: svn path=/head/; revision=405865
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=396892
* Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. TheAdam Weinberger2015-06-241-1/+0
| | | | | | | | | 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). Notes: svn path=/head/; revision=390487
* - Update to 0.033Sunpoet Po-Chuan Hsieh2014-12-042-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes Notes: svn path=/head/; revision=373955
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-191-6/+0
| | | | Notes: svn path=/head/; revision=371223
* - Update to 0.031Emanuel Haupt2014-02-103-4/+3
| | | | | | | - Remove duplicate pkg-plist entry Notes: svn path=/head/; revision=343694
* - Update to 0.30Sunpoet Po-Chuan Hsieh2014-01-022-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes Notes: svn path=/head/; revision=338497
* - Update to 0.029Philippe Audeoud2013-11-192-3/+3
| | | | Notes: svn path=/head/; revision=334289
* - Update to 0.28Sunpoet Po-Chuan Hsieh2013-11-092-3/+6
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes Notes: svn path=/head/; revision=333322
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-282-4/+2
| | | | Notes: svn path=/head/; revision=328615
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* Update to 0.027.Mathieu Arnold2013-08-202-3/+3
| | | | Notes: svn path=/head/; revision=325034
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* For perl@ owned ports:Eitan Adler2013-03-291-1/+1
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* - Update to 0.026Wen Heping2012-11-132-8/+4
| | | | | | | | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-SIMBAD-Client-0.026/Changes - Trim Makefile headers Feature safe: yes Notes: svn path=/head/; revision=307359
* - Update to 0.25Sunpoet Po-Chuan Hsieh2012-01-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes Notes: svn path=/head/; revision=288598
* - Update to 0.24Sunpoet Po-Chuan Hsieh2011-12-092-5/+6
| | | | | | | | Changes: http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes Feature safe: yes Notes: svn path=/head/; revision=287125
* - Update to 0.23Sunpoet Po-Chuan Hsieh2011-11-022-8/+8
| | | | | | | Changes: http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes Notes: svn path=/head/; revision=284925
* - Set BUILD_DEPENDS to silence build warningsSteve Wills2011-08-161-1/+2
| | | | Notes: svn path=/head/; revision=279867
* - Update to 0.022Wen Heping2011-08-062-4/+4
| | | | | | | | ChangeLog: http://cpansearch.perl.org/src/WYANT/Astro-SIMBAD-Client-0.022/Changes - Reset maintainer to perl@ Notes: svn path=/head/; revision=278984
* - Update to 0.021 [1]Wen Heping2011-06-292-4/+4
| | | | | | | | | | - Update my mail to FreeBSD PR: ports/158382 [1] Submitted by: Jin-Sih Lin <linpct@gmail.com> [1] Notes: svn path=/head/; revision=276647
* - Update to 0.019Wen Heping2011-03-142-5/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/WYANT/Astro-SIMBAD-Client-0.019/Changes Notes: svn path=/head/; revision=270835
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-291-1/+1
| | | | | | | | | (part 19; last!). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248805
* p5-Astro-SIMBAD-Client provides an object-oriented interface toMartin Wilke2009-04-114-0/+50
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> Notes: svn path=/head/; revision=232140