From owner-freebsd-ports Thu Jun 13 14:24:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC69E37B413 for ; Thu, 13 Jun 2002 14:24:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5DLA2I89022; Thu, 13 Jun 2002 14:10:02 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id DAF2937B439 for ; Thu, 13 Jun 2002 14:01:33 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5DKkshG091988 for ; Thu, 13 Jun 2002 13:46:54 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5DKksA1091987; Thu, 13 Jun 2002 13:46:54 -0700 (PDT) Message-Id: <200206132046.g5DKksA1091987@www.freebsd.org> Date: Thu, 13 Jun 2002 13:46:54 -0700 (PDT) From: "Michael L. Hostbaek" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/39242: New port: translate Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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