Date: Sun, 18 Jun 2000 19:22:16 -0700 (PDT) From: samy@goldmoon.org To: freebsd-gnats-submit@FreeBSD.org Subject: ports/19371: Update port: graphics/enfle Message-ID: <20000619022216.970E237BB21@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 19371 >Category: ports >Synopsis: Update port: graphics/enfle >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 18 19:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yuki Sawada >Release: FreeBSD 5.0-CURRENT >Organization: Muroran Institute of Technology >Environment: FreeBSD tokimeki.goldmoon.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jun 18 07:25:49 JST 2000 root@tokimeki.goldmoon.org:/usr/src/sys/compile/TOKIMEKI i386 >Description: Update from 20000422 to 20000615. This PR supersedes ports/19140, please close old PR. >How-To-Repeat: >Fix: diff -urN enfle.old/Makefile enfle/Makefile --- enfle.old/Makefile Sun Apr 30 19:12:15 2000 +++ enfle/Makefile Mon Jun 19 10:51:38 2000 @@ -1,17 +1,18 @@ # New ports collection makefile for: enfle # Date created: Tue Sep 28 02:25:17 JST 1999 -# Whom: Yuuki SAWADA <yuuki@goldmoon.org> +# Whom: Yuki Sawada <samy@goldmoon.org> # # $FreeBSD: ports/graphics/enfle/Makefile,v 1.14 2000/04/30 00:20:45 steve Exp $ # PORTNAME= enfle -PORTVERSION= 20000422 +PORTVERSION= 20000615 CATEGORIES= graphics MASTER_SITES= http://enfle.fennel.org/ \ + http://www3.big.or.jp/~sian/linux/products/enfle/ \ ftp://ftp.goldmoon.org/pub/FreeBSD/ports/distfiles/ -MAINTAINER= yuuki@goldmoon.org +MAINTAINER= samy@goldmoon.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg diff -urN enfle.old/files/md5 enfle/files/md5 --- enfle.old/files/md5 Sun Apr 30 19:12:15 2000 +++ enfle/files/md5 Mon Jun 19 10:51:56 2000 @@ -1 +1 @@ -MD5 (enfle-20000422.tar.bz2) = 3887bd2b346ae72ebcc25289f32f5c17 +MD5 (enfle-20000615.tar.bz2) = 1f299eaf08ceded4ebeec4c0c2e371fe diff -urN enfle.old/patches/patch-aa enfle/patches/patch-aa --- enfle.old/patches/patch-aa Wed Feb 23 08:16:14 2000 +++ enfle/patches/patch-aa Wed Jun 7 23:42:37 2000 @@ -64,14 +64,25 @@ libdir = @Plugins_archiver_dir@ LIBS = ---- plugins/archiver/libarc/Makefile.in.orig Tue Jan 25 10:05:17 2000 -+++ plugins/archiver/libarc/Makefile.in Wed Jan 26 11:15:57 2000 +--- plugins/archiver/libarc/Makefile.in.orig Mon May 29 04:36:52 2000 ++++ plugins/archiver/libarc/Makefile.in Wed Jun 7 23:35:42 2000 @@ -90,7 +90,7 @@ saver_dirs = @saver_dirs@ - lib_LTLIBRARIES = libarc.la --libarc_la_LDFLAGS = -module -+libarc_la_LDFLAGS = -module -version-info 1:0:0 + lib_LTLIBRARIES = archiver_libarc.la +-archiver_libarc_la_LDFLAGS = -module ++archiver_libarc_la_LDFLAGS = -module -version-info 1:0:0 libdir = @Plugins_archiver_dir@ LIBS = -larc + +--- plugins/archiver/exe/Makefile.in.orig Mon May 29 04:36:50 2000 ++++ plugins/archiver/exe/Makefile.in Wed Jun 7 23:40:37 2000 +@@ -90,7 +90,7 @@ + saver_dirs = @saver_dirs@ + + lib_LTLIBRARIES = archiver_exe.la +-archiver_exe_la_LDFLAGS = -module ++archiver_exe_la_LDFLAGS = -module -version-info 1:0:0 + libdir = @Plugins_archiver_dir@ + LIBS = diff -urN enfle.old/patches/patch-ab enfle/patches/patch-ab --- enfle.old/patches/patch-ab Sun Nov 14 10:46:17 1999 +++ enfle/patches/patch-ab Wed Jun 7 23:43:11 2000 @@ -119,3 +119,14 @@ libdir = @Plugins_loader_dir@ LIBS = +--- plugins/loader/p2/Makefile.in.orig Mon May 29 04:36:40 2000 ++++ plugins/loader/p2/Makefile.in Wed Jun 7 23:41:10 2000 +@@ -90,7 +90,7 @@ + saver_dirs = @saver_dirs@ + + lib_LTLIBRARIES = loader_p2.la +-loader_p2_la_LDFLAGS = -module ++loader_p2_la_LDFLAGS = -module -version-info 1:0:0 + libdir = @Plugins_loader_dir@ + LIBS = + diff -urN enfle.old/pkg/DESCR enfle/pkg/DESCR --- enfle.old/pkg/DESCR Sun Mar 5 08:11:50 2000 +++ enfle/pkg/DESCR Mon Jun 19 11:02:39 2000 @@ -1,16 +1,19 @@ This program aims to view many variously formated pictures easily. So far, it can treat below formats: - - Archiver: BZ2 DRI GZ LIBARC (requires libarc) MISC PAK TAR - - Loader: ALD BMP GRP JPEG LFG MAG PIC PNG PNM XMB XPM - - Saver: JPEG PMS PNG - - It has been implemented plugin mechanism so that each user + - archivers: bz2 exe dri gz libarc(*) misc pak tar + - loaders: ald bmp grp jpeg lfg mag pic p2 png pms pnm xmb xpm + - savers: jpeg pms png + + (*) libarc plug-in requires libarc library, so default is no. + + It has been implemented plug-in mechanism so that each user can choose each format support linked in main program or separated as plugin. Moreover, you can make your own plugins to extend supported formats. WWW: http://enfle.fennel.org/ +WWW: http://www3.big.or.jp/~sian/linux/products/enfle/ -- -Yuuki SAWADA <yuuki@goldmoon.org> +Yuki Sawada <samy@goldmoon.org> diff -urN enfle.old/pkg/PLIST enfle/pkg/PLIST --- enfle.old/pkg/PLIST Sun Nov 14 20:17:43 1999 +++ enfle/pkg/PLIST Wed Jun 7 23:57:49 2000 @@ -5,6 +5,9 @@ lib/enfle/plugins/archiver/archiver_dri.la lib/enfle/plugins/archiver/archiver_dri.so lib/enfle/plugins/archiver/archiver_dri.so.1 +lib/enfle/plugins/archiver/archiver_exe.la +lib/enfle/plugins/archiver/archiver_exe.so +lib/enfle/plugins/archiver/archiver_exe.so.1 lib/enfle/plugins/archiver/archiver_gz.la lib/enfle/plugins/archiver/archiver_gz.so lib/enfle/plugins/archiver/archiver_gz.so.1 @@ -35,6 +38,9 @@ lib/enfle/plugins/loader/loader_mag.la lib/enfle/plugins/loader/loader_mag.so lib/enfle/plugins/loader/loader_mag.so.1 +lib/enfle/plugins/loader/loader_p2.la +lib/enfle/plugins/loader/loader_p2.so +lib/enfle/plugins/loader/loader_p2.so.1 lib/enfle/plugins/loader/loader_pic.la lib/enfle/plugins/loader/loader_pic.so lib/enfle/plugins/loader/loader_pic.so.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000619022216.970E237BB21>