diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 05:58:56 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 05:58:56 +0800 |
commit | 7a5dca66bb9300d2f6f1ef7647353c14e6ea5137 (patch) | |
tree | fe1b451177eab6d36991a990e5f179b0ee24b21c /editors | |
parent | ab65b138c4fea93fcfa9cbc224c33cc955e7499f (diff) | |
download | marcuscom-ports-7a5dca66bb9300d2f6f1ef7647353c14e6ea5137.tar marcuscom-ports-7a5dca66bb9300d2f6f1ef7647353c14e6ea5137.tar.gz marcuscom-ports-7a5dca66bb9300d2f6f1ef7647353c14e6ea5137.tar.bz2 marcuscom-ports-7a5dca66bb9300d2f6f1ef7647353c14e6ea5137.tar.lz marcuscom-ports-7a5dca66bb9300d2f6f1ef7647353c14e6ea5137.tar.xz marcuscom-ports-7a5dca66bb9300d2f6f1ef7647353c14e6ea5137.tar.zst marcuscom-ports-7a5dca66bb9300d2f6f1ef7647353c14e6ea5137.zip |
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8795 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dedit/Makefile | 37 | ||||
-rw-r--r-- | editors/dedit/distinfo | 3 | ||||
-rw-r--r-- | editors/dedit/files/patch-ae | 11 | ||||
-rw-r--r-- | editors/dedit/pkg-descr | 4 | ||||
-rw-r--r-- | editors/dedit/pkg-plist | 3 |
5 files changed, 58 insertions, 0 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile new file mode 100644 index 000000000..d2b3573ce --- /dev/null +++ b/editors/dedit/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: dedit +# Date created: 26 January 2000 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= dedit +PORTVERSION= 0.6.2.3 +PORTREVISION= 3 +CATEGORIES= editors gnome +MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= A simple GNOME i18n editor + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_X_PREFIX= yes +USE_GNOME= gnomelibs gnomeprefix gnomehack gtk12 glib12 orbit +USE_ICONV= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -liconv" + +MAN1= dedit.1 +MANLANG= "" ja + +pre-patch: + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|dedit.ja.1||' + +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/dedit.ja.1 ${MANPREFIX}/man/ja/man1/dedit.1 + +.include <bsd.port.mk> diff --git a/editors/dedit/distinfo b/editors/dedit/distinfo new file mode 100644 index 000000000..2fc380d1e --- /dev/null +++ b/editors/dedit/distinfo @@ -0,0 +1,3 @@ +MD5 (dedit_0.6.2.3.tar.gz) = f4b52e1f7e9f905c48166794a5aada03 +SHA256 (dedit_0.6.2.3.tar.gz) = 2339d4ceb98ed9ddcdb8f67baff62ad5174d6dcb68e46d134faf7e4e409cc373 +SIZE (dedit_0.6.2.3.tar.gz) = 171015 diff --git a/editors/dedit/files/patch-ae b/editors/dedit/files/patch-ae new file mode 100644 index 000000000..d843b9669 --- /dev/null +++ b/editors/dedit/files/patch-ae @@ -0,0 +1,11 @@ +--- configure.orig Thu Nov 16 13:40:48 2000 ++++ configure Wed Oct 31 03:46:15 2001 +@@ -4569,7 +4569,7 @@ + fi + for lang in $LINGUAS; do + case "$ALL_LINGUAS" in +- *\ $lang\ *|$lang\ *|*\ $lang) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; ++ *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; + esac + done + LINGUAS=$NEW_LINGUAS diff --git a/editors/dedit/pkg-descr b/editors/dedit/pkg-descr new file mode 100644 index 000000000..7c781b2b5 --- /dev/null +++ b/editors/dedit/pkg-descr @@ -0,0 +1,4 @@ +a simple GNOME i18n editor + +Check the site below (Japanese only): +WWW: http://dice.debian.gr.jp/dtools/ diff --git a/editors/dedit/pkg-plist b/editors/dedit/pkg-plist new file mode 100644 index 000000000..4f2c291f3 --- /dev/null +++ b/editors/dedit/pkg-plist @@ -0,0 +1,3 @@ +bin/dedit +share/gnome/apps/Applications/dedit.desktop +share/locale/ja/LC_MESSAGES/dedit.mo |