NTL is an object oriented library for number theory, written by Victor Shoup. It provides objects and methods for - arbitrary length integers - finite fields - polynomials over fields - extensions of fields. - vectors and matrices over extensions - finite rings Unless you define WITHOUT_GMP, NTL requires libgmp4. WWW: http://www.shoup.net/ Matthias Bauer matthiasb@acm.org 'https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/astro/p5-Astro-Catalog
Commit message (Collapse)AuthorAgeFilesLines
* Some OCD cleanups on some of the perl@ ports.adamw2015-03-131-38/+38
| | | | | | | | | | | | | - 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.
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-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
* Cleanup plistbapt2014-10-201-8/+0
|
* - update to 4.31leeym2014-07-152-3/+3
|
* - Update to 4.29sunpoet2013-12-062-3/+3
| | | | Changes: http://search.cpan.org/dist/Astro-Catalog/Changes
* support STAGEDIR.vanilla2013-10-252-41/+38
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | astro)
* - Convert to new perl frameworkmat2013-08-031-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Update to 4.2(.)7.tobez2013-06-062-3/+3
| | | | Changes: http://search.cpan.org/dist/Astro-Catalog/Changes
* - Do not try to remove dirs. not created by the portmiwi2013-05-311-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* For perl@ owned ports:eadler2013-03-291-7/+2
| | | | | - Fix COMMENT - Trim header
* Cleanup supporting perl version 5.8 and 5.10,az2012-12-171-8/+1
| | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
* - Update to 4.24sunpoet2012-07-113-49/+63
| | | | | | | - Remove configuration file check and use .sample suffix for sample files - Sort PLIST Changes: http://search.cpan.org/dist/Astro-Catalog/Changes
* - Remove SITE_PERL from *_DEPENDSaz2012-06-041-1/+1
|
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-24