From 877bfa015971fb33d5649bbb3da13cff8c1c3051 Mon Sep 17 00:00:00 2001 From: mef Date: Tue, 25 Aug 2015 01:57:38 +0000 Subject: Import GDS2-3.33 as cad/p5-gds2. This is GDS2, a module for creating programs to read, write, and manipulate GDS2 (GDSII) stream files. GDS2 should be able to handle any size gdsii file but I would consider it too slow for anything larger than a few megabytes in size. If your files are are closer to the gigabyte range please check out my gdt programs at: http://sourceforge.net/projects/gds2/ which you can use to open and process GDS2 files as a pipe from Perl. --- cad/p5-gds2/DESCR | 10 ++++++++++ cad/p5-gds2/Makefile | 16 ++++++++++++++++ cad/p5-gds2/distinfo | 5 +++++ 3 files changed, 31 insertions(+) create mode 100644 cad/p5-gds2/DESCR create mode 100644 cad/p5-gds2/Makefile create mode 100644 cad/p5-gds2/distinfo (limited to 'cad') diff --git a/cad/p5-gds2/DESCR b/cad/p5-gds2/DESCR new file mode 100644 index 00000000000..d3d895444c8 --- /dev/null +++ b/cad/p5-gds2/DESCR @@ -0,0 +1,10 @@ +This is GDS2, a module for creating programs to read, +write, and manipulate GDS2 (GDSII) stream files. + +GDS2 should be able to handle any size gdsii file but +I would consider it too slow for anything larger +than a few megabytes in size. If your files are are +closer to the gigabyte range please check out my +gdt programs at: http://sourceforge.net/projects/gds2/ +which you can use to open and process GDS2 files +as a pipe from Perl. diff --git a/cad/p5-gds2/Makefile b/cad/p5-gds2/Makefile new file mode 100644 index 00000000000..7ec03bfce82 --- /dev/null +++ b/cad/p5-gds2/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2015/08/25 01:57:38 mef Exp $ + +DISTNAME= GDS2-3.33 +CATEGORIES= cad +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/S/SC/SCHUMACK/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/GDS2/lib/GDS2.pm +COMMENT= Modules to read, write, and manipulate GDS2 (GDSII) stream files +LICENSE= artistic + +# url2pkg-marker (please do not remove this line.) +PERL5_PACKLIST= auto/GDS2/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/cad/p5-gds2/distinfo b/cad/p5-gds2/distinfo new file mode 100644 index 00000000000..2462a1d1dcd --- /dev/null +++ b/cad/p5-gds2/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/08/25 01:57:38 mef Exp $ + +SHA1 (GDS2-3.33.tar.gz) = be8c03f5d39be3a6f4c148fccb60503bd468ff71 +RMD160 (GDS2-3.33.tar.gz) = 12476022e6be9b008e7f5b030d765993d501376b +Size (GDS2-3.33.tar.gz) = 49063 bytes -- cgit v1.2.3