33 packages sorted by the number of stars

Search: Sort by: Category: Repository:
Core Utilities

Core Utilities end-of-life 4 users starred this package

Description: WARNING: this package is deprecated. Please use mingw-get or MinGW Installation Manager Setup Tool instead.

Basic file, shell and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system.

File utilities:

  • chgrp: Changes file group ownership.
  • chown: Changes file ownership.
  • chmod: Changes file permissions.
  • cp: Copies files.
  • dd: Copies and converts a file.
  • df: Shows disk free space on filesystems.
  • dir: Gives a brief directory listing.
  • dircolors: Setup program for the color output of GNU ls.
  • du: Shows disk usage on filesystems.
  • install: Copies file and sets its permissions.
  • ln: Creates file links.
  • ls: Lists directory contents.
  • mkdir: Creates directories.
  • mkfifo: Creates FIFOs (named pipes).
  • mknod: Creates special files.
  • mv: Moves files.
  • rm: Removes (deletes) files.
  • rmdir: Removes empty directories.
  • shred: Destroy data in files.
  • sync: Synchronizes filesystem buffers and disk.
  • touch: Changes file timestamps.
  • vdir: Long directory listing.

Text utilities:

  • cat: concatenates and prints files on the standard output
  • cksum: checksum and count the bytes in a file
  • comm: compares two sorted files line by line
  • csplit: splits a file into sections determined by context lines
  • cut: remove sections from each line of files
  • expand: convert tabs to spaces
  • fmt: simple optimal text formatter
  • fold: wrap each input line to fit in specified width
  • head: output the first part of files
  • join: join lines of two files on a common field
  • md5sum: compute and check MD5 messsage digest
  • nl: number lines of files
  • od: dump files in octal and other formats
  • paste: merge lines of files
  • ptx: produce a permuted index of file contents
  • pr: convert text files for printing
  • shasum: compute and check SHA1 message digest
  • sort: sort lines of text files
  • split: split a file into pieces
  • sum: checksum and count the blocks in a file
  • tac: concatenates and prints files in reverse
  • tail: outputs the last part of files
  • tr: translates or deletes characters
  • tsort: perform topological sort
  • unexpand: convert spaces to tabs
  • uniq: remove duplicate lines from a sorted file
  • wc: prints the number of bytes, words, and lines in files

Shell utilities:

  • [ - Check file types and compare values
  • basename - Removes the path prefix from a given pathname.
  • chroot - Changes the root directory.
  • date - Prints/sets the system date and time.
  • dirname - Removes the last level or filename from a given pathname.
  • echo - Prints a line of text.
  • env - Displays/modifies the environment.
  • expr - Evaluates expressions.
  • factor - Prints prime factors.
  • false - Returns an unsuccessful exit status.
  • groups - Print the groups that the user is a member of.
  • hostid - Print the numeric identifier for the current host
  • hostname - Print or set the machine name.
  • id - Print real/effective uid/gid.
  • logname - Print current login name.
  • nice - Modify scheduling priority.
  • nohup - Allows a command to continue running after logging out.
  • pathchk - Check file name portability.
  • pinky - Lightweight finger
  • printenv - Prints environment variables.
  • printf - Formats and prints data.
  • pwd - Print the current working directory.
  • seq - Print numeric sequences.
  • sleep - Suspends execution for a specified time.
  • stty - Print/change terminal settings.
  • su - Allows you to adopt the id of another user or superuser.
  • tee - Sends output to multiple files.
  • test - Evaluates an expression.
  • true - Returns a successful exit status.
  • tty - Print terminal name.
  • uname - Print system information.
  • users - Print current user names.
  • who - Print a list of all users currently logged in.
  • whoami - Print effective user id.
  • yes - Print a string repeatedly.
Category: Tools; License: GPLv2; Created by: tim.lebedk...
Qt for MinGW-w64 64 bit

Qt for MinGW-w64 64 bit 2 users starred this package

Description: C++ library (development)

Category: Development; License: GPLv3; Created by: tim.lebedk...
MSYS2

MSYS2 2 users starred this package

Description: A Cygwin-derived software distro for Windows using Arch Linux's Pacman.

MSYS2 is an independent rewrite of MSYS, based on modern Cygwin (POSIX compatibility layer) and MinGW-w64 with the aim of better interoperability with native Windows software.

The name is a contraction of Minimal SYStem 2, and aims to provide support to facilitate using the bash shell, Autotools, revision control systems and the like for building native Windows applications using MinGW-w64 toolchains.

We wanted a package management system to provide easy installation of packages, and ported Arch Linux's Pacman. This brings many powerful features such as dependency resolution and simple complete system upgrades, as well as providing the build system - makepkg{,-mingw} - which is used to make these packages. The set of software-building recipes (PKGBUILD and patches) for MSYS2 itself are at:

https://github.com/Alexpux/MSYS2-packages

.. and those for MinGW-w64 (native Windows software) are at:

https://github.com/Alexpux/MINGW-packages

Both 32 and 64-bit are supported.

Category: Development; License: unknown; Created by: tim.lebedk...
GetText

GetText 2 users starred this package

Description: WARNING: this package is deprecated. Please use mingw-get or MinGW Installation Manager Setup Tool instead.
i18n tools and library

Category: Development; License: GPLv3; Created by: tim.lebedk...
Grep

Grep end-of-life 2 users starred this package

Description: WARNING: this package is deprecated. Please use mingw-get or MinGW Installation Manager Setup Tool instead.

print lines matching a pattern. Deprecated. Please use GOW instead.

Category: Tools; License: GPLv3; Created by: tim.lebedk...
Dr. Mingw 64 bit

Dr. Mingw 64 bit 1 user starred this package

Description: Just-in-Time (JIT) debugger. When the application throws an unhandled exception, Dr. Mingw attaches itself to the application and collects information about the exception, using the available debugging information.

Dr. Mingw can read debugging information in DWARF and Stabs formats — generated by the Gnu C/C++ Compiler, and in a PDB file — generated by the Microsoft Visual C++ Compiler.

Windows XP or later is required. It relies upon the DbgHelp library to resolve symbols in modules compiled by the Microsoft tools.

Category: Development; License: GPLv2; Created by: tim.lebedk...
MSYS2 64 bit

MSYS2 64 bit 1 user starred this package

Description: A Cygwin-derived software distro for Windows using Arch Linux's Pacman.

MSYS2 is an independent rewrite of MSYS, based on modern Cygwin (POSIX compatibility layer) and MinGW-w64 with the aim of better interoperability with native Windows software.

The name is a contraction of Minimal SYStem 2, and aims to provide support to facilitate using the bash shell, Autotools, revision control systems and the like for building native Windows applications using MinGW-w64 toolchains.

We wanted a package management system to provide easy installation of packages, and ported Arch Linux's Pacman. This brings many powerful features such as dependency resolution and simple complete system upgrades, as well as providing the build system - makepkg{,-mingw} - which is used to make these packages. The set of software-building recipes (PKGBUILD and patches) for MSYS2 itself are at:

https://github.com/Alexpux/MSYS2-packages

.. and those for MinGW-w64 (native Windows software) are at:

https://github.com/Alexpux/MINGW-packages

Both 32 and 64-bit are supported.

Category: Development; License: unknown; Created by: tim.lebedk...
Make

Make end-of-life 1 user starred this package

Description: WARNING: this package is deprecated. Please use GOW, mingw-get or MinGW Installation Manager Setup Tool instead.

build tool

Category: Development; License: GPLv3; Created by: tim.lebedk...
Qt for MinGW-w64 32 bit

Qt for MinGW-w64 32 bit

Description: C++ library (development)

Category: Development; License: GPLv3; Created by: tim.lebedk...
Qt for MinGW-w64 32 bit release mode for Npackd

Qt for MinGW-w64 32 bit release mode for Npackd end-of-life

Description: C++ library (development). This library will be used to build Npackd itself.

The installation will create a symbolic link to the directory in C:\NpackdSymlinks. This symbolic link should be used instead of the installation directory instead as a Qt build cannot be easily moved to another directory.

Please note that you have to define an appropriate toolchain in Qt Creator first before defining a new Qt build there. Otherwise adding a new Qt in the configuration dialog would just not work without any error message (Qt Creator 2.6.1)

Please see https://github.com/tim-lebedkov/npackd-scripts for a complete build script.

Category: Development; License: GPLv3; Created by: tim.lebedk...
Qt for MinGW-w64 64 bit release mode for Npackd

Qt for MinGW-w64 64 bit release mode for Npackd end-of-life

Description: WARNING: this package will not be updated anymore. Newer versions use MSYS2 libraries.

C++ library (development). This library will be used to build Npackd itself.

The installation will create a symbolic link to the directory in C:\NpackdSymlinks. This symbolic link should be used instead of the installation directory instead as a Qt build cannot be easily moved to another directory.

Please note that you have to define an appropriate toolchain in Qt Creator first before defining a new Qt build there. Otherwise adding a new Qt in the configuration dialog would just not work without any error message (Qt Creator 2.6.1)

Please see https://github.com/tim-lebedkov/npackd-scripts for a complete build script.

Category: Development; License: GPLv3; Created by: tim.lebedk...
Qt for MinGW installer

Qt for MinGW installer end-of-life

Description: C++ library (development)

Category: Development; License: GPLv3; Created by: tim.lebedk...
Dr. Mingw

Dr. Mingw

Description: Just-in-Time (JIT) debugger. When the application throws an unhandled exception, Dr. Mingw attaches itself to the application and collects information about the exception, using the available debugging information.

Dr. Mingw can read debugging information in DWARF and Stabs formats — generated by the Gnu C/C++ Compiler, and in a PDB file — generated by the Microsoft Visual C++ Compiler.

Windows XP or later is required. It relies upon the DbgHelp library to resolve symbols in modules compiled by the Microsoft tools.

Category: Development; License: GPLv2; Created by: tim.lebedk...
mingw-get

mingw-get

Description: command line installer for MinGW and MSYS

Example: run “bin\mingw-get install msys-grep” to install grep

Category: Tools; License: GPLv3; Created by: tim.lebedk...
MinGW-w64 i686/DW2/POSIX threads

MinGW-w64 i686/DW2/POSIX threads

Description: 32 bit GCC toolchain (C, Ada, C++, Fortran, Object C and Objective C++).

Category: Development; License: LGPLv2.1; Created by: tim.lebedk...
MinGW-w64 i686/DW2/Windows threads

MinGW-w64 i686/DW2/Windows threads

Description: 32 bit GCC toolchain (C, Ada, C++, Fortran, Object C and Objective C++).

Category: Development; License: LGPLv2.1; Created by: tim.lebedk...
MinGW-w64 i686/SJLJ/POSIX threads

MinGW-w64 i686/SJLJ/POSIX threads

Description: 32 bit GCC toolchain (C, Ada, C++, Fortran, Object C and Objective C++).

Category: Development; License: LGPLv2.1; Created by: tim.lebedk...
MinGW-w64 i686/SJLJ/Windows threads

MinGW-w64 i686/SJLJ/Windows threads

Description: 32 bit GCC toolchain (C, Ada, C++, Fortran, Object C and Objective C++).

Category: Development; License: LGPLv2.1; Created by: tim.lebedk...
MinGW-w64 x86_64/SEH/POSIX threads

MinGW-w64 x86_64/SEH/POSIX threads

Description: 64 bit GCC toolchain (C, Ada, C++, Fortran, Object C and Objective C++)

Category: Development; License: LGPLv2.1; Created by: tim.lebedk...
MinGW-w64 x86_64/SEH/Windows threads

MinGW-w64 x86_64/SEH/Windows threads

Description: 64 bit GCC toolchain (C, Ada, C++, Fortran, Object C and Objective C++)

Category: Development; License: LGPLv2.1; Created by: tim.lebedk...
MinGW-w64 x86_64/SJLJ/POSIX threads

MinGW-w64 x86_64/SJLJ/POSIX threads

Description: 64 bit GCC toolchain (C, Ada, C++, Fortran, Object C and Objective C++)

Category: Development; License: LGPLv2.1; Created by: tim.lebedk...