Port details |
- idutils The classic Berkeley gid/lid tools for looking up variables in code
- 4.6_6 devel
=3 4.6_6Version of this port present on the latest quarterly branch. - Maintainer: peterjeremy@acm.org
 - Port Added: 2011-03-27 21:23:01
- Last Update: 2024-02-23 12:50:28
- Commit Hash: f7e2998
- People watching this port, also watch:: libXdamage, libevent, autoconf, icon-naming-utils, xorg-docs
- License: GPLv3
- WWW:
- https://www.gnu.org/software/idutils/
- Description:
- `mkid' is a simple, fast, high-capacity, language-independent
identifier database tool. Actually, the term `identifier' is too
limiting--`mkid' stores tokens, be they program identifiers of any
form, literal numbers, or words of human-readable text. Database
queries can be issued from the command-line, or from within emacs,
serving as an augmented tags facility.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/idutils/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/idutils
- pkg install idutils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: idutils
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (idutils-4.6.tar.xz) = 8181f43a4fb62f6f0ccf3b84dbe9bec71ecabd6dfdcf49c6b5584521c888aac2
SIZE (idutils-4.6.tar.xz) = 1001496
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for idutils-4.6_6:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- devel_idutils
- USES:
- charsetfix tar:xz uniquefiles gettext
- pkg-message:
- For install:
- gid is installed as ggid to avoid conflicts with coreutils.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.6_6 23 Feb 2024 12:50:28
    |
Muhammad Moinur Rahman (bofh)  |
devel/idutils: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.6_5 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.6_5 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.6_5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.6_5 27 Feb 2021 08:24:29
  |
tobik  |
devel/idutils: Patch defid for the gid -> ggid rename too
PR: 224985 |
4.6_4 27 Feb 2021 08:09:30
  |
tobik  |
devel/idutils: Resolve conflict with coreutils
pkg-static: idutils-4.6_2 conflicts with coreutils-8.28 (installs files into the
same place). Problematic file: /usr/local/bin/gid
For lack of a better solution resolve this by prefixing gid with a g.
It is now installed as ggid.
linux-gid and sh-utils no longer seem to exist in the tree, so drop
CONFLICTS completely.
PR: 224985
Submitted by: Trond.Endrestol@ximalas.info
Approved by: peterj (maintainer timeout, 3 years) |
4.6_3 10 Nov 2018 18:12:58
  |
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
4.6_2 08 Dec 2016 19:52:20
  |
tijl  |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
4.6_1 29 Jul 2014 21:07:40
  |
adamw  |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
4.6_1 28 Jan 2014 21:47:19
  |
bapt  |
Support stage
Use options helpers
Prevent configure from detecting emacs |
4.6 20 Sep 2013 17:04:44
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
4.6 11 Jun 2013 14:54:06
  |
miwi  |
- Fix build
Reported by: pkg (DEVELOPER_MODE) |
4.6 29 Apr 2013 22:27:05
  |
bapt  |
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework |
4.6 24 Apr 2013 18:10:32
  |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
4.6 23 Feb 2012 22:22:31
 |
nox  |
- Update to 4.6
* lid -L no longer mishandles open-ended ranges like "..2" and "2.."
* lid's -d, -o and -x options now work properly
- Remove "LICENSE_FILE", leaving "LICENSE" since it's standard GPLv3
- Fix build on FreeBSD-10
PR: ports/165340
Submitted by: Peter Jeremy <peterjeremy@acm.org> |
4.5 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
4.5 27 Mar 2011 21:22:37
 |
edwin  |
devel/id-utils - Update and take maintainership
devel/id-utils was recently deprecated because the distfile has
vanished. The project is still alive and kicking and it seems
the distfile vanished due to age. This PR takes maintainership
and updates it to the currently released version (Jun 2010).
PR: ports/155684
Submitted by: Peter Jeremy <peterjeremy@acm.org> |