Date: Wed, 23 Jun 2004 00:02:53 +0200 (CEST) From: Anselm Garbe <anselmg@t-online.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68212: port update Message-ID: <200406222202.i5MM2rle026932@hypeo.homeip.net> Resent-Message-ID: <200406222210.i5MMAK55023740@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68212 >Category: ports >Synopsis: port update >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 22 22:10:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Anselm Garbe >Release: FreeBSD 4.9-STABLE i386 >Organization: no >Environment: System: FreeBSD elefant 4.9-STABLE FreeBSD 4.9-STABLE #1: Fri May 28 19:45:47 CEST 2004 root@elefant:/usr/obj/usr/src/sys/ELEFANT i386 >Description: Update of port which supports FreeBSD-5 alike INDEX-5 file parsing >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: # # portsman # portsman/files # portsman/files/patch-freebsd5 # portsman/Makefile # portsman/distinfo # portsman/pkg-descr # portsman/pkg-plist # echo c - portsman mkdir -p portsman > /dev/null 2>&1 echo c - portsman/files mkdir -p portsman/files > /dev/null 2>&1 echo x - portsman/files/patch-freebsd5 sed 's/^X//' >portsman/files/patch-freebsd5 << 'END-of-portsman/files/patch-freebsd5' X--- src/consts.h.orig Wed Jan 29 19:03:44 2003 X+++ src/consts.h Tue Jun 22 12:46:55 2004 X@@ -26,12 +26,17 @@ X ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE X POSSIBILITY OF SUCH DAMAGE. X */ X+#include <osreldate.h> X #define _VERSION "portsman 0.2" X #define MAX_PATH 256 X #define MAX_TOKEN 256 X #define MAX_COLS 80 X #define INSTALLED_PKG_DIR "/var/db/pkg" X+#if __FreeBSD_version > 500000 X+#define INDEX_FILE "/usr/ports/INDEX-5" X+#else X #define INDEX_FILE "/usr/ports/INDEX" X+#endif X #define PORTS_DIR "/usr/ports" X #define CONFIG_FILE ".portsmanrc" X #define MK_FILE "Makefile" END-of-portsman/files/patch-freebsd5 echo x - portsman/Makefile sed 's/^X//' >portsman/Makefile << 'END-of-portsman/Makefile' X# New ports collection makefile for: portsman X# Date created: 18 January 2003 X# Whom: Anselm R. Garbe <anselmg@t-online.de> X# X# $FreeBSD: ports/sysutils/portsman/Makefile,v 1.2 2003/07/11 01:52:46 adamw Exp $ X# X XPORTNAME= portsman XPORTVERSION= 0.2 XPORTREVISION= 2 XCATEGORIES= sysutils XMASTER_SITES= http://download.berlios.de/portsman/ X# temporary XDISTNAME= ${PORTNAME}-${PORTVERSION}-rc2 X XMAINTAINER= anselmg@t-online.de XCOMMENT= An ncurses based front-end to manage the FreeBSD ports collection X X.include <bsd.port.pre.mk> X X.if ${OSVERSION} < 400000 XLIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses X.endif X XMAN1= portsman.1 XMAN5= portsmanrc.5 XGNU_CONFIGURE= yes XUSE_REINPLACE= yes X Xpost-patch: X @${REINPLACE_CMD} -e "/^pmanrcdir/s|etc$$|etc/portsman|" \ X ${WRKSRC}/config/Makefile.in X X.include <bsd.port.post.mk> END-of-portsman/Makefile echo x - portsman/distinfo sed 's/^X//' >portsman/distinfo << 'END-of-portsman/distinfo' XMD5 (portsman-0.2-rc2.tar.gz) = 624c5ad75088afc802e52008a017dbdd XSIZE (portsman-0.2-rc2.tar.gz) = 79954 END-of-portsman/distinfo echo x - portsman/pkg-descr sed 's/^X//' >portsman/pkg-descr << 'END-of-portsman/pkg-descr' XPorts manager is a ncurses based, graphical front-end to manage Xthe FreeBSD ports collection. It behaves like a package manager Xand comes with many features. X XWWW: http://portsman.berlios.de X-- X Anselm R. Garbe END-of-portsman/pkg-descr echo x - portsman/pkg-plist sed 's/^X//' >portsman/pkg-plist << 'END-of-portsman/pkg-plist' Xbin/portsman Xetc/portsman/portsmanrc.sample X@dirrm etc/portsman END-of-portsman/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406222202.i5MM2rle026932>