mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
upgrade to 0.2.0
PR: 45854 Submitted by: Ports Fury
This commit is contained in:
parent
47616dfcd3
commit
b61dae0657
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72240
@ -6,25 +6,28 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ebview
|
PORTNAME= ebview
|
||||||
PORTVERSION= 0.1.4
|
PORTVERSION= 0.2.0
|
||||||
CATEGORIES= japanese
|
CATEGORIES= japanese
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
LIB_DEPENDS= eb.6:${PORTSDIR}/japanese/eb
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
|
||||||
|
eb.6:${PORTSDIR}/japanese/eb
|
||||||
|
|
||||||
USE_GNOMENG= yes
|
USE_GNOMENG= yes
|
||||||
USE_GNOME= imlib
|
USE_GNOME= imlib
|
||||||
|
USE_REINPLACE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
USE_AUTOMAKE_VER= 14
|
||||||
MAKE_ARGS= SUBDIRS=src
|
USE_AUTOCONF_VER= 253
|
||||||
CONFIGURE_ARGS= --disable-imlibtest
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
|
||||||
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||||
|
AUTOHEADER="${TRUE}"
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${PREFIX}/share/locale/ja/LC_MESSAGES
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/po/ja.gmo ${PREFIX}/share/locale/ja/LC_MESSAGES/ebview.mo
|
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
.for i in ChangeLog README
|
.for i in ChangeLog README
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (ebview-0.1.4.tar.gz) = d95ceca15303c1142c043849eff3efbe
|
MD5 (ebview-0.2.0.tar.gz) = 265a37aef3e165f36f7bcae223395274
|
||||||
|
13
japanese/ebview-gtk2/files/patch-configure.in
Normal file
13
japanese/ebview-gtk2/files/patch-configure.in
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- configure.in.orig Tue Nov 19 15:04:30 2002
|
||||||
|
+++ configure.in Sat Nov 30 09:27:26 2002
|
||||||
|
@@ -14,8 +14,8 @@
|
||||||
|
AM_GNU_GETTEXT
|
||||||
|
|
||||||
|
dnl Checks for libraries.
|
||||||
|
-AM_PATH_GTK(1.2.8)
|
||||||
|
-AM_PATH_IMLIB()
|
||||||
|
+AM_PATH_GTK(1.2.8,, AC_MSG_ERROR(Cannot find GTK+ 1.2.8), gmodule gthread)
|
||||||
|
+AM_PATH_GDK_IMLIB()
|
||||||
|
eb_LIB_EB3
|
||||||
|
|
||||||
|
dnl Checks for header files.
|
19
japanese/ebview-gtk2/files/patch-src::Makefile.am
Normal file
19
japanese/ebview-gtk2/files/patch-src::Makefile.am
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
--- src/Makefile.am.orig Sat Nov 16 15:33:46 2002
|
||||||
|
+++ src/Makefile.am Sat Nov 30 09:38:43 2002
|
||||||
|
@@ -2,12 +2,12 @@
|
||||||
|
|
||||||
|
AM_CPPFLAGS= @EBCONF_PTHREAD_CPPFLAGS@ @EBCONF_EBINCS@ \
|
||||||
|
@EBCONF_ZLIBINCS@ @EBCONF_INTLINCS@
|
||||||
|
-AM_CFLAGS = @GTK_CFLAGS@ @IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
-AM_CXXFLAGS = @GTK_CFLAGS@ @IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
-ebview_LDADD = @GTK_LIBS@ @IMLIB_LIBS@ -lgdk_imlib -lpthread -lgthread \
|
||||||
|
+AM_CFLAGS = @GTK_CFLAGS@ @GDK_IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
+AM_CXXFLAGS = @GTK_CFLAGS@ @GDK_IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
+ebview_LDADD = @GTK_LIBS@ @GDK_IMLIB_LIBS@ \
|
||||||
|
@EBCONF_EBLIBS@ @EBCONF_ZLIBLIBS@ @EBCONF_INTLLIBS@
|
||||||
|
ebview_LDFLAGS = @EBCONF_PTHREAD_LDFLAGS@
|
||||||
|
-ebview_client_LDADD = @GTK_LIBS@ @IMLIB_LIBS@ -lgdk_imlib -lpthread \
|
||||||
|
+ebview_client_LDADD = @GTK_LIBS@ @GDK_IMLIB_LIBS@ \
|
||||||
|
@EBCONF_EBLIBS@ @EBCONF_ZLIBLIBS@ @EBCONF_INTLLIBS@
|
||||||
|
ebview_client_LDFLAGS = @EBCONF_PTHREAD_LDFLAGS@
|
||||||
|
|
10
japanese/ebview-gtk2/files/patch-src::eb.c
Normal file
10
japanese/ebview-gtk2/files/patch-src::eb.c
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- src/eb.c.orig Mon Nov 18 18:13:06 2002
|
||||||
|
+++ src/eb.c Sat Nov 30 09:04:05 2002
|
||||||
|
@@ -24,6 +24,7 @@
|
||||||
|
#include <iconv.h>
|
||||||
|
#include <langinfo.h>
|
||||||
|
#include <wchar.h>
|
||||||
|
+#include <pthread.h>
|
||||||
|
|
||||||
|
|
||||||
|
#define MAX_HITS 50
|
13
japanese/ebview-gtk2/files/patch-src::ebview-client.c
Normal file
13
japanese/ebview-gtk2/files/patch-src::ebview-client.c
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- src/ebview-client.c.orig Sat Nov 16 15:33:47 2002
|
||||||
|
+++ src/ebview-client.c Sat Nov 30 09:49:47 2002
|
||||||
|
@@ -1,8 +1,8 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
-#include <sys/socket.h>
|
||||||
|
+#include <unistd.h>
|
||||||
|
#include <sys/un.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
-#include <unistd.h>
|
||||||
|
+#include <sys/socket.h>
|
||||||
|
|
||||||
|
#include "../config.h"
|
||||||
|
|
15
japanese/ebview-gtk2/files/patch-util::Makefile.am
Normal file
15
japanese/ebview-gtk2/files/patch-util::Makefile.am
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
--- util/Makefile.am.orig Sat Nov 16 15:33:50 2002
|
||||||
|
+++ util/Makefile.am Sat Nov 30 09:52:44 2002
|
||||||
|
@@ -2,9 +2,9 @@
|
||||||
|
|
||||||
|
AM_CPPFLAGS= @EBCONF_PTHREAD_CPPFLAGS@ @EBCONF_EBINCS@ \
|
||||||
|
@EBCONF_ZLIBINCS@ @EBCONF_INTLINCS@
|
||||||
|
-AM_CFLAGS = @GTK_CFLAGS@ @IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
-AM_CXXFLAGS = @GTK_CFLAGS@ @IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
-ebdump_LDADD = @GTK_LIBS@ @IMLIB_LIBS@\
|
||||||
|
+AM_CFLAGS = @GTK_CFLAGS@ @GDK_IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
+AM_CXXFLAGS = @GTK_CFLAGS@ @GDK_IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
+ebdump_LDADD = @GTK_LIBS@ @GDK_IMLIB_LIBS@\
|
||||||
|
@EBCONF_EBLIBS@ @EBCONF_ZLIBLIBS@ @EBCONF_INTLLIBS@
|
||||||
|
ebdump_LDFLAGS = @EBCONF_PTHREAD_LDFLAGS@
|
||||||
|
|
@ -1,5 +1,19 @@
|
|||||||
|
bin/ebdump
|
||||||
bin/ebview
|
bin/ebview
|
||||||
share/locale/ja/LC_MESSAGES/ebview.mo
|
bin/ebview-client
|
||||||
%%PORTDOCS%%share/doc/ebview/ChangeLog
|
%%PORTDOCS%%share/doc/ebview/ChangeLog
|
||||||
%%PORTDOCS%%share/doc/ebview/README
|
%%PORTDOCS%%share/doc/ebview/README
|
||||||
|
share/ebview/about.en
|
||||||
|
share/ebview/about.jp
|
||||||
|
share/ebview/endinglist-ja.xml
|
||||||
|
share/ebview/endinglist.xml
|
||||||
|
share/ebview/help/en/index.html
|
||||||
|
share/ebview/help/ja/index.html
|
||||||
|
share/ebview/searchengines.xml
|
||||||
|
share/ebview/shortcut.xml
|
||||||
|
share/locale/ja/LC_MESSAGES/ebview.mo
|
||||||
|
@dirrm share/ebview/help/ja
|
||||||
|
@dirrm share/ebview/help/en
|
||||||
|
@dirrm share/ebview/help
|
||||||
|
@dirrm share/ebview
|
||||||
%%PORTDOCS%%@dirrm share/doc/ebview
|
%%PORTDOCS%%@dirrm share/doc/ebview
|
||||||
|
@ -6,25 +6,28 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ebview
|
PORTNAME= ebview
|
||||||
PORTVERSION= 0.1.4
|
PORTVERSION= 0.2.0
|
||||||
CATEGORIES= japanese
|
CATEGORIES= japanese
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
LIB_DEPENDS= eb.6:${PORTSDIR}/japanese/eb
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
|
||||||
|
eb.6:${PORTSDIR}/japanese/eb
|
||||||
|
|
||||||
USE_GNOMENG= yes
|
USE_GNOMENG= yes
|
||||||
USE_GNOME= imlib
|
USE_GNOME= imlib
|
||||||
|
USE_REINPLACE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
USE_AUTOMAKE_VER= 14
|
||||||
MAKE_ARGS= SUBDIRS=src
|
USE_AUTOCONF_VER= 253
|
||||||
CONFIGURE_ARGS= --disable-imlibtest
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
|
||||||
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||||
|
AUTOHEADER="${TRUE}"
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${PREFIX}/share/locale/ja/LC_MESSAGES
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/po/ja.gmo ${PREFIX}/share/locale/ja/LC_MESSAGES/ebview.mo
|
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
.for i in ChangeLog README
|
.for i in ChangeLog README
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (ebview-0.1.4.tar.gz) = d95ceca15303c1142c043849eff3efbe
|
MD5 (ebview-0.2.0.tar.gz) = 265a37aef3e165f36f7bcae223395274
|
||||||
|
13
japanese/ebview/files/patch-configure.in
Normal file
13
japanese/ebview/files/patch-configure.in
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- configure.in.orig Tue Nov 19 15:04:30 2002
|
||||||
|
+++ configure.in Sat Nov 30 09:27:26 2002
|
||||||
|
@@ -14,8 +14,8 @@
|
||||||
|
AM_GNU_GETTEXT
|
||||||
|
|
||||||
|
dnl Checks for libraries.
|
||||||
|
-AM_PATH_GTK(1.2.8)
|
||||||
|
-AM_PATH_IMLIB()
|
||||||
|
+AM_PATH_GTK(1.2.8,, AC_MSG_ERROR(Cannot find GTK+ 1.2.8), gmodule gthread)
|
||||||
|
+AM_PATH_GDK_IMLIB()
|
||||||
|
eb_LIB_EB3
|
||||||
|
|
||||||
|
dnl Checks for header files.
|
19
japanese/ebview/files/patch-src::Makefile.am
Normal file
19
japanese/ebview/files/patch-src::Makefile.am
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
--- src/Makefile.am.orig Sat Nov 16 15:33:46 2002
|
||||||
|
+++ src/Makefile.am Sat Nov 30 09:38:43 2002
|
||||||
|
@@ -2,12 +2,12 @@
|
||||||
|
|
||||||
|
AM_CPPFLAGS= @EBCONF_PTHREAD_CPPFLAGS@ @EBCONF_EBINCS@ \
|
||||||
|
@EBCONF_ZLIBINCS@ @EBCONF_INTLINCS@
|
||||||
|
-AM_CFLAGS = @GTK_CFLAGS@ @IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
-AM_CXXFLAGS = @GTK_CFLAGS@ @IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
-ebview_LDADD = @GTK_LIBS@ @IMLIB_LIBS@ -lgdk_imlib -lpthread -lgthread \
|
||||||
|
+AM_CFLAGS = @GTK_CFLAGS@ @GDK_IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
+AM_CXXFLAGS = @GTK_CFLAGS@ @GDK_IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
+ebview_LDADD = @GTK_LIBS@ @GDK_IMLIB_LIBS@ \
|
||||||
|
@EBCONF_EBLIBS@ @EBCONF_ZLIBLIBS@ @EBCONF_INTLLIBS@
|
||||||
|
ebview_LDFLAGS = @EBCONF_PTHREAD_LDFLAGS@
|
||||||
|
-ebview_client_LDADD = @GTK_LIBS@ @IMLIB_LIBS@ -lgdk_imlib -lpthread \
|
||||||
|
+ebview_client_LDADD = @GTK_LIBS@ @GDK_IMLIB_LIBS@ \
|
||||||
|
@EBCONF_EBLIBS@ @EBCONF_ZLIBLIBS@ @EBCONF_INTLLIBS@
|
||||||
|
ebview_client_LDFLAGS = @EBCONF_PTHREAD_LDFLAGS@
|
||||||
|
|
10
japanese/ebview/files/patch-src::eb.c
Normal file
10
japanese/ebview/files/patch-src::eb.c
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- src/eb.c.orig Mon Nov 18 18:13:06 2002
|
||||||
|
+++ src/eb.c Sat Nov 30 09:04:05 2002
|
||||||
|
@@ -24,6 +24,7 @@
|
||||||
|
#include <iconv.h>
|
||||||
|
#include <langinfo.h>
|
||||||
|
#include <wchar.h>
|
||||||
|
+#include <pthread.h>
|
||||||
|
|
||||||
|
|
||||||
|
#define MAX_HITS 50
|
13
japanese/ebview/files/patch-src::ebview-client.c
Normal file
13
japanese/ebview/files/patch-src::ebview-client.c
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- src/ebview-client.c.orig Sat Nov 16 15:33:47 2002
|
||||||
|
+++ src/ebview-client.c Sat Nov 30 09:49:47 2002
|
||||||
|
@@ -1,8 +1,8 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
-#include <sys/socket.h>
|
||||||
|
+#include <unistd.h>
|
||||||
|
#include <sys/un.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
-#include <unistd.h>
|
||||||
|
+#include <sys/socket.h>
|
||||||
|
|
||||||
|
#include "../config.h"
|
||||||
|
|
15
japanese/ebview/files/patch-util::Makefile.am
Normal file
15
japanese/ebview/files/patch-util::Makefile.am
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
--- util/Makefile.am.orig Sat Nov 16 15:33:50 2002
|
||||||
|
+++ util/Makefile.am Sat Nov 30 09:52:44 2002
|
||||||
|
@@ -2,9 +2,9 @@
|
||||||
|
|
||||||
|
AM_CPPFLAGS= @EBCONF_PTHREAD_CPPFLAGS@ @EBCONF_EBINCS@ \
|
||||||
|
@EBCONF_ZLIBINCS@ @EBCONF_INTLINCS@
|
||||||
|
-AM_CFLAGS = @GTK_CFLAGS@ @IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
-AM_CXXFLAGS = @GTK_CFLAGS@ @IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
-ebdump_LDADD = @GTK_LIBS@ @IMLIB_LIBS@\
|
||||||
|
+AM_CFLAGS = @GTK_CFLAGS@ @GDK_IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
+AM_CXXFLAGS = @GTK_CFLAGS@ @GDK_IMLIB_CFLAGS@ @EBCONF_PTHREAD_CFLAGS@
|
||||||
|
+ebdump_LDADD = @GTK_LIBS@ @GDK_IMLIB_LIBS@\
|
||||||
|
@EBCONF_EBLIBS@ @EBCONF_ZLIBLIBS@ @EBCONF_INTLLIBS@
|
||||||
|
ebdump_LDFLAGS = @EBCONF_PTHREAD_LDFLAGS@
|
||||||
|
|
@ -1,5 +1,19 @@
|
|||||||
|
bin/ebdump
|
||||||
bin/ebview
|
bin/ebview
|
||||||
share/locale/ja/LC_MESSAGES/ebview.mo
|
bin/ebview-client
|
||||||
%%PORTDOCS%%share/doc/ebview/ChangeLog
|
%%PORTDOCS%%share/doc/ebview/ChangeLog
|
||||||
%%PORTDOCS%%share/doc/ebview/README
|
%%PORTDOCS%%share/doc/ebview/README
|
||||||
|
share/ebview/about.en
|
||||||
|
share/ebview/about.jp
|
||||||
|
share/ebview/endinglist-ja.xml
|
||||||
|
share/ebview/endinglist.xml
|
||||||
|
share/ebview/help/en/index.html
|
||||||
|
share/ebview/help/ja/index.html
|
||||||
|
share/ebview/searchengines.xml
|
||||||
|
share/ebview/shortcut.xml
|
||||||
|
share/locale/ja/LC_MESSAGES/ebview.mo
|
||||||
|
@dirrm share/ebview/help/ja
|
||||||
|
@dirrm share/ebview/help/en
|
||||||
|
@dirrm share/ebview/help
|
||||||
|
@dirrm share/ebview
|
||||||
%%PORTDOCS%%@dirrm share/doc/ebview
|
%%PORTDOCS%%@dirrm share/doc/ebview
|
||||||
|
Loading…
Reference in New Issue
Block a user