aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/docbook-300/Makefile
blob: e405fff5630f58878b635d43e4dd14c0a284dda7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# New ports collection makefile for:    docbook-300
# Date created:     7 April 1999
# Whom:         nik
#
# Based heavily on work by jfieber
#
# $FreeBSD$
#

PORTNAME=   docbook
PORTVERSION=    3.0
PORTREVISION=   2
CATEGORIES= textproc
MASTER_SITES=   ftp://ftp.ora.com/pub/davenport/
DISTFILES=  docbk30.tar.Z

MAINTAINER= nik@FreeBSD.org
COMMENT=    V3.0 of the DocBook DTD, designed for technical documentation

RUN_DEPENDS=    ${ISOCAT}:${PORTSDIR}/textproc/iso8879 \
        ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr

NO_MTREE=   yes
EXTRACT_ONLY=   # empty
NO_BUILD=   yes
NO_WRKSUBDIR=   yes
PLIST_SUB=  DTD_NAME=${PORTNAME}
PLIST_SUB+= DTD_VERSION=${PORTVERSION}
PLIST_SUB+= XMLCATMGR=${XMLCATMGR}
PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML}

INSTDIR=    ${PREFIX}/share/sgml/docbook
ISOCAT=     ${PREFIX}/share/sgml/iso8879/catalog
XMLCATMGR=  ${LOCALBASE}/bin/xmlcatmgr
CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports

LATEST_LINK=    docbook-${PORTVERSION}

pre-install:
    @[ -d ${INSTDIR}/${PORTVERSION} ] || ${MKDIR} ${INSTDIR}/${PORTVERSION}

do-install:
    @zcat ${DISTDIR}/docbk30.tar.Z |(cd ${INSTDIR}/${PORTVERSION}; pax -r)
    @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/${PORTVERSION}/catalog
    @${ECHO_CMD} "CATALOG \"${ISOCAT}\"" >> ${INSTDIR}/${PORTVERSION}/catalog
    @${CHMOD} ${SHAREMODE} ${INSTDIR}/${PORTVERSION}/*
    @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}

post-install:
    @${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${PORTNAME}/${PORTVERSION}/catalog

.include <bsd.port.mk>
class='deletions'>-4/+4 * - Update to 7.1sunpoet2011-12-233-5/+17 * - Update WWWpav2011-12-142-2/+2 * Log:rm2011-12-125-41/+0 * - Update to 1.104sunpoet2011-12-102-8/+13 * Use ln -sf when creating symlinks.fjoe2011-12-011-0/+1 * update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjustbf2011-11-271-0/+1 * - Update to 7.0sunpoet2011-11-182-5/+5 * - Update to 7.0sunpoet2011-11-182-7/+6 * - Update to 7.0sunpoet2011-11-182-7/+6 * - Update to 7.0sunpoet2011-11-182-5/+5 * - Update to 7.0sunpoet2011-11-183-72/+78 * - Move PKGNAMEPREFIX defined in each R-cran- related ports Makefiletota2011-11-161-1/+0 * - Add PORTSCOUT knobsunpoet2011-11-161-0/+2 * Deprecate this port. Set for removal on 2011-12-11.rm2011-11-121-0/+3 * Mark as broken on powerpc: fails to link.linimon2011-11-111-0/+4 * - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0 * Remove ports@ ports that have been DEPRECATED for at least 1 monthdougb2011-11-025-145/+0 * Send ports@ ruby ports over ruby@pgollucci2011-11-021-1/+1 * - Update to 6.6sunpoet2011-11-012-4/+4 * Update poppler to 0.18.0.kwm2011-10-312-2/+16 * - Update to 6.0wen2011-10-312-7/+6 * - Fix build FreeBSD 10miwi2011-10-291-0/+1 * BSD licensed charset/encoding converter library with more function thanswills2011-10-285-0/+38 * - Update to 6.2sunpoet2011-10-272-7/+10 * - Update to 0.96-0tota2011-10-252-4/+3 * The vast majority of pkg-descr files had the following format when theydougb2011-10-242-2/+2 * - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1 * - remove maintainer tags from pkg-descreadler2011-10-2313-41/+0 * - Add p5-Convert-NLS_DATE_FORMAT 0.03sunpoet2011-10-195-0/+33 * - Add LICENSEehaupt2011-10-182-17/+18 * - Add LICENSEehaupt2011-10-182-8/+9 * - Add LICENSEwen2011-10-172-31/+21 * update math/R to 2.13.2, and adjust dependent portsbf2011-10-111-0/+1 * - Fix LICENSE (Artistic 1 instead of Artistic 2)culot2011-10-072-4/+4 * - Update to r26711amdmi32011-09-263-90/+3 * remove unnecessary file.vanilla2011-09-251-21/+0 * - Use := in setting RUN_DEPENDS to quiet portlintswills2011-09-251-1/+3 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-2411-22/+23 * - Rename bin/json_pp to bin/p5json_pp to avoid CONFLICTS with lang/perl5.14sunpoet2011-09-173-3/+31 * - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+sunpoet2011-09-171-1/+1 * - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-176-6/+6 * Change maintainer address to my FreeBSD addresscs2011-09-151-1/+1 * - Update to 0.95-0tota2011-09-062-3/+3 * - Add a new port: converters/R-cran-RJSONIOtota2011-09-044-0/+40 * - Deprecate this port because its functionality is integrated intoeadler2011-09-011-0/+3 * Remove myself from MAINTAINERache2011-08-301-1/+1 * Update to 0.05.tobez2011-08-262-3/+3 * - Fix MASTER_SITESmiwi2011-08-261-1/+1 * - Fix MASTER_SITESmiwi2011-08-261-1/+1 * Chase poppler shlib bumps.kwm2011-08-241-2/+2 * Turns out that some geocities sites are more dead than others.dougb2011-08-241-3/+0 * Geocities has been gone for almost 2 years now, so let's removedougb2011-08-231-0/+3 * - Add missing BUILD_DEPENDS to quiet build warningsswills2011-08-181-1/+2 * - Add missing BUILD_DEPENDSswills2011-08-181-1/+2 * Unbreak and bump PORTREVISION: rebuild cl-*-sbcl ports that dependolgeni2011-08-171-0/+1 * Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf.olgeni2011-08-172-1/+2 * A JSON parsing and encoding library optimized for ease of use and highpgj2011-08-154-0/+30 * - Update to 2.32sunpoet2011-08-142-3/+3 * - Update to 2.44rafan2011-08-122-3/+3 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+0 * Update to 1.4(0), unbreak.tobez2011-08-042-5/+5 * mark BROKEN: does not fetchbapt2011-08-031-0/+2 * Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0 * - Update to 1.10culot2011-08-012-3/+6 * Bye bye abandonwares (part 2)bapt2011-08-019-93/+0 * - Update to 2.31sunpoet2011-08-012-6/+4 * - Add notice about webfonts to pkg-descrmm2011-07-202-0/+7 * - Upgrade to 2.53.kuriyama2011-07-052-3/+3 * - Fix MASTER_SITESmiwi2011-07-022-4/+3 * - (Attempt to) fix after recent graphics/geos updateamdmi32011-06-302-0/+87 * Update to 1.4.8garga2011-06-302-4/+4 * Converts OSM planet.osm data to a PostgreSQL database suitableamdmi32011-06-295-0/+81 * - Chase converters/bsdconv shlib version bumpdhn2011-06-243-3/+6 * - Update to 6.0dhn2011-06-243-5/+9 * OpenStreetMap data into Polish map format (MP) convertoramdmi32011-06-226-0/+86 * - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-213-3/+6 * - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-201-1/+1 * Update converters/libticonv to 1.1.2 [1]jlaffaye2011-06-163-8/+6 * Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-161-0/+3 * Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-161-0/+3 * Unfetchable, no new home found: deprecatebapt2011-06-161-0/+3 * - Update to 5.1.1sunpoet2011-06-112-4/+4 * - Update to 1.29wen2011-06-082-3/+3 * - Update to 5.1sylvio2011-06-033-4/+8 * Bump PORTREVISION of all ports dependent on lang/ghc as duringashish2011-05-262-1/+2 * Update to 1.1.1.delphij2011-05-262-3/+3 * - Update bsdconv family to 5.0sunpoet2011-05-2512-78/+80 * - Update to 2.27200sunpoet2011-05-252-3/+3 * - Make portlint happiersunpoet2011-05-251-3/+4 * Remove zero-byte filesdougb2011-05-241-0/+0 * - Update 1.28sunpoet2011-05-132-3/+3 * - Update to 0.97culot2011-05-093-6/+10 * - Please welcome GHC 7.0.3ashish2011-05-095-68/+11 * - Update to 1.02amdmi32011-05-072-3/+3 * - Update to 4.6sunpoet2011-04-274-19/+29 * - Update to 4.8sunpoet2011-04-272-9/+14 * - Update to 4.8sunpoet2011-04-274-51/+69 * - Update to 2.27105sunpoet2011-04-262-3/+3 * - Fix PLISTsunpoet2011-04-171-1/+1 * - Use converters/bsdconv as master portsunpoet2011-04-166-27/+24 * - update to 0.76bapt2011-04-122-3/+6 * - update to 1.27bapt2011-04-112-3/+3 * - Update to 0.04.7culot2011-04-052-3/+3 * - update to 1.26bapt2011-04-012-3/+6 * - Update graphics/djvulibre* to 3.5.25. [1]stas2011-03-311-2/+2 * - Upgrade to 2.51.kuriyama2011-03-272-3/+3 * - Fix depends for option BUNDLED_LIBSmm2011-03-251-5/+1 * - Modify COMMENT and pkg-descr to provide a better description what thismm2011-03-222-5/+8 * - Remove empty line from pkg-messagemm2011-03-221-1/+0 * - Add LICENSE_FILE(s)mm2011-03-221-0/+3 * Add LICENSE informationmm2011-03-221-0/+3 * Simple shell utility to convert html to pdf using a custom static buildmm2011-03-226-0/+126 * - Get Rid MD5 supportmiwi2011-03-20111-114/+0 * PerlIO::via::Unidecode implements a PerlIO::via layer that appliesamdmi32011-03-125-0/+38 * Encode::Locale - Determine the locale encodingamdmi32011-03-125-0/+32 * - Add p5-JSON-PP 2.27104sunpoet2011-03-045-0/+38 * - Update to 2.42rafan2011-02-282-4/+4 * - Update to 1.0.3miwi2011-02-262-4/+3 * - tag PNG fils as image/pngdinoex2011-02-182-3/+11 * Upgrade to 0.04.6vanilla2011-02-183-4/+9 * Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.az2011-02-121-1/+1 * - Update to version 1.13miwi2011-01-295-27/+28 * - Update to 4.3dhn2011-01-299-34/+39 * Add LICENSE and remove MD5 sums.ehaupt2011-01-262-1/+2 * Make compile on supported versions of FreeBSDarved2011-01-206-3/+168 * Remove expired ports:garga2011-01-035-72/+0 * - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0 * Reset ijliao@FreeBSD.org due to maintainer-timeouts and long absence.linimon2010-12-281-1/+1 * - Upgrade to 2.50.kuriyama2010-12-253-14/+12 * - Update to 1.1.3wen2010-12-232-5/+3 * - update to 1.34bapt2010-12-162-4/+3 * - Update e17 applications suite to the recent snapshot.stas2010-12-141-0/+4 * - update to 1.25bapt2010-12-142-3/+3 * - Pass to perl@pgollucci2010-12-131-1/+1 * - Update to 0.08pgollucci2010-12-132-5/+3 * - Fix pkg-plistpgollucci2010-12-121-1/+5 * - Fix pkg-plistpgollucci2010-12-121-0/+3 * Punycode conversion of UTF-8 string.timur2010-12-105-0/+33 * Encode::Punycode -- Encode plugin for Punycodetimur2010-12-105-0/+34 * This module implements the nameprep specification, which describes howtimur2010-12-105-0/+40 * Description was damaged by sort.timur2010-12-101-1/+1 * A new port p5-Unicode-Stringprep is added:timur2010-12-105-0/+49 * With portmgr hat, reassign some ports from clsung to perl, since clsunglinimon2010-12-082-2/+2 * Sync to new bsd.autotools.mkade2010-12-047-7/+7 * - Update to 3.13.culot2010-11-272-3/+3 * - Update to 3.12pgollucci2010-11-272-3/+3 * - Update to 1.24pgollucci2010-11-272-4/+3 * - Update to 2.30pgollucci2010-11-272-5/+5 * - Update to 3.11wen2010-11-252-3/+3 * - Update graphics/djvulibre to 3.5.23.stas2010-11-211-2/+2 * Chase poppler update.kwm2010-11-202-2/+22 * - Upgrade to 2.27.kuriyama2010-11-202-4/+3 * - Update to 3.10sunpoet2010-11-132-4/+3 * - Update to 0.87.culot2010-11-072-4/+3 * - Update to 0.06wen2010-11-012-4/+4 * - Update to 1.5wen2010-10-252-6/+9 * - Update to 2.40rafan2010-10-212-4/+4 * - Add missing DEPENDSwen2010-10-191-0/+5 * - Update to 0.04.5sunpoet2010-10-162-4/+4 * - Update to 0.04.4wen2010-10-133-544/+559 * - Upgrade to 2.26.kuriyama2010-10-092-4/+4 * - Add WITHOUT_PROFILE to the KNOBS honored (which is the actual ports one)pgollucci2010-10-061-1/+1 * -Disable glib for it will not enable if it exists in the system.mezz2010-10-032-3/+4 * Update to 20100805 release.ale2010-09-303-10/+18 * - update to 0.47leeym2010-09-302-4/+4 * - Updated to 2.0glarkin2010-09-256-27/+17 * - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-246-6/+0 * Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,mm2010-09-211-5/+9 * - Update bsdconv and related to 3.6.2pgollucci2010-09-099-29/+41 * - Update to 0.70wen2010-09-092-4/+4 * Upgrade to 2.14.thierry2010-09-092-5/+6 * Update to 1.1.1makc2010-09-063-14/+8 * - Upgrade to 0.09.kuriyama2010-09-042-4/+4 * - Upgrade to 2.22.kuriyama2010-09-042-4/+4 * - Update to 2.4.0acm2010-08-171-0/+3 * - update to 0.46leeym2010-08-112-4/+4 * - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")pgj2010-08-082-6/+6 * - Upgrade to 0.08.kuriyama2010-08-072-4/+4 * Spelling and whitespace fixes.olgeni2010-08-051-1/+1 * - Upgrade to 0.07.kuriyama2010-08-012-5/+5 * - update to 0.45leeym2010-08-012-4/+4 * - Update to 0.13.0.3pgj2010-07-302-4/+4 * Update to 4.3arved2010-07-282-4/+4 * Reassign some ports from ahze@ to perl@ due to maintainer-timeouts and no res...linimon2010-07-261-1/+1 * - update to 0.43leeym2010-07-212-4/+4 * Add drg2sbg 1.2.11, convert propiatary .drg file format into SBaGenehaupt2010-07-174-0/+29 * - Update to 2.29clsung2010-07-112-4/+4 * - Update to 3.0.33wen2010-06-232-6/+5 * - Update to 1.05wen2010-06-202-5/+5 * - Add missing dependence to fix the build error reported by qat@wen2010-06-131-0/+4 * Update to 1.02.tobez2010-06-112-6/+5 * - Update to 1.1.2wen2010-06-092-5/+5 * - Update to 0.4.4pgj2010-06-082-4/+4 * - Use LOCAL macropgollucci2010-06-081-2/+1 * - Update to 0.42wen2010-06-032-4/+4 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-312-2/+2 * - Pass maintainership to haskell@FreeBSD.org:jacula2010-05-261-1/+1 * Reset perky@FreeBSD.org due to maintainer-timeouts and no responselinimon2010-05-243-3/+3 * - Fix OPTIONS support for Cabal ports by introducingpgj2010-05-231-0/+2 * Update libical to 0.44.marcus2010-05-221-2/+2 * - Upgrade to 0.04.kuriyama2010-05-212-4/+4 * Data encoding library currently providing Base16, Base32, Base32Hex,pgj2010-05-16