1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 0.5.2 [1].

Drop MAINTAINERship.

PR:		ports/53493 [1]
Submitted by:	Ports Fury [1]
Approved by:	maintainer timeout (a long time)
This commit is contained in:
Norikatsu Shigemura 2003-07-11 18:59:49 +00:00
parent d6c28f5ceb
commit 476b3f623d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84706
6 changed files with 16 additions and 41 deletions

View File

@ -6,17 +6,14 @@
#
PORTNAME= gtksee
PORTVERSION= 0.5.0
PORTREVISION= 2
PORTVERSION= 0.5.2
CATEGORIES= graphics
MASTER_SITES= http://www.linux.tucows.com/files/x11/graphics/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
MASTER_SITES= http://download.berlios.de/gtksee/
MAINTAINER= dirk@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Image viewer
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
jpeg.9:${PORTSDIR}/graphics/jpeg \
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip
@ -24,9 +21,14 @@ RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip
RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
.endif
USE_GNOME= gtk12
USE_GNOME= gtk12 gnometarget
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e \
's|^CFLAGS=""|CFLAGS="$$CFLAGS"|g' ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (gtksee-0.5.0.tar.gz) = 21a8a9f28fa61d73725fb606962fa108
MD5 (gtksee-0.5.2.tar.gz) = a5012896f86dde9fc90be71a413e7326

View File

@ -1,11 +0,0 @@
--- src/im_xcf.c.orig Thu Dec 3 12:22:17 1998
+++ src/im_xcf.c Fri Dec 4 10:15:47 1998
@@ -23,7 +23,7 @@
/* patch from Pyun YongHyeon: fixed compilation error for FreeBSD 3.0 */
#ifdef __FreeBSD__
-#include <sys/param.h>
+#include <sys/types.h>
#endif
#include <netinet/in.h>

View File

@ -1,20 +0,0 @@
--- src/gtksee.c.orig Sat Sep 25 01:27:40 1999
+++ src/gtksee.c Sun May 6 13:25:31 2001
@@ -322,13 +322,13 @@
}
if (hour == 0)
{
- sprintf(buffer, "%s, %02i/%02i/%02i 12:%02i AM",
- text, time->tm_year, time->tm_mon+1, time->tm_mday,
+ sprintf(buffer, "%s, %04i/%02i/%02i 12:%02i AM",
+ text, time->tm_year + 1900, time->tm_mon+1, time->tm_mday,
time->tm_min);
} else
{
- sprintf(buffer, "%s, %02i/%02i/%02i %02i:%02i %s",
- text, time->tm_year, time->tm_mon+1, time->tm_mday,
+ sprintf(buffer, "%s, %04i/%02i/%02i %02i:%02i %s",
+ text, time->tm_year + 1900, time->tm_mon+1, time->tm_mday,
hour, time->tm_min, (time->tm_hour<12)?"AM":"PM");
}
g_free(text);

View File

@ -1,3 +1,5 @@
A Image viewer based on X-Window system and GTK+. The main purpose
is to port ACD See, which is a very popular image viewer in M$
world, to Unix platform.
WWW: http://gtksee.berlios.de/

View File

@ -1,2 +1,4 @@
bin/gtksee
share/locale/es/LC_MESSAGES/gtksee.mo
share/locale/fr/LC_MESSAGES/gtksee.mo
share/locale/zh_CN.EUC/LC_MESSAGES/gtksee.mo