1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add eukleides 0.9.0

A Euclidean geometry drawing language
This commit is contained in:
Ying-Chieh Liao 2002-06-04 18:40:21 +00:00
parent d1eb5fca09
commit 24b3787e03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60610
7 changed files with 63 additions and 0 deletions

View File

@ -23,6 +23,7 @@
SUBDIR += dcdflib
SUBDIR += djbfft
SUBDIR += eispack
SUBDIR += eukleides
SUBDIR += eval
SUBDIR += femlab
SUBDIR += fftpack

27
math/eukleides/Makefile Normal file
View File

@ -0,0 +1,27 @@
# ex:ts=8
# Ports collection makefile for: eukleides
# Date created: Jun 4, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= eukleides
PORTVERSION= 0.9.0
CATEGORIES= math
MASTER_SITES= http://perso.wanadoo.fr/obrecht/download/
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= pstoedit:${PORTSDIR}/graphics/pstoedit \
epstopdf:${PORTSDIR}/print/teTeX
USE_BISON= yes
ALL_TARGET= ${PORTNAME}
USE_GMAKE= yes
MAN1= eukleides.1
MLINKS= eukleides.1 euk2eps.1 eukleides.1 euk2edit.1
.include <bsd.port.mk>

1
math/eukleides/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (eukleides.0.9.0.tar.gz) = 7619d7bd3be453b6d7fed30b1f81bfa0

View File

@ -0,0 +1,22 @@
--- Makefile.orig Wed Jun 5 01:38:47 2002
+++ Makefile Wed Jun 5 01:41:39 2002
@@ -1,14 +1,14 @@
# Eukleides 0.9.0 makefile
# Copyright (c) Christian Obrecht 2000-2002
-CC = gcc
-CFLAGS = -c -O2
+#CC = gcc
+CFLAGS += -c
OBJECTS = lex.yy.o parser.tab.o main.o geometry.o drawing.o
LEX = flex
YACC = bison -d
-BIN = /usr/local/bin/
-MAN = /usr/man/man1/
-INFO = /usr/info/
+BIN = ${PREFIX}/bin/
+MAN = ${PREFIX}/man/man1/
+INFO = ${PREFIX}/info/
PAPER = --texinfo=@afourpaper
DOC = eukleides.info eukleides.dvi eukleides.ps

View File

@ -0,0 +1 @@
A Euclidean geometry drawing language

5
math/eukleides/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
A compiler which allows to typeset geometry figures within a (La)TeX
document. This program is also useful to convert such figures in EPS
format or in various other vector graphic formats.
WWW: http://perso.wanadoo.fr/obrecht/

6
math/eukleides/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
bin/eukleides
bin/euk2eps
bin/euk2edit
@unexec install-info --delete %D/info/eukleides.info %D/info/dir
info/eukleides.info
@exec install-info %D/info/eukleides.info %D/info/dir