aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xdl
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-07-18 08:32:34 +0800
committerasami <asami@FreeBSD.org>1995-07-18 08:32:34 +0800
commit2af45e791de85f9d8eb0d721387d03feddc60daa (patch)
tree21314ae9aac77c3a6c06621e9227b569e913ad99 /graphics/xdl
parent9d15420094a528d24c05be1a4620bd2f807eee3f (diff)
downloadfreebsd-ports-gnome-2af45e791de85f9d8eb0d721387d03feddc60daa.tar.gz
freebsd-ports-gnome-2af45e791de85f9d8eb0d721387d03feddc60daa.tar.zst
freebsd-ports-gnome-2af45e791de85f9d8eb0d721387d03feddc60daa.zip
xdl-2.1, display DL animations on X screen.
Diffstat (limited to 'graphics/xdl')
-rw-r--r--graphics/xdl/Makefile21
-rw-r--r--graphics/xdl/distinfo1
-rw-r--r--graphics/xdl/pkg-comment1
-rw-r--r--graphics/xdl/pkg-descr7
-rw-r--r--graphics/xdl/pkg-plist2
5 files changed, 32 insertions, 0 deletions
diff --git a/graphics/xdl/Makefile b/graphics/xdl/Makefile
new file mode 100644
index 000000000000..aae6b71f4ea8
--- /dev/null
+++ b/graphics/xdl/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: xdl
+# Version required: 2.1
+# Date created: 17 July 1995
+# Whom: asami
+#
+# $Id: Makefile,v 1.4 1995/05/04 02:08:19 smace Exp $
+#
+
+DISTNAME= xdl-2.1
+CATEGORIES+= graphics x11
+# supposed to be ftp.uoknor.edu, but the new machine doesn't have it
+MASTER_SITES= ftp://romulus.ucs.uoknor.edu/src/X11R5/
+
+MAINTAINER= asami@FreeBSD.ORG
+
+USE_X11= yes
+
+post-install:
+ gzip -9nf ${PREFIX}/man/man1/xdl.1
+
+.include <bsd.port.mk>
diff --git a/graphics/xdl/distinfo b/graphics/xdl/distinfo
new file mode 100644
index 000000000000..8f563005187b
--- /dev/null
+++ b/graphics/xdl/distinfo
@@ -0,0 +1 @@
+MD5 (xdl-2.1.tar.gz) = 2857703379bf5d6cc3407bd719b62b95
diff --git a/graphics/xdl/pkg-comment b/graphics/xdl/pkg-comment
new file mode 100644
index 000000000000..93122c455d9e
--- /dev/null
+++ b/graphics/xdl/pkg-comment
@@ -0,0 +1 @@
+xdl-2.1, displays DL animations on X screen
diff --git a/graphics/xdl/pkg-descr b/graphics/xdl/pkg-descr
new file mode 100644
index 000000000000..3c37c1eda145
--- /dev/null
+++ b/graphics/xdl/pkg-descr
@@ -0,0 +1,7 @@
+xdl is a program to display DL animations in an X window.
+
+This is version 2.1, plus some bug fixes by me to make it work on
+16-bit displays, freeing pixmaps when done with an animation, etc.
+
+-Satoshi
+asami@cs.berkeley.edu
diff --git a/graphics/xdl/pkg-plist b/graphics/xdl/pkg-plist
new file mode 100644
index 000000000000..d377bf2e935d
--- /dev/null
+++ b/graphics/xdl/pkg-plist
@@ -0,0 +1,2 @@
+bin/xdl
+man/man1/xdl.1.gz