Date: Fri, 24 Sep 2004 11:56:41 +0800 (CST) From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72048: [NEW PORT] devel/p5-Term-ReadLine-Zoid: Provides an interactive input buffer written in plain PERL Message-ID: <20040924035641.8459F106C70@FreeBSD.csie.NCTU.edu.tw> Resent-Message-ID: <200409240400.i8O40k0I018736@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72048 >Category: ports >Synopsis: [NEW PORT] devel/p5-Term-ReadLine-Zoid: Provides an interactive input buffer written in plain PERL >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 Sep 24 04:00:45 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.10-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004 >Description: This package provides a set of modules that form an interactive input buffer written in plain perl with minimal dependencies. It features almost all key-bindings described in the posix spec for the sh(1) utility with some extensions like multiline editing; this includes a vi-command mode with a save-buffer (for copy-pasting) and an undo-stack. WWW: http://search.cpan.org/dist/Term-ReadLine-Zoid/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Term-ReadLine-Zoid-0.06.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: # # p5-Term-ReadLine-Zoid # p5-Term-ReadLine-Zoid/Makefile # p5-Term-ReadLine-Zoid/distinfo # p5-Term-ReadLine-Zoid/pkg-descr # p5-Term-ReadLine-Zoid/pkg-plist # echo c - p5-Term-ReadLine-Zoid mkdir -p p5-Term-ReadLine-Zoid > /dev/null 2>&1 echo x - p5-Term-ReadLine-Zoid/Makefile sed 's/^X//' >p5-Term-ReadLine-Zoid/Makefile << 'END-of-p5-Term-ReadLine-Zoid/Makefile' X# ex:ts=8 X# Ports collection makefile for: Term::ReadLine::Zoid X# Date created: Sep 24, 2004 X# Whom: ijliao X# X# $FreeBSD$ X# X XPORTNAME= Term-ReadLine-Zoid XPORTVERSION= 0.06 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ X http://zoidberg.student.utwente.nl/downloads/Term-ReadLine-Zoid/ XMASTER_SITE_SUBDIR= Term XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Provides an interactive input buffer written in plain PERL X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey X XPERL_MODBUILD= yes X XMAN3= Term::ReadLine::Zoid.3 \ X Term::ReadLine::Zoid::Base.3 \ X Term::ReadLine::Zoid::Emacs.3 \ X Term::ReadLine::Zoid::FileBrowse.3 \ X Term::ReadLine::Zoid::ISearch.3 \ X Term::ReadLine::Zoid::ViCommand.3 X X.include <bsd.port.mk> END-of-p5-Term-ReadLine-Zoid/Makefile echo x - p5-Term-ReadLine-Zoid/distinfo sed 's/^X//' >p5-Term-ReadLine-Zoid/distinfo << 'END-of-p5-Term-ReadLine-Zoid/distinfo' XMD5 (Term-ReadLine-Zoid-0.06.tar.gz) = d8f9414b462d5ad5576c40c50175760b XSIZE (Term-ReadLine-Zoid-0.06.tar.gz) = 33293 END-of-p5-Term-ReadLine-Zoid/distinfo echo x - p5-Term-ReadLine-Zoid/pkg-descr sed 's/^X//' >p5-Term-ReadLine-Zoid/pkg-descr << 'END-of-p5-Term-ReadLine-Zoid/pkg-descr' XThis package provides a set of modules that form an interactive input buffer Xwritten in plain perl with minimal dependencies. It features almost all Xkey-bindings described in the posix spec for the sh(1) utility with some Xextensions like multiline editing; this includes a vi-command mode with a Xsave-buffer (for copy-pasting) and an undo-stack. X XWWW: http://search.cpan.org/dist/Term-ReadLine-Zoid/ END-of-p5-Term-ReadLine-Zoid/pkg-descr echo x - p5-Term-ReadLine-Zoid/pkg-plist sed 's/^X//' >p5-Term-ReadLine-Zoid/pkg-plist << 'END-of-p5-Term-ReadLine-Zoid/pkg-plist' X%%SITE_PERL%%/Term/ReadLine/Zoid.pm X%%SITE_PERL%%/Term/ReadLine/Zoid/Base.pm X%%SITE_PERL%%/Term/ReadLine/Zoid/Emacs.pm X%%SITE_PERL%%/Term/ReadLine/Zoid/FileBrowse.pm X%%SITE_PERL%%/Term/ReadLine/Zoid/ISearch.pm X%%SITE_PERL%%/Term/ReadLine/Zoid/ViCommand.pm X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/_do_motion.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/_get_chr.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/_parse_chrs.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/alias.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/ascii.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/autosplit.ix X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/bindchr.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/bindkey.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/bsearch.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/eval.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/fsearch.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/quit.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/set.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/shell.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/testchr.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_B.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_C.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_D.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_E.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_F.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_G.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_J.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_K.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_N.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_P.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_S.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_U.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_V.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_W.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_X.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_Y.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_c_repeat.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_case.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_comment.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_complete.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_cursor.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_home.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_increment.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_macro.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_mini_buffer.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_r.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_repeat.al X%%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand/vi_topic.al X@dirrm %%SITE_PERL%%/Term/ReadLine/Zoid X@dirrm %%SITE_PERL%%/auto/Term/ReadLine/Zoid/ViCommand X@dirrm %%SITE_PERL%%/auto/Term/ReadLine/Zoid X@unexec rmdir %D/%%SITE_PERL%%/Term/ReadLine 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Term 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/auto/Term/ReadLine 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/auto/Term 2>/dev/null || true END-of-p5-Term-ReadLine-Zoid/pkg-plist exit --- p5-Term-ReadLine-Zoid-0.06.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?20040924035641.8459F106C70>