Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

4
lang/likepython/DESCR Normal file
View File

@@ -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!

41
lang/likepython/Makefile Normal file
View File

@@ -0,0 +1,41 @@
# $NetBSD: Makefile,v 1.5 2013/04/06 13:09:24 rodent Exp $
#
VER= 0.1
DISTNAME= likepython_${VER}
PKGNAME= likepython-${VER}
PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.staringispolite.com/likepython/
EXTRACT_SUFX= .tgz
MAINTAINER= is@NetBSD.org
HOMEPAGE= http://www.staringispolite.com/likepython/
COMMENT= OMG! It's like Python, but like, you know, casual!
LICENSE= mit
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= bin 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"

4
lang/likepython/PLIST Normal file
View File

@@ -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

5
lang/likepython/distinfo Normal file
View File

@@ -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