aboutsummaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/htdocs/ports
Commit message (Collapse)AuthorAgeFilesLines
* Fix index.html and references.html generation after r50956.Glen Barber2017-10-041-1/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=51041
* the "install" target should not depend on "all"Wolfram Schneider2017-09-291-1/+1
| | | | | | | | | | this fix the issue with the failing: make -C en_US.ISO8859-1/htdocs/ports -j1 install PR: 222626 Notes: svn path=/head/; revision=50956
* sync with english MakefileWolfram Schneider2017-09-261-0/+3
| | | | | | | PR: 222597 Notes: svn path=/head/; revision=50924
* MFen:Sergey Kandaurov2015-08-181-10/+14
| | | | | | | r39632 -> r47265 ports/installing.xml Notes: svn path=/head/; revision=47269
* Remove the 'ports.size' target and all references to it inGlen Barber2015-08-184-26/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the htdocs/ directories. While here, fix the hostname(1) evaluation for non-en_US translations. These scripts used to fetch the ports.tgz file from FTP, but this file no longer exists. Since we already reference the size of the ports tree (via share/xml/freebsd.ent) for the Handbook, I do not plan to bring back this functionality, as the information it was producing was incorrect anyway. Note to translators of de_DE, ja_JP, and ru_RU trees: The relevant files in the htdocs/ directories also needed to be updated as part of this commit to avoid breaking the build. Because my editor does not seem to properly handle ja_JP or ru_RU, editing the installing.xml files within those trees was not an option, as it mangled the file after saving. A sed(1) substitution to comment the '&ports.size;' macro was done here instead, but the entire line referencing ftp.freebsd.org should be removed instead. Approved by: doceng (implicit) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=47265
* MFen r47260:Glen Barber2015-08-181-2/+1
| | | | | | | | | | | Switch the 'packages.exist' target to use pkg.freebsd.org, since we do not publish packages on FTP mirrors anymore. Approved by: doceng (implicit) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=47261
* MFen r45243 and thus unbreak the web build process.Sergey Kandaurov2014-07-131-2/+2
| | | | | | | Reported by: gavin Notes: svn path=/head/; revision=45273
* - Use /usr/bin/svnlite as SVN if available.Hiroki Sato2013-11-136-6/+6
| | | | | | | | | | | | | - Replace /XML/{doc,www}/ with /XML/ in SysId. - Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via XML catalog instead. - Change the L10N layer in freebsd-*.xsl not to use localized XSLT stylesheets directly. - Move share/xsl/* to share/xml and remove share/xsl. - Remove obsolete share/web2c/pdftex.def. Notes: svn path=/head/; revision=43181
* Attempt to fix build by adding (yet another) hard-coded hostname.Glen Barber2013-04-071-1/+1
| | | | | | | With help and patience of: peter Notes: svn path=/head/; revision=41389
* Fix various make(1) targets in UTF-8 locale environment.Glen Barber2012-10-301-1/+1
| | | | | | | Reviewed by: pluknet Notes: svn path=/head/; revision=39855
* MFen: Resync with the latest English version of ports pages.Sergey Kandaurov2012-10-0715-358/+766
| | | | Notes: svn path=/head/; revision=39681
* ... In attempt to unbreak the web build process:Taras Korenko2012-10-072-18/+19
| | | | | | | | + Synchronize ports category description translation (htdocs/ports/categories); + Extend sgml->xml filename conversion onto htdocs/ports/portindex script. Notes: svn path=/head/; revision=39678
* - Rename the share/sgml directories to share/xmlGabor Kovesdan2012-10-012-2/+2
| | | | | | | | | - Fix build errors from the next change Approved by: doceng (implicit) Notes: svn path=/head/; revision=39632
* - Rename .sgml files to .xmlGabor Kovesdan2012-10-011-9/+9
| | | | | | | | | - Reflect the rename in referencing files Approved by: doceng (implicit) Notes: svn path=/head/; revision=39631
* - Strip unnecessary trailing spacesGabor Kovesdan2012-08-212-2/+2
| | | | | | | Approved by: doceng (implicit) Notes: svn path=/projects/sgml2xml/; revision=39416
* - XMLify the ports/ section of the webpages. With this change the wholeGabor Kovesdan2012-08-093-49/+58
| | | | | | | | | | | | set of webpages should be now buildable in XML, however the build mechanism of the multimedia/ and ports/ sections do not really fit our infrastructure so these should probably be redesigned later to use XSLT. Approved by: doceng (implicit) Notes: svn path=/projects/sgml2xml/; revision=39346
* - Drop HTML Tidy support on webpages; on articles/books it is still usedGabor Kovesdan2012-08-041-5/+1
| | | | | | | | | since the default HTML output is not that clean Approved by: doceng (implicit) Notes: svn path=/projects/sgml2xml/; revision=39317
* - Set svn:ketwords and svn:mime-type. Note that application/octet-stream isHiroki Sato2012-05-174-4/+4
| | | | | | | | | | set on some files as a workaround for binary check. - Fix pathname for svn co in the webupdate script. Approved by: doceng (implicit) Notes: svn path=/head/; revision=38826
* - Move developers.sgml to the language-independent directory.Hiroki Sato2012-05-172-8/+8
| | | | | | | | | | | - Move files under <lang>/htdocs/share to <lang>/share. - s/WEB_PREFIX/DOC_PREFIX/ - Update the webupdate script to use the SVN repository. Approved by: doceng (implicit) Notes: svn path=/head/; revision=38822
* - Remove junk directories.Hiroki Sato2012-05-177-0/+631
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate information in the www and the doc directory. - Add various administration files to svnadmin. Approved by: doceng (implicit) Notes: svn path=/head/; revision=38821