Commit graph

110 commits

Author SHA1 Message Date
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
5c6d9ebbfd + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:11:05 +00:00
hubertf
22589b4153 Make the pkg name a bit more standard (rename to 3.10anb1) 2001-04-10 07:26:22 +00:00
wiz
7eb8846863 Standardize patch file names. 2001-04-05 13:57:14 +00:00
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a2a4d06c6f Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:22:13 +00:00
hubertf
ece92e7b31 Do not depend on (any) ghostscript.
If people want to view postscript, there are better viewers.
2000-05-26 23:29:04 +00:00
jlam
fd75e24317 Alter dependencies. Packages needing X11 drivers use
DEPENDS+=	ghostscript-[6-9]*:../../print/ghostscript

and packages needing just any ghostscript binary use

	DEPENDS+=	ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-10 15:39:06 +00:00
jlam
582a02f348 Correct dependencies to find all applicable versions of ghostscript.
If ghostscript isn't installed, then install ghostscript-x11 as it
will always work.
2000-05-07 02:11:16 +00:00
jlam
348fb30126 Backout changes to use gstty and depend on ghostscript*-5.50nb2. 2000-04-20 16:30:24 +00:00
jlam
c651217a12 Depend on ghostscript-*nb1 since were modified to use gstty/gs. 2000-04-16 17:36:42 +00:00
jlam
9402305e4a Adapt to gstty/gs 2000-04-10 00:04:28 +00:00
tron
ea7dc91900 Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
2000-03-21 22:40:50 +00:00
tron
e8a1039530 Use "png>=1.0.3" instead of "png-*" in dependence list. 2000-02-09 20:20:52 +00:00
tron
f184beb4a5 Use wildcard dependence for "png" package. 2000-02-09 15:22:32 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
bouyer
411efd082c Make it compile on solaris. While I'm there merge patch-ag in patch-af; it's
bad to patch the same file 2 times.
2000-01-04 16:55:33 +00:00
agc
1c7b08467d Remove fuzz from patches. 1999-11-19 09:38:18 +00:00
rh
181ee79ef8 Add missing, trailing '$' as reported by wiz@danbala.ifoer.tuwien.ac.at in
PR 8822.
1999-11-18 12:54:06 +00:00
rh
e4f6c5b83b Split up multi-file patch and defuzz. 1999-11-14 13:25:58 +00:00
jlam
d043b6411c Change to use wildcard dependency on tiff. 1999-10-08 21:12:47 +00:00
hubertf
7b11623bab remove share/doc/xv dir 1999-09-20 21:54:47 +00:00
christos
87f2786920 update sum. 1999-09-20 18:04:11 +00:00
christos
080ac841b9 linux has sys_errlist too. 1999-09-20 18:03:41 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
agc
cb45f2d39e Work around a <stdarg.h> problem for just now. 1999-07-08 13:03:45 +00:00
tron
d4286f695a Remove redundant dependence on "jpeg" package. 1999-06-20 19:45:44 +00:00
hubertf
79e641699f Update homepage, reported by Geoff Wing <mason@primenet.com.au> 1999-06-14 11:09:38 +00:00
hubertf
ac91b297b4 Add patches from
http://www.mit.edu/afs/athena/contrib/graphics/src/xv/patches/png
to enable PNG support.

Set PKGNAME to ${DISTNAME}pl1 to reflect this.
1999-06-13 16:23:52 +00:00
tron
97fbe971e5 Fix run time library search path. 1999-04-23 22:16:07 +00:00
agc
e20be6c347 Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
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.
1999-04-13 15:31:04 +00:00
agc
f657ebf2ed Make this package work on Solaris. 1999-04-07 09:49:33 +00:00
frueauf
c467cb4643 Add DEPENDS to ghostscript and remove hardcoding the path to /usr/pkg. 1999-01-04 23:29:46 +00:00
garbled
48de1a046e Fix a missing rpath entry by making this pkg obey LDFLAGS.
This fixes my own PR #5840
1998-10-28 02:21:24 +00:00
garbled
2b4a24b260 libtiff needs jpeg and libz to compile binaries. 1998-09-12 17:48:56 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
mycroft
c2e672f055 We use American English.
licence -> license
1998-07-13 13:08:06 +00:00
agc
9f2ff8e8f5 Note that this package is shareware. 1998-07-06 15:38:00 +00:00
mycroft
0167d80629 Update libjpeg to v6b. 1998-07-04 05:11:12 +00:00
agc
5aa5bdafe4 Update package Makefiles for automatic manual page handling. 1998-06-22 12:32:17 +00:00
enami
e3aac78250 Substitute /usr/local with $(LOCALBASE) since jpeg and tiff libraries
are installed there.
1998-06-08 01:22:01 +00:00
agc
44f0c77ed2 Include bsd.prefs.mk in case NOPORTDOCS is set in /etc/mk.conf 1998-06-03 12:59:39 +00:00
agc
eb2503b2f9 Append a "/." to the ${WRKDIR} value in the find command, to ensure
that we traverse through any symbolic links.  Make the misc/kp package
Makefile a bit neater - remove an unnecessary temporary file.
1998-05-15 13:55:35 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
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-22 14:22:39 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
frueauf
824d82b922 Add "-follow" option to find, so it DTRT even if WRKOBJDIR is set. 1998-02-05 14:22:41 +00:00
agc
ae35b61548 Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
1998-01-30 13:56:55 +00:00
hubertf
f751ee3452 portlint: add MAINTAINER, mv -> ${MV} 1998-01-24 05:32:04 +00:00
kleink
2b83481d14 Since we do supply our own packaged Ghostscript below /usr/pkg, modify GS_BIN
and GS_LIB to reflect this.
1997-12-04 12:06:30 +00:00
hubertf
36b423b282 Update for tiff-3.4 1997-12-01 00:04:15 +00:00
agc
748e7bb2af Add NetBSD RCS Id.
Add preformatted manual pages.

Add an additional step which substitutes ${LOCALBASE} for the
hardcoded '/usr/local' in the Imakefile, done at pre-configuration
time.
1997-11-20 13:21:02 +00:00
agc
81e21be5fb Make vdcomp compile on NetBSD. 1997-11-20 13:17:41 +00:00
agc
8ff63674e2 Include <sys/param.h> on NetBSD, so anything which includes xv.h will
compile.
1997-11-20 13:15:55 +00:00
agc
95e75c4a42 Remove annoying "Did you remember to 'make depend' first?" message -
the packaging tools will make depend automatically.
1997-11-20 13:12:39 +00:00
agc
3ce71fca40 Add NetBSD RCS Id.
Correct the location and names of the (pre-formatted) manual
pages installed by imake.
1997-11-20 13:10:44 +00:00
agc
009c3cf0e4 Initial import of xv-3.10a from FreeBSD ports collection into NetBSD
packages collection.
1997-11-20 13:07:26 +00:00