update to cln 1.2.2
from maintainer Paul Irofti tested by merdely and sthen
This commit is contained in:
parent
337123618c
commit
6357f465dc
@ -1,16 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/20 12:09:52 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2008/06/17 19:30:19 steven Exp $
|
||||
|
||||
NOT_FOR_ARCHS= sparc64
|
||||
|
||||
COMMENT= library for efficient computations
|
||||
|
||||
DISTNAME= cln-1.1.13
|
||||
SHARED_LIBS += cln 0.0 # .4.2
|
||||
DISTNAME= cln-1.2.2
|
||||
SHARED_LIBS += cln 1.0 # .5.2
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.ginac.de/CLN/
|
||||
|
||||
MAINTAINER= Paul Irofti <bulibuta@gmail.com>
|
||||
MAINTAINER= Paul Irofti <bulibuta@sdf.lonestar.org>
|
||||
|
||||
# GPL v2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (cln-1.1.13.tar.bz2) = Hz0ic2AAOzibuhTIpcNpWg==
|
||||
RMD160 (cln-1.1.13.tar.bz2) = eY6OKo1KqBt3C2YGrh/mF7ywy8M=
|
||||
SHA1 (cln-1.1.13.tar.bz2) = YcEwy7AO2VoZ7p3/wTaygj5FJkc=
|
||||
SHA256 (cln-1.1.13.tar.bz2) = +1cMCsRK7x/+JR/fKptARIyVqiE5i0klZiA92YKxjAM=
|
||||
SIZE (cln-1.1.13.tar.bz2) = 1708927
|
||||
MD5 (cln-1.2.2.tar.bz2) = a0eSgf7IYxS0x6k1e9g++A==
|
||||
RMD160 (cln-1.2.2.tar.bz2) = 5Tzuvt5z+z+XyoWuuhyCHh59PDg=
|
||||
SHA1 (cln-1.2.2.tar.bz2) = LSpdPjg6MEPFv2gpmkZmhe9OyOw=
|
||||
SHA256 (cln-1.2.2.tar.bz2) = PecIlsueqn1MuVeJCtuIzX16nOhMDiqHzRiv3gFzkuU=
|
||||
SIZE (cln-1.2.2.tar.bz2) = 1742427
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2007/11/20 12:09:52 steven Exp $
|
||||
--- doc/Makefile.in.orig Tue Nov 20 11:54:26 2007
|
||||
+++ doc/Makefile.in Tue Nov 20 11:55:01 2007
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.2 2008/06/17 19:30:19 steven Exp $
|
||||
--- doc/Makefile.in.orig Mon Jun 16 03:23:28 2008
|
||||
+++ doc/Makefile.in Mon Jun 16 03:23:01 2008
|
||||
@@ -11,10 +11,11 @@ local_prefix = /usr/local
|
||||
exec_prefix = @exec_prefix@
|
||||
datarootdir = @datarootdir@
|
||||
@ -8,8 +8,8 @@ $OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2007/11/20 12:09:52 steven Exp $
|
||||
+docdir = @docdir@
|
||||
infodir = @infodir@
|
||||
mandir = @mandir@
|
||||
-htmldir = $(datadir)/html
|
||||
-dvidir = $(datadir)/dvi
|
||||
-htmldir = ${datadir}/html
|
||||
-dvidir = ${datadir}/dvi
|
||||
+htmldir = $(docdir)
|
||||
+dvidir = $(docdir)
|
||||
DESTDIR =
|
||||
|
@ -1,6 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/20 12:09:52 steven Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/06/17 19:30:20 steven Exp $
|
||||
%%SHARED%%
|
||||
bin/cln-config
|
||||
include/cln/
|
||||
include/cln/GV.h
|
||||
include/cln/GV_complex.h
|
||||
@ -17,7 +16,6 @@ include/cln/SV_rational.h
|
||||
include/cln/SV_real.h
|
||||
include/cln/SV_ringelt.h
|
||||
include/cln/V.h
|
||||
include/cln/abort.h
|
||||
include/cln/cln.h
|
||||
include/cln/complex.h
|
||||
include/cln/complex_class.h
|
||||
@ -28,6 +26,7 @@ include/cln/config.h
|
||||
include/cln/dfloat.h
|
||||
include/cln/dfloat_class.h
|
||||
include/cln/dfloat_io.h
|
||||
include/cln/exception.h
|
||||
include/cln/ffloat.h
|
||||
include/cln/ffloat_class.h
|
||||
include/cln/ffloat_io.h
|
||||
@ -80,16 +79,15 @@ include/cln/univpoly_modint.h
|
||||
include/cln/univpoly_rational.h
|
||||
include/cln/univpoly_real.h
|
||||
include/cln/version.h
|
||||
info/cln.info
|
||||
@info info/cln.info
|
||||
lib/libcln.a
|
||||
lib/libcln.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/cln.pc
|
||||
@man man/man1/cln-config.1
|
||||
share/aclocal/
|
||||
share/aclocal/cln.m4
|
||||
share/doc/cln/
|
||||
share/doc/cln/cln.dvi
|
||||
share/doc/cln/cln.html
|
||||
share/doc/cln/cln_1.html
|
||||
share/doc/cln/cln_10.html
|
||||
share/doc/cln/cln_11.html
|
||||
@ -107,5 +105,4 @@ share/doc/cln/cln_7.html
|
||||
share/doc/cln/cln_8.html
|
||||
share/doc/cln/cln_9.html
|
||||
share/doc/cln/cln_abt.html
|
||||
share/doc/cln/cln_ovr.html
|
||||
share/doc/cln/cln_toc.html
|
||||
share/doc/cln/cln_fot.html
|
||||
|
Loading…
Reference in New Issue
Block a user