summaryrefslogtreecommitdiff
path: root/graphics/artist
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2001-11-29 08:59:48 +0000
committermartti <martti@pkgsrc.org>2001-11-29 08:59:48 +0000
commit74cbaefee81e4499fb8d4665a84ecd044965f13a (patch)
treec7c25178d08b3f2f8debdaabadc0ab55cefd162e /graphics/artist
parentaa1ea853d007e0a72c6b0e5ceddd6fdd24110cc6 (diff)
downloadpkgsrc-74cbaefee81e4499fb8d4665a84ecd044965f13a.tar.gz
Artist is an Emacs lisp package that allows you to draw lines,
rectangles and ellipses by using your mouse and/or keyboard. The shapes are made up with the ascii characters |, -, / and \. Provided by Hiramatsu Yoshifumi in pkg/13799
Diffstat (limited to 'graphics/artist')
-rw-r--r--graphics/artist/DESCR3
-rw-r--r--graphics/artist/Makefile25
-rw-r--r--graphics/artist/PLIST11
-rw-r--r--graphics/artist/distinfo5
-rw-r--r--graphics/artist/patches/patch-aa12
5 files changed, 56 insertions, 0 deletions
diff --git a/graphics/artist/DESCR b/graphics/artist/DESCR
new file mode 100644
index 00000000000..d110f8f0571
--- /dev/null
+++ b/graphics/artist/DESCR
@@ -0,0 +1,3 @@
+Artist is an Emacs lisp package that allows you to draw lines,
+rectangles and ellipses by using your mouse and/or keyboard. The
+shapes are made up with the ascii characters |, -, / and \.
diff --git a/graphics/artist/Makefile b/graphics/artist/Makefile
new file mode 100644
index 00000000000..c3e7042e9b7
--- /dev/null
+++ b/graphics/artist/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/11/29 08:59:48 martti Exp $
+#
+
+DISTNAME= artist-1.2.4
+CATEGORIES= graphics
+MASTER_SITES= http://www.lysator.liu.se/~tab/artist/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.lysator.liu.se/~tab/artist/
+COMMENT= Elisp drawing package with mouse and keyboard support
+
+DEPENDS+= emacs>=19.29:../../editors/emacs
+
+GNU_CONFIGURE= YES
+
+DOCS= BUGS COPYING ChangeLog INSTALL README TODO
+DOCDIR= ${PREFIX}/share/doc/artist
+
+post-install:
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+.for f in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/$f ${DOCDIR}
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/artist/PLIST b/graphics/artist/PLIST
new file mode 100644
index 00000000000..8f4edf056b8
--- /dev/null
+++ b/graphics/artist/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/29 08:59:48 martti Exp $
+share/emacs/site-lisp/artist/artist.el
+share/emacs/site-lisp/artist/artist.elc
+share/doc/artist/BUGS
+share/doc/artist/COPYING
+share/doc/artist/ChangeLog
+share/doc/artist/INSTALL
+share/doc/artist/README
+share/doc/artist/TODO
+@dirrm share/emacs/site-lisp/artist
+@dirrm share/doc/artist
diff --git a/graphics/artist/distinfo b/graphics/artist/distinfo
new file mode 100644
index 00000000000..a1f2e22e2b3
--- /dev/null
+++ b/graphics/artist/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/11/29 08:59:48 martti Exp $
+
+SHA1 (artist-1.2.4.tar.gz) = af5bebcc769cb6ad58e3a9b7a925fd9925d1061d
+Size (artist-1.2.4.tar.gz) = 65715 bytes
+SHA1 (patch-aa) = 14ed347849a2126c92eb1ddc897d6625dde8fa45
diff --git a/graphics/artist/patches/patch-aa b/graphics/artist/patches/patch-aa
new file mode 100644
index 00000000000..2aba18c5c00
--- /dev/null
+++ b/graphics/artist/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/11/29 08:59:48 martti Exp $
+--- Makefile.in.orig Tue Aug 28 00:17:46 2001
++++ Makefile.in Tue Aug 28 00:17:42 2001
+@@ -11,7 +11,7 @@
+ datadir = $(prefix)/share
+
+ # Where to put the .el and .elc files
+-lispdir=$(datadir)/emacs/site-lisp
++lispdir=$(datadir)/emacs/site-lisp/artist
+
+ # Installation command
+ INSTALL = @INSTALL@