Date: Sat, 18 Jan 2003 19:09:51 +0100 (CET) From: anselmg@t-online.de (Anselm Garbe) To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/47192: New port Message-ID: <200301181809.h0II9pPh058941@wotan.garbe>
next in thread | raw e-mail | index | archive | help
>Number: 47192 >Category: ports >Synopsis: New port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 18 10:20:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: Anselm Garbe >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD wotan.garbe 4.7-STABLE FreeBSD 4.7-STABLE #21: Sun Dec 1 16:14:47 CET 2002 root@wotan.garbe:/usr/obj/usr/src/sys/WOTAN i386 >Description: portsman is a curses based front-end for the FreeBSD ports collection. It handles installation/deinstallation/upgrade of ports, provides several browsing/filtering/searching modes to find ports. It's written in C. >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/pkg-comment # portsman/Makefile # portsman/distinfo # portsman/pkg-descr # portsman/pkg-plist # echo c - portsman mkdir -p portsman > /dev/null 2>&1 echo x - portsman/pkg-comment sed 's/^X//' >portsman/pkg-comment << 'END-of-portsman/pkg-comment' XA ncurses based front-end to manage the FreeBSD ports collection END-of-portsman/pkg-comment 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$ X# X XPORTNAME= portsman XPORTVERSION= 0.1.0 XCATEGORIES= sysutils XMASTER_SITES= http://download.berlios.de/portsman/ X XMAINTAINER= anselmg@t-online.de 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 XUSE_GZIP= yes XGNU_CONFIGURE= yes 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.1.0.tar.gz) = e611d163cddc227ff4e586be7ac18eec 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 Xshare/doc/portsman/portsman.help X@dirrm etc/portsman X@dirrm share/doc/portsman END-of-portsman/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301181809.h0II9pPh058941>