summaryrefslogtreecommitdiff
path: root/www/retawq
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-30 18:52:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-30 18:52:17 +0000
commit2c0a6c05c4e40baedd3476e050485b0f3ea1cc99 (patch)
tree32cd4e777da02106ee34bede089730d45d67dae4 /www/retawq
parentChase libaudio shlib major (from the audio/nas update). (diff)
add retawq 0.0.5
An interactive, multi-threaded web browser for text terminals
Notes
Notes: svn path=/head/; revision=52418
Diffstat (limited to 'www/retawq')
-rw-r--r--www/retawq/Makefile37
-rw-r--r--www/retawq/distinfo1
-rw-r--r--www/retawq/files/patch-Makefile26
-rw-r--r--www/retawq/pkg-comment1
-rw-r--r--www/retawq/pkg-descr8
-rw-r--r--www/retawq/pkg-plist3
6 files changed, 76 insertions, 0 deletions
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