Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2003 12:35:31 -0400 (EDT)
From:      James Bailie <jimmy@jamesbailie.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54105: New port submission
Message-ID:  <200307041635.h64GZVN0000500@localhost.my.domain>
Resent-Message-ID: <200307041640.h64GeC4P071556@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54105
>Category:       ports
>Synopsis:       New port submission
>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:   Fri Jul 04 09:40:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     James Bailie
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD localhost 4.8-STABLE FreeBSD 4.8-STABLE #21: Sat Jun 14 12:06:57 EDT 2003 jbailie@localhost.jamesbailie.com:/usr/src/sys/compile/LIVINGROOM i386
>Description:
ASCII Manipulation Language is a simple, dynamically-scoped, interpreted
lisp that has line-editor-like access to a text buffer.  Lines can be
inserted, removed, overwritten, retrieved in whole or in part, with or
without tabs expanded, searched for matches on regular expressions, read
from and written to files, and piped to and from, or filtered through
external processes.  Using regular expressions to search through or
transform strings is easy in AML.  Basic facilities for doing
line-oriented I/O and cursor-addressing are provided, as well as a simple
means of communicating with forked processes and internet servers.
>How-To-Repeat:
	
>Fix:
--- report 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:
#
#	aml
#	aml/Makefile
#	aml/pkg-plist
#	aml/distinfo
#	aml/pkg-descr
#
echo c - aml
mkdir -p aml > /dev/null 2>&1
echo x - aml/Makefile
sed 's/^X//' >aml/Makefile << 'END-of-aml/Makefile'
X# New ports collection makefile for:  aml
X# Date created:                       Thu, 03 Jul 2003 20:05:06 EDT
X# Whom:                               James Bailie (jimmy@jamesbailie.com)
X#
X# $FreeBSD$
X#
X
XPORTNAME=aml
XPORTVERSION=2.29
XCATEGORIES=textproc lang
XMASTER_SITES=http://members.rogers.com/jazzturk/
X
XMAINTAINER=jimmy@jamesbailie.com
XCOMMENT=Dynamic lisp interpreter with text processing abilities
X
XMAN1=aml.1 dse.1
XMANCOMPRESSED=yes
X
XINSTALLS_SHLIB=yes
X
X.include <bsd.port.mk>
END-of-aml/Makefile
echo x - aml/pkg-plist
sed 's/^X//' >aml/pkg-plist << 'END-of-aml/pkg-plist'
Xbin/aml
Xbin/dse
Xlib/libaml.so.1
Xshare/aml/amltags.lsp
Xshare/aml/cgi.lsp
Xshare/aml/dse.lsp
Xshare/aml/ed.lsp
Xshare/aml/err.lsp
Xshare/aml/filter.lsp
Xshare/aml/grep.lsp
Xshare/aml/library.lsp
Xshare/aml/transform.lsp
Xshare/aml/www.lsp
X@dirrm share/aml
END-of-aml/pkg-plist
echo x - aml/distinfo
sed 's/^X//' >aml/distinfo << 'END-of-aml/distinfo'
XMD5 (aml-2.29.tar.gz) = a2a246910912c86018932ca7f56be08f
END-of-aml/distinfo
echo x - aml/pkg-descr
sed 's/^X//' >aml/pkg-descr << 'END-of-aml/pkg-descr'
XASCII Manipulation Language is a simple, dynamically-scoped, interpreted
Xlisp that has line-editor-like access to a text buffer.  Lines can be
Xinserted, removed, overwritten, retrieved in whole or in part, with or
Xwithout tabs expanded, searched for matches on regular expressions, read
Xfrom and written to files, and piped to and from, or filtered through
Xexternal processes.  Using regular expressions to search through or
Xtransform strings is easy in AML.  Basic facilities for doing
Xline-oriented I/O and cursor-addressing are provided, as well as a simple
Xmeans of communicating with forked processes and internet servers.
X
XWWW: http://jamesbailie.com
X
X--
XJames Bailie <jimmy@jamesbailie.com>
Xhttp://jamesbailie.com
END-of-aml/pkg-descr
exit
--- report ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307041635.h64GZVN0000500>