Date: Thu, 23 Jun 2005 02:50:17 +0400 From: Vsevolod Stakhov <vsevolod@highsecure.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/82552: New port: math/aamath Message-ID: <E1DlE2z-000Dsh-R5@spray.anyhost.ru> Resent-Message-ID: <200506222300.j5MN0U28031418@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 82552 >Category: ports >Synopsis: New port: math/aamath >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 22 23:00:29 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vsevolod Stakhov >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: >Description: Aamath is a program that reads mathematical expressions in infix notation and renders them as ASCII art. It may be useful to send mathematics through text-only media, such as e-mail or newsgroups. >How-To-Repeat: >Fix: --- aamath-0.3.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # aamath # aamath/pkg-descr # aamath/Makefile # aamath/distinfo # aamath/files # aamath/files/patch-Makefile # echo c - aamath mkdir -p aamath > /dev/null 2>&1 echo x - aamath/pkg-descr sed 's/^X//' >aamath/pkg-descr << 'END-of-aamath/pkg-descr' XAamath is a program that reads mathematical expressions in infix notation and Xrenders them as ASCII art. It may be useful to send mathematics through Xtext-only media, such as e-mail or newsgroups. X XWWW: http://fuse.superglue.se/aamath/ END-of-aamath/pkg-descr echo x - aamath/Makefile sed 's/^X//' >aamath/Makefile << 'END-of-aamath/Makefile' X# New ports collection makefile for: aamath X# Date created: 2005-06-23 X# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru> X# X# $FreeBSD$ X# X XPORTNAME= aamath XPORTVERSION= 0.3 XCATEGORIES= math XMASTER_SITES= http://fuse.superglue.se/aamath/ X XMAINTAINER= vsevolod@highsecure.ru XCOMMENT= Aamath is a tool for rendering mathematical expressions to ascii art X XWRKSRC= ${WRKDIR}/${PORTNAME} X XPLIST_FILES+= bin/${PORTNAME} XMAN1= aamath.1 X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/aamath ${PREFIX}/bin X @${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 X X.include <bsd.port.mk> END-of-aamath/Makefile echo x - aamath/distinfo sed 's/^X//' >aamath/distinfo << 'END-of-aamath/distinfo' XMD5 (aamath-0.3.tar.gz) = f0e835bd06069b1bdaddd9e9c3447c12 XSIZE (aamath-0.3.tar.gz) = 21894 END-of-aamath/distinfo echo c - aamath/files mkdir -p aamath/files > /dev/null 2>&1 echo x - aamath/files/patch-Makefile sed 's/^X//' >aamath/files/patch-Makefile << 'END-of-aamath/files/patch-Makefile' X--- Makefile.orig Thu Jun 23 02:20:28 2005 X+++ Makefile Thu Jun 23 02:20:47 2005 X@@ -21,3 +21,5 @@ X X clean: X rm -f *.o lexer.cc parser.h parser.cc $(TARGET) X+ X+all: $(TARGET) END-of-aamath/files/patch-Makefile exit --- aamath-0.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DlE2z-000Dsh-R5>