ports/54105: New port submission

James Bailie jimmy at jamesbailie.com
Fri Jul 4 16:40:14 UTC 2003


>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 at 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 at 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 at 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 at 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 at jamesbailie.com>
Xhttp://jamesbailie.com
END-of-aml/pkg-descr
exit
--- report ends here ---


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



More information about the freebsd-ports-bugs mailing list