Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-12-06 | Add a PLIST file for use on OS X. | agc | 1 | -0/+3 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 5 | -4/+4 | |
2001-06-18 | Use zlib buildlink.mk for zlib dependency (from pkg/13217 by Stoned Elipot) | jlam | 3 | -25/+9 | |
and install locale files under PKGLOCALEDIR. | |||||
2001-05-17 | If one wants to install this on linux, get the PLIST right | abs | 1 | -0/+3 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -12/+10 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-03 | Don't allow non-pkgsrc zlib installed. Per discussion on tech-pkg. | hubertf | 1 | -2/+2 | |
(This makes me wonder how things work when I setup a system from solaris pkgs only, that were generated from pkgsrc - i doubt they have the /var/db/pkg information to make our system recognize them as "our" pkg... ?) | |||||
2001-02-03 | Pull in bsd.prefs.mk to define OPSYS, and set CFLAGS to find zlib.h | hubertf | 1 | -1/+3 | |
2001-02-03 | Allow manually-installed zlib on solaris 8 (in /usr/lib) | hubertf | 1 | -2/+2 | |
2001-02-03 | This needs zlib installed. Depend on it for Solaris. | hubertf | 1 | -1/+5 | |
2000-08-21 | Update IGNORE-messages for recent changes: add ${PKGNAME} where | hubertf | 1 | -2/+2 | |
appropriate. | |||||
2000-05-02 | Remove patches to deal with two bugs involving configure's handling of | danw | 2 | -17/+3 | |
INSTALL which have both been worked around in bsd.pkg.mk now. | |||||
2000-01-20 | Fix a patch, and regenerate patch checksum. | agc | 2 | -6/+6 | |
2000-01-08 | more whitespace cleanup (silence, pkglint!) | wiz | 1 | -1/+1 | |
1999-08-13 | Fix PLIST in solaris case | abs | 4 | -4/+10 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+9 | |
1999-04-14 | Remove unnecessary slash from master site list. | tron | 1 | -2/+2 | |
1999-04-05 | fix spelling | hubertf | 1 | -2/+2 | |
1999-03-06 | Updated master site list to handle the gnu ftp reorganization. | tron | 1 | -2/+2 | |
1999-03-04 | Don't assume that we're using the install.sh script - comment out the | agc | 1 | -1/+20 | |
prefix of ../ for subdirectories, as we're using a full pathname for the install command Add a comment, describing the patches. | |||||
1999-02-18 | Add IGNORE= for systems which have /usr/bin/install-info. | tv | 1 | -1/+5 | |
1999-02-18 | Grr. "info/dir" does _not_ belong into PLIST. install-info does | frueauf | 1 | -2/+1 | |
the right thing if it does not yet exist. If one upgrades gtexinfo via binary pkg info/dir should not globber the old existing info/dir. | |||||
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 1 | -7/+7 | |
1999-02-11 | Add /usr/share/info to DEFAULT_INFOPATH. | tv | 1 | -2/+2 | |
1998-10-04 | Do not search for ncurses before curses. | tv | 1 | -3/+12 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -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-15 | hier(7)-lint: install locale stuff in share/locale, not lib/locale. | tv | 2 | -3/+16 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 6 | -0/+12 | |
1998-06-18 | Make the .msg files generate .cat files "correctly" for NetBSD: | tv | 1 | -0/+28 | |
- don't provide message numbers with no messages - don't escape quotation marks | |||||
1998-06-18 | Run `sed' only once: change pre-build target to post-patch. | tv | 1 | -2/+2 | |
1998-06-14 | Add -f to mv option to avoid this make going interactive on us. | cjs | 1 | -2/+2 | |
1998-06-11 | Fix the locations in a more efficient manner. | agc | 1 | -6/+6 | |
1998-05-14 | Don't strip the info, install-info, makeinfo and texindex programs, as | agc | 1 | -4/+1 | |
they're stripped at install time. Fixes PR 5448, from Johnny C. Lam. | |||||
1998-05-07 | Add {PREFIX,X11BASE,LOCALBASE}/info to the default INFOPATH, fixes pr 5319. | frueauf | 2 | -10/+18 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-09 | Update to V3.12 | hubertf | 8 | -103/+61 | |
1998-03-05 | Use catgets, pointed out by Charles Hannum | hubertf | 1 | -1/+2 | |
1998-02-16 | Use BSD_INSTALL_SCRIPT instead of custom INSTALL_SCRIPT. | hubertf | 1 | -1/+1 | |
1998-02-13 | Don't try to strip scripts at installation time. | agc | 1 | -0/+20 | |
Fixes PR pkg/4987 from David Brownlee. | |||||
1998-01-24 | portlint: fix RCS Id | hubertf | 1 | -1/+2 | |
1997-12-29 | Do not remove locale dirs | hubertf | 1 | -6/+1 | |
1997-12-14 | Update to V3.11, provided by Johnny Lam <lamj@stat.cmu.edu>. | hubertf | 10 | -47/+165 | |
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-09 | Initial import of GNU texinfo package. | agc | 6 | -0/+82 | |
This is necessary because NetBSD has no default way of reading GNU info files - FreeBSD has had this in their base system since 2.2.2. This allows the default installation of package's info files, and means less differences between individual package's Makefiles in NetBSD and FreeBSD. `Renamed' to gtexinfo to distinguish it from the print/texinfo package. |