From vsevolod@highsecure.ru  Wed Jun 22 22:50:23 2005
Return-Path: <vsevolod@highsecure.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3E0E616A41C
	for <freebsd-gnats-submit@freebsd.org>; Wed, 22 Jun 2005 22:50:23 +0000 (GMT)
	(envelope-from vsevolod@highsecure.ru)
Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AC65543D58
	for <freebsd-gnats-submit@freebsd.org>; Wed, 22 Jun 2005 22:50:22 +0000 (GMT)
	(envelope-from vsevolod@highsecure.ru)
Received: from waterwall.inec.ru (root@localhost)
  by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j5MMnaZD045480
    for <freebsd-gnats-submit@freebsd.org>; Thu, 23 Jun 2005 02:49:36 +0400 (MSD)
Received: from waterwall.inec.ru (localhost.inec.ru [127.0.0.1])
  by localhost (8.13.1/8.12.6) with ESMTP id j5MMnajW045475
    for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Jun 2005 02:49:36 +0400 (MSD)
Received: from localhost (localhost.inec.ru [127.0.0.1])
	by localhost (Postfix) with SMTP id 1E9F25B770
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Jun 2005 02:49:36 +0400 (MSD)
Received: from core (postbox.inec.ru [213.148.3.226])
	by waterwall.inec.ru (Postfix) with ESMTP id AAP4242B9EAFEA940
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Jun 2005 02:49:34 +0400 (MSD)
Received: from [213.219.249.64] (helo=spray.anyhost.ru)
	by core with esmtp (Exim 4.51 (FreeBSD))
	id 1DlE1B-0003m3-Ja
	for FreeBSD-gnats-submit@freebsd.org; Thu, 23 Jun 2005 02:48:25 +0400
Received: from cebka by spray.anyhost.ru with local (Exim 4.51 (FreeBSD))
	id 1DlE2z-000Dsh-R5
	for FreeBSD-gnats-submit@freebsd.org; Thu, 23 Jun 2005 02:50:17 +0400
Message-Id: <E1DlE2z-000Dsh-R5@spray.anyhost.ru>
Date: Thu, 23 Jun 2005 02:50:17 +0400
From: Vsevolod Stakhov <vsevolod@highsecure.ru>
Sender: Vsevolod Stakhov <vsevolod@highsecure.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: math/aamath
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         82552
>Category:       ports
>Synopsis:       New port: math/aamath
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sem
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 22 23:00:29 GMT 2005
>Closed-Date:    Thu Jun 23 11:57:44 GMT 2005
>Last-Modified:  Thu Jun 23 11:57:44 GMT 2005
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->sem 
Responsible-Changed-By: sem 
Responsible-Changed-When: Thu Jun 23 06:54:18 GMT 2005 
Responsible-Changed-Why:  
Take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82552 
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Thu Jun 23 11:57:38 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82552 
>Unformatted:
