Date: Thu, 11 Dec 2003 17:09:42 -0500 From: Frank Laszlo <laszlof@vonostingroup.com> To: Clement Laforet <sheepkiller@cultdeadsheep.org> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: New ports: quftp & readline Message-ID: <3FD8EB26.40003@vonostingroup.com> In-Reply-To: <20031211032417.14c65d86.sheepkiller@cultdeadsheep.org> References: <3FD7D277.7070503@vonostingroup.com> <20031211032417.14c65d86.sheepkiller@cultdeadsheep.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------020202040603020607070001 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" I have attached both PRs. Please send them for me, I will work on fixing my sendmail :) Thanks! -Frank Clement Laforet wrote: On Wed, 10 Dec 2003 21:12:07 -0500 Frank Laszlo [1]<laszlof@vonostingroup.com> wrote: For some reason my sendmail is broke, or else I would use send-pr to post these. Maybe someone can commit them for me. [2]http://www.vonostingroup.com/~laszlof/ports/readline.shar [readline-4.3] [3]http://www.vonostingroup.com/~laszlof/ports/quftp.shar [quftp-1.0.7] Please try to send PR's: You have several solutions: 1. use gtk-send-pr (${PORTSDIR}/sysutils/gtk-send-pr) 2. read [4]http://home.leo.org/~barner/freebsd/articles/mailsetup/artic le.html 3. read [5]http://www.cultdeadsheep.org/sheepkiller/FreeBSD/send-pr+ssm tp.txt or you can simply send me your send-pr files (just save files to disk), and I'll send them for you. clem _______________________________________________ [6]freebsd-ports@freebsd.org mailing list [7]http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to [8]"freebsd-ports-unsubscribe@freebsd.org" References 1. mailto:laszlof@vonostingroup.com 2. http://www.vonostingroup.com/~laszlof/ports/readline.shar 3. http://www.vonostingroup.com/~laszlof/ports/quftp.shar 4. http://home.leo.org/~barner/freebsd/articles/mailsetup/article.html 5. http://www.cultdeadsheep.org/sheepkiller/FreeBSD/send-pr+ssmtp.txt 6. mailto:freebsd-ports@freebsd.org 7. http://lists.freebsd.org/mailman/listinfo/freebsd-ports 8. mailto:freebsd-ports-unsubscribe@freebsd.org --------------020202040603020607070001 Content-Type: text/plain; name="quftp.pr" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="quftp.pr" SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: SEND-PR: Please consult the following URL if you are not sure how to SEND-PR: fill out a problem report: SEND-PR: http://www.freebsd.org/doc/en/articles/problem-reports/article.html SEND-PR: SEND-PR: Note that the Synopsis field is mandatory. SEND-PR: SEND-PR: Please note that (unless you state otherwise) if your report SEND-PR: includes a patch then it will be taken under the same license as SEND-PR: the one on the file(s) you want to change. SEND-PR: SEND-PR: BE ADVISED THAT FREEBSD PROBLEM REPORTS ARE PUBLIC INFORMATION AND SEND-PR: WILL BE PUBLISHED AS-IS ON THE PROJECT'S MAILING LISTS AND WEB SITES. SEND-PR: DO NOT SUBMIT ANY INFORMATION YOU DO NOT WANT MADE PUBLIC. SEND-PR: SEND-PR: For sensitive security issues, consider contacting the FreeBSD SEND-PR: security officer team (security-officer@freebsd.org) directly. SEND-PR: SEND-PR: Choose from the following categories: SEND-PR: SEND-PR: advocacy alpha bin conf docs gnu SEND-PR: i386 ia64 java kern misc ports SEND-PR: powerpc sparc64 standards www SEND-PR: To: FreeBSD-gnats-submit@freebsd.org From: Frank J. Laszlo <laszlof@vonostingroup.com> Reply-To: Frank J. Laszlo <laszlof@vonostingroup.com> Cc: X-send-pr-version: 3.113 X-GNATS-Notify: >Submitter-Id: current-users >Originator: Frank J. Laszlo >Organization: <organization of PR author (multiple lines)> >Confidential: no <FreeBSD PRs are public data> >Synopsis: New Port: quftp-1.0.7 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 4.9-RC i386 >Environment: System: FreeBSD ritamari.vonostingroup.com 4.9-RC FreeBSD 4.9-RC #0: Thu Oct 16 14:19:39 EDT 2003 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386 <machine, os, target, libraries (multiple lines)> >Description: New port for quftp, a scriptable ftp client. (please commit my readline port prior to this) >How-To-Repeat: <code/input/activities to reproduce the problem (multiple lines)> >Fix: <how to correct or work around the problem, if known (multiple lines)> --- quftp.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: # # quftp # quftp/files # quftp/files/patch-aa # quftp/files/patch-ab # quftp/files/patch-ac # quftp/files/patch-ad # quftp/pkg-descr # quftp/distinfo # quftp/Makefile # quftp/pkg-plist # echo c - quftp mkdir -p quftp > /dev/null 2>&1 echo c - quftp/files mkdir -p quftp/files > /dev/null 2>&1 echo x - quftp/files/patch-aa sed 's/^X//' >quftp/files/patch-aa << 'END-of-quftp/files/patch-aa' X--- ftp.c.orig Mon Mar 10 19:28:11 2003 X+++ ftp.c Wed Dec 10 20:33:55 2003 X@@ -7,12 +7,10 @@ X #define _XOPEN_SOURCE 500 X X #include <stdlib.h> X-#include <features.h> X #include <stdio.h> X #include <errno.h> X #include <fcntl.h> X #include <ctype.h> X-#include <malloc.h> X #include <unistd.h> X #include <sys/types.h> X #include <sys/stat.h> END-of-quftp/files/patch-aa echo x - quftp/files/patch-ab sed 's/^X//' >quftp/files/patch-ab << 'END-of-quftp/files/patch-ab' X--- quftp.c.orig Wed Dec 10 20:37:19 2003 X+++ quftp.c Wed Dec 10 20:37:27 2003 X@@ -8,7 +8,6 @@ X */ X X #include <stdio.h> X-#include <malloc.h> X #include <string.h> X #include <errno.h> X #include <unistd.h> END-of-quftp/files/patch-ab echo x - quftp/files/patch-ac sed 's/^X//' >quftp/files/patch-ac << 'END-of-quftp/files/patch-ac' X--- text.c.orig Wed Dec 10 20:36:09 2003 X+++ text.c Wed Dec 10 20:36:57 2003 X@@ -3,7 +3,6 @@ X $Date: 2002/06/24 04:04:32 $ X */ X X-#include <malloc.h> X #include <stdlib.h> X #include <unistd.h> X #include <string.h> END-of-quftp/files/patch-ac echo x - quftp/files/patch-ad sed 's/^X//' >quftp/files/patch-ad << 'END-of-quftp/files/patch-ad' X--- rc.c.orig Wed Dec 10 20:36:15 2003 X+++ rc.c Wed Dec 10 20:36:32 2003 X@@ -5,7 +5,6 @@ X * $Date: 2002/06/13 07:00:33 $ X */ X X-#include <malloc.h> X #include <stdlib.h> X #include <string.h> X #include <stdio.h> END-of-quftp/files/patch-ad echo x - quftp/pkg-descr sed 's/^X//' >quftp/pkg-descr << 'END-of-quftp/pkg-descr' XA scriptable FTP client that allows multiple simultaneous connections Xand file queueing, as well as transger directly between servers. X XWWW: http://quftp.sourceforge.net/ END-of-quftp/pkg-descr echo x - quftp/distinfo sed 's/^X//' >quftp/distinfo << 'END-of-quftp/distinfo' XMD5 (quftp-1.0.7.tar.gz) = cc0c9b30b25eb1ea8b61911395a55e5a END-of-quftp/distinfo echo x - quftp/Makefile sed 's/^X//' >quftp/Makefile << 'END-of-quftp/Makefile' X# New ports collection makefile for: quftp X# Date created: 10 December 2003 X# Whom: Frank Laszlo <laszlof@vonostingroup.com> X# X# $FreeBSD$ X# X XPORTNAME= quftp XPORTVERSION= 1.0.7 XCATEGORIES= ftp XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= quftp XMAINTAINER= laszlof@vonostingroup.com XCOMMENT= A scriptable FTP client X XLIB_DEPENDS= readline.4:${PORTSDIR}/devel/readline XGNU_CONFIGURE= yes X XCFLAGS+= -L${PREFIX}/lib ${PTHREAD_LIBS} XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X XMAN1= quftp.1 X X.include <bsd.port.mk> END-of-quftp/Makefile echo x - quftp/pkg-plist sed 's/^X//' >quftp/pkg-plist << 'END-of-quftp/pkg-plist' Xbin/quftp END-of-quftp/pkg-plist exit --- quftp.shar ends here --- --------------020202040603020607070001 Content-Type: text/plain; name="readline.pr" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="readline.pr" SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: SEND-PR: Please consult the following URL if you are not sure how to SEND-PR: fill out a problem report: SEND-PR: http://www.freebsd.org/doc/en/articles/problem-reports/article.html SEND-PR: SEND-PR: Note that the Synopsis field is mandatory. SEND-PR: SEND-PR: Please note that (unless you state otherwise) if your report SEND-PR: includes a patch then it will be taken under the same license as SEND-PR: the one on the file(s) you want to change. SEND-PR: SEND-PR: BE ADVISED THAT FREEBSD PROBLEM REPORTS ARE PUBLIC INFORMATION AND SEND-PR: WILL BE PUBLISHED AS-IS ON THE PROJECT'S MAILING LISTS AND WEB SITES. SEND-PR: DO NOT SUBMIT ANY INFORMATION YOU DO NOT WANT MADE PUBLIC. SEND-PR: SEND-PR: For sensitive security issues, consider contacting the FreeBSD SEND-PR: security officer team (security-officer@freebsd.org) directly. SEND-PR: SEND-PR: Choose from the following categories: SEND-PR: SEND-PR: advocacy alpha bin conf docs gnu SEND-PR: i386 ia64 java kern misc ports SEND-PR: powerpc sparc64 standards www SEND-PR: To: FreeBSD-gnats-submit@freebsd.org From: Frank J. Laszlo <laszlof@vonostingroup.com> Reply-To: Frank J. Laszlo <laszlof@vonostingroup.com> Cc: X-send-pr-version: 3.113 X-GNATS-Notify: >Submitter-Id: current-users >Originator: Frank J. Laszlo >Organization: <organization of PR author (multiple lines)> >Confidential: no <FreeBSD PRs are public data> >Synopsis: New Port: readline-4.3 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 4.9-RC i386 >Environment: System: FreeBSD ritamari.vonostingroup.com 4.9-RC FreeBSD 4.9-RC #0: Thu Oct 16 14:19:39 EDT 2003 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386 <machine, os, target, libraries (multiple lines)> >Description: libreadline is out of date in base (both -STABLE and 5.x) HEAD is the only version thats up to date This port is only temp (to make quftp work) until libreadline is updated. >How-To-Repeat: <code/input/activities to reproduce the problem (multiple lines)> >Fix: <how to correct or work around the problem, if known (multiple lines)> --- readline.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: # # readline # readline/Makefile # readline/distinfo # readline/pkg-descr # readline/pkg-plist # echo c - readline mkdir -p readline > /dev/null 2>&1 echo x - readline/Makefile sed 's/^X//' >readline/Makefile << 'END-of-readline/Makefile' X# ports collection makefile for: readline X# Date created: 10 December 2003 X# Whom: Frank Laszlo <laszlof@vonostingroup.com> X# X# $FreeBSD$ X# X XPORTNAME= readline XPORTVERSION= 4.3 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.cwru.edu/pub/bash/ X XMAINTAINER= laszlof@vonostingroup.com XCOMMENT= A library for editing command lines as they are typed X XGNU_CONFIGURE= yes XINSTALLS_SHLIB= yes X XMAN3= readline.3 history.3 X.include <bsd.port.mk> END-of-readline/Makefile echo x - readline/distinfo sed 's/^X//' >readline/distinfo << 'END-of-readline/distinfo' XMD5 (readline-4.3.tar.gz) = f86f7cb717ab321fe15f1bbcb058c11e END-of-readline/distinfo echo x - readline/pkg-descr sed 's/^X//' >readline/pkg-descr << 'END-of-readline/pkg-descr' XThe GNU Readline library provides a set of functions for use by Xapplications that allow users to edit command lines as they are Xtyped in. Both Emacs and vi editing modes are available. The XReadline library includes additional functions to maintain a list Xof previously-entered command lines, to recall and perhaps reedit Xthose lines, and perform csh-like history expansion on previous commands. X XWWW: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html END-of-readline/pkg-descr echo x - readline/pkg-plist sed 's/^X//' >readline/pkg-plist << 'END-of-readline/pkg-plist' Xinclude/readline/readline.h Xinclude/readline/chardefs.h Xinclude/readline/keymaps.h Xinclude/readline/history.h Xinclude/readline/tilde.h Xinclude/readline/rlstdc.h Xinclude/readline/rlconf.h Xinclude/readline/rltypedefs.h Xlib/libreadline.a Xlib/libhistory.a Xlib/libhistory.so.4 Xlib/libhistory.so Xlib/libreadline.so.4 Xlib/libreadline.so Xinfo/readline.info Xinfo/rluserman.info Xinfo/history.info Xinfo/dir X@dirrm include/readline END-of-readline/pkg-plist exit --- readline.shar ends here --- --------------020202040603020607070001--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FD8EB26.40003>