aboutsummaryrefslogtreecommitdiff
path: root/x11/xdialog
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-18 22:54:31 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-18 22:54:31 +0000
commit4132616fc635d290256e51c4ad4162ea3b78bd4b (patch)
tree95a14d846c5aa5d1c73d294a85d8113da5dbc181 /x11/xdialog
parentd403cfe967c3f909ec4ee6d22110eabb45caa4bb (diff)
downloadports-4132616fc635d290256e51c4ad4162ea3b78bd4b.tar.gz
ports-4132616fc635d290256e51c4ad4162ea3b78bd4b.zip
Notes
Diffstat (limited to 'x11/xdialog')
-rw-r--r--x11/xdialog/Makefile13
-rw-r--r--x11/xdialog/distinfo2
-rw-r--r--x11/xdialog/files/patch-po_hu.po14
-rw-r--r--x11/xdialog/files/patch-po_pt__BR.po14
-rw-r--r--x11/xdialog/pkg-descr4
-rw-r--r--x11/xdialog/pkg-plist2
6 files changed, 12 insertions, 37 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile
index d98ad4a5347f..cd8d3f6e5c65 100644
--- a/x11/xdialog/Makefile
+++ b/x11/xdialog/Makefile
@@ -7,26 +7,27 @@
#
PORTNAME= xdialog
-PORTVERSION= 2.0.6
+PORTVERSION= 2.1.1
CATEGORIES= x11
-MASTER_SITES= http://www.chez.com/godefroy/
+MASTER_SITES= http://thgodef.nerim.net/xdialog/
DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.Org
COMMENT= A drop in replacement for the "dialog" or "cdialog" programs
USE_BZIP2= yes
-USE_GNOME= gtk12
USE_X_PREFIX= yes
+USE_GNOME= gtk12
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= Xdialog.1
-DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-PLIST_DIRS= DOCSDIR=${DOCSDIR}
-PLIST_SUB+= ${PLIST_DIRS:S,DIR=${PREFIX}/,DIR=,}
+post-patch:
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's| install-docDATA||g'
post-install:
.if !defined(NOPORTDOCS)
diff --git a/x11/xdialog/distinfo b/x11/xdialog/distinfo
index a5c8fb36346b..91b25007fd05 100644
--- a/x11/xdialog/distinfo
+++ b/x11/xdialog/distinfo
@@ -1 +1 @@
-MD5 (Xdialog-2.0.6.tar.bz2) = 53b2f0246af8ac51455c02391adba3fb
+MD5 (Xdialog-2.1.1.tar.bz2) = 379cd3983a22d98d4436e8d4f16a56e1
diff --git a/x11/xdialog/files/patch-po_hu.po b/x11/xdialog/files/patch-po_hu.po
deleted file mode 100644
index a0493111750d..000000000000
--- a/x11/xdialog/files/patch-po_hu.po
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- po/hu.po.orig Mon Jul 22 19:20:06 2002
-+++ po/hu.po Mon Jul 22 19:20:14 2002
-@@ -10,7 +10,7 @@
- "Last-Translator: Lenart Janos <ocsi@debian.org>\n"
- "Language-Team: Hungarian <hu@li.org>\n"
- "MIME-Version: 1.0\n"
--"Content-Type: text/plain; charset=ISO8859-2\n"
-+"Content-Type: text/plain; charset=ISO-8859-2\n"
- "Content-Transfer-Encoding: 8bit\n"
-
- #: src/interface.h:80
diff --git a/x11/xdialog/files/patch-po_pt__BR.po b/x11/xdialog/files/patch-po_pt__BR.po
deleted file mode 100644
index 5a26fbd22dda..000000000000
--- a/x11/xdialog/files/patch-po_pt__BR.po
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- po/pt_BR.po.orig Mon Jul 22 19:20:26 2002
-+++ po/pt_BR.po Mon Jul 22 19:20:40 2002
-@@ -8,7 +8,7 @@
- "Last-Translator: Lucas Brasilino <lucas@lbs.com.br>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "MIME-Version: 1.0\n"
--"Content-Type: text/plain; charset=CHARSET\n"
-+"Content-Type: text/plain; charset=ISO-8859-1\n"
- "Content-Transfer-Encoding: 8bit\n"
-
- #: src/interface.h:80
diff --git a/x11/xdialog/pkg-descr b/x11/xdialog/pkg-descr
index 9b7ba7d0430b..0721a6dae062 100644
--- a/x11/xdialog/pkg-descr
+++ b/x11/xdialog/pkg-descr
@@ -3,5 +3,5 @@ Xdialog is designed to be a drop in replacement for the "dialog" or
program with an X-windows interface. The dialogs are easier to see
and use while adding even more functionalities.
-WWW: http://www.chez.com/godefroy/
-Author: Thierry Godefroy <xdialog@free.fr>
+WWW: http://xdialog.dyns.net/
+Author: Thierry Godefroy <xdialog@free.fr>
diff --git a/x11/xdialog/pkg-plist b/x11/xdialog/pkg-plist
index 8b23a6d44627..a16d27b5b53d 100644
--- a/x11/xdialog/pkg-plist
+++ b/x11/xdialog/pkg-plist
@@ -15,6 +15,7 @@ share/locale/no_NO/LC_MESSAGES/Xdialog.mo
%%PORTDOCS%%%%DOCSDIR%%/changelog.html
%%PORTDOCS%%%%DOCSDIR%%/check.png
%%PORTDOCS%%%%DOCSDIR%%/checklist.png
+%%PORTDOCS%%%%DOCSDIR%%/colorsel.png
%%PORTDOCS%%%%DOCSDIR%%/combobox.png
%%PORTDOCS%%%%DOCSDIR%%/common.html
%%PORTDOCS%%%%DOCSDIR%%/compatibility.html
@@ -23,6 +24,7 @@ share/locale/no_NO/LC_MESSAGES/Xdialog.mo
%%PORTDOCS%%%%DOCSDIR%%/faq.html
%%PORTDOCS%%%%DOCSDIR%%/fill.png
%%PORTDOCS%%%%DOCSDIR%%/fixedfont.png
+%%PORTDOCS%%%%DOCSDIR%%/fontsel.png
%%PORTDOCS%%%%DOCSDIR%%/fselect.png
%%PORTDOCS%%%%DOCSDIR%%/gauge.png
%%PORTDOCS%%%%DOCSDIR%%/gtk.html