$FreeBSD$ --- tools/huff_table.orig +++ tools/huff_table @@ -62,7 +62,7 @@ export LANG ## 0 is reserved, 1 is reserved too ALPHABET_SIZE=254 -if [ $1 == "entries" ] +if [ $1 = "entries" ] then infile=$2 outfile=$3 @@ -74,7 +74,7 @@ then printf("\n");}' >huff.tmp.corpus fi -if [ $1 == "phones" ] +if [ $1 = "phones" ] then infile=$2 outfile=$3 @@ -83,7 +83,7 @@ then sed 's/\\/ /g' >huff.tmp.corpus fi -if [ $1 == "residual" ] +if [ $1 = "residual" ] then # This really doesn't work: just some tests to see what's worthwhile infile=$2 @@ -110,7 +110,7 @@ then sed 's/,//g;s/};//' >huff.tmp.corpus fi -if [ $1 == "other" ] +if [ $1 = "other" ] then infile=$2 outfile=$3 @@ -242,7 +242,7 @@ awk 'BEGIN {'"$maptable"'} printf("\n"); }' > huff.tmp.corpus.uncompressed -if [ $1 == "phones" ] +if [ $1 = "phones" ] then cat huff.tmp.corpus.best | sed 's/+/\\/g' | @@ -259,7 +259,7 @@ then mv huff.tmp.corpus.compressed huff.phones.compressed fi -if [ $1 == "entries" ] +if [ $1 = "entries" ] then cat huff.tmp.corpus.best | sed 's/+//g' | it/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/wmfirew
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-5/+4
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Add SHA256pav2005-11-261-0/+1
|
* Use PLIST_FILES.trevor2004-02-062-1/+1
| | | | Reviewed by: marcus
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* SIZEify.trevor2004-01-301-0/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat