FreeBSD Bugzilla – Attachment 156120 Details for
Bug 183711
New port: deskutils/myrulib E-Book Library Manager
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
myrulib.patch (text/plain), 6.14 KB, created by
Maxim Filimonov
on 2015-04-29 21:56:42 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Maxim Filimonov
Created:
2015-04-29 21:56:42 UTC
Size:
6.14 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 385013) >+++ Makefile (working copy) >@@ -162,6 +162,7 @@ > SUBDIR += multisync-backup > SUBDIR += multisync-syncml > SUBDIR += myitcrm >+ SUBDIR += myrulib > SUBDIR += nagaina > SUBDIR += nemo-extensions > SUBDIR += note >Index: myrulib/Makefile >=================================================================== >--- myrulib/Makefile (revision 0) >+++ myrulib/Makefile (working copy) >@@ -0,0 +1,24 @@ >+# $FreeBSD$ >+ >+PORTNAME= myrulib >+PORTVERSION= 0.29.16 >+CATEGORIES= deskutils >+MASTER_SITES= http://lintest.ru/pub/ >+ >+MAINTAINER= alext@T7g.ORG >+COMMENT= E-Book Library Manager >+ >+LICENSE= GPLv3 >+ >+USE_GNOME= libxml2 >+USE_SQLITE= 3 >+USE_WX= 2.8+ >+WX_UNICODE= yes >+WX_CONF_ARGS= absolute >+GNU_CONFIGURE= yes >+USES+= gettext desktop-file-utils tar:bzip2 >+INSTALLS_ICONS= yes >+ >+BUILD_DEPENDS= ${LOCALBASE}/bin/gcc48:${PORTSDIR}/lang/gcc >+ >+.include <bsd.port.mk> > >Property changes on: myrulib/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: myrulib/distinfo >=================================================================== >--- myrulib/distinfo (revision 0) >+++ myrulib/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (myrulib-0.29.16.tar.bz2) = 16a55c744a734d875488d20bf98d4eab75eea4a4edb112f7640a69597d7fb69c >+SIZE (myrulib-0.29.16.tar.bz2) = 3237806 > >Property changes on: myrulib/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: myrulib/files/patch-Makefile.in >=================================================================== >--- myrulib/files/patch-Makefile.in (revision 0) >+++ myrulib/files/patch-Makefile.in (working copy) >@@ -0,0 +1,40 @@ >+--- Makefile.in.orig 2013-09-03 18:30:43 UTC >++++ Makefile.in >+@@ -34,6 +34,7 @@ CXX = @CXX@ >+ CFLAGS = @CFLAGS@ >+ CXXFLAGS = @CXXFLAGS@ >+ CPPFLAGS = @CPPFLAGS@ >++GCC = gcc48 >+ LDFLAGS = @LDFLAGS@ >+ STRIP_COMMAND = @STRIP_COMMAND@ >+ WX_CFLAGS = @WX_CFLAGS@ >+@@ -287,15 +288,15 @@ all: $(__mrl_bzip2___depname) $(__mrl_ex >+ >+ install: install_myrulib >+ $(INSTALL) -d $(DESTDIR)$(datadir)/locale/ru/LC_MESSAGES >+- (cd . ; $(INSTALL) -m 644 -T ru.mo $(DESTDIR)$(datadir)/locale/ru/LC_MESSAGES/myrulib.mo) >++ (cd . ; $(INSTALL) -m 644 ru.mo $(DESTDIR)$(datadir)/locale/ru/LC_MESSAGES/myrulib.mo) >+ $(INSTALL) -d $(DESTDIR)$(datadir)/locale/uk/LC_MESSAGES >+- (cd . ; $(INSTALL) -m 644 -T uk.mo $(DESTDIR)$(datadir)/locale/uk/LC_MESSAGES/myrulib.mo) >++ (cd . ; $(INSTALL) -m 644 uk.mo $(DESTDIR)$(datadir)/locale/uk/LC_MESSAGES/myrulib.mo) >+ $(INSTALL) -d $(DESTDIR)$(datadir)/locale/be/LC_MESSAGES >+- (cd . ; $(INSTALL) -m 644 -T be.mo $(DESTDIR)$(datadir)/locale/be/LC_MESSAGES/myrulib.mo) >++ (cd . ; $(INSTALL) -m 644 be.mo $(DESTDIR)$(datadir)/locale/be/LC_MESSAGES/myrulib.mo) >+ $(INSTALL) -d $(DESTDIR)$(datadir)/locale/cs/LC_MESSAGES >+- (cd . ; $(INSTALL) -m 644 -T cs.mo $(DESTDIR)$(datadir)/locale/cs/LC_MESSAGES/myrulib.mo) >++ (cd . ; $(INSTALL) -m 644 cs.mo $(DESTDIR)$(datadir)/locale/cs/LC_MESSAGES/myrulib.mo) >+ $(INSTALL) -d $(DESTDIR)$(datadir)/locale/sv/LC_MESSAGES >+- (cd . ; $(INSTALL) -m 644 -T sv.mo $(DESTDIR)$(datadir)/locale/sv/LC_MESSAGES/myrulib.mo) >++ (cd . ; $(INSTALL) -m 644 sv.mo $(DESTDIR)$(datadir)/locale/sv/LC_MESSAGES/myrulib.mo) >+ $(INSTALL_DIR) $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps >+ (cd $(srcdir)/sources/MyRuLib/desktop ; $(INSTALL_DATA) myrulib.png $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps) >+ $(INSTALL_DIR) $(DESTDIR)$(datadir)/applications >+@@ -386,7 +387,7 @@ zipscan$(EXEEXT): $(ZIPSCAN_OBJECTS) $(_ >+ $(__zipscan___mac_setfilecmd) >+ >+ bin2c: $(srcdir)/3rdparty/bin2c/bin2c.c >+- gcc -o $@ $(srcdir)/3rdparty/bin2c/bin2c.c >++ ${GCC} -o $@ $(srcdir)/3rdparty/bin2c/bin2c.c >+ >+ ru.mo: $(srcdir)/sources/MyRuLib/locale/ru.po >+ msgfmt $(srcdir)/sources/MyRuLib/locale/ru.po -o ./ru.mo > >Property changes on: myrulib/files/patch-Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: myrulib/pkg-descr >=================================================================== >--- myrulib/pkg-descr (revision 0) >+++ myrulib/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+MyRuLib is an application for organizing your own collection of e-books. >+ >+Author: Denis Kandrashin <mail@lintest.ru> >+WWW: http://myrulib.lintest.ru/ > >Property changes on: myrulib/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: myrulib/pkg-plist >=================================================================== >--- myrulib/pkg-plist (revision 0) >+++ myrulib/pkg-plist (working copy) >@@ -0,0 +1,11 @@ >+bin/myrulib >+share/locale/ru/LC_MESSAGES/myrulib.mo >+share/locale/uk/LC_MESSAGES/myrulib.mo >+share/locale/be/LC_MESSAGES/myrulib.mo >+share/locale/cs/LC_MESSAGES/myrulib.mo >+share/locale/sv/LC_MESSAGES/myrulib.mo >+share/icons/hicolor/48x48/apps/myrulib.png >+share/applications/myrulib.desktop >+share/pixmaps/myrulib.png >+@dirrmtry share/icons/hicolor/48x48/apps >+@dirrmtry share/pixmaps > >Property changes on: myrulib/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 183711
:
137943
|
156115
|
156116
|
156119
| 156120 |
156121