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

19
graphics/tkpiechart/DESCR Normal file
View File

@@ -0,0 +1,19 @@
Some people have asked for a Tcl/Tk pie utility: so here is my little
implementation with Tcl, not as an extension.
This is version 3.0.2. It was tested with Tcl8.0/Tk8.0 and the
netscape plug-in 2.0b3 or above.
It is object oriented using the stooop (Simple Tcl Only Object
Oriented Programming) extension (version 3.0 or above, tcl file
included).
Whether you like it (or hate it), please let me know. I would like to
hear about bugs and improvements you would like to see. I will correct
the bugs quickly, especially if you send me a test script.
If you find a bug in the Tcl code and correct it yourself, please
email the modified code so I can include it in the next release. The
same goes for improvements.
Jean-Luc Fontaine (mailto:jfontain@mygale.org)

View File

@@ -0,0 +1,34 @@
# $NetBSD: Makefile,v 1.19 2013/04/06 21:07:32 rodent Exp $
DISTNAME= tkpiechart-5.4
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://jfontain.free.fr/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://jfontain.free.fr/
COMMENT= Tcl/Tk pie-chart utility; in Tcl, not as an extension
DEPENDS+= tk>=8.3.2:../../x11/tk
DEPENDS+= stooop>=3.7:../../devel/stooop
PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_CONFIGURE= yes
NO_BUILD= yes
SUBST_CLASSES+= patch
SUBST_MESSAGE.patch= Remove version numbers for required packages.
SUBST_STAGE.patch= post-patch
SUBST_FILES.patch= demo demo.tcl instapkg.tcl piechart.htm
SUBST_SED.patch= -e '/require/s/stooop 3.7/stooop/g'
SUBST_SED.patch+= -e '/require/s/switched 1.4/switched/g'
post-patch:
${CHMOD} a+x ${WRKSRC}/instapkg.tcl
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/tcl/tkpiechart
cd ${WRKSRC}; ./instapkg.tcl ${DESTDIR}${PREFIX}/lib/tcl/tkpiechart
.include "../../mk/bsd.pkg.mk"

11
graphics/tkpiechart/PLIST Normal file
View File

@@ -0,0 +1,11 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:29 joerg Exp $
lib/tcl/tkpiechart/boxlabel.tcl
lib/tcl/tkpiechart/canlabel.tcl
lib/tcl/tkpiechart/labarray.tcl
lib/tcl/tkpiechart/objselec.tcl
lib/tcl/tkpiechart/perilabel.tcl
lib/tcl/tkpiechart/pie.tcl
lib/tcl/tkpiechart/pielabel.tcl
lib/tcl/tkpiechart/pkgIndex.tcl
lib/tcl/tkpiechart/selector.tcl
lib/tcl/tkpiechart/slice.tcl

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.5 2005/02/24 08:45:13 agc Exp $
SHA1 (tkpiechart-5.4.tar.gz) = 20f0b07f7421311c58b845e3ee4842411b3de87a
RMD160 (tkpiechart-5.4.tar.gz) = 91f73b9576f9aa1cf0a9475a52e1f4334b8ef8b7
Size (tkpiechart-5.4.tar.gz) = 45341 bytes