Port details |
- p5-XML-DBMS Perl port of Java package XML-DBMS v1.0
- 1.03_1 textproc =3 1.03_1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2002-06-09 14:32:44
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: pure-ftpd, autoconf, p5-CGI-Untaint, cops, p5-DateTime-Format-Excel
- Also Listed In: databases perl5
- License: not specified in port
- WWW:
- http://www.rpbourret.com/xmldbms/index.htm
- Description:
- XML-DBMS is middleware for transferring data between XML documents and
relational databases. It views the XML document as a tree of
data-specific objects in which element types are generally viewed as
classes and attributes and PCDATA as properties of those classes. It
then uses an object-relational mapping to map these objects to the
database. An XML-based mapping language is used to define the view and
map it to the database.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-XML-DBMS>0:textproc/p5-XML-DBMS
- To install the port:
- cd /usr/ports/textproc/p5-XML-DBMS/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-XML-DBMS
- pkg install p5-XML-DBMS
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-XML-DBMS
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (perl-xml-dbms-1.03.tgz) = f9ee727a05ea58f89ccc3d5f0a8865930e5566aaef473ce346ccd04adb060e37
SIZE (perl-xml-dbms-1.03.tgz) = 30332
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:
-
- p5-libxml>=0 : textproc/p5-libxml
- p5-XML-LibXML>=0 : textproc/p5-XML-LibXML
- p5-TimeDate>=0 : devel/p5-TimeDate
- p5-DBI>=0 : databases/p5-DBI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-libxml>=0 : textproc/p5-libxml
- p5-XML-LibXML>=0 : textproc/p5-XML-LibXML
- p5-TimeDate>=0 : devel/p5-TimeDate
- p5-DBI>=0 : databases/p5-DBI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for p5-XML-DBMS-1.03_1:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- textproc_p5-XML-DBMS
- USES:
- dos2unix perl5 tar:tgz
- 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 |
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) |
1.03_1 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 ) |
1.03_1 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.03_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.03_1 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
1.03_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.03_1 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
1.03_1 08 Dec 2014 21:17:00 |
bapt |
Cleanup plist |
1.03_1 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.03 05 May 2014 11:15:53 |
bapt |
Catch a couple of missing convertsion to :tu/:tl
Submitted by: ak
With hat: portmgr |
1.03 29 Apr 2014 21:10:48 |
sunpoet |
- Update MASTER_SITES
- Pet portlint
- Pass maintainership to submitter
- While I'm here, use USES=tar:tgz
PR: ports/189074
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.03 19 Nov 2013 08:13:57 |
bapt |
Remove USE_DOS2UNIX leftover |
1.03 19 Nov 2013 07:42:42 |
bapt |
Convert from USE_DOS2UNIX to USES=dos2unix
While here:
- support stage,
- use bsdtar to extract when supported.
- Cleanup |
1.03 07 Nov 2013 03:52:42 |
vanilla |
Support STAGEDIR. |
1.03 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.03 02 Aug 2013 18:21:06 |
az |
- Convert to new perl framework |
1.03 26 Jul 2013 12:25:46 |
az |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@) |
1.03 04 Jun 2012 16:53:46 |
az |
- Remove SITE_PERL from *_DEPENDS |
1.03 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.03 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.03 10 Jan 2010 03:54:09 |
linimon |
With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months. |
1.03 03 Jul 2007 17:42:38 |
erwin |
Remove 4.x workaround
PR: 113816
Submitted by: erwin
Approved by: maintainer timeout |
1.03 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
1.03 22 Jan 2006 02:55:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.03 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.03 16 Sep 2003 05:43:52 |
erwin |
Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.
Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.
Approved by: portmgr (marcus) |
1.03 19 May 2003 13:25:46 |
skv |
add missing dependency on XML/LibXML.pm
PR: ports/51842 |
1.03 06 May 2003 23:35:54 |
kris |
BROKEN: Does not compile |
1.03 07 Mar 2003 06:11:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.03 09 Jun 2002 14:29:26 |
skv |
Add p5-XML-DBMS 1.03, perl port of Java package XML-DBMS v1.0.
PR: 32970
Submitted by: Sergey Skvortsov <skv@protey.ru> |