Date: Thu, 13 Jun 2002 13:46:54 -0700 (PDT) From: "Michael L. Hostbaek" <mich@freebsdcluster.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/39242: New port: translate Message-ID: <200206132046.g5DKksA1091987@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 39242 >Category: ports >Synopsis: New port: translate >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 13 14:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.5-STABLE i386 >Organization: FreeBSDCluster.org >Environment: FreeBSD freebsdcluster.dk 4.5-STABLE FreeBSD 4.5-STABLE #1: Thu Apr 25 12:28:22 CEST 2002 root@freebsdcluster.dk:/space1/usr-linked/src/sys/compile/COP_KERNEL_1 i386 >Description: A small perl script, that takes a given string or word and translates it to a selected language using the altavista babelfish service. Requires perl. - Michael L. Hostbaek mich@freebsdcluster.org >How-To-Repeat: >Fix: # 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 <bsd.port.mk> 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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206132046.g5DKksA1091987>