From da8df2415bc2fe84b2f64867d003c7e2c5cbb535 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sun, 17 Nov 1996 11:10:21 +0000 Subject: Merge gif files according to description file to create animation. Closes PR 1763/2019. Submitted by: Yukihiro Nakai --- graphics/txtmerge/Makefile | 26 ++++++++++++++++++++++++++ graphics/txtmerge/distinfo | 1 + graphics/txtmerge/pkg-comment | 1 + graphics/txtmerge/pkg-descr | 5 +++++ graphics/txtmerge/pkg-plist | 2 ++ 5 files changed, 35 insertions(+) create mode 100644 graphics/txtmerge/Makefile create mode 100644 graphics/txtmerge/distinfo create mode 100644 graphics/txtmerge/pkg-comment create mode 100644 graphics/txtmerge/pkg-descr create mode 100644 graphics/txtmerge/pkg-plist diff --git a/graphics/txtmerge/Makefile b/graphics/txtmerge/Makefile new file mode 100644 index 000000000000..856f4eb654a8 --- /dev/null +++ b/graphics/txtmerge/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: txtmerge +# Version required: 1.01 +# Date created: 20 Oct 1996 +# Whom: Yukihiro Nakai +# +# $Id$ +# + +DISTNAME= txtmerge-1.01 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.portal.com/pub/podlipec/ \ + ftp://rzbsdi01.uni-trier.de//pub/unix/X11/application/xanim/ +DISTFILES= txtmerge101.tar.Z + +MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp + +WRKSRC= ${WRKDIR}/txtmerge +ALL_TARGET= txtmerge + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/txtmerge ${PREFIX}/bin + @mkdir -p ${PREFIX}/share/doc/txtmerge + ${INSTALL_DATA} ${WRKSRC}/txtmerge.doc ${PREFIX}/share/doc/txtmerge + + +.include diff --git a/graphics/txtmerge/distinfo b/graphics/txtmerge/distinfo new file mode 100644 index 000000000000..93fb9556f189 --- /dev/null +++ b/graphics/txtmerge/distinfo @@ -0,0 +1 @@ +MD5 (txtmerge101.tar.Z) = 01dba2b4a81ce629027c9db2372b4e62 diff --git a/graphics/txtmerge/pkg-comment b/graphics/txtmerge/pkg-comment new file mode 100644 index 000000000000..76410b72c448 --- /dev/null +++ b/graphics/txtmerge/pkg-comment @@ -0,0 +1 @@ +txtmerge, a tool for making GIF Animations. diff --git a/graphics/txtmerge/pkg-descr b/graphics/txtmerge/pkg-descr new file mode 100644 index 000000000000..201f9cacb0cf --- /dev/null +++ b/graphics/txtmerge/pkg-descr @@ -0,0 +1,5 @@ +txtmerge is a quick program that reads the GIFs listed in a txt91 +file(see xanim.doc) and produces a single gif file comprised of +those images. + +Read /usr/local/share/doc/txtmerge/txtmerge.doc for usage. diff --git a/graphics/txtmerge/pkg-plist b/graphics/txtmerge/pkg-plist new file mode 100644 index 000000000000..9d8614c9aaa1 --- /dev/null +++ b/graphics/txtmerge/pkg-plist @@ -0,0 +1,2 @@ +bin/txtmerge +share/doc/txtmerge/txtmerge.doc -- cgit v1.2.3