FreeBSD Bugzilla – Attachment 146404 Details for
Bug 192954
[new port] net-im/uTox
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar file port net-im/uTox
uTox.shar (text/plain), 6.73 KB, created by
Ivan Klymenko
on 2014-08-27 20:30:32 UTC
(
hide
)
Description:
shar file port net-im/uTox
Filename:
MIME Type:
Creator:
Ivan Klymenko
Created:
2014-08-27 20:30:32 UTC
Size:
6.73 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># uTox ># uTox/pkg-plist ># uTox/Makefile ># uTox/distinfo ># uTox/pkg-descr ># >echo c - uTox >mkdir -p uTox > /dev/null 2>&1 >echo x - uTox/pkg-plist >sed 's/^X//' >uTox/pkg-plist << 'd7bf2771bcc99dde7ebb3d30c66e29d2' >Xbin/utox >Xshare/icons/hicolor/14x14/apps/utox.png >Xshare/icons/hicolor/16x16/apps/utox.png >Xshare/icons/hicolor/22x22/apps/utox.png >Xshare/icons/hicolor/24x24/apps/utox.png >Xshare/icons/hicolor/32x32/apps/utox.png >Xshare/icons/hicolor/36x36/apps/utox.png >Xshare/icons/hicolor/48x48/apps/utox.png >Xshare/icons/hicolor/64x64/apps/utox.png >Xshare/icons/hicolor/72x72/apps/utox.png >Xshare/icons/hicolor/96x96/apps/utox.png >Xshare/icons/hicolor/128x128/apps/utox.png >Xshare/icons/hicolor/192x192/apps/utox.png >Xshare/icons/hicolor/256x256/apps/utox.png >Xshare/icons/hicolor/512x512/apps/utox.png >Xshare/icons/hicolor/scalable/apps/utox.svg >Xshare/applications/utox.desktop >X@cwd /usr/local >X@dirrmtry share/icons/hicolor/14x14/apps >X@dirrmtry share/icons/hicolor/16x16/apps >X@dirrmtry share/icons/hicolor/22x22/apps >X@dirrmtry share/icons/hicolor/24x24/apps >X@dirrmtry share/icons/hicolor/32x32/apps >X@dirrmtry share/icons/hicolor/36x36/apps >X@dirrmtry share/icons/hicolor/48x48/apps >X@dirrmtry share/icons/hicolor/64x64/apps >X@dirrmtry share/icons/hicolor/72x72/apps >X@dirrmtry share/icons/hicolor/96x96/apps >X@dirrmtry share/icons/hicolor/128x128/apps >X@dirrmtry share/icons/hicolor/192x192/apps >X@dirrmtry share/icons/hicolor/256x256/apps >X@dirrmtry share/icons/hicolor/512x512/apps >X@dirrmtry share/icons/hicolor/scalable/apps >X@dirrmtry share/icons/hicolor/14x14 >X@dirrmtry share/icons/hicolor/16x16 >X@dirrmtry share/icons/hicolor/22x22 >X@dirrmtry share/icons/hicolor/24x24 >X@dirrmtry share/icons/hicolor/32x32 >X@dirrmtry share/icons/hicolor/36x36 >X@dirrmtry share/icons/hicolor/48x48 >X@dirrmtry share/icons/hicolor/64x64 >X@dirrmtry share/icons/hicolor/72x72 >X@dirrmtry share/icons/hicolor/96x96 >X@dirrmtry share/icons/hicolor/128x128 >X@dirrmtry share/icons/hicolor/192x192 >X@dirrmtry share/icons/hicolor/256x256 >X@dirrmtry share/icons/hicolor/512x512 >X@dirrmtry share/icons/hicolor/scalable >X@dirrmtry share/icons/hicolor >X@dirrmtry share/icons >d7bf2771bcc99dde7ebb3d30c66e29d2 >echo x - uTox/Makefile >sed 's/^X//' >uTox/Makefile << 'eae7d0853670060764bce60c23bfef4b' >X# $FreeBSD: head/net-im/tox/Makefile 361088 2014-07-07 13:54:23Z tijl $ >X >XPORTNAME= uTox >XPORTVERSION= 0.1.3 >XCATEGORIES= net-im net-p2p >X >XMAINTAINER= fidaj@ukr.net >XCOMMENT= Lightweight Tox client >X >XLICENSE= GPLv3 >XLICENSE_FILE= ${WRKSRC}/LICENSE >X >XBUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox \ >X ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat >XLIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ >X libXft.so:${PORTSDIR}/x11-fonts/libXft >X >XUSE_GITHUB= yes >XGH_ACCOUNT= notsecure >XGH_PROJECT= ${PORTNAME} >XGH_TAGNAME= ${GH_COMMIT} >XGH_COMMIT= 299184f >X >XUSES= desktop-file-utils gmake pkgconfig >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/utox ${STAGEDIR}${PREFIX}/bin >X ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/14x14/apps \ >X ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps \ >X ${STAGEDIR}${PREFIX}/share/icons/hicolor/22x22/apps \ >X ${STAGEDIR}${PREFIX}/share/icons/hicolor/24x24/apps \ >X ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps \ >X ${STAGEDIR}${PREFIX}/share/icons/hicolor/36x36/apps \ >X ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps \ >X ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps \ >X ${STAGEDIR}${PREFIX}/share/icons/hicolor/72x72/apps \ >X ${STAGEDIR}${PREFIX}/share/icons/hicolor/96x96/apps \ >X ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps \ >X ${STAGEDIR}${PREFIX}/share/icons/hicolor/192x192/apps \ >X ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps \ >X ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps \ >X ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps \ >X ${STAGEDIR}${PREFIX}/share/applications/ >X ${INSTALL_DATA} ${WRKSRC}/icons/utox-14x14.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/14x14/apps/utox.png >X ${INSTALL_DATA} ${WRKSRC}/icons/utox-16x16.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/utox.png >X ${INSTALL_DATA} ${WRKSRC}/icons/utox-22x22.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/22x22/apps/utox.png >X ${INSTALL_DATA} ${WRKSRC}/icons/utox-24x24.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/24x24/apps/utox.png >X ${INSTALL_DATA} ${WRKSRC}/icons/utox-32x32.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/utox.png >X ${INSTALL_DATA} ${WRKSRC}/icons/utox-36x36.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/36x36/apps/utox.png >X ${INSTALL_DATA} ${WRKSRC}/icons/utox-48x48.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/utox.png >X ${INSTALL_DATA} ${WRKSRC}/icons/utox-64x64.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps/utox.png >X ${INSTALL_DATA} ${WRKSRC}/icons/utox-72x72.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/72x72/apps/utox.png >X ${INSTALL_DATA} ${WRKSRC}/icons/utox-96x96.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/96x96/apps/utox.png >X ${INSTALL_DATA} ${WRKSRC}/icons/utox-128x128.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/utox.png >X ${INSTALL_DATA} ${WRKSRC}/icons/utox-192x192.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/192x192/apps/utox.png >X ${INSTALL_DATA} ${WRKSRC}/icons/utox-256x256.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/utox.png >X ${INSTALL_DATA} ${WRKSRC}/icons/utox-512x512.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps/utox.png >X ${INSTALL_DATA} ${WRKSRC}/icons/utox.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/utox.svg >X ${INSTALL_DATA} ${WRKSRC}/utox.desktop ${STAGEDIR}${PREFIX}/share/applications/utox.desktop >X >X.include <bsd.port.mk> >eae7d0853670060764bce60c23bfef4b >echo x - uTox/distinfo >sed 's/^X//' >uTox/distinfo << 'f025ab568ff47bb4ad9df64ad504ae7e' >XSHA256 (uTox-0.1.3.tar.gz) = 47e4b8043796f3618f030a0003a689c2b9bc2c5e1355454327af657940429ced >XSIZE (uTox-0.1.3.tar.gz) = 695887 >f025ab568ff47bb4ad9df64ad504ae7e >echo x - uTox/pkg-descr >sed 's/^X//' >uTox/pkg-descr << '60f4bfa3809182a1501170b46bea2cef' >XuTox is lightweight Tox (https://github.com/irungentoo/ProjectTox-Core) >Xclient written in C. >X >XSimple and convenient program for confidential communication. >X >XStill early in development, though it already supports some of the most >Ximportant features, like file transfers, A/V, group chats, and DNS Discovery. >X >XThere are also binaries for other OS: Linux, Android, OS X and Windows, which >Xmakes it possible to communicate between users of different OS. >X >XWWW: http://utox.org/ >60f4bfa3809182a1501170b46bea2cef >exit >
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 Raw
Actions:
View
Attachments on
bug 192954
:
146202
|
146204
|
146205
|
146206
|
146225
|
146400
|
146404
|
146440