summaryrefslogtreecommitdiff
path: root/graphics/enfle
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-22 14:37:30 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-22 14:37:30 +0000
commit0de91edcb848e4196d7d03f4f0687da3f7d0ce03 (patch)
treeced43bfb778a5f6623fe615e38694407a6412082 /graphics/enfle
parentUpdate port to 2.3g (diff)
Update to enfle-20000220
PR: 16886 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=26148
Diffstat (limited to 'graphics/enfle')
-rw-r--r--graphics/enfle/Makefile10
-rw-r--r--graphics/enfle/distinfo2
-rw-r--r--graphics/enfle/files/patch-aa11
-rw-r--r--graphics/enfle/pkg-descr17
4 files changed, 29 insertions, 11 deletions
diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile
index 3228b4d3504a..f2e75a84dc78 100644
--- a/graphics/enfle/Makefile
+++ b/graphics/enfle/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: enfle
-# Version required: 19991224
+# Version required: 20000220
# Date created: Tue Sep 28 02:25:17 JST 1999
# Whom: Yuuki SAWADA <mami@whale.cc.muroran-it.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= enfle-19991224
+DISTNAME= enfle-20000220
CATEGORIES= graphics
MASTER_SITES= http://enfle.fennel.org/ \
- ftp://ftp.goldmoon.org:1200/pub/FreeBSD/ports/distfiles/
+ ftp://ftp.goldmoon.org/pub/FreeBSD/ports/distfiles/
MAINTAINER= mami@whale.cc.muroran-it.ac.jp
@@ -22,7 +22,9 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-all-plugins \
--enable-plugins-dir \
- --disable-static
+ --disable-static \
+ --enable-archiver="-libarc" \
+ --disable-mitshm
MAN1= enfle.1
diff --git a/graphics/enfle/distinfo b/graphics/enfle/distinfo
index 2bca83ce4505..b3fed703a5e4 100644
--- a/graphics/enfle/distinfo
+++ b/graphics/enfle/distinfo
@@ -1 +1 @@
-MD5 (enfle-19991224.tar.bz2) = 67e363bda7a42719fbcc33ef9ccf5c41
+MD5 (enfle-20000220.tar.bz2) = 4da5f47061cf37fec34530df9bbb4a8e
diff --git a/graphics/enfle/files/patch-aa b/graphics/enfle/files/patch-aa
index 53b2b4aa2ac8..fe40651fe3af 100644
--- a/graphics/enfle/files/patch-aa
+++ b/graphics/enfle/files/patch-aa
@@ -64,3 +64,14 @@
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
+@@ -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
+ libdir = @Plugins_archiver_dir@
+ LIBS = -larc
+
diff --git a/graphics/enfle/pkg-descr b/graphics/enfle/pkg-descr
index 9eb6373b2feb..ee0e3bc55610 100644
--- a/graphics/enfle/pkg-descr
+++ b/graphics/enfle/pkg-descr
@@ -1,9 +1,14 @@
-This program aims to view many variously formated pictures easily.
-So far, it can treat JPEG, PNG, MAG, BMP, XPM, PNM, and several
-special (minor) formats. It has been implemented plugin 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.
+ This program aims to view many variously formated pictures
+easily. So far, it can treat below formats:
+
+ - Archiver: BZ2 DRI GZ 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
+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/