diff options
author | schmonz <schmonz> | 2002-09-01 02:34:37 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-09-01 02:34:37 +0000 |
commit | bf4185bdeb212813593bb4f6f1484bd0f0d5da06 (patch) | |
tree | 1da88228c55d8666b223f0530b41bdb26bad27c4 /devel/p4-docs | |
parent | 5b32b31f790869916720f3dae53933f7957a9550 (diff) | |
download | pkgsrc-bf4185bdeb212813593bb4f6f1484bd0f0d5da06.tar.gz |
Initial import of documentation for Perforce 2002.1: user manuals,
release notes, technical notes, FAQ's, and some other documents of
interest.
Diffstat (limited to 'devel/p4-docs')
-rw-r--r-- | devel/p4-docs/DESCR | 2 | ||||
-rw-r--r-- | devel/p4-docs/Makefile | 64 | ||||
-rw-r--r-- | devel/p4-docs/PLIST | 151 | ||||
-rw-r--r-- | devel/p4-docs/distinfo | 18 |
4 files changed, 235 insertions, 0 deletions
diff --git a/devel/p4-docs/DESCR b/devel/p4-docs/DESCR new file mode 100644 index 00000000000..3f21bd42e9d --- /dev/null +++ b/devel/p4-docs/DESCR @@ -0,0 +1,2 @@ +Documentation for Perforce: user manuals, release notes, technical +notes, FAQ's, and some other documents of interest. diff --git a/devel/p4-docs/Makefile b/devel/p4-docs/Makefile new file mode 100644 index 00000000000..8a79c058ab7 --- /dev/null +++ b/devel/p4-docs/Makefile @@ -0,0 +1,64 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/01 02:34:38 schmonz Exp $ +# + +DISTNAME= p4-docs +COMMENT= Perforce SCM documentation + +.include "../../devel/p4/Makefile.common" + +HOMEPAGE= http://www.perforce.com/perforce/technical.html + +DISTFILES= p4.1 +DISTFILES+= p4d.1 +DISTFILES+= relnotes.txt +DISTFILES+= platformnotes.html +DISTFILES+= cmdref_html.zip +DISTFILES+= p4ftp_html.zip +DISTFILES+= p4guide_html.zip +DISTFILES+= p4sag_html.zip + +P4_DOCURL_PREFIX= http://www.perforce.com/perforce/doc.021 + +SITES_p4.1= ${P4_DOCURL_PREFIX}/man/ +SITES_p4d.1= ${P4_DOCURL_PREFIX}/man/ +SITES_relnotes.txt= ${P4_DOCURL_PREFIX}/user/ +SITES_platformnotes.html= ${P4_DOCURL_PREFIX}/user/ +SITES_cmdref_html.zip= ${P4_DOCURL_PREFIX}/manuals/cmdref/ +SITES_p4ftp_html.zip= ${P4_DOCURL_PREFIX}/manuals/p4ftp/ +SITES_p4guide_html.zip= ${P4_DOCURL_PREFIX}/manuals/p4guide/ +SITES_p4sag_html.zip= ${P4_DOCURL_PREFIX}/manuals/p4sag/ + +EXTRACT_ONLY= cmdref_html.zip p4ftp_html.zip +EXTRACT_ONLY+= p4guide_html.zip p4sag_html.zip +EXTRACT_CMD.zip= ${LOCALBASE}/bin/unzip -Laq $${extract_file} \ + -d `basename $${extract_file} _html.zip` + +DOCDIR= share/doc/p4 +HTMLDIR= share/doc/html/p4 +PLIST_SUBST+= DOCDIR=${DOCDIR} +PLIST_SUBST+= HTMLDIR=${HTMLDIR} + +do-install: + ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/*.1 ${PREFIX}/man/man1 + + ${INSTALL_DATA_DIR} ${PREFIX}/${DOCDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/relnotes.txt \ + ${PREFIX}/${DOCDIR} + + ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/platformnotes.html \ + ${PREFIX}/${HTMLDIR} + + ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR}/cmdref + ${INSTALL_DATA} ${WRKSRC}/cmdref/* ${PREFIX}/${HTMLDIR}/cmdref + + ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR}/p4ftp + ${INSTALL_DATA} ${WRKSRC}/p4ftp/* ${PREFIX}/${HTMLDIR}/p4ftp + + ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR}/p4guide + ${INSTALL_DATA} ${WRKSRC}/p4guide/* ${PREFIX}/${HTMLDIR}/p4guide + + ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR}/p4sag + ${INSTALL_DATA} ${WRKSRC}/p4sag/* ${PREFIX}/${HTMLDIR}/p4sag + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p4-docs/PLIST b/devel/p4-docs/PLIST new file mode 100644 index 00000000000..9a33a88b262 --- /dev/null +++ b/devel/p4-docs/PLIST @@ -0,0 +1,151 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/01 02:34:37 schmonz Exp $ +man/man1/p4.1 +man/man1/p4d.1 +${HTMLDIR}/cmdref/_about.html +${HTMLDIR}/cmdref/_cmdrefIX.html +${HTMLDIR}/cmdref/_env.html +${HTMLDIR}/cmdref/_other.html +${HTMLDIR}/cmdref/add.html +${HTMLDIR}/cmdref/admin.html +${HTMLDIR}/cmdref/branch.html +${HTMLDIR}/cmdref/branches.html +${HTMLDIR}/cmdref/change.html +${HTMLDIR}/cmdref/changes.html +${HTMLDIR}/cmdref/client.html +${HTMLDIR}/cmdref/clients.html +${HTMLDIR}/cmdref/counter.html +${HTMLDIR}/cmdref/counters.html +${HTMLDIR}/cmdref/delete.html +${HTMLDIR}/cmdref/depot.html +${HTMLDIR}/cmdref/depots.html +${HTMLDIR}/cmdref/describe.html +${HTMLDIR}/cmdref/diff.html +${HTMLDIR}/cmdref/diff2.html +${HTMLDIR}/cmdref/dirs.html +${HTMLDIR}/cmdref/edit.html +${HTMLDIR}/cmdref/env.P4CHARSET.html +${HTMLDIR}/cmdref/env.P4CLIENT.html +${HTMLDIR}/cmdref/env.P4CONFIG.html +${HTMLDIR}/cmdref/env.P4DEBUG.html +${HTMLDIR}/cmdref/env.P4DIFF.html +${HTMLDIR}/cmdref/env.P4EDITOR.html +${HTMLDIR}/cmdref/env.P4HOST.html +${HTMLDIR}/cmdref/env.P4JOURNAL.html +${HTMLDIR}/cmdref/env.P4LANGUAGE.html +${HTMLDIR}/cmdref/env.P4LOG.html +${HTMLDIR}/cmdref/env.P4MERGE.html +${HTMLDIR}/cmdref/env.P4PAGER.html +${HTMLDIR}/cmdref/env.P4PASSWD.html +${HTMLDIR}/cmdref/env.P4PORT.html +${HTMLDIR}/cmdref/env.P4ROOT.html +${HTMLDIR}/cmdref/env.P4USER.html +${HTMLDIR}/cmdref/env.PWD.html +${HTMLDIR}/cmdref/env.TMP.html +${HTMLDIR}/cmdref/filelog.html +${HTMLDIR}/cmdref/files.html +${HTMLDIR}/cmdref/fix.html +${HTMLDIR}/cmdref/fixes.html +${HTMLDIR}/cmdref/flush.html +${HTMLDIR}/cmdref/fstat.html +${HTMLDIR}/cmdref/greendot.gif +${HTMLDIR}/cmdref/group.html +${HTMLDIR}/cmdref/groups.html +${HTMLDIR}/cmdref/have.html +${HTMLDIR}/cmdref/help.html +${HTMLDIR}/cmdref/index.html +${HTMLDIR}/cmdref/info.html +${HTMLDIR}/cmdref/integrate.html +${HTMLDIR}/cmdref/integrated.html +${HTMLDIR}/cmdref/job.html +${HTMLDIR}/cmdref/jobs.html +${HTMLDIR}/cmdref/jobspec.html +${HTMLDIR}/cmdref/label.html +${HTMLDIR}/cmdref/labels.html +${HTMLDIR}/cmdref/labelsync.html +${HTMLDIR}/cmdref/lock.html +${HTMLDIR}/cmdref/logger.html +${HTMLDIR}/cmdref/o.fspecs.html +${HTMLDIR}/cmdref/o.ftypes.html +${HTMLDIR}/cmdref/o.gopts.html +${HTMLDIR}/cmdref/o.views.html +${HTMLDIR}/cmdref/obliterate.html +${HTMLDIR}/cmdref/opened.html +${HTMLDIR}/cmdref/passwd.html +${HTMLDIR}/cmdref/print.html +${HTMLDIR}/cmdref/protect.html +${HTMLDIR}/cmdref/protecta.gif +${HTMLDIR}/cmdref/rename.html +${HTMLDIR}/cmdref/reopen.html +${HTMLDIR}/cmdref/resolve.html +${HTMLDIR}/cmdref/resolved.html +${HTMLDIR}/cmdref/revert.html +${HTMLDIR}/cmdref/review.html +${HTMLDIR}/cmdref/reviews.html +${HTMLDIR}/cmdref/set.html +${HTMLDIR}/cmdref/submit.html +${HTMLDIR}/cmdref/sync.html +${HTMLDIR}/cmdref/triggers.html +${HTMLDIR}/cmdref/typemap.html +${HTMLDIR}/cmdref/unlock.html +${HTMLDIR}/cmdref/user.html +${HTMLDIR}/cmdref/users.html +${HTMLDIR}/cmdref/verify.html +${HTMLDIR}/cmdref/where.html +${HTMLDIR}/p4ftp/00_p4ftpIX.html +${HTMLDIR}/p4ftp/00_preface.html +${HTMLDIR}/p4ftp/01_install.html +${HTMLDIR}/p4ftp/01_install_001.gif +${HTMLDIR}/p4ftp/01_install_002.gif +${HTMLDIR}/p4ftp/01_install_003.gif +${HTMLDIR}/p4ftp/01_install_004.gif +${HTMLDIR}/p4ftp/01_install_005.gif +${HTMLDIR}/p4ftp/01_install_006.gif +${HTMLDIR}/p4ftp/01_install_007.gif +${HTMLDIR}/p4ftp/01_installa.gif +${HTMLDIR}/p4ftp/02_troubleshoot.html +${HTMLDIR}/p4ftp/03_differences.html +${HTMLDIR}/p4ftp/greendot.gif +${HTMLDIR}/p4ftp/index.html +${HTMLDIR}/p4guide/00_p4guideIX.html +${HTMLDIR}/p4guide/00_preface.html +${HTMLDIR}/p4guide/01_concepts.html +${HTMLDIR}/p4guide/02_connect.html +${HTMLDIR}/p4guide/03_quickstart.html +${HTMLDIR}/p4guide/04_details.html +${HTMLDIR}/p4guide/05_conflicts.html +${HTMLDIR}/p4guide/06_misc.html +${HTMLDIR}/p4guide/07_changelists.html +${HTMLDIR}/p4guide/08_labels.html +${HTMLDIR}/p4guide/09_branching.html +${HTMLDIR}/p4guide/10_jobtrack.html +${HTMLDIR}/p4guide/11_reporting.html +${HTMLDIR}/p4guide/aa_install.html +${HTMLDIR}/p4guide/ab_envvars.html +${HTMLDIR}/p4guide/ac_glossary.html +${HTMLDIR}/p4guide/greendot.gif +${HTMLDIR}/p4guide/index.html +${HTMLDIR}/p4sag/00_p4sagIX.html +${HTMLDIR}/p4sag/00_preface.html +${HTMLDIR}/p4sag/01_install.html +${HTMLDIR}/p4sag/02_backup.html +${HTMLDIR}/p4sag/03_superuser.html +${HTMLDIR}/p4sag/03_superuser1.gif +${HTMLDIR}/p4sag/03_superuser3.gif +${HTMLDIR}/p4sag/03_superusera.gif +${HTMLDIR}/p4sag/03_superusera3.gif +${HTMLDIR}/p4sag/04_protect.html +${HTMLDIR}/p4sag/05_jobspec.html +${HTMLDIR}/p4sag/06_scripting.html +${HTMLDIR}/p4sag/07_perftune.html +${HTMLDIR}/p4sag/08_nt.html +${HTMLDIR}/p4sag/aa_p4d.html +${HTMLDIR}/p4sag/greendot.gif +${HTMLDIR}/p4sag/index.html +${HTMLDIR}/platformnotes.html +${DOCDIR}/relnotes.txt +@dirrm ${DOCDIR} +@dirrm ${HTMLDIR}/p4sag +@dirrm ${HTMLDIR}/p4guide +@dirrm ${HTMLDIR}/p4ftp +@dirrm ${HTMLDIR}/cmdref +@dirrm ${HTMLDIR} diff --git a/devel/p4-docs/distinfo b/devel/p4-docs/distinfo new file mode 100644 index 00000000000..8a5e70d2925 --- /dev/null +++ b/devel/p4-docs/distinfo @@ -0,0 +1,18 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/09/01 02:34:37 schmonz Exp $ + +SHA1 (perforce/p4.1) = b0ba4933132d513bd4082fc6ec85d6768e179e16 +Size (perforce/p4.1) = 72954 bytes +SHA1 (perforce/p4d.1) = df3033843830ef17c781ef7b84dcbadc958834b1 +Size (perforce/p4d.1) = 4343 bytes +SHA1 (perforce/relnotes.txt) = 7e5e75c1b1879d31ee0a180388ab2bf1249dbce9 +Size (perforce/relnotes.txt) = 130809 bytes +SHA1 (perforce/platformnotes.html) = ee866da6ebf818c1d6d61e0383b4305537665e40 +Size (perforce/platformnotes.html) = 16151 bytes +SHA1 (perforce/cmdref_html.zip) = 7747580482a5ec3842c7e4910d24c3e01bba1080 +Size (perforce/cmdref_html.zip) = 240693 bytes +SHA1 (perforce/p4ftp_html.zip) = 7df4c9ff4db77cc08bd24a7442b52150e6101496 +Size (perforce/p4ftp_html.zip) = 145833 bytes +SHA1 (perforce/p4guide_html.zip) = b76ffcd28092b6d06fff66c220e77a9801acab54 +Size (perforce/p4guide_html.zip) = 133887 bytes +SHA1 (perforce/p4sag_html.zip) = 818f811345b322913e2d5e581f9e2cea5680be4e +Size (perforce/p4sag_html.zip) = 151860 bytes |