aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
...
* bump versionmharo2000-11-101-1/+1
|
* fix a bug, $i = -> $i eqmharo2000-11-101-1/+1
| | | | Submitted by: fenner
* Previous commit was incomplete.des2000-11-031-2/+2
|
* Don't build master ports unless they were explicitly required!des2000-11-031-2/+2
| | | | Pointed out by: nectar
* Update to PIB 1.2, which fixes the reported issues so far with the newmsmith2000-10-282-2/+2
| | | | | | | | ports layout. Apologies to everyone for taking so long to get around to this. I'm surprised, nay amazed at how many people are still using PIB after all this time. Thanks! PR: ports/22016 ports/22022 ports/22130 ports/22281
* Porteasy 2.2 (getting close to a new minor version every day...)des2000-10-233-23/+101
| | | | | | | | - 'cvs -Q' is *too* silent, so just use 'cvs -q' when not verbose. - cache the results of find_master(). - allow for a trailing slash in the second field in a dependency spec. - add an option to show the packing lists for selected ports. - fix a bug where porteasy would build a port when it shouldn't.
* Update version number.des2000-10-211-1/+1
|
* Document PORTEASY_OPTIONS.des2000-10-211-0/+10
|
* Add a copyright statement to the version and help texts.des2000-10-211-25/+25
| | | | | | Fix a small bug in dependency parsing. Add support for a PORTEASY_OPTIONS environment variable. Give -r precedence over -a.
* Much-enhanced Porteasy 2.0.des2000-10-203-177/+476
|
* Add support for the new PORTEPOCH/PORTREVISION variables, so it won'twill2000-10-111-10/+11
| | | | | | | improperly fatal-warn about them being in PORTNAME area. PR: 21747 Submitted by: jeh
* Look for pkg-descr rather than pkg/DESCR.des2000-10-092-7/+7
| | | | | | Always use the -d option when invoking CVS, to work around breakage in CVS (said breakage has reportedly been fixed in 1.11, but I haven't verified this) Bump version number.
* sync with bsd.sites.mk, bump version to 2.2.3mharo2000-10-042-11/+96
| | | | Submitted by: jeh
* Fix cut'n'paste bogon.des2000-09-221-1/+1
| | | | Submitted by: Dmitry Sivachenko <dima@Chg.RU>
* Fix portlint bug where it thinks that missing a files/md5 is fatal but thewill2000-09-221-1/+1
| | | | | | | | | | | port actually does not have any DISTFILES variable. This *should* work with slave/master ports, but I'm not sure. Now the portlint port passes its own test. ;-> PR: 21380 Submitted by: des Approved by: mharo
* Style and mdoc fixes.des2000-09-201-27/+38
| | | | Submitted by: sheldonh
* Argh! forgot to fix this before adding the port.des2000-09-201-10/+12
| | | | Uninverse the meaning of two if tests.
* A tool for fetching and building ports.des2000-09-206-0/+921
|
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-291-1/+2
| | | | MASTER_SITE_LOCAL site.
* update to portlint 2.2.2:mharo2000-04-264-75/+147
| | | | | | | | | | | | | | | | | | | | | - better rcsid checking - add DIST_SUBDIR to section 1 of the Makefile - add check for WWW: in pkg/DESCR when http:// exists - add new -t flag, which will require a tab after a variable defination instead of spaces - cleanup english grammar - add -M (make variable passing) flag - change into portdir instead of constantly using $portdir/file - get variables from make instead of parsing the Makefile - update usage() - fix some portname/version bugs - add EXTRACT_ONLY to section 1 - fix multi comment sections on top bug I think I'm going to start a rewrite of lots of portlint's code to *hopefully* make it easier to add new checks in the future. If you have any requests of things for me to put on portlint's TODO list, send me an email letting me know what they are.
* Corrrect whitespace introduced during PORTNAME conversion and portlintmharo2000-04-222-2/+2
|
* remove warning, version required (no longer needed) and make portlint portmharo2000-04-201-7/+1
| | | | pass portlint (what a concept ;)
* Update to 2.2.1mharo2000-04-172-20/+26
| | | | | | | | | Fixes: * fix some portname/version checking bugs * put EXTRACT_ONLY in section 1 checking * fix multi comment sections at top of Makefile regex * make portlint pass perl -w (this found a few bugs) No new features in this version
* Update portlint so it supports PORTNAME/PORTVERSION. This versionmharo2000-04-172-226/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | isn't 100% ready for prime time, but it works well enough that it should be fine to use for most things. I'm not sure if I'll have time to fix the few minor bugs that I know of and give it a good testing today. Parts of the PORTNAME/PORTVERSION changes were submitted by knu. Other changes in this version: * add "-V", version flag * use getopts instead of parsing @ARGV - this fixes a bug where you could only specify one flag after the dash (ie. -c -N would work and -cN wouldn't) * change some warnings to fatals * ignore dot directives in Makefile - this usually reduces the number of warnings displayed when a Makefile contains .include or .if foo * don't blame just emacs for leaving around temporary editor files * don't warn about installing files into /compat * correct counting of number of chars in pkg/COMMENT * understand multiple rcsid tags in the comments section - this allows us to have both $FreeBSD$ and $NetBSD$, for example without getting funky warning messages * scope variables with my instead of local so we can use strict to help us find bugs in portlint
* Back out useful `Version required lines' that I'd blindly removed.knu2000-04-151-0/+1
|
* Portlint COMMENT's.knu2000-04-151-1/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Remove obsolete `Version required' lines.knu2000-04-151-1/+0
|
* PORTNAME/PORTVERSION updatemharo2000-04-122-6/+7
|
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-102-5/+5
|
* warn about not supporting PORTNAME/PORTVERSION yetmharo2000-04-091-0/+6
|
* bump version number to reflect new featuresmharo2000-03-301-1/+1
|
* * Fix Makefile so portlint is more happy with this port (what a concept, themharo2000-03-282-17/+101
| | | | | | | | | | | | | portlint port passing portlint) New portlint features: * Allow pkg/COMMENT to start with a digit * Warn about .la files in pkg/PLIST * Better support for comments in the Makefile - fixes the section off by 1 error (DISTNAME needs to exist, and so on, when it does) * don't report "FATAL: no MAINTAINER listed in Makefile" when it does exist * other random minor bug fixes
* - fix a bug in pkg/* checkingmharo2000-03-212-8/+44
| | | | | | | | | | | - enforce pkg/COMMENT style - better info file checking in pkg/PLIST - don't warn about @unexec rmdir foo || true - the handbook says this is fine - allow CATEGORIES+= - warn about www.freebsd.org/~user needing to be people.freebsd.org - warn about PKGNAME being set from another variable instead of being a fatal error - understand both $(PORTSDIR) and ${PORTSDIR}
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* I'll maintain thismharo2000-02-051-1/+1
|
* issue a warning when @owner or @group are found in the PLISTmharo2000-02-031-12/+2
|
* bump version number slightly to reflect recent changesmharo2000-01-231-1/+1
|
* add support for @owner and @group in PLISTmharo2000-01-231-0/+12
|
* Add pkg_remove.cpiazza2000-01-155-0/+31
| | | | | | | pkg_remove is a utility to cleanly uninstall packages. PR: 16025 Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
* Fixes:shige2000-01-121-11/+17
| | | | | | | | - Allow "MAINTAINER?=". - Allow "CATEGORIES?=" and "CATEGORIES+=". PR: ports/16064 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
* switch maintainer to ports@freebsd.org, as I'm unable to do it for a long time.itojun2000-01-111-1/+1
|
* Update to portcheckout-2.0wosch2000-01-093-3/+3
|
* Switch to tcl/tk 8.2jseger1999-11-261-3/+3
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* added the following checking:sumikawa1999-09-292-1/+9
| | | | | | | | "in *_DEPENDS, ${PREFIX} must not be used. use ${LOCALBASE}/${X11BASE} instead of it." Commented by: asami Reviewed by: taoka
* Recently we must use $FreeBSD instead of $Id in Makefile.taoka1999-09-281-2/+2
| | | | | | So portlint needs this modification. Approved by: maintainer
* Update master site.wosch1999-09-191-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-292-2/+2
|
* ln -> ${LN}mharo1999-08-281-2/+2
|
* Change Id->FreeBSD.obrien1999-08-252-2/+2
|
* manpage fixitojun1999-08-143-10/+10
| | | | | | family name change for itojun (s/Itoh/Hagino/) Submitted by: "Alexey M. Zelkin" <phantom@cris.net>
* typo fixitojun1999-07-241-3/+3
| | | | From: "Oleg V. Volkov" <rover@lglobus.ru>
* #4/4 enforcing Caps, no periodhoek1999-06-271-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
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-272-2/+2
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* remove the first comment lines in a section properly.itojun1999-04-221-1/+3
|
* remove pathname for bsd.port.mk.itojun1999-04-051-3/+11
| | | | | Reviewed by: maintainer (myself) Submitted by: ben@scientia.demon.co.uk
* It seems 'sane' was not mispelled, but was a little confusing. Let's trysteve1999-04-051-2/+2
| | | | | | 'correct' instead. Submitted by: asami
* Fix a spelling nit: sane -> same.steve1999-04-021-2/+2
|
* Handle x11-* categories correctly.steve1999-02-221-6/+7
| | | | Reviewed by: maintainer
* Avoid installing libTkSteal.so if it exists.steve1999-01-111-2/+2
|
* avoid NO_WRKDIR.itojun1999-01-071-6/+7
| | | | Submitted by: Sheldon Hearn <axl@iafrica.com>
* remove old ftp site (ftp.foretune.co.jp) from comment.itojun1999-01-051-2/+1
|
* being tired of maintaining portlint only by myself, I decided toitojun1999-01-053-11/+1474
| | | | | | | | | | | | | put the source code for "portlint" into FreeBSD port tree. The imported revision is 1.65 (in my local RCS file). (pseudo) version number for the port is now 2.0. Whoever make changes to bsd.port.mk is advised to update portlint.pl too :-) Note that portlint.pl MUST be portable enough to handle (Net|Open|Free)BSD bsd.port.mk. There are people using portlint.pl on non-FreeBSD platforms.
* Distfile changed (minor patch)msmith1999-01-041-1/+1
|
* Fix MANCOMPRESSED (=maybe) and work on standard -current.hoek1998-12-301-3/+7
|
* manpage != DESCRhoek1998-12-301-41/+6
|
* Use MAN? macro.kuriyama1998-11-222-3/+4
| | | | Change first line of Makefile from "manck" to "portcheckout".
* No need to put name in front.asami1998-11-181-1/+1
|
* Change location of MASTER_SITE.steve1998-11-091-2/+2
| | | | Requested by: maintainer
* Says that the port uses perl5 for building and runningwosch1998-11-021-1/+3
|
* portcheckout - checkout ports and all depending portswosch1998-11-025-0/+60
| | | | | | | | | | | | | | Portcheckout(1) checks out a FreeBSD port and all runtime and buildtime depending ports into the current working directory. The output is written to stdout as an executable shell-script. Compiling a FreeBSD port usually require a full tree of ports in /usr/port. A cvs checkout or a cvs update command takes a very long time and need much free space. With portcheckout, you checkout only the parts of the port tree which you really need. This is a magnitude faster!
* No need to supply a minor number for shared libraries if it is zero.steve1998-10-211-1/+1
|
* Ressurect RUN_DEPENDS.asami1998-09-151-1/+2
| | | | Reviewed by: maintainer
* BUILD_DEPENDS on Tk, as we need Tk headers to build the TkSteal module.msmith1998-09-041-2/+2
| | | | Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
* Remove manpages define in MAN? fom PLIST for all the devel ports.asami1998-08-121-1/+0
| | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear).
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-081-2/+2
|
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.asami1998-06-271-2/+1
|
* Add tk virtual category where missing. List of ports which depend on tkfenner1998-02-221-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.
* portlint, add @dirrm on pkg/PLISTvanilla1998-02-022-2/+3
|
* original distribution updated (1.60 -> 1.61)itojun1997-11-251-3/+3
|
* original distribution updated (1.59->1.60)itojun1997-11-201-3/+3
|
* Original distribution updated. (1.58 -> 1.59)itojun1997-11-131-3/+3
|
* original distribution updated (1.57->1.58)itojun1997-11-111-3/+3
|
* original distribution updated. (1.56 -> 1.57)itojun1997-11-091-3/+3
|
* original distribution updated to 1.56.itojun1997-11-051-3/+3
|
* original distribution updated to 1.55.itojun1997-10-131-3/+3
|
* original distribution updated to 1.54.itojun1997-10-121-3/+3
|
* original distribution updated to 1.51.itojun1997-10-081-2/+2
| | | | Submitted by: itojun
* original distribution updated to 1.49.itojun1997-09-211-3/+3
| | | | added check for *_DEPENDS.
* original distribution upgraded to 1.48.itojun1997-09-141-3/+3
|
* Author fixed distfile to build properly on FreeBSD with Tcl/Tk headersmsmith1997-09-121-1/+1
| | | | | in private subdirs. Submitted by: asami
* Upgrade to version 1.1.msmith1997-09-111-1/+1
|
* Upgrade to version 1.1, now uses Tcl/Tk 8.0, faster INDEX parser.msmith1997-09-111-5/+5
|
* original distribution updated to release 1.46.itojun1997-08-161-3/+3
|
* original distribution updated to version 1.44.itojun1997-08-081-3/+3
|
* original distribution updated to 1.43.itojun1997-08-061-3/+3
|
* Original distribution updated to r1.33.itojun1997-07-172-8/+9
| | | | | It now have "committers mode", which will tell us ports/LEGAL should be updated!
* original distribution of portlint has updated to 1.32.itojun1997-07-132-7/+14
|
* Upgrade, 1.26 -> 1.28.max1997-07-071-4/+4
|
* Upgrade 1.9 -> 1.26.max1997-07-061-4/+4
| | | | (So many additional checks have been added. Porters gotta check this out!)
* New port, portlint:max1997-06-154-0/+32
| | | | | | | | portlint makes a small set of sanity checks for port directory. usage: Submitted by: Jun-ichiro ITOH <itojun@itojun.org> PR: 3863
* Add virtual category 'tk41'.wosch1997-04-201-2/+2
|
* (1) Fix typo in MASTER_SITES, it said ".../pib/pib" when it should haveasami1996-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.)
* Use '-f' when creating the symlink to avoid falling over if the linkmsmith1996-12-301-2/+2
| | | | already exists.
* This is PIB, the Ports Index Browser, a GUI tool for manipulating themsmith1996-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.