diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-10 16:03:19 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-10 16:03:19 +0000 |
commit | 44defee49d3bf3ed77f557405a59fd71dd138308 (patch) | |
tree | 26569a18ef0a19f7ecde060a2b4e88f6381378b1 /graphics/p5-Tk-JPEG-Lite/pkg-plist | |
parent | 51200dff62bc825ac82bfe20fdefaa10c3bbdc3f (diff) |
Add p5-Tk-JPEG-Lite 2.01403, very simplistic image viewer that loads
JPEG images.
PR: ports/69503
Submitted by: Michael Johnson <ahze@ahze.net>
Notes
Notes:
svn path=/head/; revision=115840
Diffstat (limited to 'graphics/p5-Tk-JPEG-Lite/pkg-plist')
-rw-r--r-- | graphics/p5-Tk-JPEG-Lite/pkg-plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/p5-Tk-JPEG-Lite/pkg-plist b/graphics/p5-Tk-JPEG-Lite/pkg-plist new file mode 100644 index 000000000000..e13ba46c7d0a --- /dev/null +++ b/graphics/p5-Tk-JPEG-Lite/pkg-plist @@ -0,0 +1,8 @@ +bin/tkjpeg +%%SITE_PERL%%/%%PERL_ARCH%%/Tk/JPEG/Lite.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/JPEG/Lite/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/JPEG/Lite/Lite.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/JPEG/Lite/Lite.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/JPEG/Lite +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/JPEG 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Tk/JPEG 2>/dev/null || true |