summaryrefslogtreecommitdiff
path: root/devel/gflib
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2007-04-15 21:35:06 +0000
committeragc <agc@pkgsrc.org>2007-04-15 21:35:06 +0000
commit6f3198ac47343feddb947935d129ef353d5fad69 (patch)
tree93f6070e000a7c1cee020e72bb5f3e2f5b0b6d68 /devel/gflib
parented5a5b08446b13241d0154b3dc9eda44744d7c9a (diff)
downloadpkgsrc-6f3198ac47343feddb947935d129ef353d5fad69.tar.gz
Initial import of gflib-20030604 into the Packages Collection.
This package contains C procedures for limited Galois Field arithmetic and Reed-Solomon coding. Reed-Solomon coding is the error correction coding used in diverse fields from CDs, DVDs and DAT tapes, to the communications used by NASA for such missions as Voyager, Voyager II and Cassini Huygens.
Diffstat (limited to 'devel/gflib')
-rw-r--r--devel/gflib/DESCR6
-rw-r--r--devel/gflib/Makefile24
-rw-r--r--devel/gflib/PLIST7
-rw-r--r--devel/gflib/distinfo5
4 files changed, 42 insertions, 0 deletions
diff --git a/devel/gflib/DESCR b/devel/gflib/DESCR
new file mode 100644
index 00000000000..0a67221ce13
--- /dev/null
+++ b/devel/gflib/DESCR
@@ -0,0 +1,6 @@
+This package contains C procedures for limited Galois Field
+arithmetic and Reed-Solomon coding.
+
+Reed-Solomon coding is the error correction coding used in diverse
+fields from CDs, DVDs and DAT tapes, to the communications used by
+NASA for such missions as Voyager, Voyager II and Cassini Huygens.
diff --git a/devel/gflib/Makefile b/devel/gflib/Makefile
new file mode 100644
index 00000000000..914c45f0881
--- /dev/null
+++ b/devel/gflib/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/15 21:35:06 agc Exp $
+#
+
+DISTNAME= gflib
+PKGNAME= gflib-20030604
+CATEGORIES= devel
+MASTER_SITES= http://www.cs.utk.edu/~plank/plank/gflib/
+EXTRACT_SUFX= .tar
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.cs.utk.edu/~plank/plank/gdlib/
+COMMENT= Reed Solomon and Galois Field error correction library
+
+MAKE_FILE= makefile
+
+BUILD_TARGET= w16
+
+do-install:
+ for f in gf_div gf_mult parity_test rs_decode_file \
+ rs_encode_file xor; do \
+ ${INSTALL_PROGRAM} ${WRKSRC}/$$f ${PREFIX}/bin/$$f; \
+ done
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/gflib/PLIST b/devel/gflib/PLIST
new file mode 100644
index 00000000000..a8c6aadb092
--- /dev/null
+++ b/devel/gflib/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/15 21:35:06 agc Exp $
+bin/gf_div
+bin/gf_mult
+bin/parity_test
+bin/rs_decode_file
+bin/rs_encode_file
+bin/xor
diff --git a/devel/gflib/distinfo b/devel/gflib/distinfo
new file mode 100644
index 00000000000..0cf783cc366
--- /dev/null
+++ b/devel/gflib/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/15 21:35:06 agc Exp $
+
+SHA1 (gflib.tar) = 4889bc74f095d2c5b468039a1c85d563d3dc4dd4
+RMD160 (gflib.tar) = 0a1dd0413645740299e2ae47c03ead049e165c91
+Size (gflib.tar) = 102400 bytes