diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | ports-mgmt/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/pib/Makefile | 30 | ||||
-rw-r--r-- | ports-mgmt/pib/distinfo | 2 | ||||
-rw-r--r-- | ports-mgmt/pib/files/patch-Makefile | 29 | ||||
-rw-r--r-- | ports-mgmt/pib/files/patch-pib | 79 | ||||
-rw-r--r-- | ports-mgmt/pib/files/patch-tkPort.h | 11 | ||||
-rw-r--r-- | ports-mgmt/pib/pkg-descr | 5 | ||||
-rw-r--r-- | ports-mgmt/pib/pkg-plist | 4 |
9 files changed, 1 insertions, 161 deletions
@@ -7314,3 +7314,4 @@ graphics/libetonyek|graphics/libetonyek01|2014-12-02|Replaced by newer version textproc/sw-hunspell|textproc/sv-hunspell|2014-12-02|Swedish is sv not sw deskutils/gnome-shell-extension-gtile||2014-12-03|Removed, doesn't work properly devel/rubygem-rb-readline||2014-12-05|Removed, not needed +ports-mgmt/pib||2014-12-06|Has expired: Does not work with tcl/tk 8.4+, does not support pkgng diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 5c15efd8bddd..296949b84d1e 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -28,7 +28,6 @@ SUBDIR += packagekit SUBDIR += packagekit-qt4 SUBDIR += pchecker - SUBDIR += pib SUBDIR += pkg SUBDIR += pkg-devel SUBDIR += pkg-orphan diff --git a/ports-mgmt/pib/Makefile b/ports-mgmt/pib/Makefile deleted file mode 100644 index abbb24a580ab..000000000000 --- a/ports-mgmt/pib/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Mike Smith <msmith@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= pib -PORTVERSION= 1.2 -PORTREVISION= 2 -CATEGORIES= ports-mgmt tk -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= msmith - -MAINTAINER= ports@FreeBSD.org -COMMENT= GUI Ports Collection management tool - -DEPRECATED= Does not work with tcl/tk 8.4+, does not support pkgng -EXPIRATION_DATE= 2014-12-06 - -USES= tk:build - -.include <bsd.port.pre.mk> - -post-patch: - ${REINPLACE_CMD} 's/8.4/${TCL_VER}/g' ${WRKSRC}/Makefile - ${REINPLACE_CMD} 's/84/${TCL_VER:S,.,,}/g' ${WRKSRC}/Makefile -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pib - ${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${STAGEDIR}${PREFIX}/lib/pib - ${INSTALL_DATA} ${WRKSRC}/libTkSteal.so.2* ${STAGEDIR}${PREFIX}/lib/pib - ${LN} -fs ${PREFIX}/lib/pib/pib.tcl ${STAGEDIR}${PREFIX}/bin/pib - -.include <bsd.port.post.mk> diff --git a/ports-mgmt/pib/distinfo b/ports-mgmt/pib/distinfo deleted file mode 100644 index 635ccd72a75e..000000000000 --- a/ports-mgmt/pib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pib-1.2.tar.gz) = b588bbef9f491bae2d2715bcb1533bebf8eb4d447770253cbf53bbed7b6e665a -SIZE (pib-1.2.tar.gz) = 33286 diff --git a/ports-mgmt/pib/files/patch-Makefile b/ports-mgmt/pib/files/patch-Makefile deleted file mode 100644 index db754e6c8340..000000000000 --- a/ports-mgmt/pib/files/patch-Makefile +++ /dev/null @@ -1,29 +0,0 @@ ---- ./Makefile.orig 2000-10-28 04:55:08.000000000 -0400 -+++ ./Makefile 2013-05-04 09:54:12.423259025 -0400 -@@ -8,14 +8,11 @@ - X11BASE?= /usr/X11R6 - - LIB= TkSteal --INTERNALLIB= YES # inhibits unuseful static library - SHLIB_MAJOR= 2 - SHLIB_MINOR= 0 - NOPROFILE= yes - --.if defined(OBJFORMAT) && ${OBJFORMAT} == elf --LDADD= -L${PREFIX}/lib -ltk82 --.endif -+LDADD= -L${PREFIX}/lib -ltk84 - - SRCS= tkXAccess.c - TCL_SRCS= pib.tcl tkSteal.tcl -@@ -25,8 +22,8 @@ - PAXFILES= ${SRCS} ${TCL_SRCS} ${HDRS} ${OTHER} - PAXNAME= pib-1.1 - --CFLAGS+= -I${PREFIX}/include/tcl8.2 -I${PREFIX}/include/tk8.2 \ -- -I${X11BASE}/include \ -+CFLAGS+= -I${PREFIX}/include/tcl8.4 -I${PREFIX}/include/tk8.4 \ -+ -I${LOCALBASE}/include \ - -DUSE_XACCESS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 \ - -DSTDC_HEADERS=1 -DTK_FILE_COUNT=_r -DNEED_MATHERR=1 \ - -DTK_LIBRARY=\"${PREFIX}/lib/tk8.2\" diff --git a/ports-mgmt/pib/files/patch-pib b/ports-mgmt/pib/files/patch-pib deleted file mode 100644 index 3efd1228a773..000000000000 --- a/ports-mgmt/pib/files/patch-pib +++ /dev/null @@ -1,79 +0,0 @@ ---- pib.tcl Sat Oct 28 13:01:12 2000 -+++ pib.tcl Sun Nov 21 03:28:43 2010 -@@ -1,6 +1,6 @@ - #!/bin/sh - # Tcl magic \ --exec wish8.2 -f $0 $* -+exec wish8.4 -f $0 $* - ################################################################################ - # - # Copyright (C) 1996, 1997 -@@ -309,22 +309,11 @@ proc init_browser {} { - # - proc init_options {} { - -- # listboxes -- option add *Listbox.background white; -- option add *Listbox.selectForeground white; -- option add *Listbox.selectBackground darkblue; -- - # scrollbars - option add *Scrollbar.width 11; - - # textboxes -- option add *Text.background white; -- option add *Text.selectForeground white; -- option add *Text.selectBackground darkblue; - option add *Text.font fixed; -- -- # entries -- option add *Entry.background white; - - } - -@@ -1931,36 +1920,19 @@ proc df_gather {} { - update_pwin df_getdinfo [format "%d/%d ports, %dK/sec" $pports $Status(nports) $rate]; - - # Find the md5 file. -- if {[catch {set fh [open "$path/files/md5" "r"]}]} { -+ if {[catch {set fh [open "$path/distinfo" "r"]}]} { - -- # Nope. Perhaps we're dealing with US ITAR braindamage -- if {[op_elookup USA_RESIDENT]} { -- set aname "$path/files.usa/md5"; -+ # Can't find an distinfo file; give up -+ if {[file isdirectory "$path"]} { -+ if {$Options(warn_no_md5)} { -+ lappend errs "$pname: '$path/distinfo' not found"; -+ } - } else { -- set aname "$path/files.non_usa/md5"; -- } -- -- # try again with a new name -- if {[catch {set fh [open $aname "r"]}]} { -- -- # Can't find an md5 file; give up -- if {[file isdirectory "$path/files"]} { -- if {$Options(warn_no_md5)} { -- lappend errs "$pname: '$path/files/md5' not found"; -- } -- } else { -- if {[file isdirectory $path]} { -- if {$Options(warn_no_fdir)} { -- lappend errs "$pname: '$path/files' not found"; -- } -- } else { -- if {$Options(warn_no_port)} { -- lappend errs "$pname: directory missing."; -- } -- } -+ if {$Options(warn_no_port)} { -+ lappend errs "$pname: directory missing."; - } -- continue ; # if no port info, assume it's not wanted - } -+ continue ; # if no port info, assume it's not wanted - } - - # initialise state for this port diff --git a/ports-mgmt/pib/files/patch-tkPort.h b/ports-mgmt/pib/files/patch-tkPort.h deleted file mode 100644 index dbca776f234a..000000000000 --- a/ports-mgmt/pib/files/patch-tkPort.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./tkPort.h.orig 1996-12-17 05:05:30.000000000 -0500 -+++ ./tkPort.h 2013-05-04 09:54:01.114260299 -0400 -@@ -133,8 +133,6 @@ - * in any other header file. - */ - --extern void panic(); -- - /* - * These functions do nothing under Unix, so we just eliminate calls them. - */ diff --git a/ports-mgmt/pib/pkg-descr b/ports-mgmt/pib/pkg-descr deleted file mode 100644 index b71d74e66030..000000000000 --- a/ports-mgmt/pib/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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. diff --git a/ports-mgmt/pib/pkg-plist b/ports-mgmt/pib/pkg-plist deleted file mode 100644 index a5a3ce7e5009..000000000000 --- a/ports-mgmt/pib/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/pib -lib/pib/pib.tcl -lib/pib/tkSteal.tcl -lib/pib/libTkSteal.so.2 |