Index: head/graphics/giftrans/Makefile =================================================================== --- head/graphics/giftrans/Makefile (nonexistent) +++ head/graphics/giftrans/Makefile (revision 4198) @@ -0,0 +1,29 @@ +# New ports collection makefile for: giftrans +# Version required: v1.12 +# Date created: 14 October 1996 +# Whom: Yukihiro Nakai +# +# $Id$ +# + +DISTNAME= giftrans +PKGNAME= giftrans-1.12 +CATEGORIES+= graphics +MASTER_SITES= ftp://ftp.lab.kdd.co.jp/infosystems/misc/tools/ + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +CONFIGURE_ENV+= X11BASE=${X11BASE} + +do-build: + (cd ${WRKSRC}; cc -O2 -m486 giftrans.c -o giftrans) + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/giftrans ${PREFIX}/bin + @ ${INSTALL_MAN} ${WRKSRC}/giftrans.1 ${PREFIX}/man/man1 + +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/giftrans.1 +.endif + +.include Property changes on: head/graphics/giftrans/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/graphics/giftrans/distinfo =================================================================== --- head/graphics/giftrans/distinfo (nonexistent) +++ head/graphics/giftrans/distinfo (revision 4198) @@ -0,0 +1 @@ +MD5 (giftrans.tar.gz) = 422438da27cb49b6f84c12d2a1f1ca20 Property changes on: head/graphics/giftrans/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/giftrans/files/patch-aa =================================================================== --- head/graphics/giftrans/files/patch-aa (nonexistent) +++ head/graphics/giftrans/files/patch-aa (revision 4198) @@ -0,0 +1,11 @@ +--- giftrans.c.orig Fri Feb 17 03:13:25 1995 ++++ giftrans.c Mon Oct 28 05:59:24 1996 +@@ -150,7 +150,7 @@ + + #ifndef RGBTXT + #ifdef X11 +-#define RGBTXT "/usr/lib/X11/rgb.txt" ++#define RGBTXT "%%X11BASE%%/lib/X11/rgb.txt" + #else /* X11 */ + #ifdef OPENWIN + #define RGBTXT "/usr/openwin/lib/rgb.txt" Property changes on: head/graphics/giftrans/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/giftrans/pkg-comment =================================================================== --- head/graphics/giftrans/pkg-comment (nonexistent) +++ head/graphics/giftrans/pkg-comment (revision 4198) @@ -0,0 +1 @@ +a tool for GIF89a transparent option and inerlace mode. Property changes on: head/graphics/giftrans/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/giftrans/pkg-descr =================================================================== --- head/graphics/giftrans/pkg-descr (nonexistent) +++ head/graphics/giftrans/pkg-descr (revision 4198) @@ -0,0 +1,21 @@ +GIFtrans, a tool for GIF89a transparent option and interlace mode. + +Usage: giftrans [-t color|-T] [-B color] [-b color] [-g oldcolor=newcolor] [-c comment|-C] [-l|-L|-V] [-o filename] [-e filename] [filename] +Convert any GIF file into a GIF89a, with the folloing changes possible: +-t Specify the transparent color +-T Index of the transparent color is the background color index +-B Specify the transparent color's new value +-b Specify the background color +-g Change a color in the global color table +-c Add a comment +-C Remove old comment +-l Only list the color table +-L Verbose output of GIFs contents +-V Verbose output while converting +-o Redirect stdout to a file +-e Redirect stderr to a file +Colors may be specified as index, as rgb.txt entry or in the #rrggbb form. + +Example: + + giftrans -t #ffffff original.gif > whitetrans.gif Property changes on: head/graphics/giftrans/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/giftrans/pkg-plist =================================================================== --- head/graphics/giftrans/pkg-plist (nonexistent) +++ head/graphics/giftrans/pkg-plist (revision 4198) @@ -0,0 +1,2 @@ +bin/giftrans +man/man1/giftrans.1.gz Property changes on: head/graphics/giftrans/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property