mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
- Update to 1.10
- Add LICENSE Changes: http://search.cpan.org/dist/Algorithm-Networksort/Changes
This commit is contained in:
parent
b0965e19ce
commit
15e3ac91e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295880
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Algorithm-Networksort
|
||||
PORTVERSION= 1.09
|
||||
PORTVERSION= 1.10
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,7 +14,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= A perl module that will create sorting networks
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Algorithm::Networksort.3
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Algorithm-Networksort-1.09.tar.gz) = 5b4517aebba8f7b40fa9c380a804c2c1db8cefe5956176e2edcd37b5e5aa594f
|
||||
SIZE (Algorithm-Networksort-1.09.tar.gz) = 24462
|
||||
SHA256 (Algorithm-Networksort-1.10.tar.gz) = 59958b5b544fc2321089c43ae2b7514ba0ca18c6cfcb338805979fc575a49236
|
||||
SIZE (Algorithm-Networksort-1.10.tar.gz) = 25947
|
||||
|
@ -12,5 +12,4 @@ print out your network in many ways (see documentation). There
|
||||
is also a graphical output function that will return the network
|
||||
in an encapsulated postscript, SVG, or text form.
|
||||
|
||||
Author: John M. Gamble <jgamble@ripco.com>
|
||||
WWW: http://search.cpan.org/dist/Algorithm-Networksort/
|
||||
|
@ -1,2 +1,5 @@
|
||||
%%SITE_PERL%%/Algorithm/Networksort.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Networksort/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Networksort
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm
|
||||
|
Loading…
Reference in New Issue
Block a user