aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Astro-DSS
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Add LICENSESunpoet Po-Chuan Hsieh2017-10-101-1/+4
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=451685
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* 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-3/+0
| | | | Notes: svn path=/head/; revision=371223
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-282-3/+1
| | | | Notes: svn path=/head/; revision=328610
* 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-3/+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-7/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-2/+2
| | | | Notes: svn path=/head/; revision=298334
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - 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 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-3/+2
| | | | | | | | | | - Pass maintainership to submitter. PR: ports/121998 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=209713
* 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
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.Cheng-Lung Sung2006-06-251-1/+0
| | | | | | | | | | - this commit modified ports maintained by ports@ PR: ports/98755 Submitted by: rafan (the fresh committer) Notes: svn path=/head/; revision=166308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | Notes: svn path=/head/; revision=154104
* - Add SHA256Pav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149224
* - Update MASTER_SITESPav Lucistnik2004-05-231-1/+1
| | | | | | | | PR: ports/67071 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=109826
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* . Update to 1.6.1.Greg Lewis2003-10-163-8/+7
| | | | | | | | | | . Use SITE_PERL. PR: 57994 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=91455
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* add WWWYing-Chieh Liao2002-10-201-0/+2
| | | | Notes: svn path=/head/; revision=68401
* add p5-Astro-DSS 1.6Ying-Chieh Liao2002-10-195-0/+39
An OO interface to the 1st and 2nd Digital Sky Surveys Notes: svn path=/head/; revision=68373