[SVN Commit] area51/Tools/scripts

2016-09-17 Thread Adriaan de Groot
SVN commit 13037 by adridg: Merge from plasma5/, updates to Tools/ M +15 -6 area51

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2016-06-08 Thread Tobias Berner
SVN commit 12664 by tcberner: Add a 'silent' option to kdemerge: -s -- this suppresses the printing of the progressbar, in favour of just the category name M +8 -5 area51 ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2016-01-16 Thread Raphael Kubo da Costa
SVN commit 11815 by rakuco: kdediff: Set LC_ALL in some find(1) calls. FreeBSD 11 has proper collation support. An unexpected consequence is that some of our calls like find . -path './[A-Z]*' now match [a-z] too if one sets LC_ALL to, say, en_US.UTF-8. This looks weird, but is the proper

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11554 by rakuco: scripts/area51: Make the "-p" descriptions more generic. Say "PyQt" instead of "PyQt4", as we now have both 4 and 5 in the tree. M +6 -6 area51 ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2013-12-08 Thread Alberto Villa
SVN commit 9802 by avilla: - Make kdemerge only update CALLIGRA_* lines in bsd.kde4.mk when merging CALLIGRA/. M +9 -4 area51 ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2013-12-03 Thread Alberto Villa
SVN commit 9788 by avilla: - Add support for Mk/Uses/ (and [A-Z]*/ directories in general) to kdediff. M +8 -5 area51 ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2013-09-29 Thread Raphael Kubo da Costa
SVN commit 9537 by rakuco: Do not only look for dirs in the find(1) call in kdediff. The bsd.*.mk files in Mk/ are 2 levels below the root directory, and since we were passing `-type d' they wouldn't get picked by kdediff. This is particularly bad when one's sending an exp-run patch and

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2013-07-02 Thread Raphael Kubo da Costa
SVN commit 9323 by rakuco: Use an official SVN mirror. svn.freebsd.org is not listed in [1], choose one of the mirrors from there instead. [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/svn-mirrors.html M +1 -1 area51 ___

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2013-03-18 Thread Max Brazhnikov
SVN commit 9115 by makc: Don't remove Mk/Uses when merging M +3 -2 area51 ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2013-03-18 Thread Max Brazhnikov
SVN commit 9118 by makc: Fix merge for calligra ports M +1 -1 area51 ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/Tools/scripts/mkplist

2013-03-18 Thread Max Brazhnikov
SVN commit 9119 by makc: misc/kde4-l10n-mr is back M +1 -1 kde4-l10n.ports ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/Tools/scripts/gitmirror

2013-02-10 Thread David Bruce Naylor
SVN commit 8990 by DragonSA: Add Schaich Alonso (aka aschai) to the list of area51 authors. Welcome!!! M +1 -0 authors.txt ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2013-01-16 Thread Alberto Villa
SVN commit 8938 by avilla: - Add kdediff script to see what ports were changed in area51. The script also writes a patch with the detailed changes. Run `kdediff` to get a short help message. M +111 -1area51 AMkdediff ___

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2012-09-26 Thread Alberto Villa
SVN commit 8654 by avilla: - Make kdemerge and co. Subversion friendly. There are mainly two differences with the CVS version: * sparse checkouts are a lot slower; * since Subversion allows for `svn cp` and `svn mv`, the -w option in kdemerge is now strongly suggested. The -w option will drop

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2012-09-26 Thread Alberto Villa
SVN commit 8659 by avilla: - Remove directories in reverse order. - Add directories with --depth empty, to avoid warnings when adding files. M +2 -2 area51 ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2012-07-07 Thread Alberto Villa
SVN commit 8417 by avilla: - Sync with my local version. M +1 -1 area51 ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2012-05-26 Thread Alberto Villa
SVN commit 8237 by avilla: - Stop messing with CVS tags on checkout (the infamous './' problem). M +3 -2 area51 ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2012-05-11 Thread Alberto Villa
SVN commit 8174 by avilla: - Add support for category-only checkout in kdesparseco. - Fix problem when `tty` returns an error (someone reported it). - Optimise. - Use functions to avoid code duplication. - Add nice progress bars on wide enough displays. M +388 -358 area51

[kde-freebsd] [SVN Commit] area51/Tools/scripts/mkplist

2012-03-06 Thread Max Brazhnikov
SVN commit 8031 by makc: fix typo M +1 -1 make_plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/Tools/scripts/mkplist

2012-03-03 Thread Max Brazhnikov
SVN commit 8009 by makc: Update list of l10n ports M +13 -9 kde4-l10n.ports ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2011-10-07 Thread Alberto Villa
SVN commit 7714 by avilla: - Exclude CVS directories from files lists. - Enhance check for ports to be added to category makefiles. M +10 -4 area51 ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2011-10-03 Thread Alberto Villa
SVN commit 7702 by avilla: - kdedistup: skip ports with empty DISTFILES. M +3 -0 area51 ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2011-10-02 Thread Alberto Villa
SVN commit 7699 by avilla: - Attempt to makesum also when IGNORE is set. M +2 -2 area51 ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2011-09-29 Thread Alberto Villa
SVN commit 7687 by avilla: - Update the area51 script: * add support for CALLIGRA/; * merge kdediff into kdemerge and drop filter support; * support for checkout and merge of port directories not containing Makefiles; [1] * in kdemerge, -c implies -C; * when passing -w to kdemerge,

[kde-freebsd] Re: [SVN Commit] area51/Tools/scripts

2011-07-29 Thread David Naylor
On Thursday, 28 July 2011 19:44:45 David Bruce Naylor wrote: SVN commit 7362 by DragonSA: Add a script to export area51 svn repository to a git repository. NOTE: area51 is NOT moving to git. Please read and customise 2git.sh before using it. This script is for those who wish to have a

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2011-07-28 Thread David Bruce Naylor
SVN commit 7362 by DragonSA: Add a script to export area51 svn repository to a git repository. NOTE: area51 is NOT moving to git. Please read and customise 2git.sh before using it. This script is for those who wish to have a git mirror of area51. A first run of the script initialises the

[kde-freebsd] [SVN Commit] area51/Tools/scripts/mkplist

2011-06-28 Thread Alberto Villa
SVN commit 7313 by avilla: - Add list of Calligra l10n ports. A calligra-l10n.ports ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2011-03-24 Thread Alberto Villa
SVN commit 7055 by avilla: - Include Mk files and other stuff (e.g., UPDATING) in the patch. - Add removed ports to the patch. M +4 -8 area51 ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2011-03-18 Thread Alberto Villa
SVN commit 7046 by avilla: - astro/libindi is not a KDE dependency. M +0 -1 kde.release ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest

[kde-freebsd] [SVN Commit] area51/Tools/scripts/mkplist

2011-03-10 Thread Raphael Kubo da Costa
SVN commit 7035 by rakuco: Fix typos in comment. M +1 -1 make_plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2011-03-05 Thread Alberto Villa
SVN commit 7013 by xzhayon: - Hook ksysguardd to kde.release. M +1 -0 kde.release ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2011-03-04 Thread Alberto Villa
SVN commit 7007 by xzhayon: - kdedistup: allow distfiles fetching and make it the default behaviour. Add -F toggle to disable it. - Wrap help text. M +21 -11area51 ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2011-03-03 Thread Alberto Villa
SVN commit 6995 by xzhayon: - Replace kde* scripts with a unique script and a set of symlinks. - Add kdediff and kdedistup. Run `area51 -h` to find help and examples. Here's a brief description. * kdesparseco: checkout area51 ports from CVS repository. This will be mostly useless, as all the

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2011-03-03 Thread Alberto Villa
SVN commit 6996 by xzhayon: - Add KDE SC release file, to be used to generate release patches. It's deeply commented, read it. And please, try to keep it up to date. A kde.release ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2011-02-21 Thread Alberto Villa
SVN commit 6989 by xzhayon: - Rewrite kdesparseco: * Adapt to new area51 layout. * Make it configurable with CVSUSER, CVSHOST and AREA51 variables. * Checkout more stuff, like UPDATING, Mk and categories Makefiles (to make it easier to add/remove ports). M +29 -24kdesparseco

[kde-freebsd] [SVN Commit] area51/Tools/scripts/mkplist

2011-01-22 Thread Max Brazhnikov
SVN commit 6943 by makc: Add Hungarian l10n M +1 -0 koffice-l10n.ports ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2011-01-14 Thread Alberto Villa
SVN commit 6916 by xzhayon: - A new script to detect CONFLICTS checking for common files in plists. It doesn't check for PLIST_FILES. Run kdeconflicts -h and your training is complete. :) AMkdeconflicts ___ kde-freebsd mailing list

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2010-09-01 Thread Alberto Villa
SVN commit 6560 by xzhayon: - Add -n flag to simulate the merge. - Rename KDESRC and KDEDST to MERGESRC and MERGEDST. M +63 -46kdemerge ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See

[kde-freebsd] [SVN Commit] area51/Tools/scripts/mkplist

2010-08-21 Thread Max Brazhnikov
SVN commit 6522 by makc: Update M +4 -0 dirlist.kdehier4 M +5 -5 kde4-l10n.ports ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2010-08-19 Thread Alberto Villa
SVN commit 6502 by xzhayon: - Make the keep CVS metadata feature an option, and disable it by default. Requested by: fluffy M +15 -6 kdemerge ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2010-08-07 Thread Alberto Villa
SVN commit 6467 by xzhayon: - Avoid removing CVS files while merging. M +2 -1 kdemerge ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest

Re: [kde-freebsd] [SVN Commit] area51/Tools/scripts

2010-02-14 Thread Thomas Abthorpe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 13 Feb 2010 11:42:25 -0800 (PST) Max Brazhnikov m...@freebsd.org wrote: SVN commit 6027 by makc: Add some scripts: creating plists for l10n ports now is a fun :) A mkplist (directory) A

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2010-02-13 Thread Max Brazhnikov
SVN commit 6027 by makc: Add some scripts: creating plists for l10n ports now is a fun :) A mkplist (directory) A mkplist/dirlist.kdehier4 A mkplist/kde4-l10n.ports AMmkplist/make_dirlist AMmkplist/make_plist AM

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2010-01-10 Thread Dima Panov
SVN commit 5829 by fluffy: - Adjust paths M +2 -2 kdemerge M +2 -2 portsmerge M +2 -2 pyqtmerge M +2 -2 qtmerge ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2009-10-04 Thread Dima Panov
SVN commit 5495 by fluffy: - Track new layout M +1 -1 kdemerge M +1 -1 qtmerge ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2009-09-08 Thread Thomas Abthorpe
SVN commit 5337 by tabthorpe: - This script will perform a sparse checkout for KDE related ports based on area51 contents AMkdesparseco ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2009-03-20 Thread Max Brazhnikov
SVN commit 4661 by makc: Use realpath for KDEDIR and PORTSDIR. Submitted by Marco Bröder M +8 -0 kdemerge ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/