aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2013-12-03 00:39:13 +0800
committernaddy <naddy@FreeBSD.org>2013-12-03 00:39:13 +0800
commit6335063e3536ec35c6677ac2e11c7a7561e34145 (patch)
tree73b1630edce33e7696c53f17af5432fe35f4c77b
parent71af10ab4cc7b3fb1e66633c11324403a9bb0692 (diff)
downloadfreebsd-ports-gnome-6335063e3536ec35c6677ac2e11c7a7561e34145.tar.gz
freebsd-ports-gnome-6335063e3536ec35c6677ac2e11c7a7561e34145.tar.zst
freebsd-ports-gnome-6335063e3536ec35c6677ac2e11c7a7561e34145.zip
* update to 0.2.4: fixes a bug in handling large images in 1:1 view
* convert to staging * generally clean up the port Approved by: maintainer timeout (4 weeks)
-rw-r--r--graphics/gpicview/Makefile30
-rw-r--r--graphics/gpicview/distinfo4
-rw-r--r--graphics/gpicview/pkg-plist2
3 files changed, 11 insertions, 25 deletions
diff --git a/graphics/gpicview/Makefile b/graphics/gpicview/Makefile
index c2d1ae07e3bf..69cf289e1a86 100644
--- a/graphics/gpicview/Makefile
+++ b/graphics/gpicview/Makefile
@@ -2,41 +2,27 @@
# $FreeBSD$
PORTNAME= gpicview
-PORTVERSION= 0.2.3
+PORTVERSION= 0.2.4
CATEGORIES= graphics
MASTER_SITES= SF/lxde/GPicView%20%28image%20Viewer%29/GpicView%20${PORTVERSION}/
MAINTAINER= jmohacsi@bsd.hu
-COMMENT= Simple and Fast Image Viewer for X
+COMMENT= Simple and fast image viewer for X11
LICENSE= GPLv2
USES= desktop-file-utils gmake pkgconfig
USE_GNOME= gtk20
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+INSTALLS_ICONS= yes
-PORTDOCS= AUTHORS
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
-OPTIONS_DEFINE= DOCS NLS
+OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-post-patch:
-.if ! ${PORT_OPTIONS:MNLS}
- @${REINPLACE_CMD} -e 's|src po|src|' \
- ${WRKSRC}/Makefile.in
-.endif
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>
diff --git a/graphics/gpicview/distinfo b/graphics/gpicview/distinfo
index e73898f3c752..1f09fe29c99e 100644
--- a/graphics/gpicview/distinfo
+++ b/graphics/gpicview/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gpicview-0.2.3.tar.gz) = 58dcdf9e1f29c38c9c5716215981c62c054282a765c57d9f7713232800f3bb99
-SIZE (gpicview-0.2.3.tar.gz) = 478447
+SHA256 (gpicview-0.2.4.tar.gz) = 99beb7df6765b386cd3f65b3ff77e9a25027a009db432f02bd60be8558f06ceb
+SIZE (gpicview-0.2.4.tar.gz) = 488510
diff --git a/graphics/gpicview/pkg-plist b/graphics/gpicview/pkg-plist
index e165eb1b6751..73cc73ee9646 100644
--- a/graphics/gpicview/pkg-plist
+++ b/graphics/gpicview/pkg-plist
@@ -5,6 +5,7 @@ share/applications/gpicview.desktop
%%DATADIR%%/pixmaps/object-rotate-left.png
%%DATADIR%%/pixmaps/object-rotate-right.png
%%DATADIR%%/ui/pref-dlg.ui
+share/icons/hicolor/48x48/apps/gpicview.png
%%NLS%%share/locale/af/LC_MESSAGES/gpicview.mo
%%NLS%%share/locale/ar/LC_MESSAGES/gpicview.mo
%%NLS%%share/locale/bg/LC_MESSAGES/gpicview.mo
@@ -54,7 +55,6 @@ share/applications/gpicview.desktop
%%NLS%%share/locale/vi/LC_MESSAGES/gpicview.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gpicview.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/gpicview.mo
-share/pixmaps/gpicview.png
%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/ur_PK
%%NLS%%@dirrmtry share/locale/frp/LC_MESSAGES
tle='2005-01-02 06:16:28 +0800'>2005-01-021-0/+3 * Patch ftp kioslave command injection vulnerability.lofi2005-01-014-2/+38 * Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-014-11/+26 * Re-add libXThrStub for FreeBSD that requires thread stubs. Between 6.7 and 6.8anholt2004-12-316-0/+100 * Support amd64.trevor2004-12-311-2/+2 * Upgrade to 4.7.thierry2004-12-304-17/+8 * - Rewrap to fit on 80 columns consolepav2004-12-291-2/+3 * add mrxvt to the Makefile.edwin2004-12-291-0/+1 * Chase the gimp upgrade.marcus2004-12-291-1/+1 * Fix a small typo in COMMENT.danfe2004-12-271-1/+1 * Add XCurs, an editor for new, XFree86/XOrg style full-color cursordanfe2004-12-277-0/+104 * nVidia's libGL depends on libm.so.2 which is not available since 5.3-BETA7.danfe2004-12-271-0/+4 * Mark as for i386 only.danfe2004-12-271-0/+2 * Back out my previous commit because it keeps this from packagingtrevor2004-12-261-0/+1 * Remove deprecated USE_SIZElioux2004-12-252-2/+0 * Move xtermcontrol to 'x11' category since it's more appropriate forkrion2004-12-254-0/+39 * Reset MAINTAINER to ports@.nork2004-12-233-3/+3 * Update to 0.4.5vs2004-12-234-14/+25 * New port: x11/xbelldedwin2004-12-235-0/+64 * Bump PORTREVISION, since html manpages are no longer built/installedlesi2004-12-233-2/+3 * new port: x11/mrxvtedwin2004-12-233-32/+45 * Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2anholt2004-12-2335-595/+363 * This works with linux_base-rh-9 and linux_base-suse-9.1 as well astrevor2004-12-221-1/+0 * Add gtk-themepreview 2.0, a small application for preview your themedanfe2004-12-224-0/+41 * Remove gnomehier directories.ahze2004-12-222-14/+0 * Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.mezz2004-12-213-9/+0 * Fix loading history on sparc64pat2004-12-211-2/+29 * Use MASTER_SITE_SUSE, along with a couple of sites I found ontrevor2004-12-201-2/+4 * This port is scheduled to be removed on 2005-02-18 if it is stillkris2004-12-192-0/+4 * Change the default reboot command to be more geom_mirror friendly. Usingmarcus2004-12-192-5/+7 * Fix build on 4.x.clive2004-12-184-5/+45 * Remove MASER_SITE_LOCAL from MASTER_SITES; jwz.org doesn'tadamw2004-12-171-3/+1 * update for security bugs in parsing of X Pixmap images, see:trevor2004-12-172-19/+21 * Update to 4.19 with four new hacks (fireworkx, intermomentary, pinion, andmarcus2004-12-173-5/+13 * Upgrade to 4.6.thierry2004-12-173-24/+6 * Fix kde3-i18n ports.lofi2004-12-162-6/+0 * Make portlint a little bit happier.edwin2004-12-161-1/+1 * Update port: x11/x3270 to version 3.3.2p1edwin2004-12-167-78/+45 * Clean up handling of locale directories at deinstall-time:kris2004-12-164-0/+10 * Mark all kde3-i18n* ports broken.lofi2004-12-152-0/+6 * Update to 3.18clive2004-12-156-26/+58 * Fix plist.lofi2004-12-144-2/+4 * Update to KDE 3.3.2lofi2004-12-1456-982/+678 * Upgrade to 4.5.thierry2004-12-142-3/+3 * Update to 2.6, now with the new package URL and distfile location.roam2004-12-134-5/+6 * Upgrade to 4.4.thierry2004-12-132-3/+3 * Cleanup the leftover ${PREFIX}/sbin, but only if it's empty.marcus2004-12-131-0/+1 * Presenting GNOME 2.8.2. for FreeBSD.marcus2004-12-124-5/+4 * Update to 2.8.2.marcus2004-12-122-3/+3 * - Augment configure patchingpav2004-12-101-1/+1 * requires perl 5.8ijliao2004-12-101-1/+7 * Use the right MTREE_FILE, since we're not using USE_X_PREFIX.anholt2004-12-104-0/+4 * Try to clean up this port's new directories on uninstall.anholt2004-12-101-0/+55 * - Even more backup sitespav2004-12-091-1/+3 * - File on master site is Forbidden, use Gentoo mirrors for now.pav2004-12-091-1/+3 * - Update to 0.7.0pav2004-12-094-44/+30 * - This just is not on MASTER_SITE_GNOME, never was, and perhaps never will bepav2004-12-091-3/+1 * Update to 2.8.2ahze2004-12-084-8/+6 * Add imake as build dependency. It will soon no longer be picked up bylesi2004-12-087-7/+14 * Update to 2.8.2.marcus2004-12-0710-42/+50 * Mark BROKEN on amd64:thierry2004-12-061-0/+4 * Update to 2.6.5.marcus2004-12-063-3/+5 * Update to 2.8.2.marcus2004-12-066-8/+10 * - Fixed pkg-plistlth2004-12-054-2/+4 * Fix implicit dependency on imake for KDE and all USE_KDELIBS_VERlofi2004-12-052-2/+4 * With portmgr hat on, reset bouncing maintainer address. All of the commitslinimon2004-12-051-1/+1 * Upgrade to 4.3.thierry2004-12-042-3/+3 * Update to 197.krion2004-12-042-4/+3 * Update to 2.9.1.nobutaka2004-12-024-28/+22 * Unbreak by updating pkg-plist. Pet portlint.dougb2004-12-022-10/+1 * Upgrade to 4.2.thierry2004-12-024-22/+10 * Fix build with X.Org 6.8.1 now that imake is no longer included by default.marcus2004-12-011-0/+1 * - Update to 0.8ahze2004-12-012-8/+8 * Fix build with X.Org 6.8.1.marcus2004-12-011-1/+2 * Update to 5.14.1vs2004-12-012-4/+5 * Update to 1.0.3pat2004-11-304-20/+39 * Update 0.3bland2004-11-292-5/+4 * BROKEN: Broken pkg-plistkris2004-11-271-0/+2 * Update for new MASTER_SITE post-breakin.anholt2004-11-271-1/+1 * Do not change permissions and group ownership of the share/gnome/gamesmarcus2004-11-264-2/+22 * Fix inclusion of evolution-data-server when package building.marcus2004-11-262-6/+6 * Add missing directorykris2004-11-251-0/+1 * Use new GCONF_SCHEMAS.mezz2004-11-242-3/+2 * Change the not yet changed maintainer fields to my FreeBSD.org account.kwm2004-11-231-1/+1 * Use new INSTALLS_OMF.mezz2004-11-2320-952/+10 * Update to 0.6pat2004-11-232-4/+3 * Upgrade to 4.1.thierry2004-11-222-4/+3 * It's unclear why removing LDFLAGS="${LDFLAGS}" from CONFIGURE_ENVdougb2004-11-221-1/+1 * Don't add xorg-server to RUN_DEPENDS on ia64. The xorg-server portmarcel2004-11-221-1/+4 * BROKEN on ia64: Does not compilekris2004-11-191-2/+2 * Fix regexps for URL matching.bland2004-11-184-2/+50 * BROKEN: Does not build with new version of windowmakerkris2004-11-181-0/+2 * Fix the fix.lofi2004-11-182-4/+20 * -Add ruby-rsvg2 and ruby-gnomeprintui (include ruby-gnomeprint).mezz2004-11-161-9/+12 * /me slaps cvs for missed distinfo of 0.11.0 tarballs.mezz2004-11-151-2/+2 * Update to 0.11.0. Three new ports (Ruby/RSVG, Ruby/GnomePrint andmezz2004-11-153-2/+2 * - Change dependency lines for gdesklets port, gdesklets-core.pc is goingpav2004-11-151-1/+1 * - Update maintainer's email addresspav2004-11-151-1/+1 * - update MASTER_SITES;thierry2004-11-152-3/+5 * - Update to 2.9.0.nobutaka2004-11-144-34/+69 * Remove ${OSVERSION} > 500000 restriction for inkscape.bland2004-11-131-7/+3 * Fix some more environment nits in the kdm configuration templates, andlofi2004-11-1214-56/+119 * More pthread-check fixes.lofi2004-11-124-2/+826 * - Update to 1.0.0.p12pav2004-11-117-73/+52 * Correct the epiphany-extensions dependency.marcus2004-11-111-1/+1 * More pthread-check fixes.lofi2004-11-102-0/+204 * - utilize USE_GETOPT_LONG and remove dependency on libgnugetopt on 5.xleeym2004-11-102-27/+6 * Fix path to galeonahze2004-11-101-1/+1 * Bump 29 ports that use GCONF_SCHEMAS. Somehow, the diff of GNOME 2.8.x hasmezz2004-11-109-2/+9 * Makefiles like tabs more than spaces.linimon2004-11-101-6/+6 * Despite the fact nVidia claims 4.9 or later is required, allow people withdanfe2004-11-091-1/+1 * Install link libXvMCNVIDIA_dynamic.so.1 -> libXvMCNVIDIA.so.1. Some appsdanfe2004-11-092-1/+4 * Update to KDE 3.3.1lofi2004-11-0857-451/+735 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-0831-14/+31 * Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).marcus2004-11-0865-494/+1513 * - Fix build with latest windowmakerpav2004-11-072-0/+22 * Update to 3.12arved2004-11-053-18/+3 * Bump PORTREVISION for previous change, since it changes package contents.lesi2004-11-052-2/+2 * Install Faroese (fo) keyboard layout.lesi2004-11-052-0/+24 * add missing dependsijliao2004-11-021-0/+5 * A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,roam2004-11-021-1/+1 * Grab changes to Xpm security patch from x11/xorg-libraries:lesi2004-11-012-95/+118 * Apply xpm-sec5.diff fixes to the xpm-sec.patch4 diff. Using SIZE_MAX insteadanholt2004-11-012-95/+118 * Install Faroese (fo) keyboard layout.lesi2004-10-293-3/+27 * add p5-X11-GUITest 0.20ijliao2004-10-285-0/+42 * Do not return static memory which will be free()d by caller.bland2004-10-252-0/+19 * Update to 1.0.3, which fixes the build on systems without xrender.pc.anholt2004-10-252-3/+3 * - Move x11-wm/fbdesk to x11 category, to improve consistency (idesk portpav2004-10-252-1/+2 * Mark DEPRECATED due to security vulnerability and lack of maintainer.nectar2004-10-191-0/+3 * - Update to 1.2.1pav2004-10-195-19/+25 * New port: rendercheck, a small app to test Render extension conformance.anholt2004-10-175-0/+31 * take maintainershipoliver2004-10-171-1/+1 * update port to 0.2.1oliver2004-10-164-6/+6 * - rxvt-unicode 4.0 change language name "cn" to "zh";thierry2004-10-143-8/+31 * - Fix build on 4.xpav2004-10-133-0/+53 * Update to version 0.2.3krion2004-10-122-3/+3 * Update port to latest version.josef2004-10-122-6/+5 * Add XScreenSaver.App, a Window Maker dockapp for controlling XScreenSAver.green2004-10-124-0/+38 * Update to 1.04, and use the new libtool scheme.marcus2004-10-124-28/+4 * - Update to 0.4.6.1pav2004-10-122-3/+3 * Upgrade to 4.0.thierry2004-10-123-4/+4 * Update to 0.061.mezz2004-10-124-6/+51 * Bump PORTREVISION for the last commit.arved2004-10-117-7/+7 * Fix Environment for kdm/csh users.arved2004-10-117-7/+7 * Fix a typoarved2004-10-1014-14/+14 * Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-303-3/+3 * Buffer addressing bugfix.cy2004-09-302-0/+12 * Fix bug in the default genkdmconf template - kdm would try and parselofi2004-09-2421-42/+182 * Fix hang in kcontrol on amd64.lofi2004-09-244-2/+22 * Actually use MASTER_SITE_SUBDIR and make fetchable again.thierry2004-09-241-1/+1 * BROKEN on 5.x: Does not compilekris2004-09-191-0/+4 * Apply fixes for CAN-2004-0687 and CAN-2004-0688 in libXpm (stack-based andanholt2004-09-162-0/+474 * Apply fixes for CAN-2004-0687 and CAN-2004-0688 in libXpm (stack-based andanholt2004-09-164-1/+998 * Disable port build for archs != i386. While technicaly it can be builtbland2004-09-151-0/+2 * Enable utmp supportkrion2004-09-041-2/+2 * Add dependency on aspell.lofi2004-09-044-0/+10 * Switch on suid bit.krion2004-09-021-1/+4 * Unbreak luit.lesi2004-09-022-11/+11 * Use MASTER_SITE_XORG.lesi2004-09-023-3/+9 * The rc-script was botched, correct that and bump PORTREVISION.lofi2004-09-0114-14/+21 * Update to 2.6.2.marcus2004-08-313-5/+12 * Update explanation of make.conf setting when XFree86 is not default X11lesi2004-08-311-2/+3 * Update to KDE 3.3lofi2004-08-31116-5340/+3960 * Portlint.krion2004-08-301-1/+1 * Fix build with gcc-3.4krion2004-08-301-0/+54 * Update to version 0.2.7krion2004-08-305-20/+47 * Fix a C++ linkage problem in some cases.thierry2004-08-291-0/+28 * Update to version 0.2.2krion2004-08-283-27/+23 * Enable luit support.krion2004-08-281-1/+2 * Reset maintainership to ports@krion2004-08-271-1/+1 * Add forgotten patch from the PR (ports/70564).danfe2004-08-272-0/+27 * Update my email address to `@FreeBSD.org'.danfe2004-08-271-1/+1 * Upgrade to 3.9.thierry2004-08-263-19/+11 * s/mirror.ac.uk/mirrorservice.orgvs2004-08-251-1/+1 * Switch the check for gnomesystemtools to use network-admin instead ofmarcus2004-08-241-1/+1 * Update to 4.18. For a list of changes in this release, see:marcus2004-08-244-14/+8 * Remove XFree-86-clients-* conflict.krion2004-08-231-2/+0 * Bump PORTREVISION for previous change.lesi2004-08-231-0/+1 * Make meta-port install everything that comes with XFree86 distribution.lesi2004-08-231-0/+4 * Instead of installing xterm here, depend on x11/xterm port. Taken fromlesi2004-08-234-9/+33 * Upgrade to version 4.18, the latest from the author (4.17 was a NOOP).dougb2004-08-233-5/+9 * Fix build with gcc-3.4krion2004-08-231-16/+26 * Fix build with gcc-3.4krion2004-08-221-5/+18 * Add conflicts to Mesa and xpm ports. Libraries that they install arelesi2004-08-212-5/+5 * - Convert to OPTIONSpav2004-08-211-20/+8 * - Convert to OPTIONSpav2004-08-211-9/+6 * Update to 2.6.0.4.marcus2004-08-208-297/+129 * Portlint (bad cut / paste).thierry2004-08-181-2/+2 * Add rxvt-unicode, a clone of the well known terminal emulator rxvt,thierry2004-08-1814-154/+313 * Update nVidia binary drivers to most recent released version, 6113.osa2004-08-178-112/+85 * This now seems to build on 5.xkris2004-08-171-4/+0 * Fix plist.bland2004-08-174-2/+4 * Add missed install/uninstall handlers for gconf schemas.bland2004-08-174-0/+6 * USE_INTLTOOL_VER -> USE_INC_LIBTOOL_VER to let lthack actuallybland2004-08-171-1/+1 * Chase the gstreamer shared lib bump.marcus2004-08-172-2/+2 * Update to 0.10.1, this fixed some serious bugs of 0.10.0.mezz2004-08-173-4/+3 * Update to version 196krion2004-08-162-4/+3 * - Add ruby-gtksourceview and ruby-panelapplet.mezz2004-08-161-0/+3 * - Update to 0.10.0.mezz2004-08-155-18/+15 * Add nvidia-settings 1.0, Display Control Panel for XFree86/X.org NVidiabland2004-08-155-0/+47 * update to 1.1oliver2004-08-152-8/+7 * BROKEN: Unfetchablekris2004-08-151-0/+2 * Reset maintainer: auto-responds with a request to check a website thatkris2004-08-151-1/+1 * Restore break.krion2004-08-141-5/+4 * Handle 'default' in switch more neatly.krion2004-08-141-4/+6 * Fix build with gcc-3.4krion2004-08-141-0/+13 * Add sisctrl 0.0.20040622, Display Control Panel for XFree86/X.org SiSbland2004-08-144-0/+37 * Support CFLAGS properlykrion2004-08-134-17/+19 * Add another missed patch.lofi2004-08-134-2/+78 * A couple of patches didn't make it from the kde-freebsd repo into ports.lofi2004-08-1346-9/+2122 * Forgot to commit this bit, without it the koffice-i18n ports break.lofi2004-08-132-4/+4 * Tell genkdmconf to ignore existing bits of xdm/kdm configuration, if itlofi2004-08-127-14/+7 * Update to 2.6.1.2.marcus2004-08-113-31/+6 * Factor out all but one of the build switches of the KDE main module portslofi2004-08-1177-15094/+17384 * Add uxterm support.krion2004-08-101-0/+2 * - Detect and use xorgpav2004-08-101-2/+2 * - Cache distfile locally.bland2004-08-104-8/+6 * Update XFree86 clients to 4.4 release. Release notes are available atmarcus2004-08-1041-1139/+741 * s/BUILD_DEPENDS/RUN_DEPENDS/ for the xterm-static dependency to make sure thatanholt2004-08-101-1/+1