diff options
author | asami <asami@FreeBSD.org> | 1996-11-17 19:10:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-17 19:10:21 +0800 |
commit | a36f98cd5b26036bb0aac38f7fa49efec8527310 (patch) | |
tree | f92fc4195fa6c861f571c00737b9dbfe58d25b37 /graphics/txtmerge | |
parent | 6a0cba098f6caa4ada3e9d5c6fb41d34b2ac042d (diff) | |
download | freebsd-ports-gnome-a36f98cd5b26036bb0aac38f7fa49efec8527310.tar.gz freebsd-ports-gnome-a36f98cd5b26036bb0aac38f7fa49efec8527310.tar.zst freebsd-ports-gnome-a36f98cd5b26036bb0aac38f7fa49efec8527310.zip |
Merge gif files according to description file to create animation.
Closes PR 1763/2019.
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Diffstat (limited to 'graphics/txtmerge')
-rw-r--r-- | graphics/txtmerge/Makefile | 26 | ||||
-rw-r--r-- | graphics/txtmerge/distinfo | 1 | ||||
-rw-r--r-- | graphics/txtmerge/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/txtmerge/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/txtmerge/pkg-plist | 2 |
5 files changed, 35 insertions, 0 deletions
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 <nakai@mlab.t.u-tokyo.ac.jp> +# +# $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 <bsd.port.mk> 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 |