summaryrefslogtreecommitdiff
path: root/graphics/ppmtoxvpic
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-08-05 01:51:08 +0000
committerhubertf <hubertf@pkgsrc.org>2001-08-05 01:51:08 +0000
commitfe786c05cb807217207d6c8e23842edc194076d9 (patch)
treea7f133970fe61457b44b959971a212f9817244c4 /graphics/ppmtoxvpic
parentbe7b0ba823619c5c8eaaeb572f4f920107bdd71f (diff)
downloadpkgsrc-fe786c05cb807217207d6c8e23842edc194076d9.tar.gz
ppmtoxvpic-0.99.9 added:
Utilities to create files that can be used as preview files for xv and gimp, usually stored in .xvpics directory. These utilities are part of the "dfm" package, but not installed by default.
Diffstat (limited to 'graphics/ppmtoxvpic')
-rw-r--r--graphics/ppmtoxvpic/Makefile14
-rw-r--r--graphics/ppmtoxvpic/distinfo5
-rw-r--r--graphics/ppmtoxvpic/patches/patch-aa13
-rw-r--r--graphics/ppmtoxvpic/pkg/DESCR5
-rw-r--r--graphics/ppmtoxvpic/pkg/PLIST3
5 files changed, 40 insertions, 0 deletions
diff --git a/graphics/ppmtoxvpic/Makefile b/graphics/ppmtoxvpic/Makefile
new file mode 100644
index 00000000000..3efc3b80ecf
--- /dev/null
+++ b/graphics/ppmtoxvpic/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/05 01:51:08 hubertf Exp $
+#
+
+PKGNAME= ppmtoxvpic-0.99.9
+CATEGORIES= graphics
+
+MAINTAINER= hubertf@netbsd.org
+COMMENT= Convert PPM image to preview pic readable by xv and gimp
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/utils/xvpicmaker ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/utils/ppmtoxvpic ${PREFIX}/bin
+
+.include "../../x11/dfm/Makefile.common"
diff --git a/graphics/ppmtoxvpic/distinfo b/graphics/ppmtoxvpic/distinfo
new file mode 100644
index 00000000000..d5de5d23e3e
--- /dev/null
+++ b/graphics/ppmtoxvpic/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/08/05 01:51:08 hubertf Exp $
+
+SHA1 (dfm-0.99.9.tar.gz) = 491f7ed1f8f82a0272143fa79b1b7ca705d34664
+Size (dfm-0.99.9.tar.gz) = 389444 bytes
+SHA1 (patch-aa) = 2ffe8bad9f6d21f323b472a18636a1e3d5815413
diff --git a/graphics/ppmtoxvpic/patches/patch-aa b/graphics/ppmtoxvpic/patches/patch-aa
new file mode 100644
index 00000000000..051a34e7b88
--- /dev/null
+++ b/graphics/ppmtoxvpic/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/08/05 01:51:08 hubertf Exp $
+
+--- Makefile.in.orig Tue May 1 22:58:09 2001
++++ Makefile.in
+@@ -93,7 +93,7 @@
+ VERSION = @VERSION@
+ l = @l@
+
+-SUBDIRS = intl src po share utils dfmext-install
++SUBDIRS = utils
+
+ man_MANS = dfm.1x
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/graphics/ppmtoxvpic/pkg/DESCR b/graphics/ppmtoxvpic/pkg/DESCR
new file mode 100644
index 00000000000..16172162b98
--- /dev/null
+++ b/graphics/ppmtoxvpic/pkg/DESCR
@@ -0,0 +1,5 @@
+Utilities to create files that can be used as preview files
+for xv and gimp, usually stored in .xvpics directory.
+
+These utilities are part of the "dfm" package, but not
+installed by default.
diff --git a/graphics/ppmtoxvpic/pkg/PLIST b/graphics/ppmtoxvpic/pkg/PLIST
new file mode 100644
index 00000000000..ee33ad9a55d
--- /dev/null
+++ b/graphics/ppmtoxvpic/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/05 01:51:08 hubertf Exp $
+bin/ppmtoxvpic
+bin/xvpicmaker