#!/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 option value='dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-pyshark
Commit message (Expand)AuthorAgeFilesLines
* Reset maintainer on my python portsfeld2018-10-031-1/+1
* Use PY_FLAVOR for dependencies.mat2018-06-211-4/+4
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereamdmi32018-04-261-1/+1
* Convert Python ports to FLAVORS.mat2017-11-301-4/+4
* net/py-pyshark: Update to 0.3.6.2feld2017-02-062-4/+4
* net/py-pyshark: Add LICENSEfeld2016-06-181-2/+4