summaryrefslogtreecommitdiff
path: root/ports-mgmt (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-14manpage fixJun-ichiro itojun Hagino3-10/+10
family name change for itojun (s/Itoh/Hagino/) Submitted by: "Alexey M. Zelkin" <phantom@cris.net> Notes: svn path=/head/; revision=20718
1999-07-24typo fixJun-ichiro itojun Hagino1-3/+3
From: "Oleg V. Volkov" <rover@lglobus.ru> Notes: svn path=/head/; revision=20339
1999-06-26#4/4 enforcing Caps, no periodTim Vanderhoek1-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
1999-06-26As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek2-2/+2
permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
1999-04-22remove the first comment lines in a section properly.Jun-ichiro itojun Hagino1-1/+3
Notes: svn path=/head/; revision=18069
1999-04-05remove pathname for bsd.port.mk.Jun-ichiro itojun Hagino1-3/+11
Reviewed by: maintainer (myself) Submitted by: ben@scientia.demon.co.uk Notes: svn path=/head/; revision=17643
1999-04-04It seems 'sane' was not mispelled, but was a little confusing. Let's trySteve Price1-2/+2
'correct' instead. Submitted by: asami Notes: svn path=/head/; revision=17639
1999-04-02Fix a spelling nit: sane -> same.Steve Price1-2/+2
Notes: svn path=/head/; revision=17528
1999-02-22Handle x11-* categories correctly.Steve Price1-6/+7
Reviewed by: maintainer Notes: svn path=/head/; revision=16825
1999-01-10Avoid installing libTkSteal.so if it exists.Steve Price1-2/+2
Notes: svn path=/head/; revision=15962
1999-01-07avoid NO_WRKDIR.Jun-ichiro itojun Hagino1-6/+7
Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=15908
1999-01-05remove old ftp site (ftp.foretune.co.jp) from comment.Jun-ichiro itojun Hagino1-2/+1
Notes: svn path=/head/; revision=15860
1999-01-05being tired of maintaining portlint only by myself, I decided toJun-ichiro itojun Hagino3-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. Notes: svn path=/head/; revision=15859
1999-01-04Distfile changed (minor patch)Mike Smith1-1/+1
Notes: svn path=/head/; revision=15820
1998-12-30Fix MANCOMPRESSED (=maybe) and work on standard -current.Tim Vanderhoek1-3/+7
Notes: svn path=/head/; revision=15717
1998-12-30manpage != DESCRTim Vanderhoek1-41/+6
Notes: svn path=/head/; revision=15716
1998-11-22Use MAN? macro.Jun Kuriyama2-3/+4
Change first line of Makefile from "manck" to "portcheckout". Notes: svn path=/head/; revision=14751
1998-11-18No need to put name in front.Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=14634
1998-11-09Change location of MASTER_SITE.Steve Price1-2/+2
Requested by: maintainer Notes: svn path=/head/; revision=14414
1998-11-01Says that the port uses perl5 for building and runningWolfram Schneider1-1/+3
Notes: svn path=/head/; revision=14285
1998-11-01portcheckout - checkout ports and all depending portsWolfram Schneider5-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! Notes: svn path=/head/; revision=14283
1998-10-21No need to supply a minor number for shared libraries if it is zero.Steve Price1-1/+1
Notes: svn path=/head/; revision=14136
1998-09-15Ressurect RUN_DEPENDS.Satoshi Asami1-1/+2
Reviewed by: maintainer Notes: svn path=/head/; revision=13142
1998-09-03BUILD_DEPENDS on Tk, as we need Tk headers to build the TkSteal module.Mike Smith1-2/+2
Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu> Notes: svn path=/head/; revision=12998
1998-08-12Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1-1/+0
I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). Notes: svn path=/head/; revision=12467
1998-08-07Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=12335
1998-06-27Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1-2/+1
Notes: svn path=/head/; revision=11552
1998-02-21Add tk virtual category where missing. List of ports which depend on tkBill Fenner1-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
1998-02-02portlint, add @dirrm on pkg/PLISTVanilla I. Shu2-2/+3
Notes: svn path=/head/; revision=9572
1997-11-25original distribution updated (1.60 -> 1.61)Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=8821
1997-11-20original distribution updated (1.59->1.60)Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=8710
1997-11-13Original distribution updated. (1.58 -> 1.59)Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=8602
1997-11-11original distribution updated (1.57->1.58)Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=8576
1997-11-09original distribution updated. (1.56 -> 1.57)Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=8528
1997-11-05original distribution updated to 1.56.Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=8488
1997-10-13original distribution updated to 1.55.Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=8242
1997-10-12original distribution updated to 1.54.Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=8222
1997-10-07original distribution updated to 1.51.Jun-ichiro itojun Hagino1-2/+2
Submitted by: itojun Notes: svn path=/head/; revision=8167
1997-09-21original distribution updated to 1.49.Jun-ichiro itojun Hagino1-3/+3
added check for *_DEPENDS. Notes: svn path=/head/; revision=7975
1997-09-14original distribution upgraded to 1.48.Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=7901
1997-09-12Author fixed distfile to build properly on FreeBSD with Tcl/Tk headersMike Smith1-1/+1
in private subdirs. Submitted by: asami Notes: svn path=/head/; revision=7871
1997-09-11Upgrade to version 1.1.Mike Smith1-1/+1
Notes: svn path=/head/; revision=7858
1997-09-11Upgrade to version 1.1, now uses Tcl/Tk 8.0, faster INDEX parser.Mike Smith1-5/+5
Notes: svn path=/head/; revision=7857
1997-08-16original distribution updated to release 1.46.Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=7599
1997-08-08original distribution updated to version 1.44.Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=7500
1997-08-06original distribution updated to 1.43.Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=7489
1997-07-16Original distribution updated to r1.33.Jun-ichiro itojun Hagino2-8/+9
It now have "committers mode", which will tell us ports/LEGAL should be updated! Notes: svn path=/head/; revision=7353
1997-07-13original distribution of portlint has updated to 1.32.Jun-ichiro itojun Hagino2-7/+14
Notes: svn path=/head/; revision=7298
1997-07-06Upgrade, 1.26 -> 1.28.Masafumi Max NAKANE1-4/+4
Notes: svn path=/head/; revision=7223
1997-07-06Upgrade 1.9 -> 1.26.Masafumi Max NAKANE1-4/+4
(So many additional checks have been added. Porters gotta check this out!) Notes: svn path=/head/; revision=7219