Port details |
- danpei Image Viewer for X Window System with thumbnail preview feature
- 2.9.7_14 graphics
=0 2.9.7_14Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses obsolete glib12
This port expired on: 2018-12-20
- Maintainer: rum1cro@yandex.ru
- Port Added: 2005-02-05 19:48:16
- Last Update: 2018-12-21 13:19:03
- SVN Revision: 487992
- License: GPLv2
- WWW:
- http://danpei.sourceforge.net/
- Description:
- Danpei is a Gtk+ based Image Viewer, works on X Window Sysytem.
Features:
o File operations like Windows Explorer
o View image files with thumbnail format
o View/Edit image files with your favorite applications (ImageMagick,
Gimp etc)
o Cache displayed images
o Print out images
WWW: http://danpei.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: danpei
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (danpei-2.9.7.tar.gz) = b46e73053e83e9913c733153c1e9db5c158126599185054b9b23e1e1d8ef0e2d
SIZE (danpei-2.9.7.tar.gz) = 414462
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- convert : graphics/ImageMagick6
- Library dependencies:
-
- libpng.so : graphics/png
- libintl.so : devel/gettext-runtime
- libgdk_pixbuf.so : graphics/gdk-pixbuf
- libglib.so : devel/glib12
- libgtk.so : x11-toolkits/gtk12
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for danpei-2.9.7_14:
IMAGEMAGICK=on: ImageMagick image processing support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gettext gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.7_14 21 Dec 2018 13:19:03 |
rene |
Remove expired ports:
2018-12-19 net/py-libstorj: Broken for more than 6 months
2018-12-20 net/xferstats: Uses obsolete glib12
2018-12-20 net/wmlj: Uses obsolete glib12
2018-12-20 net/ipsorc: Uses obsolete glib12
2018-12-20 net/bsdproxy: Uses obsolete glib12
2018-12-20 net/gini: Uses obsolete glib12
2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead
2018-12-20 net/nocatsplash: Uses obsolete glib12
2018-12-20 net/jags: Uses obsolete glib12
2018-12-19 net/scribe: Broken for more than 6 months
2018-12-20 net/libnetdude: Uses obsolete glib12
2018-12-20 net/nepim: Uses obsolete glib12
2018-12-20 emulators/generator: Uses obsolete glib12
2018-12-19 emulators/py-nova: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
2.9.7_14 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
2.9.7_13 12 Oct 2018 09:19:05 |
antoine |
Deprecate most glib12 consumers
With hat: portmgr |
2.9.7_13 26 May 2017 08:20:19 |
kwm |
Chase ImageMagick shlib bump |
2.9.7_12 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.9.7_12 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
2.9.7_11 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
2.9.7_11 13 Sep 2014 15:11:28 |
tijl |
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0 |
2.9.7_10 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
2.9.7_10 08 Nov 2013 13:35:07 |
wg |
graphics/danpei: allow staging
- Allow staging
- Add LICENSE (GPLv2)
- Fix build with clang
- Convert lib depends to new format [1]
- Use IMAGEMAGICK as option [1]
PR: ports/183778
Submitted by: Ilya A. Arkhipov <rum1cro yandex.ru> (maintainer), wg [1] |
2.9.7_10 18 Oct 2013 15:02:20 |
bapt |
Change maintainer
Submitted by: "Ilya A. Arkhipov" <rum1cro@yandex.ru>
Approved by: "Andrey V. Elsukov" <bu7cher@yandex.ru> (former maintainer) |
2.9.7_10 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
2.9.7_10 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.9.7_10 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.9.7_9 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.9.7_9 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
2.9.7_9 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.9.7_8 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.9.7_7 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.9.7_6 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
2.9.7_6 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.9.7_5 06 Jun 2008 13:35:04 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.9.7_4 23 Mar 2008 11:11:33 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
2.9.7_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.9.7_2 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
2.9.7_1 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
2.9.7_1 05 Jan 2006 03:57:35 |
edwin |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
2.9.7 13 Oct 2005 11:29:28 |
flz |
- Update to 2.9.7.
PR: ports/87357
Submitted by: maintainer |
2.9.6 05 Feb 2005 19:47:25 |
pav |
Add danpei, Image viewer for X with thumbnail preview feature.
PR: ports/77097
Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> |