Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-20 | Move to sha1 digests, where appropriate and possible, and add distfile | agc | 1 | -2/+3 | |
sizes. | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-09 | Add patch supplied by Brook Milligan in pkg/12365 to fix pdf printing. | wiz | 2 | -8/+17 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-08 | We have a ${PREFIX}/share/doc/html for HTML documentation, so use it. | jlam | 4 | -28/+36 | |
2000-05-10 | Alter dependencies. Packages needing X11 drivers use | jlam | 1 | -2/+2 | |
DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript and packages needing just any ghostscript binary use DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript | |||||
2000-05-07 | Correct dependencies to find all applicable versions of ghostscript. | jlam | 1 | -2/+2 | |
If ghostscript isn't installed, then install ghostscript-x11 as it will always work. | |||||
2000-04-20 | Depend on ghostscript-x11-5.50nb2. | jlam | 1 | -2/+2 | |
2000-04-16 | Depend on ghostscript-*nb1 since were modified to use gstty/gs. | jlam | 1 | -2/+2 | |
2000-04-10 | Adapt to gstty/gs | jlam | 2 | -16/+3 | |
2000-03-24 | Adapt to use ghostscript-x11. | jlam | 3 | -7/+20 | |
2000-03-02 | We already DEPEND on ghostscript, we don't have to write it on the | wiz | 2 | -14/+1 | |
screen, too. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-08-26 | If "${XAW_TYPE}" is set to "standard" depend on "Xaw3d-1.5" manually | tron | 1 | -4/+2 | |
instead aborting the build process. | |||||
1999-08-26 | The "gv" package cannot be built with the standard Xaw library. | tron | 1 | -1/+6 | |
1999-08-25 | Introduce a USE_XAW definition, which is used in package Makefiles, to | agc | 1 | -2/+6 | |
denote that the package uses libXaw. Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by the user, to denote the type of libXaw to use. Possible values are: standard, 3d and xpm. Define USE_XAW in relevant Makefiles. Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d... This means that package builds should not fail because of conflicting Xaw packages being installed on machines. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+6 | |
1999-04-13 | Remove NOPORTDOCS definition - it was useless anyway, as any attempt to | agc | 1 | -5/+1 | |
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package. | |||||
1998-12-23 | Remove a / for optical reasons. | frueauf | 1 | -4/+4 | |
1998-12-23 | Don't install an empty manpage, there is one in the package, pointed | frueauf | 7 | -40/+34 | |
out in pr 6632 by Johnny C. Lam. | |||||
1998-11-19 | Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary | agc | 1 | -2/+2 | |
DEPENDS definition. | |||||
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-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 7 | -0/+15 | |
1998-07-04 | Update Xaw3d to 1.5. | mycroft | 1 | -2/+2 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -3/+1 | |
1998-06-03 | Include bsd.prefs.mk, so that variables can be set in /etc/mk.conf | agc | 1 | -1/+3 | |
1998-04-24 | Move to relative paths in the pkgsrc tree. | agc | 1 | -2/+2 | |
1998-04-22 | Remove the old deprecated DEPENDS definition from bsd.pkg.mk. | agc | 1 | -2/+2 | |
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports. | |||||
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -2/+2 | |
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-02-11 | Name of Master-site changed, reported by ThEP Linux-Administrator | hubertf | 1 | -2/+2 | |
<admin@ThEP.Physik.Uni-Mainz.DE>. | |||||
1998-01-30 | Modify individual package Makefiles to use the new way of specifying | agc | 1 | -2/+2 | |
shared object dependencies (LIB_DEPENDS). | |||||
1998-01-24 | portlint: remove space at EOL | hubertf | 1 | -2/+2 | |
1998-01-19 | Make this package depend on the gs binary installed by the | agc | 1 | -2/+2 | |
ghostscript5 package as (a) we should be encouraging people to use the packages collection where possible, and (b) it messes up the package depencies if we don't, to the extent that pkg_delete will have problems. | |||||
1998-01-15 | Make gv depend on an executable gs in the $PATH. | agc | 1 | -1/+2 | |
We need some dependency here, and it's either on ${LOCALBASE}/bin/gs to pick up the ghostscript 5 package's gs binary, or simply gs, to pick up any gs binary in the path. The latter was chosen for the moment. | |||||
1997-12-29 | Fix for NetBSD, by soren@t.dk. | hubertf | 7 | -5/+55 | |
1997-12-29 | PostScript and PDF previewer. | hubertf | 8 | -0/+95 | |
Taken from FreeBSD. |