mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
This is PIB, the Ports Index Browser, a GUI tool for manipulating the
FreeBSD ports collection. It provides facilities for tracking distfiles, searching for ports, building etc. Requires bsd.port.mk revision 1.232 or later and a matching ports collection.
This commit is contained in:
parent
0d0d9c932c
commit
40105b68bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5132
24
ports-mgmt/pib/Makefile
Normal file
24
ports-mgmt/pib/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: pib
|
||||
# Version required: 1.0
|
||||
# Date created: 30 December 1996
|
||||
# Whom: Mike Smith <msmith@freebsd.org>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= pib-1.0
|
||||
MASTER_SITES= ftp://gsoft.com.au/pib/pib
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= msmith@freebsd.org
|
||||
|
||||
RUN_DEPENDS= tk-4.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
install:
|
||||
${MKDIR} ${PREFIX}/lib/pib
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib
|
||||
${INSTALL_DATA} ${WRKSRC}/libTkSteal.so* ${PREFIX}/lib/pib
|
||||
ln -s ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib
|
||||
|
1
ports-mgmt/pib/distinfo
Normal file
1
ports-mgmt/pib/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pib-1.0.tar.gz) = 11f4ba2fc8f44dba830aeeb556a13e55
|
1
ports-mgmt/pib/pkg-comment
Normal file
1
ports-mgmt/pib/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
GUI Ports Collection management tool.
|
5
ports-mgmt/pib/pkg-descr
Normal file
5
ports-mgmt/pib/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
The Ports Index Browser provides a quick and powerful means for browsing the
|
||||
FreeBSD Ports Collection INDEX file and performing related functions.
|
||||
|
||||
It provides an intuitive GUI interface, online help and useful distfile
|
||||
management functions.
|
4
ports-mgmt/pib/pkg-plist
Normal file
4
ports-mgmt/pib/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/pib
|
||||
lib/pib/pib.tcl
|
||||
lib/pib/tkSteal.tcl
|
||||
lib/pib/libTkSteal.so.2.0
|
24
sysutils/pib/Makefile
Normal file
24
sysutils/pib/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: pib
|
||||
# Version required: 1.0
|
||||
# Date created: 30 December 1996
|
||||
# Whom: Mike Smith <msmith@freebsd.org>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= pib-1.0
|
||||
MASTER_SITES= ftp://gsoft.com.au/pib/pib
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= msmith@freebsd.org
|
||||
|
||||
RUN_DEPENDS= tk-4.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
install:
|
||||
${MKDIR} ${PREFIX}/lib/pib
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib
|
||||
${INSTALL_DATA} ${WRKSRC}/libTkSteal.so* ${PREFIX}/lib/pib
|
||||
ln -s ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib
|
||||
|
1
sysutils/pib/distinfo
Normal file
1
sysutils/pib/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pib-1.0.tar.gz) = 11f4ba2fc8f44dba830aeeb556a13e55
|
1
sysutils/pib/pkg-comment
Normal file
1
sysutils/pib/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
GUI Ports Collection management tool.
|
5
sysutils/pib/pkg-descr
Normal file
5
sysutils/pib/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
The Ports Index Browser provides a quick and powerful means for browsing the
|
||||
FreeBSD Ports Collection INDEX file and performing related functions.
|
||||
|
||||
It provides an intuitive GUI interface, online help and useful distfile
|
||||
management functions.
|
4
sysutils/pib/pkg-plist
Normal file
4
sysutils/pib/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/pib
|
||||
lib/pib/pib.tcl
|
||||
lib/pib/tkSteal.tcl
|
||||
lib/pib/libTkSteal.so.2.0
|
Loading…
Reference in New Issue
Block a user