summaryrefslogtreecommitdiff
path: root/textproc/wdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-03-20* Nuke all references to and definitions of INFO_DIR in package Makefilesjlam2-8/+12
and replace with appropriate references to PKGINFODIR instead. * Properly account for split info files during installation. * Move info file listings directly into the package PLISTs. This fixes info-file-related PLIST problems.
2006-03-20Remove patch made unnecessary because the tools framework hides thejlam2-29/+1
GNU auto* tools automatically.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-2/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-10-08Removereed1-2/+1
CPPFLAGS+= -DHAVE_STRERROR which I just added a few minutes ago. I had previously received an error: previous declaration of `sys_errlist' on Linux. But once I configure using ncurses on Linux it appears to have fixed that (because it was using its LIBS which had non-existent -ltermcap).
2005-10-08Also install man page and README.reed2-2/+21
Update PKGREVISION. Add INSTALLATION_DIRS and do-install target instead of using its own installer. It was broken for custom INFO_DIR and for new PKGMANDIR. (It is a very old autoconf/automake I assume). Also, this uses -ltermcap. So if /usr/lib/libtermcap.so does not exist, then use BUILDLINK_TRANSFORM to use ncurses instead and include ncurses buildlink3.mk.
2005-10-08This uses GNU_CONFIGURE, but it is really old. So definereed1-1/+2
CONFIGURE_HAS_MANDIR=no, just like CONFIGURE_HAS_INFODIR=no is already defined. (This package has two other build problems for me though ... lookimg now.)
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-05-25Add "CONFIGURE_HAS_INFODIR=no" to get this package building.simonb1-1/+2
2004-03-11Remove info files entries from PLIST.seb1-2/+1
2003-08-18I have missed a USE_MAKEINFO=yes here, without buildlink2 enabled forseb1-1/+2
this package it had only been caught by tools.mk's overriding script.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-05Convert to USE_NEW_TEXINFO.seb2-7/+4
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-01-24- Enable termcap. Chack tputs() after -ltermcap is detected (configure*).itohy6-1/+272
- Use mkstemp() instead of tmpnam(), for safety.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+6
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-03-16add RCS tagwiz1-1/+1
2000-03-12GNU wdiff 0.5 (word-by-word diff).itojun5-0/+33
`wdiff' is a front-end to GNU `diff'. It compares two files, finding which words have been deleted or added to the first in order to create the second. It has many output formats and interacts well with terminals and pagers (notably with `less'). `wdiff' is particularily useful when two texts differ only by a few words and paragraphs have been refilled. GNU `wdiff' has been written by Franc,ois Pinard. It is an evolving product, and specifications might change in future releases.