summaryrefslogtreecommitdiff
path: root/Templates/README.category (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Run throught tidy -i since they are malformed HTML.Kris Kennaway2003-02-101-16/+24
| | | | | | | | | | | | * Templates/README.port - %%PKG%% moved. - %%WEBSITE%%, %%EMAIL%% and port mailing-list added. Submitted by: Cyrille Lefevre <clefevre@citeweb.net> PR: ports/31389 Notes: svn path=/head/; revision=75229
* Fix COMMENT handling -- it was incorrectly using the fixed stringSatoshi Asami2000-10-141-0/+6
| | | | | | | | | | | | | | | | | "pkg/COMMENT' which of course blew up in the entire tree when we changed the layout. Fix it to use `make -V COMMENT` so it will use even for ports that define MASTERDIR etc. Reported by PRs: 21851, 21952 While I'm here, add the contents of pkg/COMMENT in category READMEs. I don't know why I didn't include them in the first place when I've been creating all those files! Notes: svn path=/head/; revision=33818
* (1) Add new USE_BISON directive, which will expand to BUILD_DEPENDS onSatoshi Asami2000-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 4-current post bison-removal and to a no-op otherwise. Note this should only be used when the software in question uses a feature in bison that is not in byacc -- otherwise it should be patched to use byacc (or detect the absense of bison correctly). [bsd.port.mk] (2) Do not assume all category names are lowercase. In particular, remove package links by removing them one by one, instead of doing a "rm [a-z]*/${PKGNAME}.tgz". [bsd.port.mk] (3) Do not assume the category name doesn't include a path separator (/). Make links accordingly. [bsd.port.mk,README.category,README.port] (4) Do not assume all category makefiles are directly under ${PORTSDIR}. [bsd.port.mk,README.category] (5) Add new "package-name" target which prints out the directory name to be used in the parent README.html. [bsd.port.subdir.mk] (2) through (5) are in preparation for going to multi-level categories. They shouldn't make any difference yet, but are committed first so people can start testing. Notes: svn path=/head/; revision=24870
* The template files required to generate README.htmls in all the portsSatoshi Asami1996-04-011-0/+21
directories. Notes: svn path=/head/; revision=2932