- Update to version 0.6
- Add fullname to MAINTAINER - Add HOMEPAGE - Add @comment to PLIST ok maintainer <rohee@>
This commit is contained in:
parent
9247b86eba
commit
97b010824e
@ -1,21 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2000/05/31 14:16:18 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2000/10/08 07:37:55 kevlo Exp $
|
||||
|
||||
DISTNAME= gsl-0.3b
|
||||
DISTNAME= gsl-0.6
|
||||
CATEGORIES= devel
|
||||
NEED_VERSION= 1.78
|
||||
FAKE= Yes
|
||||
MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/
|
||||
NEED_VERSION= 1.338
|
||||
MASTER_SITES= ftp://sources.redhat.com/pub/gsl/
|
||||
|
||||
HOMEPAGE= http://sources.redhat.com/gsl/
|
||||
|
||||
MAINTAINER= rohee@openbsd.org
|
||||
MAINTAINER= Bruno Rohee <rohee@openbsd.org>
|
||||
|
||||
LICENSE_TYPE= GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
HAS_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc'
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
SHA1 (gsl-0.3b.tar.gz) = 7778d8258020f49d15a54f9ee589b3b27472a6ca
|
||||
RMD160 (gsl-0.3b.tar.gz) = 50de7af69fdf8bf02241e27033f62c6e6839b8dd
|
||||
MD5 (gsl-0.3b.tar.gz) = 1fbb3811d5d6774d9bff2868f6d2b2d6
|
||||
MD5 (gsl-0.6.tar.gz) = 1081bca46d26dbed01ba8476daa9aaa4
|
||||
RMD160 (gsl-0.6.tar.gz) = 6668d6d30bb4d6894eb8d54b0902213668a0298b
|
||||
SHA1 (gsl-0.6.tar.gz) = 66fb532b255cc66b931d85836589a23f627676e5
|
||||
|
43
devel/gsl/patches/patch-ltmain.sh
Normal file
43
devel/gsl/patches/patch-ltmain.sh
Normal file
@ -0,0 +1,43 @@
|
||||
--- ltmain.sh.orig Fri Oct 6 17:53:37 2000
|
||||
+++ ltmain.sh Fri Oct 6 17:54:24 2000
|
||||
@@ -3522,40 +3522,6 @@
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- done
|
||||
- echo
|
||||
- echo "If you ever happen to want to link against installed libraries"
|
||||
- echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- echo "specify the full pathname of the library, or use \`-LLIBDIR'"
|
||||
- echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- echo
|
||||
- echo "See any operating system documentation about shared libraries for"
|
||||
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
@ -13,3 +13,5 @@ together with "make check" at the top level.
|
||||
|
||||
If you are interested in participating in GSL development, please send
|
||||
mail to Mark Galassi -- rosalia@cygnus.com
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
5
devel/gsl/pkg/PFRAG.shared
Normal file
5
devel/gsl/pkg/PFRAG.shared
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1 2000/10/08 07:38:04 kevlo Exp $
|
||||
lib/libgsl.so.0.0
|
||||
lib/libgslblascblas.so.0.0
|
||||
lib/libgslblasnative.so.0.0
|
||||
NEWDYNLIBDIR(%B)
|
@ -1,78 +1,220 @@
|
||||
bin/test_errnos
|
||||
bin/taus
|
||||
bin/test-taus
|
||||
bin/bench-taus
|
||||
bin/mrg
|
||||
bin/test-mrg
|
||||
bin/bench-mrg
|
||||
bin/cmrg
|
||||
bin/test-cmrg
|
||||
bin/bench-cmrg
|
||||
bin/uni
|
||||
bin/test-uni
|
||||
bin/bench-uni
|
||||
bin/uni32
|
||||
bin/test-uni32
|
||||
bin/bench-uni32
|
||||
bin/zuf
|
||||
bin/test-zuf
|
||||
bin/bench-zuf
|
||||
bin/rand
|
||||
bin/test-rand
|
||||
bin/bench-rand
|
||||
bin/test-switch
|
||||
bin/exponential
|
||||
bin/gamma
|
||||
bin/gauss
|
||||
bin/poisson
|
||||
@comment $OpenBSD: PLIST,v 1.3 2000/10/08 07:38:04 kevlo Exp $
|
||||
bin/gsl-config
|
||||
bin/gsl-histogram
|
||||
bin/gsl-randist
|
||||
include/gsl/gsl_blas.h
|
||||
include/gsl/gsl_blas_raw.h
|
||||
include/gsl/gsl_blas_raw_L1.h
|
||||
include/gsl/gsl_blas_raw_L2.h
|
||||
include/gsl/gsl_blas_raw_L3.h
|
||||
include/gsl/gsl_blas_raw_cm.h
|
||||
include/gsl/gsl_blas_types.h
|
||||
include/gsl/gsl_block.h
|
||||
include/gsl/gsl_block_char.h
|
||||
include/gsl/gsl_block_complex.h
|
||||
include/gsl/gsl_block_complex_double.h
|
||||
include/gsl/gsl_block_complex_float.h
|
||||
include/gsl/gsl_block_complex_long_double.h
|
||||
include/gsl/gsl_block_double.h
|
||||
include/gsl/gsl_block_float.h
|
||||
include/gsl/gsl_block_int.h
|
||||
include/gsl/gsl_block_long.h
|
||||
include/gsl/gsl_block_long_double.h
|
||||
include/gsl/gsl_block_short.h
|
||||
include/gsl/gsl_block_uchar.h
|
||||
include/gsl/gsl_block_uint.h
|
||||
include/gsl/gsl_block_ulong.h
|
||||
include/gsl/gsl_block_ushort.h
|
||||
include/gsl/gsl_cblas.h
|
||||
include/gsl/gsl_complex.h
|
||||
include/gsl/gsl_complex_math.h
|
||||
include/gsl/gsl_dft_complex.h
|
||||
include/gsl/gsl_dft_complex_float.h
|
||||
include/gsl/gsl_dht.h
|
||||
include/gsl/gsl_eigen.h
|
||||
include/gsl/gsl_errno.h
|
||||
include/gsl/gsl_fft.h
|
||||
include/gsl/gsl_fft_complex.h
|
||||
include/gsl/gsl_fft_complex_float.h
|
||||
include/gsl/gsl_fft_halfcomplex.h
|
||||
include/gsl/gsl_fft_halfcomplex_float.h
|
||||
include/gsl/gsl_fft_real.h
|
||||
include/gsl/gsl_fft_real_float.h
|
||||
include/gsl/gsl_heapsort.h
|
||||
include/gsl/gsl_histogram.h
|
||||
include/gsl/gsl_histogram2d.h
|
||||
include/gsl/gsl_ieee_utils.h
|
||||
include/gsl/gsl_integration.h
|
||||
include/gsl/gsl_interp.h
|
||||
include/gsl/gsl_linalg.h
|
||||
include/gsl/gsl_machine.h
|
||||
include/gsl/gsl_math.h
|
||||
include/gsl/gsl_matrix.h
|
||||
include/gsl/gsl_matrix_char.h
|
||||
include/gsl/gsl_matrix_complex_double.h
|
||||
include/gsl/gsl_matrix_complex_float.h
|
||||
include/gsl/gsl_matrix_complex_long_double.h
|
||||
include/gsl/gsl_matrix_double.h
|
||||
include/gsl/gsl_matrix_float.h
|
||||
include/gsl/gsl_matrix_int.h
|
||||
include/gsl/gsl_matrix_long.h
|
||||
include/gsl/gsl_matrix_long_double.h
|
||||
include/gsl/gsl_matrix_short.h
|
||||
include/gsl/gsl_matrix_uchar.h
|
||||
include/gsl/gsl_matrix_uint.h
|
||||
include/gsl/gsl_matrix_ulong.h
|
||||
include/gsl/gsl_matrix_ushort.h
|
||||
include/gsl/gsl_message.h
|
||||
include/gsl/gsl_min.h
|
||||
include/gsl/gsl_mode.h
|
||||
include/gsl/gsl_monte.h
|
||||
include/gsl/gsl_monte_miser.h
|
||||
include/gsl/gsl_monte_plain.h
|
||||
include/gsl/gsl_monte_vegas.h
|
||||
include/gsl/gsl_multimin.h
|
||||
include/gsl/gsl_multiroots.h
|
||||
include/gsl/gsl_odeiv.h
|
||||
include/gsl/gsl_permutation.h
|
||||
include/gsl/gsl_permute.h
|
||||
include/gsl/gsl_permute_char.h
|
||||
include/gsl/gsl_permute_double.h
|
||||
include/gsl/gsl_permute_float.h
|
||||
include/gsl/gsl_permute_int.h
|
||||
include/gsl/gsl_permute_long.h
|
||||
include/gsl/gsl_permute_long_double.h
|
||||
include/gsl/gsl_permute_short.h
|
||||
include/gsl/gsl_permute_uchar.h
|
||||
include/gsl/gsl_permute_uint.h
|
||||
include/gsl/gsl_permute_ulong.h
|
||||
include/gsl/gsl_permute_ushort.h
|
||||
include/gsl/gsl_permute_vector.h
|
||||
include/gsl/gsl_permute_vector_char.h
|
||||
include/gsl/gsl_permute_vector_double.h
|
||||
include/gsl/gsl_permute_vector_float.h
|
||||
include/gsl/gsl_permute_vector_int.h
|
||||
include/gsl/gsl_permute_vector_long.h
|
||||
include/gsl/gsl_permute_vector_long_double.h
|
||||
include/gsl/gsl_permute_vector_short.h
|
||||
include/gsl/gsl_permute_vector_uchar.h
|
||||
include/gsl/gsl_permute_vector_uint.h
|
||||
include/gsl/gsl_permute_vector_ulong.h
|
||||
include/gsl/gsl_permute_vector_ushort.h
|
||||
include/gsl/gsl_poly.h
|
||||
include/gsl/gsl_precision.h
|
||||
include/gsl/gsl_qrng.h
|
||||
include/gsl/gsl_randist.h
|
||||
include/gsl/gsl_rng.h
|
||||
include/gsl/gsl_roots.h
|
||||
include/gsl/gsl_sf.h
|
||||
include/gsl/gsl_sf_airy.h
|
||||
include/gsl/gsl_sf_bessel.h
|
||||
include/gsl/gsl_sf_chebyshev.h
|
||||
include/gsl/gsl_sf_clausen.h
|
||||
include/gsl/gsl_sf_coulomb.h
|
||||
include/gsl/gsl_sf_coupling.h
|
||||
include/gsl/gsl_sf_dawson.h
|
||||
include/gsl/gsl_sf_debye.h
|
||||
include/gsl/gsl_sf_dilog.h
|
||||
include/gsl/gsl_sf_elementary.h
|
||||
include/gsl/gsl_sf_ellint.h
|
||||
include/gsl/gsl_sf_elljac.h
|
||||
include/gsl/gsl_sf_erf.h
|
||||
include/gsl/gsl_sf_exp.h
|
||||
include/gsl/gsl_sf_expint.h
|
||||
include/gsl/gsl_sf_fermi_dirac.h
|
||||
include/gsl/gsl_sf_gamma.h
|
||||
include/gsl/gsl_sf_gegenbauer.h
|
||||
include/gsl/gsl_sf_hyperg.h
|
||||
include/gsl/gsl_sf_laguerre.h
|
||||
include/gsl/gsl_sf_legendre.h
|
||||
include/gsl/gsl_sf_log.h
|
||||
include/gsl/gsl_sf_poly.h
|
||||
include/gsl/gsl_sf_pow_int.h
|
||||
include/gsl/gsl_sf_psi.h
|
||||
include/gsl/gsl_sf_result.h
|
||||
include/gsl/gsl_sf_synchrotron.h
|
||||
include/gsl/gsl_sf_transport.h
|
||||
include/gsl/gsl_sf_trig.h
|
||||
include/gsl/gsl_sf_zeta.h
|
||||
include/gsl/gsl_siman.h
|
||||
include/gsl/gsl_sort.h
|
||||
include/gsl/gsl_sort_char.h
|
||||
include/gsl/gsl_sort_double.h
|
||||
include/gsl/gsl_sort_float.h
|
||||
include/gsl/gsl_sort_int.h
|
||||
include/gsl/gsl_sort_long.h
|
||||
include/gsl/gsl_sort_long_double.h
|
||||
include/gsl/gsl_sort_short.h
|
||||
include/gsl/gsl_sort_uchar.h
|
||||
include/gsl/gsl_sort_uint.h
|
||||
include/gsl/gsl_sort_ulong.h
|
||||
include/gsl/gsl_sort_ushort.h
|
||||
include/gsl/gsl_sort_vector.h
|
||||
include/gsl/gsl_sort_vector_char.h
|
||||
include/gsl/gsl_sort_vector_double.h
|
||||
include/gsl/gsl_sort_vector_float.h
|
||||
include/gsl/gsl_sort_vector_int.h
|
||||
include/gsl/gsl_sort_vector_long.h
|
||||
include/gsl/gsl_sort_vector_long_double.h
|
||||
include/gsl/gsl_sort_vector_short.h
|
||||
include/gsl/gsl_sort_vector_uchar.h
|
||||
include/gsl/gsl_sort_vector_uint.h
|
||||
include/gsl/gsl_sort_vector_ulong.h
|
||||
include/gsl/gsl_sort_vector_ushort.h
|
||||
include/gsl/gsl_specfunc.h
|
||||
include/gsl/gsl_statistics.h
|
||||
include/gsl/gsl_statistics_char.h
|
||||
include/gsl/gsl_statistics_double.h
|
||||
include/gsl/gsl_statistics_float.h
|
||||
include/gsl/gsl_statistics_int.h
|
||||
include/gsl/gsl_statistics_long.h
|
||||
include/gsl/gsl_statistics_long_double.h
|
||||
include/gsl/gsl_statistics_short.h
|
||||
include/gsl/gsl_statistics_uchar.h
|
||||
include/gsl/gsl_statistics_uint.h
|
||||
include/gsl/gsl_statistics_ulong.h
|
||||
include/gsl/gsl_statistics_ushort.h
|
||||
include/gsl/gsl_sum.h
|
||||
include/gsl/gsl_test.h
|
||||
include/gsl/gsl_vector.h
|
||||
include/gsl/gsl_vector_char.h
|
||||
include/gsl/gsl_vector_complex.h
|
||||
include/gsl/gsl_vector_complex_double.h
|
||||
include/gsl/gsl_vector_complex_float.h
|
||||
include/gsl/gsl_vector_complex_long_double.h
|
||||
include/gsl/gsl_vector_double.h
|
||||
include/gsl/gsl_vector_float.h
|
||||
include/gsl/gsl_vector_int.h
|
||||
include/gsl/gsl_vector_long.h
|
||||
include/gsl/gsl_vector_long_double.h
|
||||
include/gsl/gsl_vector_short.h
|
||||
include/gsl/gsl_vector_uchar.h
|
||||
include/gsl/gsl_vector_uint.h
|
||||
include/gsl/gsl_vector_ulong.h
|
||||
include/gsl/gsl_vector_ushort.h
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/gsl-ref.info
|
||||
info/gsl-ref.info
|
||||
info/gsl-ref.info-1
|
||||
info/gsl-ref.info-2
|
||||
info/gsl-ref.info-3
|
||||
lib/libgslrandom.a
|
||||
lib/libgslrantaus.a
|
||||
lib/libgslranmrg.a
|
||||
lib/libgslrancmrg.a
|
||||
lib/libgslranuni.a
|
||||
lib/libgslranuni32.a
|
||||
lib/libgslranzuf.a
|
||||
lib/libgslranrand.a
|
||||
lib/libgslrandist.a
|
||||
lib/libgslfft.a
|
||||
lib/libgslroots.a
|
||||
lib/libgslspecfunc.a
|
||||
lib/libgslstatistics.a
|
||||
lib/libgslsiman.a
|
||||
lib/libgslintegration.a
|
||||
include/gsl_errno.h
|
||||
include/gsl_test.h
|
||||
include/gsl_ran.h
|
||||
include/gsl_ran_switch.h
|
||||
include/gsl_randist.h
|
||||
include/gsl_fft.h
|
||||
include/gsl_fft_complex.h
|
||||
include/gsl_fft_halfcomplex.h
|
||||
include/gsl_fft_real.h
|
||||
include/gsl_fft_signals.h
|
||||
include/gsl_dft_complex.h
|
||||
include/gsl_roots.h
|
||||
include/gsl_sf.h
|
||||
include/gsl_specfunc.h
|
||||
include/gsl_sf_airy.h
|
||||
include/gsl_sf_bessel.h
|
||||
include/gsl_sf_chebyshev.h
|
||||
include/gsl_sf_coulomb.h
|
||||
include/gsl_sf_dilog.h
|
||||
include/gsl_sf_erf.h
|
||||
include/gsl_sf_gamma.h
|
||||
include/gsl_sf_fermi_dirac.h
|
||||
include/gsl_sf_laguerre.h
|
||||
include/gsl_sf_legendre.h
|
||||
include/gsl_sf_log.h
|
||||
include/gsl_sf_pow_int.h
|
||||
include/gsl_sf_trig.h
|
||||
include/gsl_bstats.h
|
||||
include/gsl_siman.h
|
||||
include/gsl_integration.h
|
||||
include/gsl_complex.h
|
||||
include/gsl_math.h
|
||||
info/gsl-ref.info-4
|
||||
info/gsl-ref.info-5
|
||||
info/gsl-ref.info-6
|
||||
info/gsl-ref.info-7
|
||||
info/gsl-ref.info-8
|
||||
info/gsl-ref.info-9
|
||||
info/gsl-ref.info-10
|
||||
info/gsl-ref.info-11
|
||||
info/gsl-ref.info-12
|
||||
info/gsl-ref.info-13
|
||||
info/gsl-ref.info-14
|
||||
info/gsl-ref.info-15
|
||||
info/gsl-ref.info-16
|
||||
info/gsl-ref.info-17
|
||||
@exec install-info --info-dir=%D/info %D/info/gsl-ref.info
|
||||
lib/libgsl.a
|
||||
lib/libgslblascblas.a
|
||||
lib/libgslblasnative.a
|
||||
%%SHARED%%
|
||||
share/aclocal/gsl.m4
|
||||
@dirrm include/gsl
|
||||
|
Loading…
Reference in New Issue
Block a user