57a4 FreshPorts -- textproc/p5-Pod-DocBook
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Pod-DocBook 1.2_2 textproc on this many watch lists=0 search for ports that depend on this port
Convert Pod data to DocBook SGML
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 11 Aug 2004 08:03:13
Also Listed In: perl5
License: not specified in port


Pod::DocBook is a module for translating Pod-formatted documents to
DocBook 4.2 SGML.  It is primarily a back end for pod2docbook, but,
as a Pod::Parser subclass, it can be used on its own.

WWW: http://search.cpan.org/dist/Pod-DocBook/
WWW: http://www.docbook.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. textproc/p5-podlators
  2. textproc/p5-Text-Tabs+Wrap
  3. lang/perl5.8
Required To Run:
  1. textproc/p5-podlators
  2. textproc/p5-Text-Tabs+Wrap
  3. lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/textproc/p5-Pod-DocBook/ && make install clean
To add the package: pkg_add -r p5-Pod-DocBook


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/N/NA/NANDU/
  3. ftp://ftp.cpan.org/pub/CPAN/authors/id/N/NA/NANDU/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/N/NA/NANDU/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/N/NA/NANDU/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/N/NA/NANDU/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/N/NA/NANDU/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/N/NA/NANDU/
  9. ftp://mirror.hiwaay.net/CPAN/authors/id/N/NA/NANDU/
  10. http://at.cpan.org/authors/id/N/NA/NANDU/
  11. http://backpan.perl.org/authors/id/N/NA/NANDU/
  12. http://cpan.nctu.edu.tw/authors/id/N/NA/NANDU/
  13. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/N/NA/NANDU/
  14. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/N/NA/NANDU/
  15. http://www.cpan.dk/authors/id/N/NA/NANDU/

Number of commits found: 11

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
04 Jun 2012 18:08:03
Original commit files touched by this commit  1.2_2
culot search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Submitted by:   az@
07 May 2012 15:42:51
Original commit files touched by this commit  1.2_2
skv search for other commits by this committer
Pass maintainership of almost of my "p5-*" ports to "perl@".

(I hope updating of them will be improved).
21 Jan 2012 17:40:15
Original commit files touched by this commit  1.2_2
eadler search for other commits by this committer
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
20 Jun 2011 09:03:27
Original commit files touched by this commit  1.2_2
az search for other commits by this committer
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
23 Jan 2010 07:28:11
Original commit files touched by this commit  1.2_2
kuriyama search for other commits by this committer
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 3).

Approved by:    portmgr (itetcu)
17 Apr 2008 14:30:31
Original commit files touched by this commit  1.2_1
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
08 Sep 2007 01:06:22
Original commit files touched by this commit  1.2_1
linimon search for other commits by this committer
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
24 Jan 2006 03:10:24
Original commit files touched by this commit  1.2_1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:55:05
Original commit files touched by this commit  1.2_1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
11 Jun 2005 16:13:12
Original commit files touched by this commit  1.2_1
skv search for other commits by this committer
* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
11 Aug 2004 14:57:47
Original commit files touched by this commit  1.2
skv search for other commits by this committer
Add p5-Pod-DocBook 1.2, convert Pod data to DocBook SGML.

Number of commits found: 11

2872
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 487
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 123
Set to expire 525
Interactive 33
new 24 hours 8
new 48 hours11
new 7 days35
new fortnight58
new month222

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0