summaryrefslogtreecommitdiff
path: root/devel/noweb
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-05Remove ONLY_FOR_PLATFORM line. It works on any platformjtb1-3/+1
supported by lang/icon.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-27Wildcard dependency on icon.wiz1-2/+2
2001-04-28Add missing man page file(s) to PLIST.jtb1-1/+2
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14Add an "a" to DISTNAME. Fixes i386 bulk build problem.jtb1-2/+2
2001-04-13As Bernd Ernesti pointed out, I mistakenly changed DISTNAME instead ofjtb1-2/+3
PKGNAME.
2001-04-13Enable for NetBSD-*-sparc.jtb1-2/+2
2001-04-13Install macros where TeX can find them (viz. ${PREFIX}/share/texmf/tex/noweb).jtb4-24/+146
Install examples. Bump up version number.
2001-04-05Standardize patch file name.wiz2-3/+3
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Updated noweb to 2.9a.jtb4-14/+14
Changes since the previous pkgsrc version (2.8a): CHANGES FOR VERSION 2.9a - released 16 Feb 1999 Fixed bug in htmltoc that left multiple toc anchors CHANGES FOR VERSION 2.9 Good support for hypertext using the `hyperref' package noweave now finds uses in quoted code, the better to exploit hypertext added support for emacs font-lock highlighting as comments to noweb-mode (Adnan Yaqub) Document common -L options on notangle man page (Brett Presnell) Fixed incompatibility with verbatim package (Rafael Laboissiere) added contrib/leyn from Francky Leyn noweb-mode.el no longer treats @x as chunk end for non-white x (Chris Milner) Don't use signed char to index array of 256 in recognize.nw (Michael Herrmann) Added explanation for WNT to FAQ. Support \ quoting in argument to elide Support multiple -R options on the same notangle command line. Change tohtml so that noweave -latex+html doesn't protect anchor texts in a rawhtml environment (???) Added to /usr/doc/noweb for Slackware binary distribution Slackware binary distribution now includes emacs noweb mode. Updated internal docs in support.nw to explain the great \nwlbrace trouble Use gcc -ansi -pedantic in Makefiles. Remove multicols environment from examples/wc.nw (Yotam Medini) Change noweave and totex to support subscripting identifiers used in quoted code Fixed bug in l2h (bad conversion of tables). Make l2h of \section use CPS (for newline between \section and {) Added letenv to l2h, and changed verbatim to use environment name as terminator
2000-09-03move line to be more pkglint-friendlywiz1-2/+3
2000-04-05update to icon-9.3.2, fix pkg/9139 by Brook Milligan <brook@biology.nmsu.edu>pooka1-2/+9
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch-sum filesagc1-0/+3
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron1-2/+2
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-10/+10
pattern match format. Minor pkglint along the way.
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-3/+1
from individual DESCR files that had them.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-27Replace "${BUILD_DEPENDS}" and "${RUN_DEPENDS}" with "${DEPENDS}" and addtron1-4/+3
"alpha" to "${ONLY_ARCH}", fixes PR pkg/5623 by Tim Rightnour.
1998-06-22Update package Makefiles for automatic manual page handling.agc1-5/+1
1998-04-24Move to relative paths in the pkgsrc tree.agc1-3/+3
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-24Sort out manual pages. Pointed out by Markus Illenseer.agc1-10/+3
Fixes PR pkg/5043.
1998-02-02As noweb depends on lang/icon, which is i386 only so far, make thisfrueauf1-1/+2
one i386 only too. Pointed out by Scott Reynolds (scottr@netbsd.org).
1998-01-24portlint: fix RCS Idhubertf1-2/+1
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-06Add NetBSD RCS Id.agc1-0/+1
1997-10-06Initial import of FreeBSD devel ports into NetBSDagc6-0/+164
packages system.