Date: 19 Jul 2005 23:18:35 +0200 From: Nicola Vitale <nivit@email.it> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83749: [NEW PORT] net/convey: An Instant Message (IM) program using the Jabber protocol Message-ID: <20050719211835.81034.qmail@stellina> Resent-Message-ID: <200507192130.j6JLUKVY078005@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83749 >Category: ports >Synopsis: [NEW PORT] net/convey: An Instant Message (IM) program using the Jabber protocol >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: Tue Jul 19 21:30:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 5.4-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD stellina.domo.sva 5.4-RELEASE-p4 FreeBSD 5.4-RELEASE-p4 #1: Sat Jul 16 15:18:36 CEST 2005 >Description: Convey allows people across the globe to collaboratively draw images while chatting online. Using pictures in addition to words makes communicating online fun and easy. Author: Ed Braunhut, Andy Ames WWW: http://convey.sourceforge.net/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- convey-0.3.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: # # convey # convey/pkg-descr # convey/Makefile # convey/pkg-plist # convey/distinfo # convey/files # convey/files/patch-convey # echo c - convey mkdir -p convey > /dev/null 2>&1 echo x - convey/pkg-descr sed 's/^X//' >convey/pkg-descr << 'END-of-convey/pkg-descr' XConvey allows people across the globe to collaboratively draw images Xwhile chatting online. Using pictures in addition to words makes Xcommunicating online fun and easy. X XAuthor: Ed Braunhut, Andy Ames XWWW: http://convey.sourceforge.net/ END-of-convey/pkg-descr echo x - convey/Makefile sed 's/^X//' >convey/Makefile << 'END-of-convey/Makefile' X# New ports collection makefile for: convey X# Date created: 2005-07-18 X# Whom: Nicola Vitale <nivit@email.it> X# X# $FreeBSD$ X# X XPORTNAME= convey XPORTVERSION= 0.3 XCATEGORIES= net java XMASTER_SITES= http://convey.sourceforge.net/downloads/ XDISTNAME= ${PORTNAME}-src-${PORTVERSION} X XMAINTAINER= nivit@email.it XCOMMENT= An Instant Message (IM) program using the Jabber protocol X XRUN_DEPENDS= bash:${PORTSDIR}/shells/bash X XUSE_ANT= yes XUSE_JAVA= yes XUSE_REINPLACE= yes X XJAVA_VERSION= 1.3+ X XMAKE_ARGS= -quiet X XDATADIR= ${JAVASHAREDIR}/${PORTNAME} XFIND_DIRS= lib XFIND_DATA= -not -type d X XLN_OPTS?= -sf X X.include <bsd.port.pre.mk> X Xpost-patch: X @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ X -e 's|%%DATADIR%%|${DATADIR:S/\//\\\//g}|' ${WRKSRC}/${PORTNAME} X Xdo-install: X# Script X @for DIR in ${FIND_DIRS}; do \ X ${MKDIR} ${DATADIR}/$${DIR}; \ X done; \ X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${DATADIR}/${PORTNAME}; \ X ${LN} ${LN_OPTS} ${DATADIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}; X# Data X @cd ${WRKSRC}; \ X DATA=$$(${FIND} ${FIND_DIRS} ${FIND_DATA}); \ X for FILE in $${DATA}; do \ X ${INSTALL_DATA} ${WRKSRC}/$${FILE} ${DATADIR}/$${FILE}; \ X done; X X.include <bsd.port.post.mk> END-of-convey/Makefile echo x - convey/pkg-plist sed 's/^X//' >convey/pkg-plist << 'END-of-convey/pkg-plist' X@comment $FreeBSD$ Xbin/convey X%%DATADIR%%/convey X%%DATADIR%%/lib/convey-0.3.jar X%%DATADIR%%/lib/crimson-1.1.3.jar X%%DATADIR%%/lib/jakarta-oro-2.0.4.jar X%%DATADIR%%/lib/jaxp-1.1.jar X%%DATADIR%%/lib/jdom-b7.jar X%%DATADIR%%/lib/muse-0.72.jar X@dirrm %%DATADIR%%/lib X@dirrm %%DATADIR%% END-of-convey/pkg-plist echo x - convey/distinfo sed 's/^X//' >convey/distinfo << 'END-of-convey/distinfo' XMD5 (convey-src-0.3.tar.gz) = 12b34536d6b9652a1e3fe33b710a59e2 XSIZE (convey-src-0.3.tar.gz) = 810560 END-of-convey/distinfo echo c - convey/files mkdir -p convey/files > /dev/null 2>&1 echo x - convey/files/patch-convey sed 's/^X//' >convey/files/patch-convey << 'END-of-convey/files/patch-convey' X$FreeBSD$ X--- convey Tue Jul 19 22:51:49 2005 X+++ convey.port Tue Jul 19 22:54:34 2005 X@@ -1,3 +1,3 @@ X #!/usr/local/bin/bash X- X+cd %%DATADIR%% X java -cp "classes:lib/muse-0.72.jar:lib/crimson-1.1.3.jar:lib/jaxp-1.1.jar:lib/jakarta-oro-2.0.4.jar:lib/jdom-b7.jar:lib/convey-0.3.jar" org.convey.ConveyFrame END-of-convey/files/patch-convey exit --- convey-0.3.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?20050719211835.81034.qmail>