Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.201.206 Times

Flagedit 0.0.7

  Date Added: April 12, 2010  |  Visits: 767

Flagedit

Report Broken Link
Printer Friendly Version


Product Homepage
Download (92 downloads)



Flagedit is a CLI USE flags and package keywords editor for Gentoo Linux. It lets you edit the USE flags of /etc/make.conf, as well as the /etc/portage/package.use file. Flagedit project also allows you to easily edit /etc/portage/package.keywords. Flagedit allows you to edit the use flags or the keywords for a particular ebuild, or for the whole system. a backup is done for each modified file, named file.old. Usage: flagedit [PACKAGE] [ACTIONS | -- KEYWORD_ACTIONS] [ OPTIONS ] Examples: flagedit net-im/amsn --show # shows the use flag set for net-im/amsn flagedit net-im/amsn +gnome # adds the gnome use flag to net-im/amsn flagedit net-im/amsn -kde +xmms # adds the xmms use flag and set the -kde one flagedit net-im/amsn %kde # reset the kde use flag (its removed from the line) flagedit %kde # reset the global use flag (its removed in make.conf) flagedit +gnome -qt # add gnome and -qt in make.conf flagedit net-im/amsn -- %x86 # reset the x86 keyword for net-im/amsn flagedit net-im/amsn -- +~ppc +~x86 # adds the ~ppc and ~x86 keywords for net-im/amsn flagedit net-im/amsn -- % # resets the keywords for this package flagedit -- +~x86 # sets ACCEPT_KEYWORDS to "~x86" in /etc/make.conf You can mix the flags and keywords : flagedit net-im/amsn +gnome -- +~x86 PACKAGE is a package name (like dev-ruby/ruby-atk). If no package is given, flagedit will edit the maine USE flags (in make.conf), or the main ACCEPT_KEYWORDS (in make.conf) ACTIONS are : +FLAG enable the FLAG. Example : +sse -FLAG disable the FLAG. Example : -sse %FLAG reset the FLAG to default. Example : %sse % reset the whole flags of PACKAGE to default. In this case, PACKAGE is not optional KEYWORD_ACTIONS are : +KEYWORD enable the keyword. Example : +x86 -KEYWORD disable the KEYWORD. Example : -~x86 %KEYWORD reset the KEYWORD to default. Example : %x86 % reset the whole keywords of PACKAGE to default. In this case, PACKAGE is not optional OPTIONS are : --package-file specify an alternate package.use file (default is /etc/portage/package.use) --keywords-file specify an alternate package.keywords file (default is /etc/portage/package.keywords) --make-conf-file specify an alternate make.conf file (default is /etc/make.conf) --portage-dir specify an alternate portage directory path (default is /usr/portage) --alpha-order sort the flags or keywords alphabetically instead of keeping the original order --show dont edit, display the flags or keywords of the PACKAGE. If no package is given, display the system USE flags or the system ACCEPT_KEYWORDS. --list dont edit, display the entire list of possible flags or possible keywords. --desc if specified with --list, display the flags or keywords description also. --keywords specifies that actions are to be done on keywords, not on use flags -- same as --keywords --strict if a specified flag or keyword name is invalid, dies, instead of just warning. --nowarn if a specified flag or keyword name is invalid, dont warn. --help this help --version prints the version Whats New in This Release: - The help display now fits in 80 columns..

Requirements: No special requirements
Platforms: Linux
Keyword: Accept Actions Cli Cli Use Default Flag Flagedit Flags Installer Keyword Keywords Package System Use
Users rating: 0/10

License: Freeware Size: 5.12 KB
USER REVIEWS
More Reviews or Write Review


FLAGEDIT RELATED
Libraries  -  Devel::Constants 1.00
Devel::Constants is a Perl module that translates constants back to named symbols. SYNOPSIS # must precede use constant use Devel::Constants flag_to_names; use constant A => 1; use constant B => 2; use constant C => 4; my $flag = A | B;...
6.14 KB  
Specialized Tools  -  django-logdb for linux 0.9.9
django-logdb has a custom logging handler that writes log entries in a database. It therefore integrates nicely with your existing logging configuration and you can decide what log entries are written to the database. The Django admin...
71.68 KB  
Desktop Toys  -  KDE4 service menus for Debian 4.1
The KDE4 service menus for Debian package contains the modified versions of the following service menus from kde-apps.org: 1. Alien Tool by Kaisermart http://www.kde-apps.org/content/show.php/Alien+Tool?content=33523
10.24 KB  
Utilities  -  Wise Disk Cleaner 11.0.1
Wise Disk Cleaner is a free disk utility designed to help you keep your disk clean by deleting unnecessary files. Usually, these unnecessary or junk files appear as the results of program incomplete uninstallers, temporary Internet Files, etc....
6.12 MB  
Utilities  -  Wise Disk Cleaner Free 5.71
Wise Disk Cleaner is a free disk utility designed to help you keep your disk clean by deleting any unnecessary files. Usually, these unnecessary, or junk files appear as a result of program's incomplete uninstalls,Temporary Internet Files, etc....
4 MB  
Utilities  -  mubench 0.2.2
mubench is an in-depth, low-level benchmark for x86 processors. Its primary goal is to provide useful information for people who optimize assembly code and for people who write compilers. mubench project measures latency and throughput for each...
80.9 KB  
Libraries  -  HTTPD::GroupAdmin 1.66
HTTPD::GroupAdmin is a Perl module for the management of HTTP server group databases. SYNOPSIS use HTTPD::GroupAdmin (); This software is meant to provide a generic interface that hides the inconsistencies across HTTP server implementations...
112.64 KB  
Audio Tools  -  jcsound 0.3
jcsound is a command line wrapper for csound that makes it a jack and alsa-sequencer client. Currently jcsound is somewhat jack-transport aware: - If slave mode is set to 1 , it will only play if the jack transport is rolling, playing silence...
88.06 KB  
Networking Tools  -  Nmonitor 2.0.0
Nmonitor is a monitoring tool, by default capable of monitoring via ping, UDP and TCP checks. It has builtin plugin system so customized scripts can be used to monitor whatever you like eg. oracle tablespaces, diskspace whatever. This tool was...
112.64 KB  
Network & Internet  -  httpcmdd 1.0
httpcmdd provides a way to have (web) browser user interface to programs running on the same machine as the browser. httpcmdd PEEKs the headers of the incoming message from browser and find program that matches the request received. Programs are...
34.82 KB  
NEW DOWNLOADS IN PROGRAMMING, INSTALLER/UNINSTALLER TOOLS
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Installer/Uninstaller Tools  -  CheckInstall 1.6.1
CheckInstall project keeps track of all files installed by a "make install" or equivalent, creates a Slackware, RPM, or Debian package with those files, and adds it to the installed packages database, allowing for easy package removal or...
143.36 KB  
Installer/Uninstaller Tools  -  remerge 2.1.1
remerge is a simple browser-based interface to Gentoo Linuxs Portage and Novells Red Carpet package management systems. It supports installation, uninstallation, and upgrading of many different packages. Whats New in This Release: - An...
54.27 KB  
Installer/Uninstaller Tools  -  Gentoo Category Select 0.3
Gentoo Category Select is a graphical tool for selecting Gentoo Package Categories to exclude from your local package repository. It does so by weaning information from multiple directories and files for convenience, as well as providing warning...
8.19 KB  
Installer/Uninstaller Tools  -  PyInstallShield 0.5.1
PyInstallShield is a simple, compact Gtk-based, cross-platform installation program written in Python. PyInstallShield is now bilingual (Spanish and English). It is tweaked for installing Python applications but should work for others as well....
225.28 KB  
Installer/Uninstaller Tools  -  Apache Toolbox 1.5.72
Apache Toolbox provides a means to easily compile Apache with SSL, PHP (v4 or v3), MySQL, APC (Alternative PHP Cache), mod_auth_nds, mod_dynvhost, WebDAV, mod_fastcgi, mod_gzip, mod_layout, mod_throttle, mod_accessref, mod_auth_sys, mod_bandwidth,...
92.16 KB