#!/bin/bash # # Script for translators not being able to run autogen.sh # # Copyright (C) 2000 Free Software Foundation. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # This script is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this library; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # Authors: Kenneth Christiansen PACKAGE=evolution DEPENDS=$(which xml-i18n-toolize 2> /dev/null) if [ "$DEPENDS" = "" -o ! -x "$DEPENDS" ] ; then echo "The xml-i18n-tools system is not installed or in path!" echo echo "The module $PACKAGE requires this inplimentation, which" echo "can be found at:" echo echo " ftp://ftp.gnome.org/pub/GNOME/stable/xml-i18n-tools " echo echo "Please install before trying to update the translations" echo "again..." echo exit fi XMLDIR=$(which xml-i18n-toolize | sed s@/bin/xml-i18n-toolize@@) XML_I18N_EXTRACT="$XMLDIR/share/xml-i18n-tools/xml-i18n-extract" XML_I18N_UPDATE="$XMLDIR/share/xml-i18n-tools/xml-i18n-update" PACKAGE=$PACKAGE XML_I18N_EXTRACT=$XML_I18N_EXTRACT \ $XML_I18N_UPDATE $1 > FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/mplusfonts
Commit message (Expand)AuthorAgeFilesLines
* Reset ys@pixygarden.net due to maintainer-timeouts and no response to email.linimon2007-03-141-1/+1
* - Update to 2.2.4miwi2006-08-282-5/+4
* SHA256ifyedwin2006-01-221-0/+1
* replace time-consuming grep -v with awk.sf2004-11-101-1/+5
* Update to 2.2.3vs2004-11-052-3/+3
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-5/+3
* update to 2.2.2.sf2004-07-164-15/+7
* - Update to 2.2.0krion2004-04-112-3/+3
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* - update to 2.1.3clement2004-01-162-2/+2
* Update japanese/mplusfonts port for 2.1.0.jeh2003-11-092-2/+2
* Update: japanese/mplusfontsedwin2003-09-242-2/+2
* update japanese/mplusfonts: 1.2.5 -> 2.0.5daichi2003-08-214-85/+22
* Committed. Thanks!daichi2003-06-176-66/+39
* Update: japanese/mplusfontsedwin2003-03-296-43/+200
* De-pkg-comment.knu2003-02-212-1/+1
* Change DOCSDIR.nobutaka2003-01-153-2/+4