pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

oorexx: add documentatin PDFs.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Tue Apr 2 18:15:23 2024 +0200
Changeset:	2a9912568086faca1d15741e3639ef0c00275c23

Modified Files:
	oorexx/Makefile
	oorexx/PLIST
	oorexx/distinfo

Log Message:
oorexx: add documentatin PDFs.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2a9912568086faca1d15741e3639ef0c00275c23

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 oorexx/Makefile | 10 ++++++++++
 oorexx/PLIST    | 11 +++++++++++
 oorexx/distinfo |  5 ++++-
 3 files changed, 25 insertions(+), 1 deletion(-)

diffs:
diff --git a/oorexx/Makefile b/oorexx/Makefile
index dbe793e173..a26be9a14b 100644
--- a/oorexx/Makefile
+++ b/oorexx/Makefile
@@ -11,6 +11,10 @@ HOMEPAGE=	http://oorexx.sourceforge.net/
 COMMENT=	Powerful typeless object-oriented scripting language
 LICENSE=	gnu-gpl-v2 AND cpl-1.0
 
+DISTFILES=	${DEFAULT_DISTFILES}
+DISTFILES+=	ooRexx-${PKGVERSION_NOREV}-pdf.zip
+MASTER_SITES+=	${MASTER_SITE_SOURCEFORGE:=oorexx/oorexx-docs/${PKGVERSION_NOREV}/}
+
 CONFLICTS=	rexx-imc-[0-9]* rexx-regina-[0-9]*
 
 USE_CMAKE=	yes
@@ -33,6 +37,12 @@ post-install:
 	    chmod a-x lib/rexx.img && \
 	    find share/ooRexx/samples/api -name '*.rex' -exec chmod -x {} \; && \
 	    find share/ooRexx/samples -name '*.cls' -exec chmod -x {} \;
+	cd ${WRKDIR}/ooRexx-${PKGVERSION_NOREV}-pdf && \
+	    ${RM} -f oodguide.pdf oodialog.pdf oorexxbuild.pdf oosqlite.pdf \
+	          winextensions.pdf
+	cd ${WRKDIR} && \
+	    ${MV} ooRexx-${PKGVERSION_NOREV}-pdf  ${DESTDIR}${PREFIX}/share/ooRexx/doc
+
 
 # We really want ncurses!
 PREFER.curses=	pkgsrc
diff --git a/oorexx/PLIST b/oorexx/PLIST
index 7f6df2309f..ba732cb29d 100644
--- a/oorexx/PLIST
+++ b/oorexx/PLIST
@@ -51,6 +51,17 @@ man/man1/rexx.1
 man/man1/rexxc.1
 man/man1/rxqueue.1
 man/man1/rxsubcom.1
+share/ooRexx/doc/ootest.pdf
+share/ooRexx/doc/orxncurses.pdf
+share/ooRexx/doc/readme.pdf
+share/ooRexx/doc/rexxapi.pdf
+share/ooRexx/doc/rexxextensions.pdf
+share/ooRexx/doc/rexxpg.pdf
+share/ooRexx/doc/rexxref.pdf
+share/ooRexx/doc/rxftp.pdf
+share/ooRexx/doc/rxmath.pdf
+share/ooRexx/doc/rxsock.pdf
+share/ooRexx/doc/unixextensions.pdf
 share/ooRexx/samples/api/c++/callsample/HelloWorld.rex
 share/ooRexx/samples/api/c++/callsample/Makefile.unix
 share/ooRexx/samples/api/c++/callsample/Makefile.windows
diff --git a/oorexx/distinfo b/oorexx/distinfo
index 3448101c5d..004c9f974c 100644
--- a/oorexx/distinfo
+++ b/oorexx/distinfo
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/12/26 15:23:05 netcap Exp $
+$NetBSD$
 
+BLAKE2s (ooRexx-5.0.0-pdf.zip) = 3921164b946553f5af2ab2880b88ff3f60b4089ccdc4da67d7b28ca00d7742f3
+SHA512 (ooRexx-5.0.0-pdf.zip) = 9ba7cc5f80590a75b9b59545d8ce3c2ae6a29cb4440d3c06ce4987cbf56946d6302da37f82ffc01a04a539ec80d797c9c611b8a623154c103c7139a34f0ea8a0
+Size (ooRexx-5.0.0-pdf.zip) = 17985018 bytes
 BLAKE2s (oorexx-5.0.0-12583.tar.gz) = 0d889b43ce033718ba530dccfa5e4ae2732968a9de1d7b850b4b0d5db8854d0e
 SHA512 (oorexx-5.0.0-12583.tar.gz) = 141af22e0a99731d50492940d5db55cc59099e5a7fa8acba918d1ae82bcd6e2983fb0ca71bbbf044cc4fc89e740c8a0ac81237eea5812d7a570f825bba5d08b9
 Size (oorexx-5.0.0-12583.tar.gz) = 6398458 bytes


Home | Main Index | Thread Index | Old Index