Index: head/cad/Makefile =================================================================== --- head/cad/Makefile (revision 548756) +++ head/cad/Makefile (revision 548757) @@ -1,131 +1,132 @@ # $FreeBSD$ # COMMENT = CAD tools SUBDIR += NASTRAN-95 SUBDIR += PrusaSlicer SUBDIR += abc SUBDIR += admesh SUBDIR += adms SUBDIR += alliance SUBDIR += astk-client SUBDIR += astk-serveur SUBDIR += atlc SUBDIR += basicdsp SUBDIR += brlcad SUBDIR += calculix SUBDIR += calculix-ccx SUBDIR += caneda SUBDIR += cascade SUBDIR += cascade-compiler SUBDIR += chipvault SUBDIR += cura SUBDIR += cura-engine SUBDIR += digital SUBDIR += dinotrace + SUBDIR += ecpprog SUBDIR += electric SUBDIR += electric-ng SUBDIR += fasm SUBDIR += fdm_materials SUBDIR += feappv SUBDIR += fidocadj SUBDIR += freecad SUBDIR += freehdl SUBDIR += fritzing SUBDIR += gdsreader SUBDIR += gdt SUBDIR += geda SUBDIR += gerbv SUBDIR += ghdl SUBDIR += gmsh SUBDIR += gnucap SUBDIR += gplcver SUBDIR += graywolf SUBDIR += gspiceui SUBDIR += gtkwave SUBDIR += horizon-eda SUBDIR += ifcopenshell SUBDIR += impact SUBDIR += irsim SUBDIR += iverilog SUBDIR += jspice3 SUBDIR += k40-whisperer SUBDIR += kicad SUBDIR += kicad-devel SUBDIR += kicad-doc SUBDIR += kicad-library-footprints SUBDIR += kicad-library-footprints-devel SUBDIR += kicad-library-packages3d SUBDIR += kicad-library-packages3d-devel SUBDIR += kicad-library-symbols SUBDIR += kicad-library-symbols-devel SUBDIR += kicad-library-templates SUBDIR += kicad-library-templates-devel SUBDIR += klayout SUBDIR += ktechlab SUBDIR += ldraw SUBDIR += leocad SUBDIR += lepton-eda SUBDIR += libopencad SUBDIR += librecad SUBDIR += libredwg SUBDIR += librepcb SUBDIR += linux-eagle5 SUBDIR += logisim SUBDIR += magic SUBDIR += meshdev SUBDIR += meshlab SUBDIR += netgen SUBDIR += netgen-lvs SUBDIR += ngspice_rework SUBDIR += nvc SUBDIR += opencascade SUBDIR += openctm SUBDIR += openfpgaloader SUBDIR += openroad SUBDIR += openscad SUBDIR += openscad-devel SUBDIR += openvsp SUBDIR += oregano SUBDIR += p5-GDS2 SUBDIR += p5-Verilog-Perl SUBDIR += pcb SUBDIR += pdnmesh SUBDIR += py-cadquery SUBDIR += py-cq-editor SUBDIR += py-ezdxf SUBDIR += py-gdspy SUBDIR += py-lcapy SUBDIR += py-ocp SUBDIR += py-phidl SUBDIR += py-pyfda SUBDIR += python-gdsii SUBDIR += qcad SUBDIR += qelectrotech SUBDIR += qflow SUBDIR += qmls SUBDIR += qrouter SUBDIR += repsnapper SUBDIR += rubygem-gdsii SUBDIR += scotch SUBDIR += solvespace SUBDIR += sp2sp SUBDIR += spice SUBDIR += stepcode SUBDIR += sumo SUBDIR += sweethome3d SUBDIR += tkgate SUBDIR += tochnog SUBDIR += transcalc SUBDIR += uranium SUBDIR += varkon SUBDIR += verilator SUBDIR += verilog-mode.el SUBDIR += veroroute SUBDIR += xcircuit SUBDIR += yosys SUBDIR += z88 SUBDIR += zcad .include Index: head/cad/ecpprog/Makefile =================================================================== --- head/cad/ecpprog/Makefile (nonexistent) +++ head/cad/ecpprog/Makefile (revision 548757) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= ecpprog +DISTVERSION= g20200725 +CATEGORIES= cad + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Driver for FTDI based JTAG probes, to program ECP5 FPGAs + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/../COPYING + +LIB_DEPENDS= libftdi1.so:devel/libftdi1 + +USES= gmake pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= gregdavill +GH_TAGNAME= 2b3e8eaba8faae5ae175ccec36b31e67d24244f7 + +WRKSRC_SUBDIR= ${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Property changes on: head/cad/ecpprog/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/ecpprog/distinfo =================================================================== --- head/cad/ecpprog/distinfo (nonexistent) +++ head/cad/ecpprog/distinfo (revision 548757) @@ -0,0 +1,3 @@ +TIMESTAMP = 1600229750 +SHA256 (gregdavill-ecpprog-g20200725-2b3e8eaba8faae5ae175ccec36b31e67d24244f7_GH0.tar.gz) = 5477cd27d0b934d5a51a2b646549d4751a7bf0470e8bbdb05465168d140dba3f +SIZE (gregdavill-ecpprog-g20200725-2b3e8eaba8faae5ae175ccec36b31e67d24244f7_GH0.tar.gz) = 17768 Property changes on: head/cad/ecpprog/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/ecpprog/pkg-descr =================================================================== --- head/cad/ecpprog/pkg-descr (nonexistent) +++ head/cad/ecpprog/pkg-descr (revision 548757) @@ -0,0 +1,8 @@ +ecpprog is a basic driver for FTDI based JTAG probes, to program ECP5 FPGAs. + +Features: +* Flash programing via JTAG link to ECP5 part +* Validate ECP5 IDCODEs +* Read/Decode ECP5 status register + +WWW: https://github.com/gregdavill/ecpprog Property changes on: head/cad/ecpprog/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property