pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/likepython OMG! It's like Python, but like, you k...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8a7d3fd94a8
branches: trunk
changeset: 572517:b8a7d3fd94a8
user: is <is%pkgsrc.org@localhost>
date: Mon Mar 01 11:07:50 2010 +0000
description:
OMG! It's like Python, but like, you know, casual!
diffstat:
lang/likepython/DESCR | 4 ++++
lang/likepython/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++
lang/likepython/PLIST | 4 ++++
lang/likepython/distinfo | 5 +++++
4 files changed, 55 insertions(+), 0 deletions(-)
diffs (71 lines):
diff -r ba81687e1084 -r b8a7d3fd94a8 lang/likepython/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/likepython/DESCR Mon Mar 01 11:07:50 2010 +0000
@@ -0,0 +1,4 @@
+OMG! It's like Python, but like, you know, casual!
+
+Now you can toootally do just about everything you can do in that
+old, uptight language Python, but be like, so cool about it, bro!
diff -r ba81687e1084 -r b8a7d3fd94a8 lang/likepython/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/likepython/Makefile Mon Mar 01 11:07:50 2010 +0000
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/03/01 11:07:50 is Exp $
+#
+
+VER= 0.1
+DISTNAME= likepython_${VER}
+PKGNAME= likepython-${VER}
+
+CATEGORIES= lang
+MASTER_SITES= http://www.staringispolite.com/likepython/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= is%netbsd.org@localhost
+HOMEPAGE= http://www.staringispolite.com/likepython/
+COMMENT= OMG! It's like Python, but like, you know, casual!
+LICENSE= mit
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+WRKSRC= ${WRKDIR} # More than one possibility -- please check manually.
+
+REPLACE_PYTHON= likepython
+
+SUBST_CLASSES+= fix-runt-interp
+SUBST_STAGE.fix-runt-interp= pre-configure
+SUBST_MESSAGE.fix-runt-interp= Fixing runtime python interpreter path.
+SUBST_FILES.fix-runt-interp= likepython
+SUBST_SED.fix-runt-interp= -e '/call/s,python,${PYTHONBIN},g'
+
+
+NO_BUILD= yes
+
+INSTALLATION_DIRS= share/examples/likepython share/doc/likepython
+
+do-install:
+ cd ${WRKSRC} && ${INSTALL_SCRIPT} likepython ${DESTDIR}${PREFIX}/bin
+ cd ${WRKSRC} && ${INSTALL_DATA} README ${DESTDIR}${PREFIX}/share/doc/likepython
+ cd ${WRKSRC} && ${INSTALL_DATA} hello_world.lp ${DESTDIR}${PREFIX}/share/examples/likepython
+
+.include "../../lang/python/extension.mk"
+.include "../../lang/python/application.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r ba81687e1084 -r b8a7d3fd94a8 lang/likepython/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/likepython/PLIST Mon Mar 01 11:07:50 2010 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/01 11:07:50 is Exp $
+bin/likepython
+share/doc/likepython/README
+share/examples/likepython/hello_world.lp
diff -r ba81687e1084 -r b8a7d3fd94a8 lang/likepython/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/likepython/distinfo Mon Mar 01 11:07:50 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/03/01 11:07:50 is Exp $
+
+SHA1 (likepython_0.1.tgz) = 56f7f54b7232595e23d2e1f5f15cb1e7edddcdcb
+RMD160 (likepython_0.1.tgz) = 492c525bd0e3a39bcdd204fb1218dafef6a2ca80
+Size (likepython_0.1.tgz) = 2663 bytes
Home |
Main Index |
Thread Index |
Old Index