summaryrefslogtreecommitdiff
path: root/graphics/urt
AgeCommit message (Collapse)AuthorFilesLines
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-5/+9
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-26Change diff so patchdiff works.skrll2-5/+5
2001-03-26Fix installation.skrll8-98/+163
Problem noted by Mark White <mark.white@st-edmund-hall.oxford.ac.uk> on tech-pkg.
2001-03-05add RCS Idwiz1-0/+1
2001-03-04Add missing file "lib/librle.la".tron1-1/+2
2001-03-02Fix build problem with new libtool.skrll3-12/+31
2001-02-26Knock another 2 off the non-building list.agc10-82/+227
Convert this package to use libtool, much against my better judgement. However, it slots in much more easily than the BSD *.mk structure here.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-23Fix PLIST problem.wiz2-8/+10
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-11-08Fix typo in last commit.tron2-4/+4
2000-11-08Fix creation of broken symbolic links for manual pages.tron2-7/+7
2000-09-03fix MASTER_SITESwiz1-2/+2
2000-08-23-let the depends on netpbm pull in the tiff depends.dmcmahill1-3/+2
-don't override PKGSRCDIR, this is leftover from a long time ago. The pkg now cleanly builds and installs when WRKOBJDIR is set.
2000-05-21Master site path for distfiles changedwiz1-2/+2
2000-05-17Use run time library path for PBM libraries.tron2-5/+5
2000-05-17Use normal instead of build dependence for "netpbm" package becausetron1-4/+3
"pgmtorle", "ppmtorle" and "rletoppm" get linked with the shared library.
2000-05-17Define deprecated symbol "unix".tron2-1/+15
2000-04-07Require a properly installed netpbm package, instead of insisting onhubertf3-10/+12
recompiling this each time again.
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
2000-01-02replaced some commands by their ${COMMAND} counterpartswiz1-5/+5
1999-11-22Split patches one per source file.agc10-226/+226
Remove fuzz from patches. Remove PATCH_FUZZ_FACTOR definition.
1999-11-12Add a patch fuzz factor of 2.agc1-1/+3
1999-10-08Change to use wildcard dependency on tiff.jlam1-2/+2
1999-07-09Add package patch-sum filesagc1-0/+11
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-04-05More EXTRACT_CMD fallout.mycroft1-12/+12
NOTE: These are not tested!
1999-03-22Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individualagc1-9/+1
package Makefiles which need it.
1999-02-10pkglint: add missing rcs ids.frueauf5-0/+10
1998-11-26Don't #define index strchr in a public include fileexplorer5-0/+75
1998-11-13pkglint: $(VARIABLE) -> ${VARIABLE}; move PATCH* where it belongs.frueauf1-6/+7
1998-09-15Modifications for a read-only pkgsrc (but writable WRKOBJDIR).agc1-3/+11
1998-09-12ELF this for alpha, and make it include jpeg and zlib when using tiff.garbled1-12/+8
How this ever worked is beyond me..
1998-08-24Addition of Utah Raster Toolkit, version 3.1b1 (a toolkit and libraryagc9-0/+784
for raster image processing), to the NetBSD packages collection. This was taken originally from the FreeBSD port, but hacked around by myself to make it work properly on NetBSD.