upgrade to 1.1.9

This commit is contained in:
Ying-Chieh Liao 2005-02-14 08:12:42 +00:00
parent 50884d1606
commit c3b83e6756
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128756
4 changed files with 18 additions and 113 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= cln
PORTVERSION= 1.1.8
PORTVERSION= 1.1.9
CATEGORIES= math devel
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
@ -35,6 +35,10 @@ STRIP= # none
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
@ -48,5 +52,9 @@ post-install:
@${MKDIR} ${DOCSDIR}/html
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/html
.endif
@${FIND} ${PREFIX}/include/cln -type f | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${PREFIX}/include/cln ! -type f | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (cln-1.1.8.tar.bz2) = 490dd0697b3d16b2ba6a843829228cba
SIZE (cln-1.1.8.tar.bz2) = 1631985
MD5 (cln-1.1.9.tar.bz2) = 76fbeeeeac1559e482b404b4674915e2
SIZE (cln-1.1.9.tar.bz2) = 1661135

View File

@ -1,9 +1,9 @@
--- doc/Makefile.in.orig Wed Dec 6 00:38:27 2000
+++ doc/Makefile.in Thu Oct 9 22:51:12 2003
@@ -81,14 +81,11 @@
install : all installdirs force
$(INSTALL_DATA) $(srcdir)/$(PACKAGE).info $(DESTDIR)$(infodir)/$(PACKAGE).info
--- doc/Makefile.in.orig Mon Feb 14 15:24:29 2005
+++ doc/Makefile.in Mon Feb 14 15:25:14 2005
@@ -86,14 +86,11 @@
echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$(PACKAGE).info";\
install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$(PACKAGE).info || :;\
else : ; fi
- $(INSTALL_DATA) $(srcdir)/$(PACKAGE)_*.html $(DESTDIR)$(htmldir)
- $(INSTALL_DATA) $(srcdir)/$(PACKAGE).dvi $(DESTDIR)$(dvidir)/$(PACKAGE).dvi
+ install-info $(DESTDIR)$(infodir)/$(PACKAGE).info $(DESTDIR)$(infodir)/dir
@ -15,4 +15,4 @@
- $(MKDIR) $(DESTDIR)$(dvidir)
uninstall : force
$(RM) $(DESTDIR)$(infodir)/$(PACKAGE).info
@if (install-info --version && \

View File

@ -1,109 +1,6 @@
bin/cln-config
include/cln/GV.h
include/cln/GV_complex.h
include/cln/GV_integer.h
include/cln/GV_modinteger.h
include/cln/GV_number.h
include/cln/GV_rational.h
include/cln/GV_real.h
include/cln/SV.h
include/cln/SV_complex.h
include/cln/SV_integer.h
include/cln/SV_number.h
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
include/cln/complex_io.h
include/cln/complex_ring.h
include/cln/condition.h
include/cln/config.h
include/cln/dfloat.h
include/cln/dfloat_class.h
include/cln/dfloat_io.h
include/cln/ffloat.h
include/cln/ffloat_class.h
include/cln/ffloat_io.h
include/cln/float.h
include/cln/float_class.h
include/cln/float_io.h
include/cln/floatformat.h
include/cln/floatparam.h
include/cln/input.h
include/cln/integer.h
include/cln/integer_class.h
include/cln/integer_io.h
include/cln/integer_ring.h
include/cln/intparam.h
include/cln/io.h
include/cln/lfloat.h
include/cln/lfloat_class.h
include/cln/lfloat_io.h
include/cln/malloc.h
include/cln/modinteger.h
include/cln/modules.h
include/cln/null_ring.h
include/cln/number.h
include/cln/number_io.h
include/cln/numtheory.h
include/cln/object.h
include/cln/output.h
include/cln/proplist.h
include/cln/random.h
include/cln/rational.h
include/cln/rational_class.h
include/cln/rational_io.h
include/cln/rational_ring.h
include/cln/real.h
include/cln/real_class.h
include/cln/real_io.h
include/cln/real_ring.h
include/cln/ring.h
include/cln/sfloat.h
include/cln/sfloat_class.h
include/cln/sfloat_io.h
include/cln/string.h
include/cln/symbol.h
include/cln/timing.h
include/cln/types.h
include/cln/univpoly.h
include/cln/univpoly_complex.h
include/cln/univpoly_integer.h
include/cln/univpoly_modint.h
include/cln/univpoly_rational.h
include/cln/univpoly_real.h
include/cln/version.h
lib/libcln.a
lib/libcln.so
lib/libcln.so.3
libdata/pkgconfig/cln.pc
share/aclocal/cln.m4
%%PORTDOCS%%%%DOCSDIR%%/dvi/cln.dvi
%%PORTDOCS%%%%DOCSDIR%%/html/cln.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_1.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_10.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_11.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_12.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_13.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_14.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_15.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_16.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_2.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_3.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_4.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_5.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_6.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_7.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_8.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_9.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_abt.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_ovr.html
%%PORTDOCS%%%%DOCSDIR%%/html/cln_toc.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
%%PORTDOCS%%@dirrm %%DOCSDIR%%/dvi
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm include/cln