aboutsummaryrefslogtreecommitdiff
path: root/cad/stepcode/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* cad/stepcode: update to 0.8.1Fernando ApesteguĂ­a2022-10-061-105/+16
| | | | | This is the first release since 2014. The library naming has changed. Since there are no consumers in the ports tree, we are good.
* cad/stepcode: Fix portlint issuesKurt Jaeger2017-08-291-2/+2
| | | | | | | | | PR: 221835 Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer) MFH: 2017Q3 Notes: svn path=/head/; revision=448936
* In April/May 2012, STEP Class Library was renamed to STEPcode. This was doneDmitry Marakasov2015-07-031-0/+118
because the old name wasn't accurate - the class libraries are only a fraction of the software. The STEP Class Library (SCL) originated at the National Institute of Standards and Technology, or NIST. NIST started working with STEP in the 80's and continued until the late 90's. Some components of SCL were originally written in Lisp and then re-written in mixed C and C++ in the early 90's. The rest of SCL was written in C++ to begin with. STEPcode (SC) includes the class libraries, some of the most widely used EXPRESS schemas, some tools to work with EXPRESS, and support libraries for those tools. Two of the tools can create schema-specific libraries that are used with the class libraries. There are also some test files and programs. WWW: https://github.com/stepcode/stepcode/wiki PR: 201046 Submitted by: fernando.apesteguia@gmail.com Notes: svn path=/head/; revision=391246