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.
This commit is contained in:
parent
93502ccb04
commit
6fc0480c41
3 changed files with 31 additions and 0 deletions
10
cad/p5-gds2/DESCR
Normal file
10
cad/p5-gds2/DESCR
Normal file
|
@ -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.
|
16
cad/p5-gds2/Makefile
Normal file
16
cad/p5-gds2/Makefile
Normal file
|
@ -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"
|
5
cad/p5-gds2/distinfo
Normal file
5
cad/p5-gds2/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue