Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-02-23 | Don't include /etc/mk.conf explicitly. It's not necessary. | agc | 1 | -102/+25 | |
1998-02-23 | Don't include /etc/mk.conf explicitly. It's not necessary. | agc | 1 | -50/+20 | |
1998-02-23 | Back out explicit inclusion of /etc/mk.conf. It's not necessary. | agc | 1 | -57/+25 | |
1998-02-23 | Back out the explicit inclusion of mk.conf - it's not necessary. | agc | 1 | -18/+1 | |
1998-02-22 | enable psutils. | frueauf | 1 | -2/+2 | |
1998-02-22 | /usr/bin/perl -> $PREFIX/bin/perl. | frueauf | 1 | -1/+1 | |
1998-02-22 | Sort, add NetBSD id, add @dirrm for share/psutils. | frueauf | 1 | -18/+20 | |
1998-02-22 | - include mk.conf/make.conf to get user defined PAPERSIZE | frueauf | 1 | -25/+37 | |
- add post-install rule that strips the binaries - some reformating and echo->${ECHO} | |||||
1998-02-22 | Initial importf of psutils-p17 FreeBSD port. | frueauf | 6 | -0/+144 | |
1998-02-22 | Enable enscript. | frueauf | 1 | -2/+2 | |
1998-02-22 | Add NetBSD id; add missing files. | frueauf | 1 | -3/+5 | |
1998-02-22 | - don't use gmake, works with ours too | frueauf | 1 | -18/+36 | |
- add missing man page to MAN1 - addjust CONFIGURE_ENV - include mk.conf/make.conf to get user defined PAPERSIZE - s/echo/${ECHO}/ - s/false/${FALSE} | |||||
1998-02-22 | Initial import of enscript-1.5.0 FreeBSD port. | frueauf | 5 | -0/+192 | |
1998-02-22 | - include mk.conf/make.conf to get user defined PAPERSIZE | frueauf | 1 | -29/+60 | |
- s/PAPER_SIZE/PAPERSIZE to keep FreeBSD compatibility - addjust pre-configure rule - add rules for each papersize | |||||
1998-02-22 | Link against SM ICE like suggested for X11R6. | frueauf | 1 | -14/+21 | |
Fixes pr 5028 by Jonathan Stone. | |||||
1998-02-22 | - include mk.conf/make.conf to get user defined PAPERSIZE | frueauf | 1 | -3/+24 | |
- s/PAPER_SIZE/PAPERSIZE to keep FreeBSD compatibility - add pre-clean rule to clean jpeg and png too | |||||
1998-02-18 | portlint: add '||/usr/bin/true' after ldconfig; add "%D/bin/" to install-info. | frueauf | 1 | -8/+8 | |
1998-02-18 | portlint: use ${VARIABLE} instead of $(VARIABLE); ${FALSE} instead false; | frueauf | 1 | -5/+5 | |
1998-02-16 | Hard code "lpr" as print command so that the configure script doesn't | tron | 1 | -1/+2 | |
select a local command called "lp". | |||||
1998-02-16 | Don't try to strip scripts or libraries on installation. | agc | 1 | -0/+131 | |
1998-02-16 | Add NetBSD RCS Id. | agc | 1 | -0/+1 | |
1998-02-16 | Enable a2ps. | agc | 1 | -46/+28 | |
1998-02-16 | Add NetBSD RCS Id. | agc | 1 | -5/+2 | |
Attempt to clean up the handling of PAPER_SIZE. | |||||
1998-02-16 | Initial import of a2ps 4.9.9, a utility to translate ASCII text to | agc | 6 | -0/+294 | |
Postscript, into the NetBSD packages collection. This is taken from the FreeBSD port. | |||||
1998-02-11 | Name of Master-site changed, reported by ThEP Linux-Administrator | hubertf | 1 | -2/+2 | |
<admin@ThEP.Physik.Uni-Mainz.DE>. | |||||
1998-02-08 | transfig works | hubertf | 1 | -2/+2 | |
1998-02-08 | Via PR 4822 by garbled@garbled.futureone.com | hubertf | 3 | -0/+16 | |
1998-02-08 | Via PR 4822 by garbled@garbled.futureone.com | hubertf | 3 | -0/+55 | |
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: use our install-info | hubertf | 1 | -8/+10 | |
1998-01-24 | portlint: move PATCH_DIST_STRIP | hubertf | 1 | -2/+3 | |
1998-01-24 | portlint: remove space at EOL | hubertf | 1 | -2/+2 | |
1998-01-24 | portlint: add RCS Id | hubertf | 1 | -0/+1 | |
1998-01-20 | Add ls-R.5 manual page to the Makefile's MAN5 definition so that it | agc | 1 | -1/+2 | |
gets gzipped/gunzipped using the usual package compression mechanism. | |||||
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-19 | Fix typo in version required comment. | agc | 1 | -25/+20 | |
Specify the working directory name for pre-requisite packages the same way that Hubert did (using ${WRKDIR:T}). This works both with and without OBJMACHINE set. Change the way that paper size is selected. All packages that use a paper size definition should use a PAPER_SIZE definition, set in either the environment or /etc/mk.conf. This can be set to "A4" or "a4", but defaults to US letter ("letter") if not set. Re-define the do-build target accordingly. | |||||
1998-01-16 | ftp://bonk.ethz.ch/gs-driver-distrib/hp850.zip has two lines of | hubertf | 1 | -2/+2 | |
documentation fixed, breaking our checksum; fix. | |||||
1998-01-15 | make work with OBJMACHINE | chopps | 1 | -5/+11 | |
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. | |||||
1998-01-06 | Yet another changed distfiles with the same version-number. | hubertf | 1 | -1/+1 | |
Also fixed on ftp.netbsd.org(:/pub/NetBSD/packages/distfiles). | |||||
1998-01-06 | We do depend on two certain directories, not /nonexistant. | hubertf | 1 | -3/+3 | |
1997-12-29 | Add all entries from FreeBSD, uncommend gv. | hubertf | 1 | -1/+44 | |
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. | |||||
1997-12-19 | s/pre-fetch/pre-extract/ | hubertf | 1 | -2/+2 | |
1997-11-27 | Update to version 5.10. | explorer | 4 | -189/+201 | |
Get the "other" and "std" fonts out of the ../fonts/ directory, and use the real names of the files. If this is not done, you will get many files that have slightly different version numbers, but are otherwise exactly the same. This is noted in the Makefile. I'll be maintainer on this one as well, unless someone else wants it. If so, commit a new Makefile. :) | |||||
1997-11-26 | Enable teTeX | agc | 1 | -1/+2 | |
1997-11-25 | Don't use csh expansions in a shell command. | agc | 1 | -3/+3 | |
1997-11-24 | Fix typo in font file name. | augustss | 2 | -3/+3 | |
1997-11-23 | Fix for NetBSD: | hubertf | 5 | -44/+46 | |
- don't build/install the texinfo that comes with teTeX - display comment to run texconfig also when installing pachage (via INSTALL file) |