| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=26471
|
|
|
|
| |
Notes:
svn path=/head/; revision=26064
|
|
|
|
| |
Notes:
svn path=/head/; revision=25880
|
|
|
|
| |
Notes:
svn path=/head/; revision=25764
|
|
|
|
|
|
|
|
|
|
| |
Autodetect encoding and convert to koi8, CP-1251, or CP-866.
PR: 16095
Submitted by: Michael Vasilenko <acid@stu.cn.ua>
Notes:
svn path=/head/; revision=25219
|
|
|
|
| |
Notes:
svn path=/head/; revision=25042
|
|
|
|
|
|
|
| |
This version 1.9.3 seems old.
Notes:
svn path=/head/; revision=24963
|
|
|
|
| |
Notes:
svn path=/head/; revision=23914
|
|
|
|
|
|
|
|
|
|
| |
* Fixed bug with 'historical' patch site
PR: 15359
Submitted by: maintainer
Notes:
svn path=/head/; revision=23913
|
|
|
|
|
|
|
|
| |
PR: 15202
Submitted by: Maintainer
Notes:
svn path=/head/; revision=23697
|
|
|
|
|
|
|
| |
Noticed by: fenner
Notes:
svn path=/head/; revision=23503
|
|
|
|
| |
Notes:
svn path=/head/; revision=23464
|
|
|
|
|
|
|
|
| |
PR: 14846
Submitted by: maintainer
Notes:
svn path=/head/; revision=23100
|
|
|
|
|
|
|
| |
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes:
svn path=/head/; revision=22137
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=21143
|
|
|
|
| |
Notes:
svn path=/head/; revision=21052
|
|
|
|
|
|
|
|
|
| |
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Notes:
svn path=/head/; revision=21051
|
|
|
|
| |
Notes:
svn path=/head/; revision=21048
|
|
|
|
|
|
|
| |
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes:
svn path=/head/; revision=21034
|
|
|
|
|
|
|
|
| |
true -> ${TRUE}
false -> ${FALSE}
Notes:
svn path=/head/; revision=20902
|
|
|
|
|
|
|
|
|
|
|
| |
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
Notes:
svn path=/head/; revision=20898
|
|
|
|
|
|
|
| |
chown -> ${CHOWN}
Notes:
svn path=/head/; revision=20885
|
|
|
|
|
|
|
| |
containing the ports editors/vim5, sysutils/star, and one other.
Notes:
svn path=/head/; revision=20500
|
|
|
|
|
|
|
|
| |
PR: 12587
Submitted by: maintainer
Notes:
svn path=/head/; revision=20421
|
|
|
|
| |
Notes:
svn path=/head/; revision=20401
|
|
|
|
| |
Notes:
svn path=/head/; revision=20400
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From their http site:
The gd library is temporarily available. We have taken it off the
site until we are able to arrive at an agreement with Unisys regarding
their legal position with respect to gd. Please do not send email asking
for the gd library at this time. We cannot send it to you, at least until
this matter is resolved. Thank you for your understanding.
Boutell.Com, Inc.
Reported by: "Stephen J. Roznowski" <sjr@home.net>
Notes:
svn path=/head/; revision=20181
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
Notes:
svn path=/head/; revision=19804
|
|
|
|
| |
Notes:
svn path=/head/; revision=18579
|
|
|
|
| |
Notes:
svn path=/head/; revision=18427
|
|
|
|
| |
Notes:
svn path=/head/; revision=18412
|
|
|
|
| |
Notes:
svn path=/head/; revision=18395
|
|
|
|
|
|
|
|
|
|
| |
A Russian version the Apache HTTP server.
PR: 11108
Submitted by: Vladimir N.Silyaev <vns@delta.odessa.ua>
Notes:
svn path=/head/; revision=18394
|
|
|
|
| |
Notes:
svn path=/head/; revision=16661
|
|
|
|
|
|
|
|
| |
PR: ports/9315
Submitted by: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
Notes:
svn path=/head/; revision=16657
|
|
|
|
|
|
|
|
| |
PR: ports/9924
Submitted by: Igor Vinokurov <igor@rtsnet.ru>
Notes:
svn path=/head/; revision=16557
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
Notes:
svn path=/head/; revision=16518
|
|
|
|
| |
Notes:
svn path=/head/; revision=15462
|
|
|
|
|
|
|
|
| |
PR: ports/9151
Submitted by: andy@icc.surw.chel.su
Notes:
svn path=/head/; revision=15458
|
|
|
|
| |
Notes:
svn path=/head/; revision=15148
|
|
|
|
|
|
|
|
| |
Submitted by: igor@zynaps.ru
A keyboard layout switcher and indicator.
Notes:
svn path=/head/; revision=15147
|
|
|
|
|
|
|
|
| |
PR: ports/7648
Submitted by: Groznyh Sergey <gsm@infosite.ru>
Notes:
svn path=/head/; revision=15132
|
|
|
|
| |
Notes:
svn path=/head/; revision=15131
|
|
|
|
| |
Notes:
svn path=/head/; revision=15048
|
|
|
|
| |
Notes:
svn path=/head/; revision=15015
|
|
|
|
| |
Notes:
svn path=/head/; revision=14997
|
|
|
|
| |
Notes:
svn path=/head/; revision=14087
|
|
|
|
| |
Notes:
svn path=/head/; revision=14044
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> ru-pgp-2.6.3ia depends on executable: pgp - found
[ -d /usr/local/lib/pgp ] || mkdir -p /usr/local/lib/pgp
cd /usr/ports/russian/pgp.language/work; install -c -o bin -g bin -m 444 language.txt ru.hlp /usr/local/lib/pgp
cd /usr/ports/russian/pgp.language/work; tr -d '\015' < NOTES.ru > /usr/local/lib/pgp/NOTES.ru
cd /usr/local/lib/pgp; grep -l -q '^Language.*=.*ru' config.txt || { cp config.txt config.txt.bak; sed 's/^Language.*=.*$/Language = ru/' < config.txt.bak > config.txt; }
grep: config.txt: No such file or directory
cp: config.txt: No such file or directory
*** Error code 1
Notes:
svn path=/head/; revision=14031
|