summaryrefslogtreecommitdiff
path: root/math/glpk
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2000-12-18 10:17:22 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2000-12-18 10:17:22 +0000
commit289b471b6ea5142b987a0d841a6e425c5934a8e5 (patch)
treef75d2e7a00f5efddb62d6a0c3ae9fb78835b9db3 /math/glpk
parentUpdate c-client to that found in UW's imap-2000. (diff)
GLPK -- GNU Linear Programming Kit.
Approved by: sobomax
Notes
Notes: svn path=/head/; revision=36057
Diffstat (limited to 'math/glpk')
-rw-r--r--math/glpk/Makefile18
-rw-r--r--math/glpk/distinfo1
-rw-r--r--math/glpk/files/patch-Makefile.in11
-rw-r--r--math/glpk/pkg-comment1
-rw-r--r--math/glpk/pkg-descr8
-rw-r--r--math/glpk/pkg-plist16
6 files changed, 55 insertions, 0 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
new file mode 100644
index 000000000000..032e7def8d31
--- /dev/null
+++ b/math/glpk/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: GLPK
+# Date created: 16 December 2000
+# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= glpk
+PORTVERSION= 1.1.1
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= glpk
+
+MAINTAINER= demon@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/math/glpk/distinfo b/math/glpk/distinfo
new file mode 100644
index 000000000000..7ae6676fdf35
--- /dev/null
+++ b/math/glpk/distinfo
@@ -0,0 +1 @@
+MD5 (glpk-1.1.1.tar.gz) = 284ad7adab12efc6d4a2648d9fb322d0
diff --git a/math/glpk/files/patch-Makefile.in b/math/glpk/files/patch-Makefile.in
new file mode 100644
index 000000000000..9a4cd80416ec
--- /dev/null
+++ b/math/glpk/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Sat Dec 16 23:18:41 2000
++++ Makefile.in Sat Dec 16 23:19:44 2000
+@@ -294,8 +294,6 @@
+ for i in $(HDRS); do \
+ $(INSTALL_DATA) $(srcdir)/include/$$i \
+ $(DESTDIR)$(includedir)/$$i; \
+- $(INSTALL_DATA) $(srcdir)/include/$$i \
+- $(DESTDIR)$(oldincludedir)/$$i; \
+ done
+ $(INSTALL_DATA) libglpk.a $(DESTDIR)$(libdir)/libglpk.a
+
diff --git a/math/glpk/pkg-comment b/math/glpk/pkg-comment
new file mode 100644
index 000000000000..080e181fc15f
--- /dev/null
+++ b/math/glpk/pkg-comment
@@ -0,0 +1 @@
+A GNU Linear Programming Kit
diff --git a/math/glpk/pkg-descr b/math/glpk/pkg-descr
new file mode 100644
index 000000000000..3d6ef5852581
--- /dev/null
+++ b/math/glpk/pkg-descr
@@ -0,0 +1,8 @@
+GLPK -- GNU Linear Programming Kit.
+
+The GLPK package is intended for solving large scale linear programming
+problems by means of the revised simplex method. It is a set of routines
+organized in the form of a library and written in the ANSI C programming
+language.
+
+WWW: http://www.gnu.org/software/glpk/glpk.html
diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist
new file mode 100644
index 000000000000..61f41ebdaba7
--- /dev/null
+++ b/math/glpk/pkg-plist
@@ -0,0 +1,16 @@
+include/glpapi.h
+include/glpavl.h
+include/glpduff.h
+include/glpefi.h
+include/glpeta.h
+include/glpgel.h
+include/glphbsm.h
+include/glpimg.h
+include/glpk.h
+include/glpmat.h
+include/glpmps.h
+include/glprfi.h
+include/glprsm.h
+include/glpset.h
+include/glpstr.h
+lib/libglpk.a