diff options
author | mef <mef@pkgsrc.org> | 2015-08-25 01:57:38 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-08-25 01:57:38 +0000 |
commit | 877bfa015971fb33d5649bbb3da13cff8c1c3051 (patch) | |
tree | 5a26b29e16978d960412a1867c9c519d030980a9 | |
parent | 20441021233e178723369b52d8960d555a7bab7f (diff) | |
download | pkgsrc-877bfa015971fb33d5649bbb3da13cff8c1c3051.tar.gz |
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.
-rw-r--r-- | cad/p5-gds2/DESCR | 10 | ||||
-rw-r--r-- | cad/p5-gds2/Makefile | 16 | ||||
-rw-r--r-- | cad/p5-gds2/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
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 |