Update to enfle-20000220
PR: 16886 Submitted by: Maintainer
This commit is contained in:
parent
22659c3fb7
commit
0de91edcb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26148
4 changed files with 29 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (enfle-19991224.tar.bz2) = 67e363bda7a42719fbcc33ef9ccf5c41
|
||||
MD5 (enfle-20000220.tar.bz2) = 4da5f47061cf37fec34530df9bbb4a8e
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue