pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gflib Initial import of gflib-20030604 into the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ec043d5db23
branches:  trunk
changeset: 527910:4ec043d5db23
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun Apr 15 21:35:06 2007 +0000

description:
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:

 devel/gflib/DESCR    |   6 ++++++
 devel/gflib/Makefile |  24 ++++++++++++++++++++++++
 devel/gflib/PLIST    |   7 +++++++
 devel/gflib/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r d764c00aaf83 -r 4ec043d5db23 devel/gflib/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gflib/DESCR Sun Apr 15 21:35:06 2007 +0000
@@ -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 -r d764c00aaf83 -r 4ec043d5db23 devel/gflib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gflib/Makefile      Sun Apr 15 21:35:06 2007 +0000
@@ -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@localhost
+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 -r d764c00aaf83 -r 4ec043d5db23 devel/gflib/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gflib/PLIST Sun Apr 15 21:35:06 2007 +0000
@@ -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 -r d764c00aaf83 -r 4ec043d5db23 devel/gflib/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gflib/distinfo      Sun Apr 15 21:35:06 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index