1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

GLPK -- GNU Linear Programming Kit.

Approved by:	sobomax
This commit is contained in:
Dmitry Sivachenko 2000-12-18 10:17:22 +00:00
parent 3c7d0e406b
commit 289b471b6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36057
7 changed files with 56 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SUBDIR += fudgit
SUBDIR += geg
SUBDIR += glove
SUBDIR += glpk
SUBDIR += gnumeric
SUBDIR += gnuplot
SUBDIR += gnuplot+

18
math/glpk/Makefile Normal file
View File

@ -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>

1
math/glpk/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (glpk-1.1.1.tar.gz) = 284ad7adab12efc6d4a2648d9fb322d0

View File

@ -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

1
math/glpk/pkg-comment Normal file
View File

@ -0,0 +1 @@
A GNU Linear Programming Kit

8
math/glpk/pkg-descr Normal file
View File

@ -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

16
math/glpk/pkg-plist Normal file
View File

@ -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