Port details |
- p5-GDBM GNU Data Base Manager (gdbm) interface
- 1.14_5 databases =8 1.14_5Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-07-20 14:21:07
- Commit Hash: d076ad9
- People watching this port, also watch:: p5-Digest-MD5, gdbm, p5-libwww, p5-Data-ShowTable, unzip
- Also Listed In: perl5
- License: not specified in port
- Description:
- GDBM_File is a perl module which allows Perl programs to make use of the
facilities provided by the GNU gdbm library. If you intend to use this
module you should really have a copy of the gdbm manualpage at hand.
Most of the libgdbm.a functions are available through the GDBM_File
interface.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-GDBM>0:databases/p5-GDBM
- To install the port:
- cd /usr/ports/databases/p5-GDBM/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-GDBM
- pkg install p5-GDBM
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-GDBM
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (perl/perl-5.14.2.tar.bz2) = c2a2362e8d1fdd2bfbfde801fcd78241f154c164f00fba76065ab8cc5c7b06cd
SIZE (perl/perl-5.14.2.tar.bz2) = 13226972
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libgdbm.so : databases/gdbm
- This port is required by:
- for Run
-
- audio/fdmf
- dns/renewck
- net/courier-sox
Configuration Options:
- No options to configure
- Options name:
- databases_p5-GDBM
- USES:
- perl5 tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.14_5 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
1.14_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.14_5 11 Nov 2018 15:38:51 |
danfe |
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts) |
1.14_4 04 Jun 2017 11:47:32 |
sunpoet |
Strip shared library
- Use WRKSRC_SUBDIR
- Bump PORTREVISION for package change |
1.14_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.14_3 12 Mar 2015 23:00:03 |
adamw |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
1.14_3 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.14_2 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.14_2 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.14_2 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.14_2 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
1.14_2 03 Nov 2013 06:53:55 |
vanilla |
Support STAGEDIR. |
1.14_2 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.14_2 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.14_2 29 Apr 2013 08:57:13 |
bapt |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
1.14_2 25 Apr 2012 03:32:30 |
sunpoet |
- Fix part of the 'make test' problem |
1.14_2 08 Jan 2012 15:46:56 |
sunpoet |
- Change DISTNAME to follow lang/perl5.14
- Fix XSLoader to allow GDBM_File work with Perl releases other than 5.14
- Bump PORTREVISION for package change
Reported by: swills |
1.14_1 12 Sep 2011 13:46:59 |
gabor |
- Track dependencies after databases/gdbm update |
1.14 03 Sep 2011 07:09:51 |
sunpoet |
- Update to 1.14 |
1.09 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.09 04 Feb 2010 15:39:23 |
pgollucci |
- donate some more of my p5- ports to perl@
[included is my 1st port ever databases/p5-DBIx-Tree Date created: January
29th 2003] |
1.09 16 May 2009 06:27:56 |
pgollucci |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
1.09 10 Apr 2009 22:59:19 |
pgollucci |
- Update to 1.0.9
- Update for lang/perl 5.8.9
PR: ports/132376
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru> |
1.08 23 Jul 2008 02:43:55 |
pgollucci |
Update my ports to my freebsd address
Approved by: araujo (mentor) |
1.08 20 Mar 2008 01:39:02 |
araujo |
- Pass maintainership to submitter.
PR: ports/121876
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> |
1.08 08 Sep 2007 00:54:37 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
1.08 03 Nov 2006 22:40:07 |
sat |
- A bunch of trivial fixes
Reported by: pointyhat via kris |
1.08 02 Nov 2006 19:48:04 |
sat |
- Update to 1.08, unbreak and clean up a little |
1.00 24 Nov 2005 01:23:57 |
pav |
- Add SHA256 |
1.00 02 Mar 2004 10:29:29 |
kris |
Add trailing "
Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro>
Pointy hat to: kris |
1.00 06 Feb 2004 23:21:20 |
kris |
BROKEN with perl 5.8: Does not compile |
1.00 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.00 21 Dec 2003 00:19:46 |
sergei |
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line |
1.00 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.00 20 Feb 2003 17:00:26 |
knu |
De-pkg-comment. |
1.00 03 Jan 2003 08:26:35 |
ijliao |
chase gdbm lib version |
21 Mar 2001 03:56:48 |
vanilla |
Fix pkg-plist. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
16 Nov 2000 17:41:46 |
nsayer |
Give up maiantainership. I'm not really a perl guy and this port's pretty
stable anyhow. |
08 Oct 2000 01:08:27 |
asami |
Convert category databases to new layout. |
17 Jun 2000 03:37:15 |
will |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS. |