summaryrefslogtreecommitdiff
path: root/ports-mgmt/pib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Avoid installing libTkSteal.so if it exists.Steve Price1999-01-101-2/+2
| | | | Notes: svn path=/head/; revision=15962
* Distfile changed (minor patch)Mike Smith1999-01-041-1/+1
| | | | Notes: svn path=/head/; revision=15820
* Change location of MASTER_SITE.Steve Price1998-11-091-2/+2
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=14414
* No need to supply a minor number for shared libraries if it is zero.Steve Price1998-10-211-1/+1
| | | | Notes: svn path=/head/; revision=14136
* Ressurect RUN_DEPENDS.Satoshi Asami1998-09-151-1/+2
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=13142
* BUILD_DEPENDS on Tk, as we need Tk headers to build the TkSteal module.Mike Smith1998-09-031-2/+2
| | | | | | | Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu> Notes: svn path=/head/; revision=12998
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-2/+2
| | | | | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. Notes: svn path=/head/; revision=9876
* portlint, add @dirrm on pkg/PLISTVanilla I. Shu1998-02-022-2/+3
| | | | Notes: svn path=/head/; revision=9572
* Author fixed distfile to build properly on FreeBSD with Tcl/Tk headersMike Smith1997-09-121-1/+1
| | | | | | | | in private subdirs. Submitted by: asami Notes: svn path=/head/; revision=7871
* Upgrade to version 1.1.Mike Smith1997-09-111-1/+1
| | | | Notes: svn path=/head/; revision=7858
* Upgrade to version 1.1, now uses Tcl/Tk 8.0, faster INDEX parser.Mike Smith1997-09-111-5/+5
| | | | Notes: svn path=/head/; revision=7857
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* (1) Fix typo in MASTER_SITES, it said ".../pib/pib" when it should haveSatoshi Asami1996-12-311-6/+5
| | | | | | | | | | | | | | | | | been ".../pub/pib/" (I first thought the second "pib" was bogus, until I realized that the problem was in fact a typo of "pub" and a missing "/"!) (2) Fix RUN_DEPENDS, you can't just put a generic name like "tk-4.1" here. ;) (3) Change install: target to do-install: and also move it above the .include <bsd.port.mk>. (You shouldn't define your own "install" or "patch" or any of the big targets unless absolutely necessary, the "do-*" targets are where most of the real work is done.) Notes: svn path=/head/; revision=5143
* Use '-f' when creating the symlink to avoid falling over if the linkMike Smith1996-12-301-2/+2
| | | | | | | already exists. Notes: svn path=/head/; revision=5134
* This is PIB, the Ports Index Browser, a GUI tool for manipulating theMike Smith1996-12-305-0/+35
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. Notes: svn path=/head/; revision=5132