ports/82756: New port: math/reed-solomon A Reed-Solomon codec library
Thomas Sandford
freebsduser at paradisegreen.co.uk
Wed Jun 29 00:00:36 UTC 2005
>Number: 82756
>Category: ports
>Synopsis: New port: math/reed-solomon A Reed-Solomon codec library
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Jun 29 00:00:27 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Thomas Sandford <freebsduser at paradisegreen.co.uk>
>Release: FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD almaz.paradisegreen.co.uk 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 15 12:31:08 BST 2005 root at almaz.paradisegreen.co.uk:/usr/src/sys/i386/compile/SMP i386
>Description:
This is a port of Phil Karn's Reed-Solomon CODEC library.
This port may be useful to programmers working on
data communications software.
>How-To-Repeat:
>Fix:
--- rsport begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# reed-solomon
# reed-solomon/files
# reed-solomon/files/patch-makefile.in
# reed-solomon/Makefile
# reed-solomon/distinfo
# reed-solomon/pkg-descr
# reed-solomon/pkg-plist
#
echo c - reed-solomon
mkdir -p reed-solomon > /dev/null 2>&1
echo c - reed-solomon/files
mkdir -p reed-solomon/files > /dev/null 2>&1
echo x - reed-solomon/files/patch-makefile.in
sed 's/^X//' >reed-solomon/files/patch-makefile.in << 'END-of-reed-solomon/files/patch-makefile.in'
X--- makefile.in.orig Wed Nov 5 16:30:23 2003
X+++ makefile.in Wed Nov 5 16:30:52 2003
X@@ -25,7 +25,7 @@
X
X install: all
X mkdir -p @libdir@
X- install -D -m 644 -p librs.a librs.so. at SO_VERSION@ @libdir@
X+ install -m 644 -p librs.a librs.so. at SO_VERSION@ @libdir@
X (cd @libdir@;ln -f -s librs.so. at SO_VERSION@ librs.so)
X ldconfig
X mkdir -p @includedir@
END-of-reed-solomon/files/patch-makefile.in
echo x - reed-solomon/Makefile
sed 's/^X//' >reed-solomon/Makefile << 'END-of-reed-solomon/Makefile'
X# New ports collection makefile for: reed-solomon
X# Date created: 29 Jun 2005
X# Whom: Thomas Sandford <freebsduser at paradisegreen.co.uk>
X#
X# $FreeBSD$
X#
X
XPORTNAME= reed-solomon
XPORTVERSION= 4.0
XCATEGORIES= math
XMASTER_SITES= http://www.ka9q.net/code/fec/
X
XMAINTAINER= freebsduser at paradisegreen.co.uk
XCOMMENT= A Reed-Solomon CODEC library
X
XGNU_CONFIGURE= yes
XUSE_GMAKE= yes
XINSTALLS_SHLIB= yes
X
XMAN3= rs.3
X
Xpost-configure:
X ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile
X
X.include <bsd.port.mk>
END-of-reed-solomon/Makefile
echo x - reed-solomon/distinfo
sed 's/^X//' >reed-solomon/distinfo << 'END-of-reed-solomon/distinfo'
XMD5 (reed-solomon-4.0.tar.gz) = 09218994c0e8e1f50e052786db1fe11b
END-of-reed-solomon/distinfo
echo x - reed-solomon/pkg-descr
sed 's/^X//' >reed-solomon/pkg-descr << 'END-of-reed-solomon/pkg-descr'
XThis is a port of Phil Karn's Reed-Solomon CODEC library.
XThis package may be useful to programmers working on
Xdata communications software.
X
XWWW: http://www.ka9q.net/code/fec/
X
X- Thomas Sandford
Xfreebsduser at paradisegreen.co.uk
END-of-reed-solomon/pkg-descr
echo x - reed-solomon/pkg-plist
sed 's/^X//' >reed-solomon/pkg-plist << 'END-of-reed-solomon/pkg-plist'
Xlib/librs.a
Xlib/librs.so.4.0.0
Xlib/librs.so
Xinclude/rs.h
END-of-reed-solomon/pkg-plist
exit
--- rsport ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list