pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/SDL-intro-ko Import SDL-intro-ko from pkgsrc-wip...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b49fd28084c3
branches: trunk
changeset: 516491:b49fd28084c3
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Jul 21 19:52:59 2006 +0000
description:
Import SDL-intro-ko from pkgsrc-wip. Packaged by Ian Zagorskih.
Simple DirectMedia Layer introduction in Korean.
diffstat:
devel/SDL-intro-ko/DESCR | 1 +
devel/SDL-intro-ko/Makefile | 28 ++++++++++++++++++++++++++++
devel/SDL-intro-ko/PLIST | 16 ++++++++++++++++
devel/SDL-intro-ko/distinfo | 5 +++++
4 files changed, 50 insertions(+), 0 deletions(-)
diffs (66 lines):
diff -r e82ae85731a5 -r b49fd28084c3 devel/SDL-intro-ko/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/SDL-intro-ko/DESCR Fri Jul 21 19:52:59 2006 +0000
@@ -0,0 +1,1 @@
+Simple DirectMedia Layer introduction in Korean.
diff -r e82ae85731a5 -r b49fd28084c3 devel/SDL-intro-ko/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/SDL-intro-ko/Makefile Fri Jul 21 19:52:59 2006 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/07/21 19:52:59 minskim Exp $
+#
+
+DISTNAME= SDL-1.0-korean-intro
+PKGNAME= SDL-intro-ko-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 (Korean)
+
+WRKSRC= ${WRKDIR}/intro.ko
+DEST= ${PREFIX}/share/doc/SDL-intro.ko
+
+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 e82ae85731a5 -r b49fd28084c3 devel/SDL-intro-ko/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/SDL-intro-ko/PLIST Fri Jul 21 19:52:59 2006 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/21 19:52:59 minskim Exp $
+share/doc/SDL-intro.ko/author.html
+share/doc/SDL-intro.ko/index.html
+share/doc/SDL-intro.ko/toc.html
+share/doc/SDL-intro.ko/usingcdrom.html
+share/doc/SDL-intro.ko/usingendian.html
+share/doc/SDL-intro.ko/usingevents.html
+share/doc/SDL-intro.ko/usinginit.html
+share/doc/SDL-intro.ko/usingsound.html
+share/doc/SDL-intro.ko/usingthreads.html
+share/doc/SDL-intro.ko/usingtimers.html
+share/doc/SDL-intro.ko/usingvideo.html
+share/doc/SDL-intro.ko/whatcanitdo.html
+share/doc/SDL-intro.ko/whatisit.html
+share/doc/SDL-intro.ko/whatplatforms.html
+@dirrm share/doc/SDL-intro.ko
diff -r e82ae85731a5 -r b49fd28084c3 devel/SDL-intro-ko/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/SDL-intro-ko/distinfo Fri Jul 21 19:52:59 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/07/21 19:52:59 minskim Exp $
+
+SHA1 (SDL-1.0-korean-intro.tar.gz) = ed2aa22ad322af5433cfa65ba419d559d3a97d36
+RMD160 (SDL-1.0-korean-intro.tar.gz) = 5d35de997375c2644e452488c23297847474f915
+Size (SDL-1.0-korean-intro.tar.gz) = 14601 bytes
Home |
Main Index |
Thread Index |
Old Index