diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-06-22 04:08:41 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-06-22 04:08:41 +0000 |
commit | 44349b07972f8ff105c49f44f6bf1b1de4a436de (patch) | |
tree | d690b781d8ce9009052d8bb167825d7beea42e4a /graphics/sketch/files | |
parent | 1c858aa8b1f5556992c5345b7da8b2a4f3a740f9 (diff) | |
download | pkgsrc-44349b07972f8ff105c49f44f6bf1b1de4a436de.tar.gz |
Import FreeBSD's "sketch" port:
An interactive drawing program.
Diffstat (limited to 'graphics/sketch/files')
-rw-r--r-- | graphics/sketch/files/excludelist | 12 | ||||
-rw-r--r-- | graphics/sketch/files/md5 | 1 | ||||
-rw-r--r-- | graphics/sketch/files/sk2ps.in | 4 | ||||
-rw-r--r-- | graphics/sketch/files/sketch.in | 4 |
4 files changed, 21 insertions, 0 deletions
diff --git a/graphics/sketch/files/excludelist b/graphics/sketch/files/excludelist new file mode 100644 index 00000000000..7cacae60077 --- /dev/null +++ b/graphics/sketch/files/excludelist @@ -0,0 +1,12 @@ +Setup +Setup.config +Setup.in +Makefile +Makefile.pre +Makefile.pre.in +sedscript +COPYING +README +*.c +*.h +*.o diff --git a/graphics/sketch/files/md5 b/graphics/sketch/files/md5 new file mode 100644 index 00000000000..f459e27511a --- /dev/null +++ b/graphics/sketch/files/md5 @@ -0,0 +1 @@ +MD5 (sketch-0.6.0.tar.gz) = 82641a8575e71c0ea9d23b3fe85c1594 diff --git a/graphics/sketch/files/sk2ps.in b/graphics/sketch/files/sk2ps.in new file mode 100644 index 00000000000..a2c4142c4a0 --- /dev/null +++ b/graphics/sketch/files/sk2ps.in @@ -0,0 +1,4 @@ +#!/bin/sh + +cd @PREFIX@/share/sketch +exec @PREFIX@/bin/python sk2ps.py $@ diff --git a/graphics/sketch/files/sketch.in b/graphics/sketch/files/sketch.in new file mode 100644 index 00000000000..f0a9637d703 --- /dev/null +++ b/graphics/sketch/files/sketch.in @@ -0,0 +1,4 @@ +#!/bin/sh + +cd @PREFIX@/share/sketch +exec @PREFIX@/bin/python sketch.py $@ |