1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Emanuel Haupt
0793687085 Support staging 2014-02-25 15:20:30 +00:00
Emanuel Haupt
239a5ff5de Remove trailing whitespaces from category sysutils 2014-02-21 13:39:38 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Jason Helfman
bed5423182 - update to 2.1.2, honour CC/CFLAGS and add LICENSE [1]
- while here [2]
  - use optionsNG for portdocs
  - use portsdocs and plist files in favor of pkg-plist file
  - remove unnecessary inclusion of bsd.port.pre.mk in favor of bsd.port.options.mk

PR:	ports/169141
Submitted by:	koobs.freebsd@gmail.com [1], jgh@ [2]
Approved by:	maintainer, matt@peterson.org
2012-06-19 16:44:39 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Philippe Audeoud
2a51f06664 The sortu program is a replacement for the sort and uniq programs. It is
common for Unix script writers to want to count how many separate patterns
are in a file.  For example, if you have a list of addresses, you may want
to see how many are from each state. So you cut out the state part, sort
these, and then pass them through uniq -c. Sortu does all this for you in a
fraction of the time.

Sortu uses a hash table and some decent line processing to provide this
functionality.  For a relatively small number of keys, it can be signifcantly
smaller than using sort, because it does not have to keep temporary files.
If you are dealing with a large number of unique keys then sortu will run out
of memory and stop. Sortu has some basic field and delimiter handling which
should do most basic awk or cut features to separate out the field that you
are sorting on.

WWW: http://256.com/sources/sortu/

PR:		ports/121376
Submitted by:	Matt Peterson <matt at peterson.org>
Approved by:	tabthorpe (mentor)
2008-03-13 14:50:57 +00:00