diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-31 02:52:17 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-31 02:52:17 +0800 |
commit | 00f81ddd4c014089ff84138e82b4a7a784d9757e (patch) | |
tree | d5ec5d5452697c7b69343b22b55d0b54640ff261 | |
parent | 102c316cba633c35fc0f3b594d1896a3655d0fa6 (diff) | |
download | freebsd-ports-gnome-00f81ddd4c014089ff84138e82b4a7a784d9757e.tar.gz freebsd-ports-gnome-00f81ddd4c014089ff84138e82b4a7a784d9757e.tar.zst freebsd-ports-gnome-00f81ddd4c014089ff84138e82b4a7a784d9757e.zip |
add retawq 0.0.5
An interactive, multi-threaded web browser for text terminals
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/retawq/Makefile | 37 | ||||
-rw-r--r-- | www/retawq/distinfo | 1 | ||||
-rw-r--r-- | www/retawq/files/patch-Makefile | 26 | ||||
-rw-r--r-- | www/retawq/pkg-comment | 1 | ||||
-rw-r--r-- | www/retawq/pkg-descr | 8 | ||||
-rw-r--r-- | www/retawq/pkg-plist | 3 |
7 files changed, 77 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 69fd00a04210..7900531a4e92 100644 --- a/www/Makefile +++ b/www/Makefile @@ -291,6 +291,7 @@ SUBDIR += quanta SUBDIR += quixote SUBDIR += reportmagic + SUBDIR += retawq SUBDIR += roxen SUBDIR += ruboard SUBDIR += ruby-http-access diff --git a/www/retawq/Makefile b/www/retawq/Makefile new file mode 100644 index 000000000000..55e451f287cd --- /dev/null +++ b/www/retawq/Makefile @@ -0,0 +1,37 @@ +# ex:ts=8 +# Ports collection makefile for: retawq +# Date created: Dec 30, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= retawq +PORTVERSION= 0.0.5 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext + +CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lintl +USE_GMAKE= yes +MAKE_ENV= LDFLAGS="${LDFLAGS}" +ALL_TARGET= # empty + +post-patch: + @${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g ; \ + s,%%LOCALBASE%%,${LOCALBASE},g ; \ + s,%%PREFIX%%,${PREFIX},g ; \ + s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/retawq ${PREFIX}/bin +.for lang in de fr + ${INSTALL_DATA} ${WRKSRC}/i18n/${lang}.mo ${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo +.endfor + +.include <bsd.port.mk> diff --git a/www/retawq/distinfo b/www/retawq/distinfo new file mode 100644 index 000000000000..b4b3477d5562 --- /dev/null +++ b/www/retawq/distinfo @@ -0,0 +1 @@ +MD5 (retawq-0.0.5.tar.gz) = 20fae30f25f1fce0dff40457c4004a81 diff --git a/www/retawq/files/patch-Makefile b/www/retawq/files/patch-Makefile new file mode 100644 index 000000000000..7dfb865f7f3f --- /dev/null +++ b/www/retawq/files/patch-Makefile @@ -0,0 +1,26 @@ +--- Makefile.orig Wed Nov 28 23:24:02 2001 ++++ Makefile Mon Dec 31 02:39:44 2001 +@@ -16,11 +16,11 @@ + CONFIG_CED = 1 + + # i18n (internationalization) +-CONFIG_I18N = 0 +-CONFIG_I18N_PATH = \"/usr/share/locale\" ++CONFIG_I18N = 1 ++CONFIG_I18N_PATH = \"%%LOCALBASE%%/share/locale\" + + # path for "make install"; don't forget the trailing "/"! +-INSTALL_BINPREFIX = /usr/bin/ ++INSTALL_BINPREFIX = %%PREFIX%%/bin/ + + # put your favourite C compiler here; mine is "gcc" ;-) + CC = gcc +@@ -128,7 +128,7 @@ + @echo "#define CONFIG_DEBUG $(CONFIG_DEBUG)" >> .config + + retawq: $(OBJS) +- $(CC) $(OBJS) $(LCLT) $(LCLC) -o retawq ++ $(CC) $(OBJS) $(LCLT) $(LCLC) -o retawq ${LDFLAGS} + + stripsyms: + -strip --strip-unneeded retawq diff --git a/www/retawq/pkg-comment b/www/retawq/pkg-comment new file mode 100644 index 000000000000..f8790b123f1a --- /dev/null +++ b/www/retawq/pkg-comment @@ -0,0 +1 @@ +An interactive, multi-threaded web browser for text terminals diff --git a/www/retawq/pkg-descr b/www/retawq/pkg-descr new file mode 100644 index 000000000000..6cede2fb9068 --- /dev/null +++ b/www/retawq/pkg-descr @@ -0,0 +1,8 @@ +retawq is an interactive, multi-threaded network client ("web browser") for +text terminals on computers with Unix-like operating systems (Linux, BSD, +Solaris, ...). It is fast, small, nicely configurable, and comfortable; +e.g. the low-level communications are performed in a non-blocking way, and +you can keep open as many "virtual windows" as you want and work +simultaneously in two of them in a split-screen mode. + +WWW: http://retawq.sourceforge.net/ diff --git a/www/retawq/pkg-plist b/www/retawq/pkg-plist new file mode 100644 index 000000000000..f9f631ce9267 --- /dev/null +++ b/www/retawq/pkg-plist @@ -0,0 +1,3 @@ +bin/retawq +share/locale/de/LC_MESSAGES/retawq.mo +share/locale/fr/LC_MESSAGES/retawq.mo |