diff options
author | minskim <minskim> | 2011-03-15 18:45:43 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-03-15 18:45:43 +0000 |
commit | 61ee8ffeeb1369df5e4549e03d7a764e0eb2dff5 (patch) | |
tree | 614606356b7bb52279fa0cd1cde30a17fe52cff0 /math | |
parent | a060814c3c4ebcdda9a40b4a9e3ac831e9837299 (diff) | |
download | pkgsrc-61ee8ffeeb1369df5e4549e03d7a764e0eb2dff5.tar.gz |
Import tex-kastrup-2010 as math/tex-kastrup.
This packages is for expandably converting numbers into binary, octal,
and hexadecimal. All constructs TeX accepts as an argument to its
\number primitive are valid.
Diffstat (limited to 'math')
-rw-r--r-- | math/tex-kastrup/DESCR | 3 | ||||
-rw-r--r-- | math/tex-kastrup/Makefile | 11 | ||||
-rw-r--r-- | math/tex-kastrup/PLIST | 2 | ||||
-rw-r--r-- | math/tex-kastrup/distinfo | 5 |
4 files changed, 21 insertions, 0 deletions
diff --git a/math/tex-kastrup/DESCR b/math/tex-kastrup/DESCR new file mode 100644 index 00000000000..5d059518feb --- /dev/null +++ b/math/tex-kastrup/DESCR @@ -0,0 +1,3 @@ +This packages is for expandably converting numbers into binary, octal, +and hexadecimal. All constructs TeX accepts as an argument to its +\number primitive are valid. diff --git a/math/tex-kastrup/Makefile b/math/tex-kastrup/Makefile new file mode 100644 index 00000000000..06a8a6f3230 --- /dev/null +++ b/math/tex-kastrup/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/15 18:45:43 minskim Exp $ + +DISTNAME= kastrup +PKGNAME= tex-${DISTNAME}-2010 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Expansible conversion into binary-based number systems + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/tex-kastrup/PLIST b/math/tex-kastrup/PLIST new file mode 100644 index 00000000000..609b91b8c73 --- /dev/null +++ b/math/tex-kastrup/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/15 18:45:43 minskim Exp $ +share/texmf-dist/tex/generic/kastrup/binhex.tex diff --git a/math/tex-kastrup/distinfo b/math/tex-kastrup/distinfo new file mode 100644 index 00000000000..1ebc9334e25 --- /dev/null +++ b/math/tex-kastrup/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/15 18:45:43 minskim Exp $ + +SHA1 (tex-kastrup-15878/kastrup.tar.xz) = 5506d5568267aa1c949127beb374cbe555d452af +RMD160 (tex-kastrup-15878/kastrup.tar.xz) = cb1e6cea56d3e5b9ec45db73e71fc17ed4d63753 +Size (tex-kastrup-15878/kastrup.tar.xz) = 1224 bytes |