EnderUNIX Team.


EnderUNIX tips

Mail to My Friend , Home Page

[ FreeBSD ]

"portless : browsing ports tree quickly" - Bākır EMRE - (2006-07-10 15:22:33)   [3667]

portless gets program description in freebsd ports tree just like
make search key in /usr/port and plus more options

basic usage is
portlesss and program name

portless's some parameters

-f Take the portglob argument literal

-i Display the distinfo file of the port

root@emre[~]# portless -i voipong
MD5 (voipong-1.1.tar.gz) = e5b012434e5aeb8188bad1579f7e9f47
SHA256 (voipong-1.1.tar.gz) = 08973834bdda36a7b71ed0da9bd682858f3e91cbf76cfb5cbd3fea0719b62ae3
SIZE (voipong-1.1.tar.gz) = 157070

-M Display the Makefile file of the port.


PORTNAME= netustad
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= net-mgmt security
MASTER_SITES= http://www.enderunix.org/netustad/

MAINTAINER= ports@FreeBSD.org
COMMENT= A Web based admin tool that manag........

for more info use man portless

Mail to My Friend , Home Page