Version: 1.01b, Package name: mmv-1.01b |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description This is mmv, a program to move/copy/append/link multiple files according to a set of wildcard patterns. The wildcard matches can be reused in forming the target names. You can i.e. move all *.c.or? files to or?.new.*.c by saying $ mmv "*.c.or?" or=2.new.=1.c The multiple action is performed safely, i.e. without any unexpected deletion of files due to collisions of target names with existing filenames or with other target names. Furthermore, before doing anything, mmv attempts to detect any errors that would result from the entire set of actions specified and gives the user the choice of either aborting before beginning, or proceeding by avoiding the offending parts. |
Filesize: 22.585 KB |
Version History (View Complete History) |
|
2019-07-13 18:39:40 by Christian Weisgerber | Files touched by this commit (118) |
Log message: Switch to PERMIT_PACKAGE. CDROM restrictions are no longer applicable. |
2017-04-30 07:55:57 by Christian Weisgerber | Files touched by this commit (3) |
Log message: adding missing includes and not redefining void as char makes this build with clang |
2015-02-16 15:57:14 by Christian Weisgerber | Files touched by this commit (213) |
Log message: Drop USE_GROFF from ports where the formatting differences are acceptable or mandoc provides the more useful output. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-10-18 14:52:10 by Marc Espie | Files touched by this commit (151) |
Log message: USE_GROFF=Yes |
2007-09-15 17:54:18 by Michael Erdely | Files touched by this commit (77) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_* |
2007-04-05 11:41:08 by Marc Espie | Files touched by this commit (80) |
Log message: mostly finish base64 checksum (missing one distfile for dnetc) |
2005-01-05 10:05:07 by Christian Weisgerber | Files touched by this commit (124) |
Log message: SIZE |
2004-12-22 04:48:34 by Aleksander Piotrowski | Files touched by this commit (30) |
Log message: Add WANTLIB markers |
2004-09-15 11:54:17 by Marc Espie | Files touched by this commit (64) |
Log message: new plists |
2003-09-23 09:29:41 by Nikolay Sturm | Files touched by this commit (14) |
Log message: remove maintainer Sebastian Stark per his request on ports@ new maintainers: - databases/gq Marc Balmer - sysutils/login_ldap Peter Werner - sysutils/pstree Sam Smith |
2003-08-12 14:19:50 by Peter Valchev | Files touched by this commit (1) |
Log message: when overriding PATCH_DIST_ARGS as specified in bsd.port.mk, make sure to still use -z ${DISTORIG} and just change what's actually needed... |
2002-12-23 12:11:48 by Peter Valchev | Files touched by this commit (7) |
Log message: - reformat DESCR - regen patches with update-patches - fix manpage xref to umask(2) from new maintainer Sebastian Stark <seb@todesplanet.de> |
2002-12-22 17:37:52 by Peter Valchev | Files touched by this commit (86) |
Log message: Remove Angelos from maintainer per his request |
2002-10-27 14:07:54 by Christian Weisgerber | Files touched by this commit (27) |
Log message: No regression tests available. |