diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-09 17:43:03 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-09 17:43:03 +0000 |
commit | 977dc4a04c94324dae62b3d2a58b0e63402ba2e4 (patch) | |
tree | cc794a1701943e1c585c4eeac39ef56f62b0ff03 /graphics | |
parent | o Add post-install line installing libvo.a needed by upcoming port (diff) |
Add xnview 1.25, xnView an easy graphics viewer / converter.
Submitted by: Serge Negodyuck <petr@petrovich.com.ua>
Notes
Notes:
svn path=/head/; revision=62716
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/xnview/Makefile | 36 | ||||
-rw-r--r-- | graphics/xnview/distinfo | 1 | ||||
-rw-r--r-- | graphics/xnview/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xnview/pkg-descr | 24 | ||||
-rw-r--r-- | graphics/xnview/pkg-plist | 10 |
6 files changed, 73 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index f65db267e7c2..ee17c91077c6 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -403,6 +403,7 @@ SUBDIR += xmps-opendivx-plugin SUBDIR += xmps-win32-plugin SUBDIR += xmrm + SUBDIR += xnview SUBDIR += xpaint SUBDIR += xpcd SUBDIR += xpdf diff --git a/graphics/xnview/Makefile b/graphics/xnview/Makefile new file mode 100644 index 000000000000..e9ec7b636589 --- /dev/null +++ b/graphics/xnview/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: xnview +# Date created: 9 Jul 2002 +# Whom: +# +# $FreeBSD$ +# + +PORTNAME= xnview +PORTVERSION= 1.25 +CATEGORIES= graphics +MASTER_SITES= http://perso.wanadoo.fr/pierre.g/download/viewer/ \ + ftp://www.zoo-logique.org/xnview/download/ +DISTNAME= XnView-x86-unknown-FreeBSD3.x +EXTRACT_SUFX= .tgz + +MAINTAINER= petr@petrovich.kiev.ua + +ONLY_FOR_ARCHS= i386 +NO_BUILD= yes +USE_X_PREFIX= yes +USE_MOTIF= yes +WRKSRC= ${WRKDIR}/XnView-1.25-x86-unknown-FreeBSD3.x +INSTALL_SLIB= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/xnview ${PREFIX}/bin/xnview + ${INSTALL_PROGRAM} ${WRKSRC}/bin/nview ${PREFIX}/bin/nv + ${INSTALL_PROGRAM} ${WRKSRC}/bin/nconvert ${PREFIX}/bin/nconvert + ${INSTALL_PROGRAM} ${WRKSRC}/lib/libformat.so.3.16 ${PREFIX}/lib/libformat.so + ${INSTALL_DATA} ${WRKSRC}/app-defaults/XnView.ad ${PREFIX}/lib/X11/app-defaults/XnView + ${MKDIR} ${PREFIX}/share/doc/xnview + cd ${WRKSRC} && \ + ${INSTALL_DATA} Formats.txt ReadMe.txt Usage.txt WhatsNew.txt \ + ${PREFIX}/share/doc/xnview + +.include <bsd.port.mk> diff --git a/graphics/xnview/distinfo b/graphics/xnview/distinfo new file mode 100644 index 000000000000..ff6f78614928 --- /dev/null +++ b/graphics/xnview/distinfo @@ -0,0 +1 @@ +MD5 (XnView-x86-unknown-FreeBSD3.x.tgz) = 75e4d9e2ea8e8aa183d15dc451350de5 diff --git a/graphics/xnview/pkg-comment b/graphics/xnview/pkg-comment new file mode 100644 index 000000000000..94f75ea7c2eb --- /dev/null +++ b/graphics/xnview/pkg-comment @@ -0,0 +1 @@ +XnView an easy graphics viewer / converter
\ No newline at end of file diff --git a/graphics/xnview/pkg-descr b/graphics/xnview/pkg-descr new file mode 100644 index 000000000000..928730f9a3eb --- /dev/null +++ b/graphics/xnview/pkg-descr @@ -0,0 +1,24 @@ +XnView is a utility for viewing and converting graphic files. + +It has the features : + +- Import about 360 graphic file formats +- Export about 40 graphic file formats +- Multipage TIFF, Animated GIF, Animated ICO support +- Resize +- Copy/Cut/Crop +- Adjust brigthness, contrast... +- Modify number of colors +- Apply filters (blur, average, emboss, ...) +- Apply effects (lens, wave, ...) +- Fullscreen mode +- Slide show +- Picture browser +- Batch convert +- Thumbnail create +- Screen capture +- Contact Sheet create +- Multi-page file create (TIFF, DCX, LDF) +- And many may other things... + +WWW: http://www.xnview.com/
\ No newline at end of file diff --git a/graphics/xnview/pkg-plist b/graphics/xnview/pkg-plist new file mode 100644 index 000000000000..b067a842a2a5 --- /dev/null +++ b/graphics/xnview/pkg-plist @@ -0,0 +1,10 @@ +bin/nconvert +bin/nv +bin/xnview +lib/X11/app-defaults/XnView +lib/libformat.so +share/doc/xnview/Formats.txt +share/doc/xnview/ReadMe.txt +share/doc/xnview/Usage.txt +share/doc/xnview/WhatsNew.txt +@dirrm share/doc/xnview |