# 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-comment # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# ex:ts=8 X# Ports collection makefile for: translate X# Date created: Thu Jun 13, 2002 X# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) X# X# $FreeBSD$ X# X XPORTNAME= translate XPORTVERSION= 1.00 XCATEGORIES= misc XMASTER_SITES= http://www.freebsdcluster.org/~mich/software/ \ X ${MASTER_SITE_LOCAL} XDISTNAME= translate X XMAINTAINER= mich@freebsdcluster.org X XRUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww X XSITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} XUSE_PERL5= yes XNO_BUILD= yes XWRKSRC= ${WRKDIR}/${PORTNAME} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} X X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (translate.tar.gz) = c67a5e36c465276eaed6385ded4cc009 END-of-distinfo echo x - pkg-comment sed 's/^X//' >pkg-comment << 'END-of-pkg-comment' XTranslates string using Babelfish END-of-pkg-comment echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XA small perl script, that takes a given string or word Xand translates it to a selected language using the altavista Xbabelfish service. X XRequires perl. X X- Michael L. Hostbaek Xmich@freebsdcluster.org END-of-pkg-descr echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' Xbin/translate END-of-pkg-plist exit