diff options
author | pav <pav@FreeBSD.org> | 2005-05-18 03:08:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-18 03:08:10 +0800 |
commit | f9b2a82f42741e649b7eec1a056f753260eaf529 (patch) | |
tree | 059cd084beaad6c64a52e396b52912ada71a1733 /math/pecl-big_int/pkg-plist | |
parent | 275efb664f6f6e9ef43c85427d00300313df7330 (diff) | |
download | freebsd-ports-gnome-f9b2a82f42741e649b7eec1a056f753260eaf529.tar.gz freebsd-ports-gnome-f9b2a82f42741e649b7eec1a056f753260eaf529.tar.zst freebsd-ports-gnome-f9b2a82f42741e649b7eec1a056f753260eaf529.zip |
New port: math/pecl-big_int
Functions for calculations with arbitrary length integers and bitsets
Functions from this package are useful for number theory
applications. For example, in two-keys cryptography.
PR: ports/81115
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Diffstat (limited to 'math/pecl-big_int/pkg-plist')
-rw-r--r-- | math/pecl-big_int/pkg-plist | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/pecl-big_int/pkg-plist b/math/pecl-big_int/pkg-plist new file mode 100644 index 000000000000..982efe9af06e --- /dev/null +++ b/math/pecl-big_int/pkg-plist @@ -0,0 +1,12 @@ +%%PORTDOCS%%%%DOCSDIR%%/CREDITS +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%EXAMPLESDIR%%/RSA.php +%%PORTDOCS%%%%EXAMPLESDIR%%/bitset.php +%%PORTDOCS%%%%EXAMPLESDIR%%/example.php +%%PORTDOCS%%%%EXAMPLESDIR%%/rand.php +%%PORTDOCS%%%%EXAMPLESDIR%%/std_header.php +%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% |