pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/SDL-intro-en Import SDL-intro-en from pkgsrc-wip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d1ed980e469
branches:  trunk
changeset: 496298:0d1ed980e469
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jun 25 03:04:26 2005 +0000

description:
Import SDL-intro-en from pkgsrc-wip.  Packaged by Ian Zagorskih.

Simple DirectMedia Layer introduction in English.

diffstat:

 devel/SDL-intro-en/DESCR    |   1 +
 devel/SDL-intro-en/Makefile |  28 ++++++++++++++++++++++++++++
 devel/SDL-intro-en/PLIST    |  17 +++++++++++++++++
 devel/SDL-intro-en/distinfo |   5 +++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r 63befe680142 -r 0d1ed980e469 devel/SDL-intro-en/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/SDL-intro-en/DESCR  Sat Jun 25 03:04:26 2005 +0000
@@ -0,0 +1,1 @@
+Simple DirectMedia Layer introduction in English.
diff -r 63befe680142 -r 0d1ed980e469 devel/SDL-intro-en/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/SDL-intro-en/Makefile       Sat Jun 25 03:04:26 2005 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/06/25 03:04:26 minskim Exp $
+#
+
+DISTNAME=      SDL-1.0-english-intro
+PKGNAME=       SDL-intro-en-1.0
+CATEGORIES=    devel
+MASTER_SITES=  http://www.libsdl.org/archives/
+
+MAINTAINER=    ianzag%mail.ru@localhost
+HOMEPAGE=      http://www.libsdl.org/docs.php
+COMMENT=       Simple DirectMedia Layer introduction (English)
+
+WRKSRC=                ${WRKDIR}/intro.en
+DEST=          ${PREFIX}/share/doc/SDL-intro/en
+
+NO_CONFIGURE=  YES
+NO_BUILD=      YES
+
+# Remove links
+post-patch:
+       ${RM} ${WRKSRC}/index.html
+
+do-install:
+       ${INSTALL_DATA_DIR} ${DEST}
+       ${INSTALL_DATA} ${WRKSRC}/*.html ${DEST}
+       ${LN} -s ${DEST}/toc.html ${DEST}/index.html
+
+.include "../../mk/bsd.pkg.mk"
diff -r 63befe680142 -r 0d1ed980e469 devel/SDL-intro-en/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/SDL-intro-en/PLIST  Sat Jun 25 03:04:26 2005 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/25 03:04:26 minskim Exp $
+share/doc/SDL-intro/en/author.html
+share/doc/SDL-intro/en/index.html
+share/doc/SDL-intro/en/toc.html
+share/doc/SDL-intro/en/usingcdrom.html
+share/doc/SDL-intro/en/usingendian.html
+share/doc/SDL-intro/en/usingevents.html
+share/doc/SDL-intro/en/usinginit.html
+share/doc/SDL-intro/en/usingsound.html
+share/doc/SDL-intro/en/usingthreads.html
+share/doc/SDL-intro/en/usingtimers.html
+share/doc/SDL-intro/en/usingvideo.html
+share/doc/SDL-intro/en/whatcanitdo.html
+share/doc/SDL-intro/en/whatisit.html
+share/doc/SDL-intro/en/whatplatforms.html
+@dirrm share/doc/SDL-intro/en
+@dirrm share/doc/SDL-intro
diff -r 63befe680142 -r 0d1ed980e469 devel/SDL-intro-en/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/SDL-intro-en/distinfo       Sat Jun 25 03:04:26 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/06/25 03:04:26 minskim Exp $
+
+SHA1 (SDL-1.0-english-intro.tar.gz) = b9d46a7db1c722f001ecef18c7ba30e537456491
+RMD160 (SDL-1.0-english-intro.tar.gz) = 3ff676a3bec9642880402745f78e2e252dc0cb6b
+Size (SDL-1.0-english-intro.tar.gz) = 13421 bytes



Home | Main Index | Thread Index | Old Index