diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-07 07:12:47 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-07 07:12:47 +0800 |
commit | c02b03a2057196912df7e5b8a6494f2557b74297 (patch) | |
tree | 9d4df288f77dfc31f41e21863356f23ad1ad87e9 /www/xxxterm | |
parent | a1ba0b10c15818d7c9cf2829be4cc54b9c56e27f (diff) | |
download | marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.tar marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.tar.gz marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.tar.bz2 marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.tar.lz marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.tar.xz marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.tar.zst marcuscom-ports-c02b03a2057196912df7e5b8a6494f2557b74297.zip |
Chase webkit-gtk2 shlib name change libwebkit-1.0.so.13 -> libwebkitgtk-1.0.so.0
Bump portrevision except broken ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15365 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/xxxterm')
-rw-r--r-- | www/xxxterm/Makefile | 58 | ||||
-rw-r--r-- | www/xxxterm/distinfo | 2 | ||||
-rw-r--r-- | www/xxxterm/pkg-descr | 5 |
3 files changed, 65 insertions, 0 deletions
diff --git a/www/xxxterm/Makefile b/www/xxxterm/Makefile new file mode 100644 index 000000000..7f6c638f3 --- /dev/null +++ b/www/xxxterm/Makefile @@ -0,0 +1,58 @@ +# New ports collection makefile for: xxxterm +# Date created: 2011.01.15 +# Whom: Aldis Berjoza <aldis@bsdroot.lv> +# +# $FreeBSD: ports/www/xxxterm/Makefile,v 1.3 2011/02/15 07:21:37 miwi Exp $ +# + +PORTNAME= xxxterm +PORTVERSION= 1.303 +PORTREVISION= 1 +CATEGORIES= www +MASTER_SITES= http://opensource.conformal.com/snapshots/xxxterm/ +EXTRACT_SUFX= .tgz + +MAINTAINER= aldis@bsdroot.lv +COMMENT= Minimalists vi-like web browser based on webkit and GTK+ + +LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \ + soup-2.4:${PORTSDIR}/devel/libsoup \ + webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 + +USE_GNOME= gtk20 pkgconfig +USE_PERL5_BUILD=YES + +PLIST_FILES= bin/xxxterm +MAN1= xxxterm.1 +PORTEXAMPLES= favorites xxxterm.conf +PLIST_DIRS+= share/xxxterm + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800041 +BROKEN= does not build due to missing arc4random_buf in libc +.endif + +ICONS= 16 32 48 64 128 +.for i in ${ICONS} +PLIST_FILES+= share/xxxterm/xxxtermicon${i}.png +.endfor + +do-build: + (cd ${WRKSRC}/freebsd && make) + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/freebsd/xxxterm ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/xxxterm.1 ${PREFIX}/man/man1/ + ${MKDIR} ${PREFIX}/share/${PORTNAME} +.for i in ${ICONS} + ${INSTALL_DATA} ${WRKSRC}/xxxtermicon${i}.png ${PREFIX}/share/xxxterm/ +.endfor +.if !defined(NOPORTEXAMPLES) + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/favorites ${EXAMPLESDIR}/ + ${INSTALL_DATA} ${WRKSRC}/xxxterm.conf ${EXAMPLESDIR}/ +.endif + +# vim: set ts=8 sw=8: +.include <bsd.port.post.mk> diff --git a/www/xxxterm/distinfo b/www/xxxterm/distinfo new file mode 100644 index 000000000..85fd0fb76 --- /dev/null +++ b/www/xxxterm/distinfo @@ -0,0 +1,2 @@ +SHA256 (xxxterm-1.303.tgz) = c32bf71babc734fa78012c7338d8cc3459955fd31aca157aaa0934908c8de860 +SIZE (xxxterm-1.303.tgz) = 132276 diff --git a/www/xxxterm/pkg-descr b/www/xxxterm/pkg-descr new file mode 100644 index 000000000..9857b928a --- /dev/null +++ b/www/xxxterm/pkg-descr @@ -0,0 +1,5 @@ +xxxterm is a minimalists web browser. It strives to be vi-like for heavy +keyboard users while maintaining traditional web browser behaviour. It is ISC +licensed. It is based on webkit using GTK+. + +WWW: http://opensource.conformal.com/wiki/XXXTerm |