FreeBSD Bugzilla – Attachment 126135 Details for
Bug 169860
[patch]www/xxxterm has been renamed. I want to take over the maintainership.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
xombrero.txt
xombrero.txt (text/plain; charset=US-ASCII), 6.67 KB, created by
HU Dong
on 2012-08-17 13:52:40 UTC
(
hide
)
Description:
xombrero.txt
Filename:
MIME Type:
Creator:
HU Dong
Created:
2012-08-17 13:52:40 UTC
Size:
6.67 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: ># ># xombrero ># xombrero/files ># xombrero/files/xombrero.in ># xombrero/files/patch-freebsd__Makefile ># xombrero/files/patch-xombrero.c ># xombrero/distinfo ># xombrero/pkg-descr ># xombrero/pkg-message ># xombrero/pkg-plist ># xombrero/Makefile ># >echo c - xombrero >mkdir -p xombrero > /dev/null 2>&1 >echo c - xombrero/files >mkdir -p xombrero/files > /dev/null 2>&1 >echo x - xombrero/files/xombrero.in >sed 's/^X//' >xombrero/files/xombrero.in << '8abe4d2cdea3820dc1cd5f06b6c66033' >X#!/bin/sh >X >X# A wrapper script for xombrero >X# Created by HU Dong<itechbear@gmail.com> >X >Xif [ ! -d "~/.xombrero" ]; then >X mkdir -p -m 700 ~/.xombrero >Xfi >X >Xif [ ! -f "~/.xombrero.conf" ]; then >X cp %%EXAMPLESDIR%%/xombrero.conf ~/.xombrero.conf >X chmod +w ~/.xombrero.conf >Xfi >X >Xif [ ! -f "~/.xombrero/playflash.sh" ]; then >X cp %%EXAMPLESDIR%%/playflash.sh ~/.xombrero/playflash.sh >X chmod +x ~/.xombrero/playflash.sh >Xfi >X >Xexec %%PREFIX%%/bin/xombrero-bin >8abe4d2cdea3820dc1cd5f06b6c66033 >echo x - xombrero/files/patch-freebsd__Makefile >sed 's/^X//' >xombrero/files/patch-freebsd__Makefile << 'eaaed4ebf3e179aa37a246a9f579d528' >X--- ./freebsd/Makefile.orig 2012-07-25 17:37:55.000000000 -0400 >X+++ ./freebsd/Makefile 2012-07-31 08:13:02.000000000 -0400 >X@@ -9,8 +9,8 @@ >X LDADD= -lutil -lgcrypt >X GTK_CFLAGS!= pkg-config --cflags $(LIBS) >X GTK_LDFLAGS!= pkg-config --libs $(LIBS) >X-CFLAGS+= $(GTK_CFLAGS) -O2 -Wall -pthread >X-LDFLAGS+= $(GTK_LDFLAGS) -pthread >X+CFLAGS+= $(GTK_CFLAGS) -Wall -D_GCRYPT_IN_LIBGCRYPT=1 -I.. ${PTHREAD_CFLAGS} >X+LDFLAGS+= $(GTK_LDFLAGS) ${PTHREAD_LIBS} >X >X PREFIX?= /usr/local >X BINDIR?= $(PREFIX)/bin >eaaed4ebf3e179aa37a246a9f579d528 >echo x - xombrero/files/patch-xombrero.c >sed 's/^X//' >xombrero/files/patch-xombrero.c << '14a0d20a73ead36ecc2e7bc773f46642' >X--- ./xombrero.c.orig 2012-07-25 17:37:55.000000000 -0400 >X+++ ./xombrero.c 2012-07-31 08:13:02.000000000 -0400 >X@@ -1423,7 +1423,7 @@ >X { >X struct passwd *pwd; >X int i; >X- char user[LOGIN_NAME_MAX]; >X+ char user[sysconf(_SC_LOGIN_NAME_MAX)]; >X const char *sc = s; >X >X if (path == NULL || s == NULL) >14a0d20a73ead36ecc2e7bc773f46642 >echo x - xombrero/distinfo >sed 's/^X//' >xombrero/distinfo << '7f1d9f1ebcde721332c92be45a75038f' >XSHA256 (xombrero-1.2.2.tgz) = 7cd2d1174239b5e3f897473ca69efc1fb303491d6ed60bf068263adfb76b164a >XSIZE (xombrero-1.2.2.tgz) = 242038 >7f1d9f1ebcde721332c92be45a75038f >echo x - xombrero/pkg-descr >sed 's/^X//' >xombrero/pkg-descr << '11b53716438b6e5f70e52fa3f163cfd2' >Xxombrero, previously known as xxxterm, is a minimalists web browser. It strives >Xto be vi-like for heavy keyboard users while maintaining traditional web browser >X behaviour. It is ISC licensed. It is based on webkit using GTK+. >X >XWWW: https://opensource.conformal.com/wiki/xombrero >11b53716438b6e5f70e52fa3f163cfd2 >echo x - xombrero/pkg-message >sed 's/^X//' >xombrero/pkg-message << 'de1eb9a5df0d313be28bef713e2983ca' >X************************************************************************ >X >XNote that xombrero will copy a script playflash.sh to ~/.xombrero/ the >Xfirst time it runs, but this script will not work outbox, because it >Xdepends on www/get_flash_videos and a bunch of subsequent dependencies. >X >X************************************************************************ >de1eb9a5df0d313be28bef713e2983ca >echo x - xombrero/pkg-plist >sed 's/^X//' >xombrero/pkg-plist << '4785a24fa6f6db779b15fe6706157aba' >Xbin/xombrero >Xbin/xombrero-bin >Xshare/applications/xombrero.desktop >Xshare/icons/hicolor/128x128/apps/xombreroicon128.png >Xshare/icons/hicolor/16x16/apps/xombreroicon16.png >Xshare/icons/hicolor/32x32/apps/xombreroicon32.png >Xshare/icons/hicolor/48x48/apps/xombreroicon48.png >Xshare/icons/hicolor/64x64/apps/xombreroicon64.png >X%%DATADIR%%/style.css >X%%DATADIR%%/tld-rules >X@dirrm %%DATADIR%% >X@dirrmtry share/icons/hicolor/64x64/apps >X@dirrmtry share/icons/hicolor/64x64 >X@dirrmtry share/icons/hicolor/48x48/apps >X@dirrmtry share/icons/hicolor/48x48 >X@dirrmtry share/icons/hicolor/32x32/apps >X@dirrmtry share/icons/hicolor/32x32 >X@dirrmtry share/icons/hicolor/16x16/apps >X@dirrmtry share/icons/hicolor/16x16 >X@dirrmtry share/icons/hicolor/128x128/apps >X@dirrmtry share/icons/hicolor/128x128 >X@dirrmtry share/icons/hicolor >X@dirrmtry share/icons >X@dirrmtry share/applications >4785a24fa6f6db779b15fe6706157aba >echo x - xombrero/Makefile >sed 's/^X//' >xombrero/Makefile << '5ebe7d8fa3f0b934e8d6aeba98a0478b' >X# New ports collection makefile for: xombrero >X# Date created: July 27 2012 >X# Whom: HU Dong <itechbear@gmail.com> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= xombrero >XPORTVERSION= 1.2.2 >XCATEGORIES= www >XMASTER_SITES= https://opensource.conformal.com/snapshots/xombrero/ \ >X SF/xxxterm/ >XEXTRACT_SUFX= .tgz >X >XMAINTAINER= itechbear@gmail.com >XCOMMENT= Minimalists vi-like web browser based on webkit and GTK+ >X >XLICENSE= ISCL >X >XLIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ >X soup-2:${PORTSDIR}/devel/libsoup \ >X webkitgtk-1:${PORTSDIR}/www/webkit-gtk2 >X >XUSE_PKGCONFIG= yes >XUSE_PERL5_BUILD=yes >XUSE_GNOME= gtk20 >XINSTALLS_ICONS= yes >X >XMAKE_ENV= GTK_VERSION="gtk2" \ >X PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ >X PTHREAD_LIBS="${PTHREAD_LIBS}" >X >XMAN1= xombrero.1 >XPORTEXAMPLES= favorites playflash.sh xombrero.conf >X >XBUILD_WRKSRC= ${WRKSRC}/freebsd >X >XOPTIONS_DEFINE= EXAMPLES >X >XSUB_FILES= xombrero >X >X.include <bsd.port.pre.mk> >X >X.if ${OSVERSION} < 800041 >XBROKEN= does not build due to missing arc4random_buf in libc >X.endif >X >Xpost-patch: >X @cd ${WRKSRC}; ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ >X -e 's|# ssl_ca_file|ssl_ca_file|' \ >X -e 's|/etc/ssl/cert.pem|${LOCALBASE}/share/certs/ca-root-nss.crt|' \ >X unix.c xombrero.conf >Xdo-install: >X ${INSTALL_SCRIPT} ${WRKDIR}/xombrero ${PREFIX}/bin/xombrero >X ${INSTALL_PROGRAM} ${WRKSRC}/freebsd/xombrero ${PREFIX}/bin/xombrero-bin >X ${INSTALL_MAN} ${WRKSRC}/xombrero.1 ${MANPREFIX}/man/man1 >X.for i in 16 32 48 64 128 >X ${MKDIR} ${PREFIX}/share/icons/hicolor/${i}x${i}/apps >X ${INSTALL_DATA} ${WRKSRC}/xombreroicon${i}.png ${PREFIX}/share/icons/hicolor/${i}x${i}/apps >X.endfor >X ${MKDIR} ${DATADIR} >X.for i in style.css tld-rules >X ${INSTALL_DATA} ${WRKSRC}/${i} ${DATADIR} >X.endfor >X ${MKDIR} ${PREFIX}/share/applications >X ${INSTALL_DATA} ${WRKSRC}/xombrero.desktop ${PREFIX}/share/applications >X.if ${PORT_OPTIONS:MEXAMPLES} >X ${MKDIR} ${EXAMPLESDIR} >X.for i in favorites xombrero.conf >X ${INSTALL_DATA} ${WRKSRC}/${i} ${EXAMPLESDIR} >X.endfor >X ${INSTALL_SCRIPT} ${WRKSRC}/playflash.sh ${EXAMPLESDIR} >X.endif >X >X.include <bsd.port.post.mk> >5ebe7d8fa3f0b934e8d6aeba98a0478b >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 169860
:
126132
|
126133
|
126134
| 126135 |
126136