FreeBSD Bugzilla – Attachment 41050 Details for
Bug 64368
Update port: lang/ici to version 4 of ici
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
sharfile
sharfile (text/plain), 3.51 KB, created by
Andy Newman
on 2004-03-17 10:40:14 UTC
(
hide
)
Description:
sharfile
Filename:
MIME Type:
Creator:
Andy Newman
Created:
2004-03-17 10:40:14 UTC
Size:
3.51 KB
patch
obsolete
># 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: ># ># Makefile ># distinfo ># pkg-descr ># pkg-plist ># >echo x - Makefile >sed 's/^X//' >Makefile << 'END-of-Makefile' >X# New ports collection makefile for: ici >X# Date created: 11 March 2002 >X# Whom: andy >X# >X# $FreeBSD: ports/lang/ici/Makefile,v 1.7 2000/04/16 11:16:50 knu Exp $ >X# >X >XPORTNAME= ici >XPORTVERSION= 4.1.1 >XCATEGORIES= lang >XMASTER_SITES= http://www.zeta.org.au/~atrn/ici/distfiles/ >X >XMAINTAINER= atrn@zeta.org.au >XCOMMENT= An interpretive language with C's feel and high level data types >X >XMAKEFILE= Makefile.bsd >X >XMAN1= ici.1 icifuncs.1 icioo.1 iciops.1 icire.1\ >X icistmt.1 icitypes.1 >X >XMANCOMPRESSED= yes >X >XALL_TARGET= all ici.h >X >XICIHDRS= ici.h icistr-setup.h >X >XICIDOCS= doc/ici.pdf >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/ici ${PREFIX}/bin >X ${INSTALL_DATA} ${WRKSRC}/libici4.a ${PREFIX}/lib >X.for f in ${MAN1} >X ${INSTALL_MAN} ${WRKSRC}/${f}.gz ${PREFIX}/man/man1 >X.endfor >X ${MKDIR} ${PREFIX}/lib/ici4 >X ${INSTALL_DATA} ${WRKSRC}/ici4core.ici ${PREFIX}/lib/ici4 >X ${INSTALL_DATA} ${WRKSRC}/ici4core1.ici ${PREFIX}/lib/ici4 >X ${INSTALL_DATA} ${WRKSRC}/ici4core2.ici ${PREFIX}/lib/ici4 >X ${INSTALL_DATA} ${WRKSRC}/ici4core3.ici ${PREFIX}/lib/ici4 >X ${MKDIR} ${PREFIX}/include >X.for f in ${ICIHDRS} >X ${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/include >X.endfor >X.if !defined(NOPORTDOCS) >X ${MKDIR} ${PREFIX}/share/doc/ici4 >X.for f in ${ICIDOCS} >X ${INSTALL_MAN} ${WRKSRC}/$f ${PREFIX}/share/doc/ici4 >X.endfor >X.endif >X >X.include <bsd.port.mk> >END-of-Makefile >echo x - distinfo >sed 's/^X//' >distinfo << 'END-of-distinfo' >XMD5 (ici-4.1.1.tar.gz) = 4511baa2731ed327b5730f414b3623ba >END-of-distinfo >echo x - pkg-descr >sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' >XICI is a C-like, high level language originally developed by Tim Long >Xand placed into the public domain. ICI marries C's expression syntax, >Xcontrol structures and overall feel, with a dynamic, garbage >Xcollected, object-based, data model. Version 4 incorporates numerous >Xperformance enhancements, refinements to existing features and new >Xfeatures including native support for threads, a cleaner, more well >Xdefined API for extension module authors and those embedding ICI >Xwithin other programs, and new documentation that is superior to >Xthat provided in previous releases. >X >XICI is typically used as a scripting-like language in the fashion of >XPerl, Python, Ruby, Lua, TCL and other such languages. ICI can be >Xcalled from C and the language itself can be extended allowing >Xapplications to provide domain specific functions, types and >Xoperators for use in their ICI programs. Embedding within applications >Xallows application authors to make use of ICI's efficient object >Xsystem which provides many useful facilities. >X >XICI is in the public domain, there is no copyright on it. >X >XWWW: http://www.zeta.org.au/~atrn/ici/ >END-of-pkg-descr >echo x - pkg-plist >sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' >Xbin/ici >Xinclude/ici.h >Xinclude/icistr-setup.h >Xlib/libici4.a >Xlib/ici4/ici4core.ici >Xlib/ici4/ici4core1.ici >Xlib/ici4/ici4core2.ici >Xlib/ici4/ici4core3.ici >Xman/man1/ici.1.gz >Xman/man1/icifuncs.1.gz >Xman/man1/icioo.1.gz >Xman/man1/iciops.1.gz >Xman/man1/icire.1.gz >Xman/man1/icistmt.1.gz >Xman/man1/icitypes.1.gz >X%%DOCSDIR%%/ici4/ici.pdf >X@unexec rmdir %D/lib/ici4 2>/dev/null || true >END-of-pkg-plist >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 64368
: 41050