FreeBSD Bugzilla – Attachment 203990 Details for
Bug 237542
[NEW PORT] net-im/coyim: Safe and secure by default chat client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar(1) archive of CoyIM Ports script
coyim.shar (text/plain), 3.53 KB, created by
Santhosh Raju
on 2019-04-24 23:29:49 UTC
(
hide
)
Description:
shar(1) archive of CoyIM Ports script
Filename:
MIME Type:
Creator:
Santhosh Raju
Created:
2019-04-24 23:29:49 UTC
Size:
3.53 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: ># ># coyim/ ># coyim/Makefile ># coyim/distinfo ># coyim/files ># coyim/files/patch-vendor_github.com_gotk3_gotk3_pango_fontconfig.go.h ># coyim/pkg-descr ># >echo c - coyim/ >mkdir -p coyim/ > /dev/null 2>&1 >echo x - coyim/Makefile >sed 's/^X//' >coyim/Makefile << '8ba36e0f810aadb9cab1d055cf4f2952' >X# $FreeBSD$ >X >XPORTNAME= coyim >XDISTVERSIONPREFIX= v >XDISTVERSION= 0.3.11 >XCATEGORIES= net-im >X >XMAINTAINER= support@coy.im >XCOMMENT= Safe and secure by default chat client >X >XLICENSE= GPLv3 >XLICENSE_FILE= ${WRKSRC}/LICENSE >X >XBUILD_DEPENDS= go:lang/go >XLIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ >X libfreetype.so:print/freetype2 >X >XUSES= gnome pkgconfig >X >XUSE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango >X >XOPTIONS_DEFINE= NLS >XOPTIONS_SUB= yes >X >XNLS_USES= gettext >XNLS_CONFIGURE_ENABLE= nls >X >XUSE_GITHUB= yes >XGH_ACCOUNT= coyim >XGH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} >X >XSUB_LIST= PORTNAME=${PORTNAME} >X >XPLIST_FILES= bin/coyim \ >X share/applications/coyim.desktop \ >X share/pixmaps/coyim.png >X >XGTK_BUILD_TAG= "$$(pkg-config --modversion gtk+-3.0 | ${TR} . _ | cut -d '_' -f 1-2)" >X >XCOYIM_ICON= coyim.png >XCOYIM_ICON_SRC= ${WRKSRC}/build/mac-bundle/coy.iconset/icon_32x32@2x.png >XCOYIM_DESKTOP= ${WRKSRC}/build/coyim.desktop >X >XINSTALLATION_DIRS+= share/applications share/pixmaps >X >Xdo-build: >X cd ${WRKSRC}/${GH_SUBDIR} && \ >X ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} \ >X go build -tags ${GTK_BUILD_TAG} -o ${PORTNAME} >X >Xpost-build: >X @${REINPLACE_CMD} -e '/^#/d' \ >X -e '/^$$/d' \ >X ${COYIM_DESKTOP} >X ${ECHO} "Exec=${PREFIX}/bin/coyim" >> ${COYIM_DESKTOP} >X ${ECHO} "Icon=${COYIM_ICON}" >> ${COYIM_DESKTOP} >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >X ${INSTALL_DATA} ${COYIM_DESKTOP} ${STAGEDIR}${PREFIX}/share/applications/ >X ${INSTALL_DATA} ${COYIM_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${COYIM_ICON} >X >X.include <bsd.port.mk> >8ba36e0f810aadb9cab1d055cf4f2952 >echo x - coyim/distinfo >sed 's/^X//' >coyim/distinfo << '182dd08e4c78d981b0cbe8fc9d61fa4a' >XTIMESTAMP = 1555206035 >XSHA256 (coyim-coyim-v0.3.11_GH0.tar.gz) = 4717901462f027578369358c8772eb5b14e22f053fc30e4c9dbcc2b053374a41 >XSIZE (coyim-coyim-v0.3.11_GH0.tar.gz) = 3803018 >182dd08e4c78d981b0cbe8fc9d61fa4a >echo c - coyim/files >mkdir -p coyim/files > /dev/null 2>&1 >echo x - coyim/files/patch-vendor_github.com_gotk3_gotk3_pango_fontconfig.go.h >sed 's/^X//' >coyim/files/patch-vendor_github.com_gotk3_gotk3_pango_fontconfig.go.h << '18a76f2786c80da61e4921ec6497a1dc' >XDo proper type conversion for FreeBSD's fontconfig(3). >X >X--- vendor/github.com/gotk3/gotk3/pango/fontconfig.go.h.orig 2019-04-14 03:24:49 UTC >X+++ vendor/github.com/gotk3/gotk3/pango/fontconfig.go.h >X@@ -2,6 +2,6 @@ >X #include <fontconfig/fontconfig.h> >X >X static int addFont(char* font) { >X- FcBool fontAddStatus = FcConfigAppFontAddFile(FcConfigGetCurrent(), font); >X+ FcBool fontAddStatus = FcConfigAppFontAddFile(FcConfigGetCurrent(), (unsigned char*)font); >X return fontAddStatus; >X } >18a76f2786c80da61e4921ec6497a1dc >echo x - coyim/pkg-descr >sed 's/^X//' >coyim/pkg-descr << '2a255fd1bc94d223ffad0c5405b92c0a' >XCoyIM is a chat client that is safe and secure by default: no >Xsettings to change, no plugins to install, no computer configuration >Xto change. >X >XWWW: https://coy.im >2a255fd1bc94d223ffad0c5405b92c0a >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 237542
: 203990
Working