summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-02-12 14:52:31 +0000
committerijliao <ijliao@FreeBSD.org>2001-02-12 14:52:31 +0000
commit398fe45fd270f9c81a92589217d7197f1956441b (patch)
treea0b7d078c20c1a762dbf4bebdb0e3248d83978d7 /devel
parent1d318faa44f1011bf1cd1e98bced6cd71c53f172 (diff)
downloadFreeBSD-ports-398fe45fd270f9c81a92589217d7197f1956441b.zip
FreeBSD-ports-398fe45fd270f9c81a92589217d7197f1956441b.tar.gz
move cln from devel/ to math/
Noted by: kris Reviewed by: vanilla
Diffstat (limited to 'devel')
-rw-r--r--devel/cln/Makefile29
-rw-r--r--devel/cln/distinfo1
-rw-r--r--devel/cln/files/patch-Makefile.in19
-rw-r--r--devel/cln/files/patch-doc::Makefile.in10
-rw-r--r--devel/cln/pkg-comment1
-rw-r--r--devel/cln/pkg-descr20
-rw-r--r--devel/cln/pkg-plist105
7 files changed, 0 insertions, 185 deletions
diff --git a/devel/cln/Makefile b/devel/cln/Makefile
deleted file mode 100644
index 97d40c1..0000000
--- a/devel/cln/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: cln
-# Date created: Fab 11, 2001
-# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= cln
-PORTVERSION= 1.1
-CATEGORIES= devel math
-MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \
- ftp://ftp.santafe.edu/pub/gnu/ \
- ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
-
-MAINTAINER= ijliao@FreeBSD.org
-
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --datadir=${PREFIX}/share/cln --infodir=${PREFIX}/info \
- --mandir=${PREFIX}/man
-
-USE_GMAKE= yes
-
-INSTALLS_SHLIB= yes
-
-MAN1= cln-config.1
-
-.include <bsd.port.mk>
diff --git a/devel/cln/distinfo b/devel/cln/distinfo
deleted file mode 100644
index 230e369..0000000
--- a/devel/cln/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (cln-1.1.tar.gz) = 8054193072447a2a48da160ef03430ee
diff --git a/devel/cln/files/patch-Makefile.in b/devel/cln/files/patch-Makefile.in
deleted file mode 100644
index 810ee06..0000000
--- a/devel/cln/files/patch-Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.in.orig Sun Feb 11 16:52:48 2001
-+++ Makefile.in Sun Feb 11 17:03:58 2001
-@@ -33,14 +33,13 @@
-
- install : installdirs force
- cd @subdir@; $(MAKE) install
-- $(INSTALL_PROGRAM) cln-config $(DESTDIR)$(bindir)/cln-config
-+ $(INSTALL) cln-config $(DESTDIR)$(bindir)/cln-config
- $(INSTALL_DATA) cln-config.1 $(DESTDIR)$(mandir)/man1/cln-config.1
-- $(INSTALL_DATA) cln.m4 $(DESTDIR)$(datadir)/aclocal/cln.m4
-+ $(INSTALL_DATA) cln.m4 $(DESTDIR)$(prefix)/share/aclocal/cln.m4
-
- installdirs : force
- cd @subdir@; $(MAKE) installdirs
- $(MKDIR) $(DESTDIR)$(mandir)/man1
-- $(MKDIR) $(DESTDIR)$(datadir)/aclocal
- $(MKDIR) $(DESTDIR)$(bindir)
-
- uninstall : force
diff --git a/devel/cln/files/patch-doc::Makefile.in b/devel/cln/files/patch-doc::Makefile.in
deleted file mode 100644
index bc35572..0000000
--- a/devel/cln/files/patch-doc::Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- doc/Makefile.in.orig Sun Feb 11 17:11:56 2001
-+++ doc/Makefile.in Sun Feb 11 17:24:01 2001
-@@ -81,6 +81,7 @@
-
- install : all installdirs force
- $(INSTALL_DATA) $(srcdir)/$(PACKAGE).info $(DESTDIR)$(infodir)/$(PACKAGE).info
-+ install-info $(srcdir)/$(PACKAGE).info $(DESTDIR)$(infodir)/dir
- $(INSTALL_DATA) $(srcdir)/$(PACKAGE)_*.html $(DESTDIR)$(htmldir)
- $(INSTALL_DATA) $(srcdir)/$(PACKAGE).dvi $(DESTDIR)$(dvidir)/$(PACKAGE).dvi
-
diff --git a/devel/cln/pkg-comment b/devel/cln/pkg-comment
deleted file mode 100644
index 85e2272..0000000
--- a/devel/cln/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Class Library for Numbers
diff --git a/devel/cln/pkg-descr b/devel/cln/pkg-descr
deleted file mode 100644
index 0ed3f21..0000000
--- a/devel/cln/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-CLN is a library for computations with all kinds of numbers. It has a
-rich set of number classes:
-
- - Integers (with unlimited precision),
- - Rational numbers,
- - Floating-point numbers:
- Short float,
- Single float,
- Double float,
- Long float (with unlimited precision),
- - Complex numbers,
- - Modular integers (integers modulo a fixed integer),
- - Univariate polynomials.
-
-The subtypes of the complex numbers among these are exactly the types
-of numbers known to the Common Lisp language. Therefore CLN can be used
-for Common Lisp implementations, giving `CLN' another meaning: it
-becomes an abbreviation of "Common Lisp Numbers".
-
-WWW: http://clisp.cons.org/~haible/packages-cln.html
diff --git a/devel/cln/pkg-plist b/devel/cln/pkg-plist
deleted file mode 100644
index db073bd..0000000
--- a/devel/cln/pkg-plist
+++ /dev/null
@@ -1,105 +0,0 @@
-bin/cln-config
-share/aclocal/cln.m4
-@unexec install-info --delete %D/info/cln.info %D/info/dir
-info/cln.info
-@exec install-info %D/info/cln.info %D/info/dir
-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
-@dirrm include/cln
-lib/libcln.a
-lib/libcln.so
-lib/libcln.so.1
-share/cln/html/cln_1.html
-share/cln/html/cln_10.html
-share/cln/html/cln_11.html
-share/cln/html/cln_12.html
-share/cln/html/cln_13.html
-share/cln/html/cln_2.html
-share/cln/html/cln_3.html
-share/cln/html/cln_4.html
-share/cln/html/cln_5.html
-share/cln/html/cln_6.html
-share/cln/html/cln_7.html
-share/cln/html/cln_8.html
-share/cln/html/cln_9.html
-share/cln/html/cln_toc.html
-share/cln/dvi/cln.dvi
-@dirrm share/cln/html
-@dirrm share/cln/dvi
-@dirrm share/cln
OpenPOWER on IntegriCloud