1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Steve Wills
d16ffa572f misc/inplace: convert to USES=shebangfix 2016-04-23 16:39:05 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Baptiste Daroussin
42510f4ef4 Remove Author from pkg-descr and white space fixes 2015-03-02 23:36:35 +00:00
Antoine Brodin
f2930b7de5 Allow staging as a regular user 2014-09-08 19:00:33 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Jimmy Olgeni
168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00
Martin Wilke
2d38967723 - Stage support 2014-02-11 16:57:24 +00:00
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
Akinori MUSHA
4ee733ef9d Simplify the header, remove outdated ruby version assertion, and add a
new target "test".
2013-07-18 17:12:33 +00:00
Akinori MUSHA
daccd0cc9c Update to 1.2.3, which works with ruby 1.9 and later. 2013-07-18 16:15:13 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Akinori MUSHA
125c32b7cf Update to 1.2.2. (released in 2008..) 2010-05-21 05:45:43 +00:00
Akinori MUSHA
ca37cc32c5 Update to 1.2.0.
- Suffix every temporary file with the same suffix as the original
  file, so that file name aware programs can play nicely with it.
2007-04-26 09:49:00 +00:00
Akinori MUSHA
5a5ee03832 Update to 1.1.0.
- Add -D/--debug and adjust the verbosity level.

- Show before and after file sizes when -v is specified.

- Introduce a configuration file in which command aliases can be
  defined.

- Add -i/--preserve-inode so inode numbers are preserved even when -b
  or -s is specified.
2006-08-02 11:20:05 +00:00
Pav Lucistnik
70231c0b10 - Add SHA256 2005-11-25 16:09:33 +00:00
Mark Linimon
34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00
Akinori MUSHA
9d255667b9 Update to 1.0.4.
- Do not permit interruption with signals during a file replacement.

- Correct an informational message.
2004-06-24 13:30:31 +00:00
Akinori MUSHA
c07ea5ff5b Update to 1.0.3.
- Do not edit read-only files by default.

- Add -f/--force to make it force editing even if a file to process is
  read-only.
2004-05-22 12:45:59 +00:00
Akinori MUSHA
0946830ecb Update WWW. 2004-05-02 16:16:25 +00:00
Akinori MUSHA
3efa7eb15e Update to 1.0.2.
- Do not make and leave a backup file for a temporary file.
- Honor MANPREFIX.
2004-05-02 12:26:36 +00:00
Akinori MUSHA
8d826e89fd Define RUBY_SHEBANG_FILES.
Pass MANPREFIX. (currently unused)
2004-05-01 19:23:11 +00:00
Akinori MUSHA
211b52d2ab Add misc/inplace.
The inplace(1) command is a utility to edit files in-place through
given filter commands preserving the original file attributes.  Mode
and ownership (user and group) are preserved by default, and time
(access and modification) by choice.

Examples:
    # Sort files in-place using sort(1):
    inplace sort file1 file2 file3

    # Process image files preserving time and taking backup files:
    inplace -t -b.orig 'convert -rotate 270 -resize 50%% %1 %2' *.jpg
2004-05-01 19:13:05 +00:00