diff options
author | rene <rene@FreeBSD.org> | 2015-07-08 05:00:05 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-07-08 05:00:05 +0800 |
commit | f6f1f9ef2138df8ab3f916221a95e38a35167676 (patch) | |
tree | 0ccb89dad0d1665edec05235d3c80406ae0d0a29 /graphics | |
parent | 5d5196aa213afeeb24be0b2050f8e6ec1a977c4a (diff) | |
download | freebsd-ports-gnome-f6f1f9ef2138df8ab3f916221a95e38a35167676.tar.gz freebsd-ports-gnome-f6f1f9ef2138df8ab3f916221a95e38a35167676.tar.zst freebsd-ports-gnome-f6f1f9ef2138df8ab3f916221a95e38a35167676.zip |
Remove expired ports:
2015-07-07 graphics/fli2gif: No public distfiles
2015-07-07 net-im/tkabbur: Upstream development ceased since 2008
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/fli2gif/Makefile | 40 | ||||
-rw-r--r-- | graphics/fli2gif/distinfo | 2 | ||||
-rw-r--r-- | graphics/fli2gif/files/patch-fli2gif.c | 57 | ||||
-rw-r--r-- | graphics/fli2gif/pkg-descr | 14 |
5 files changed, 0 insertions, 114 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 7a5bb3bd8fb0..bd584200aa03 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -168,7 +168,6 @@ SUBDIR += figurine SUBDIR += flam3 SUBDIR += flasm - SUBDIR += fli2gif SUBDIR += flphoto SUBDIR += fly SUBDIR += fortytwo diff --git a/graphics/fli2gif/Makefile b/graphics/fli2gif/Makefile deleted file mode 100644 index 3833d9ae2e3d..000000000000 --- a/graphics/fli2gif/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: giffunip@asme.org -# $FreeBSD$ - -PORTNAME= fli2gif -PORTVERSION= 1.1 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://jeff.bovine.net/download/fli2gif/ -DISTNAME= ${PORTNAME}b - -MAINTAINER= ak@FreeBSD.org -COMMENT= Automatic Flic to animated GIF converter - -DEPRECATED= No public distfiles -EXPIRATION_DATE= 2015-07-07 - -BROKEN= No public distfiles - -NO_WRKSUBDIR= yes - -USES= dos2unix zip:infozip -DOS2UNIX_FILES= fli2gif.cpp FLI2GIF.TXT - -PLIST_FILES= bin/${PORTNAME} -PORTDOCS= fli2gif.txt - -post-extract: - @(cd ${WRKSRC} && ${UNZIP_CMD} -q source.zip \ - && ${LN} -sf GIF.CPP gif.cpp \ - && ${LN} -sf FLIPLAY.CPP fliplay.cpp) - -do-build: - (cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -o ${PORTNAME} *.cpp) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/fli2gif ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/FLI2GIF.TXT ${STAGEDIR}${DOCSDIR}/fli2gif.txt - -.include <bsd.port.mk> diff --git a/graphics/fli2gif/distinfo b/graphics/fli2gif/distinfo deleted file mode 100644 index f4dd29acd029..000000000000 --- a/graphics/fli2gif/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fli2gifb.zip) = 16dd314a73eb5349657ac7d1f794332854883ba21ab0b1c22756e8dfbabe7da5 -SIZE (fli2gifb.zip) = 64804 diff --git a/graphics/fli2gif/files/patch-fli2gif.c b/graphics/fli2gif/files/patch-fli2gif.c deleted file mode 100644 index 4133156dd394..000000000000 --- a/graphics/fli2gif/files/patch-fli2gif.c +++ /dev/null @@ -1,57 +0,0 @@ -Index: fli2gif.cpp -@@ -43,7 +43,9 @@ - // ****************** - #include <stdio.h> - #include <stdlib.h> --#include <malloc.h> -+#ifndef __STDC__ -+# include <malloc.h> -+#endif - #include <string.h> - #if defined(__TURBOC__) || defined(_MSC_VER) - #include <conio.h> -@@ -81,7 +83,7 @@ - // *** Function prototypes *** - // ***************************** - void handle_error(int errorcode); --char *add_extension(char *filename, char *extension, BOOL enforce); -+char *add_extension(char *filename, const char *extension, BOOL enforce); - - - // ************************** -@@ -95,7 +97,7 @@ - //############################################################################ - //############################################################################ - //############################################################################ --void main(int argc, char *argv[]) -+int main(int argc, char *argv[]) - { - FILE *fp; - int i, j; -@@ -104,7 +106,7 @@ - // []----------------[] - // | Initialization | - // []----------------[] -- printf("FLI2GIF.EXE -- Automatic Flic to Animated GIF convertor, v1.1\n"); -+ printf("FLI2GIF -- Automatic Flic to Animated GIF convertor, v1.1\n"); - printf(" by JL Enterprises, 1996. (Compiled with " - #if defined(__TURBOC__) - "Borland" -@@ -117,6 +119,8 @@ - " for Windows" - #elif defined(__MSDOS__) || defined(_DOS) - " for MS-DOS" -+ #elif defined(__FreeBSD__) -+ " for FreeBSD" - #endif - ")\n\n"); - { -@@ -389,7 +393,7 @@ - // Takes a user-entered filename and adds the specified extension if an - // entension is not explicitly stated in the passed filename. A pointer - // to a static buffer is returned. --char *add_extension(char *filename, char *extension, BOOL enforce) -+char *add_extension(char *filename, const char *extension, BOOL enforce) - { - static char Path[_MAX_PATH]; - diff --git a/graphics/fli2gif/pkg-descr b/graphics/fli2gif/pkg-descr deleted file mode 100644 index 6215f0af3219..000000000000 --- a/graphics/fli2gif/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This little program will take an Autodesk Flic (FLI/FLC) file and convert -all of its frames into sequential images in a GIF89a file, along with a -Netscape application extension animation chunk. This allows you to easily -create animated GIF's that are viewable by Netscape Navigator 2 and -Microsoft Internet Explorer 3 (and above) users. - -By using my program, you can use any animation program that can output -Autodesk Flic files. This includes Autodesk Animator, Autodesk Animator -Pro, Autodesk 3D-Studio, and many others. Additionally, there exist -utilities to convert from nearly any other animation format into the -flic format, allowing even more possibilities of animation conversion -without having to resort to saving out individual frames to separate files. - -WWW: http://jeff.bovine.net |