diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-04-05 05:28:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-04-05 05:28:46 +0000 |
commit | acaae583fbca348261241384f4fb631868595a90 (patch) | |
tree | af7268deca3e6ba93a1a8c2aa59438ff2c258705 /graphics/txtmerge | |
parent | c981863ac76dbd07d79508552f5c1ac35a5adaa5 (diff) |
Notes
Diffstat (limited to 'graphics/txtmerge')
-rw-r--r-- | graphics/txtmerge/Makefile | 27 | ||||
-rw-r--r-- | graphics/txtmerge/distinfo | 2 | ||||
-rw-r--r-- | graphics/txtmerge/files/patch-aa | 29 | ||||
-rw-r--r-- | graphics/txtmerge/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/txtmerge/pkg-plist | 3 |
5 files changed, 0 insertions, 66 deletions
diff --git a/graphics/txtmerge/Makefile b/graphics/txtmerge/Makefile deleted file mode 100644 index 25d08646d0c9..000000000000 --- a/graphics/txtmerge/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: txtmerge -# Date created: 20 Oct 1996 -# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= txtmerge -PORTVERSION= 1.01 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.math.bme.hu/pub/utils/xanim/ \ - ftp://ftp.kddlabs.co.jp/pub/graphics/gifanim/ -DISTNAME= txtmerge101 -EXTRACT_SUFX= .tar.Z - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tool for making GIF Animations - -WRKSRC= ${WRKDIR}/txtmerge -ALL_TARGET= txtmerge - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/txtmerge ${PREFIX}/bin - ${MKDIR} ${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 deleted file mode 100644 index 866dbda2394d..000000000000 --- a/graphics/txtmerge/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (txtmerge101.tar.Z) = 01dba2b4a81ce629027c9db2372b4e62 -SIZE (txtmerge101.tar.Z) = 8596 diff --git a/graphics/txtmerge/files/patch-aa b/graphics/txtmerge/files/patch-aa deleted file mode 100644 index 2bdbb088d987..000000000000 --- a/graphics/txtmerge/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.orig Fri Jun 11 07:09:12 1993 -+++ Makefile Mon Jun 3 02:48:05 2002 -@@ -10,7 +10,7 @@ - #CC = gcc - # - # standard --CC = cc -+CC ?= gcc - - ##################################### - # Optimization flags -@@ -18,7 +18,7 @@ - # GNU C - #OPTIMIZE= -fcombine-regs -O - # standard --OPTIMIZE = -O -+#OPTIMIZE = -O - - ##################################### - # Debug flags -@@ -28,7 +28,7 @@ - ##################################### - # - # --CFLAGS = $(DEBUG) $(OPTIMIZE) $(INCLUDEDIR) -+CFLAGS += $(DEBUG) $(OPTIMIZE) - - txtmerge: - $(CC) $(CFLAGS) -o txtmerge txtmerge.c diff --git a/graphics/txtmerge/pkg-descr b/graphics/txtmerge/pkg-descr deleted file mode 100644 index 201f9cacb0cf..000000000000 --- a/graphics/txtmerge/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index f0db1ca7d787..000000000000 --- a/graphics/txtmerge/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/txtmerge -share/doc/txtmerge/txtmerge.doc -@dirrm share/doc/txtmerge |