aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Astro-FITS-Header
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-04-131-0/+2
| | | | Notes: svn path=/head/; revision=498853
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-6/+6
| | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=381151
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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-3/+0
| | | | Notes: svn path=/head/; revision=371223
* support STAGEDIR.Vanilla I. Shu2013-10-252-8/+6
| | | | Notes: svn path=/head/; revision=331586
* 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
* - Convert to new perl frameworkMathieu Arnold2013-08-021-2/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Do not removed directories not owned by the portBaptiste Daroussin2013-03-132-7/+1
| | | | | | | Reported by: pkg DEVELOPER_MODE Notes: svn path=/head/; revision=314063
* - Update to 3.07Sunpoet Po-Chuan Hsieh2012-08-042-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Astro-FITS-Header/README Notes: svn path=/head/; revision=302019
* - Update to 3.06Frederic Culot2012-07-182-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Astro-FITS-Header/README Notes: svn path=/head/; revision=301079
* - Update to 3.05Sunpoet Po-Chuan Hsieh2012-06-282-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Astro-FITS-Header/README Notes: svn path=/head/; revision=300140
* - Update to 3.04Sunpoet Po-Chuan Hsieh2012-06-232-7/+4
| | | | | | | | | | - Remove unnecessary MASTER_SITE_SUBDIR - Pet portlint Changes: http://search.cpan.org/dist/Astro-FITS-Header/README Notes: svn path=/head/; revision=299806
* - update to 3.03Baptiste Daroussin2011-03-173-7/+6
| | | | | | | | - add license - Changes: http://cpansearch.perl.org/src/TJENNESS/Astro-FITS-Header-3.03/ChangeLog Notes: svn path=/head/; revision=271086
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Turn over a bunch of p5- ports that change infrequently to perl@Philip M. Gollucci2009-12-131-1/+1
| | | | | | | so more people can look at them. Notes: svn path=/head/; revision=245719
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* - Update to 3.01Philip M. Gollucci2009-04-102-4/+4
| | | | Notes: svn path=/head/; revision=231975
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-1/+1
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=217338
* - Use CPAN macro.Marcelo Araujo2008-03-241-2/+2
| | | | | | | | | | - Pass maintainership to submitter. PR: ports/121999 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=209714
* Clean up port descriptions for unmaintained ports in `astro' category:Alexey Dokuchaev2008-01-261-1/+1
| | | | | | | markup and spelling fixes, kill EOL whitespace and extraneous attribution. Notes: svn path=/head/; revision=206224
* - Remove old Perl support from unmaintained ports in categories startingGabor Kovesdan2007-04-021-7/+1
| | | | | | | with letter a Notes: svn path=/head/; revision=188995
* - Update to 3.0Rong-En Fan2006-08-203-9/+18
| | | | | | | | PR: ports/102268 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=171055
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | Notes: svn path=/head/; revision=154104
* - Add SHA256Pav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149224
* add p5-Astro-FITS-Header 2.8.1Ying-Chieh Liao2004-03-124-0/+46
Object Orientated interface to FITS HDUs Notes: svn path=/head/; revision=103734