diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-04-30 12:02:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-04-30 12:02:35 +0000 |
commit | 3073c1b10f7ff8cbd5240a0dc86c8d7d30ad3b48 (patch) | |
tree | 8b5de8ce929c91ce20570bd2126a8cdda1b7efd7 | |
parent | 2baffc74eb534923f9b521286aa1c3306c5f1291 (diff) | |
download | ports-3073c1b10f7ff8cbd5240a0dc86c8d7d30ad3b48.tar.gz ports-3073c1b10f7ff8cbd5240a0dc86c8d7d30ad3b48.zip |
Notes
-rw-r--r-- | math/it++/Makefile | 3 | ||||
-rw-r--r-- | math/it++/distinfo | 6 | ||||
-rw-r--r-- | math/it++/files/patch-include_base_machdep.h | 8 | ||||
-rw-r--r-- | math/it++/pkg-plist | 44 |
4 files changed, 42 insertions, 19 deletions
diff --git a/math/it++/Makefile b/math/it++/Makefile index 786690ac4872..1c42dec317f5 100644 --- a/math/it++/Makefile +++ b/math/it++/Makefile @@ -7,8 +7,7 @@ # PORTNAME= it++ -PORTVERSION= 3.8.0 -PORTREVISION= 1 +PORTVERSION= 3.8.1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= itpp diff --git a/math/it++/distinfo b/math/it++/distinfo index 96087728b89b..83a9b2a79ba1 100644 --- a/math/it++/distinfo +++ b/math/it++/distinfo @@ -1,3 +1,3 @@ -MD5 (it++3.8.0.tar.gz) = 0003d5db4c010e1d833f7f1f1a5b26c8 -SHA256 (it++3.8.0.tar.gz) = f4c5a14b9543489943e2ca872f2e99f3ef0ff99784c91438cc09df4f684a3f01 -SIZE (it++3.8.0.tar.gz) = 447140 +MD5 (it++3.8.1.tar.gz) = 152939bfc438f70e8eb0a056f2743ad4 +SHA256 (it++3.8.1.tar.gz) = 376be56bf5bc8fdb003e95dd70caf788d25362616e62982ab5d9531451419d2d +SIZE (it++3.8.1.tar.gz) = 503647 diff --git a/math/it++/files/patch-include_base_machdep.h b/math/it++/files/patch-include_base_machdep.h index 1d226000c1b5..d0c709113123 100644 --- a/math/it++/files/patch-include_base_machdep.h +++ b/math/it++/files/patch-include_base_machdep.h @@ -1,5 +1,5 @@ ---- include/base/machdep.h.orig Sat Feb 19 17:57:11 2005 -+++ include/base/machdep.h Sat Feb 19 17:57:22 2005 +--- include/base/machdep.h.orig 2005-01-17 09:02:20.000000000 +0000 ++++ include/base/machdep.h 2008-04-30 11:49:04.000000000 +0000 @@ -24,6 +24,7 @@ #ifndef __machdep_h #define __machdep_h @@ -8,14 +8,14 @@ #include "itconfig.h" namespace itpp { -@@ -71,9 +72,9 @@ namespace itpp { +@@ -71,9 +72,9 @@ inline void little_endian(it_s8 x, it_s8 &y) { y = x; } inline void little_endian(it_u8 x, it_u8 &y) { y = x; } -#if defined(sparc) +#if _BYTE_ORDER == _LITTLE_ENDIAN #define __LITTLE_ENDIAN__ --#elif defined(i386) || defined(_M_IX86) || defined(alpha) || defined(vms) +-#elif defined(i386) || defined(_M_IX86) || defined(_x86_64) || defined(alpha) || defined(vms) +#elif _BYTE_ORDER == _BIG_ENDIAN #define __BIG_ENDIAN__ #endif diff --git a/math/it++/pkg-plist b/math/it++/pkg-plist index 1c49fe6e75cd..a37234936c8a 100644 --- a/math/it++/pkg-plist +++ b/math/it++/pkg-plist @@ -1,11 +1,11 @@ bin/it-config +lib/libit++.a + include/it++/base/array.h include/it++/base/bessel.h include/it++/base/binary.h include/it++/base/binfile.h include/it++/base/cblas.h -include/it++/base/cfix.h -include/it++/base/cfixed.h include/it++/base/cholesky.h include/it++/base/circular_buffer.h include/it++/base/converters.h @@ -16,12 +16,6 @@ include/it++/base/factory.h include/it++/base/fastica.h include/it++/base/fastmath.h include/it++/base/filter.h -include/it++/base/fix.h -include/it++/base/fix_base.h -include/it++/base/fix_factory.h -include/it++/base/fix_functions.h -include/it++/base/fix_operators.h -include/it++/base/fixed.h include/it++/base/help_functions.h include/it++/base/integration.h include/it++/base/inv.h @@ -36,7 +30,6 @@ include/it++/base/mat.h include/it++/base/matfunc.h include/it++/base/operators.h include/it++/base/parser.h -include/it++/base/plot_pdf.h include/it++/base/qr.h include/it++/base/random.h include/it++/base/scalfunc.h @@ -83,7 +76,38 @@ include/it++/srccode/lpcfunc.h include/it++/srccode/pnm.h include/it++/srccode/vq.h include/it++/srccode/vqtrain.h -lib/libit++.a +include/it++/alpha_modules.h +include/it++/base/copy_vector.h +include/it++/base/fftw3.h +include/it++/base/freq_filt.h +include/it++/base/lapack.h +include/it++/comm/channel_code.h +include/it++/fixedpoint/cfix.h +include/it++/fixedpoint/cfixed.h +include/it++/fixedpoint/fix.h +include/it++/fixedpoint/fix_base.h +include/it++/fixedpoint/fix_factory.h +include/it++/fixedpoint/fix_functions.h +include/it++/fixedpoint/fix_operators.h +include/it++/fixedpoint/fixed.h +include/it++/graphics/libharu.h +include/it++/graphics/plot_pdf.h +include/it++/itfixedpoint.h +include/it++/itgraphics.h +include/it++/itprotocol.h +include/it++/protocol/events.h +include/it++/protocol/front_drop_queue.h +include/it++/protocol/packet.h +include/it++/protocol/packet_channel.h +include/it++/protocol/packet_generator.h +include/it++/protocol/selective_repeat.h +include/it++/protocol/signals_slots.h +include/it++/protocol/tcp.h +include/it++/protocol/tcp_client_server.h + +@dirrm include/it++/fixedpoint +@dirrm include/it++/graphics +@dirrm include/it++/protocol @dirrm include/it++/srccode @dirrm include/it++/matlab @dirrm include/it++/comm |