Index: head/cad/Makefile =================================================================== --- head/cad/Makefile (revision 425427) +++ head/cad/Makefile (revision 425428) @@ -1,93 +1,94 @@ # $FreeBSD$ # COMMENT = CAD tools SUBDIR += NASTRAN-95 SUBDIR += admesh SUBDIR += adms SUBDIR += alliance SUBDIR += astk-client SUBDIR += astk-serveur SUBDIR += atlc SUBDIR += basicdsp SUBDIR += brickutils SUBDIR += brlcad SUBDIR += calculix SUBDIR += cascade SUBDIR += chipvault SUBDIR += cider SUBDIR += cura-engine SUBDIR += dinotrace SUBDIR += dxf2fig SUBDIR += electric SUBDIR += electric-ng SUBDIR += elmerfem SUBDIR += feappv SUBDIR += fidocadj SUBDIR += freecad SUBDIR += freehdl SUBDIR += fritzing SUBDIR += gdsreader SUBDIR += gdt SUBDIR += geda SUBDIR += gerbv SUBDIR += ghdl SUBDIR += gmsh SUBDIR += gmsh-occ SUBDIR += gnucap SUBDIR += gplcver SUBDIR += gspiceui SUBDIR += gtkwave SUBDIR += impact SUBDIR += irsim SUBDIR += iverilog SUBDIR += jspice3 SUBDIR += kicad SUBDIR += kicad-devel SUBDIR += klayout SUBDIR += layouteditor SUBDIR += ldraw SUBDIR += leocad SUBDIR += librecad SUBDIR += linux-eagle5 SUBDIR += linuxcnc-devel SUBDIR += logisim SUBDIR += magic SUBDIR += meshdev SUBDIR += meshlab SUBDIR += netgen SUBDIR += ngspice_rework SUBDIR += opencascade SUBDIR += openscad SUBDIR += openvsp SUBDIR += p5-GDS2 SUBDIR += p5-Verilog-Perl SUBDIR += pcb SUBDIR += pdnmesh SUBDIR += py-gdsii SUBDIR += py-gdspy SUBDIR += py-lcapy SUBDIR += py-pycam SUBDIR += pythoncad SUBDIR += qcad SUBDIR += qelectrotech SUBDIR += qfsm SUBDIR += qmls SUBDIR += qucs SUBDIR += repsnapper SUBDIR += rubygem-gdsii SUBDIR += sceptre SUBDIR += scotch + SUBDIR += sp2sp SUBDIR += spice SUBDIR += stepcode SUBDIR += sweethome3d SUBDIR += tkgate SUBDIR += tochnog SUBDIR += transcalc SUBDIR += varkon SUBDIR += verilog-mode.el SUBDIR += xcircuit SUBDIR += z88 .include Index: head/cad/sp2sp/Makefile =================================================================== --- head/cad/sp2sp/Makefile (nonexistent) +++ head/cad/sp2sp/Makefile (revision 425428) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= sp2sp +PORTVERSION= 20090213 +CATEGORIES= cad +MASTER_SITES= SF/gwave/gwave2/${PORTVERSION} +DISTNAME= gwave2-${PORTVERSION} + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Processor of waveform data generated by SPICE-type simulators + +LICENSE= GPLv2 + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + +USES= autoreconf gettext-runtime +USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20 +GNU_CONFIGURE= yes +PLIST_FILES= bin/sp2sp + +.include Property changes on: head/cad/sp2sp/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/sp2sp/distinfo =================================================================== --- head/cad/sp2sp/distinfo (nonexistent) +++ head/cad/sp2sp/distinfo (revision 425428) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478370612 +SHA256 (gwave2-20090213.tar.gz) = 464c7bc6f2bb84413959584b4ed08b3391361fd7524fc93f7fd1c1cde370ea7f +SIZE (gwave2-20090213.tar.gz) = 403957 Property changes on: head/cad/sp2sp/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/sp2sp/files/patch-Makefile.am =================================================================== --- head/cad/sp2sp/files/patch-Makefile.am (nonexistent) +++ head/cad/sp2sp/files/patch-Makefile.am (revision 425428) @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2016-11-06 03:33:18.529485000 +0900 ++++ Makefile.am 2016-11-06 03:33:34.527390000 +0900 +@@ -2,7 +2,7 @@ + ## Process this file with automake to produce Makefile.in + + #SUBDIRS=spicefile utilities src scheme doc remote +-SUBDIRS=spicefile utilities src scheme remote ++SUBDIRS=spicefile + + EXTRA_DIST=autogen.sh gwave.spec TODO FAQ plotutils-2.4.1.patch + Property changes on: head/cad/sp2sp/files/patch-Makefile.am ___________________________________________________________________ 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/sp2sp/files/patch-configure.ac =================================================================== --- head/cad/sp2sp/files/patch-configure.ac (nonexistent) +++ head/cad/sp2sp/files/patch-configure.ac (revision 425428) @@ -0,0 +1,87 @@ +--- configure.ac.orig 2009-02-13 14:00:57.000000000 +0900 ++++ configure.ac 2016-11-06 03:36:13.237251000 +0900 +@@ -16,20 +16,6 @@ + AC_PATH_PROGS(PERL, perl perl5, no) + AC_SUBST(PERL) + +-# this tries to find GNU graph only, not traditional berkeley/sysv graph, +-# so we do the right thing on solaris, where an unusable one is in /usr/bin +-# and the graph we want is usually in /usr/local/bin or some such. +-AC_ARG_WITH(graph, [full pathname to GNU graph for postscript plotting]) +-dnl AC_MSG_RESULT(with_graph is $with_graph) +-if test "$with_graph" != no; then +- if test "$with_graph" != yes && test ! -z "$with_graph" ; then +- AC_DEFINE_UNQUOTED(PROG_GRAPH, "$with_graph", [If present, the pathname of graph, from GNU plotutils.]) +- else +- AC_PROG_GREPSTDOUT(GRAPH, graph --version, GNU, $ac_dir/$ac_word) +- AC_DEFINE_UNQUOTED(PROG_GRAPH, "$GRAPH", [If present, the pathname of graph, from GNU plotutils.]) +- fi +-fi +- + dnl do we need libtool? + dnl even though we aren't building shared libraries, it seemed to help on HP-UX + dnl AM_PROG_LIBTOOL +@@ -51,62 +37,8 @@ + dnl check for gtk/glib features + AC_CHECK_LIB(c, g_slice_set_config, AC_DEFINE(HAVE_G_SLICE_SET_CONFIG,1,[Define this if your version of glib2 has the slice allocator and g_slice_set_config]),,[$GTK_LIBS]) + +- +-dnl check for readline library +-AC_CHECK_LIB(termcap, tgoto, [ +- AC_CHECK_LIB(readline, readline, [ +- READLINE_LIB="-lreadline -ltermcap" +- AC_DEFINE(HAVE_READLINE,1,[Define this if you have the readline library]) +- AC_CHECK_LIB(readline, add_history, AC_DEFINE(HAVE_HISTORY,1,[Define this if your readline also has add_history]),,"-ltermcap" +-) +- ], READLINE_LIB="", "-ltermcap") +-], AC_CHECK_LIB(ncurses, tgoto, [ +- AC_CHECK_LIB(readline, readline, [ +- READLINE_LIB="-lreadline -lncurses" +- AC_DEFINE(HAVE_READLINE,1,[Define this if you have the readline library]) +- AC_CHECK_LIB(readline, add_history, AC_DEFINE(HAVE_HISTORY,1,[Define this if your readline also has add_history]),,"-l +-ncurses") +- ], READLINE_LIB="", "-lncurses") +-], READLINE_LIB="")) +- +-AC_SUBST(READLINE_LIB) +- +- +-dnl check for guile +-GUILE_FLAGS +- +-dnl checks for guile version-specific features, if any +- +- +-dnl check for guile-gnome-platform +- +-GUILE_MODULE_REQUIRED(gnome-2) +-dnl GUILE_MODULE_REQUIRED(gnome gtk) +- +-PKG_CHECK_MODULES(GUILE_GNOME, guile-gnome-gtk-2, ,AC_MSG_ERROR(Can not find Guile-gnome-platform)) +- +-dnl remind myself how to check for somthing I know exists +-dnl GUILE_MODULE_EXPORTS(foo_widget_show, (gnome-0)(gnome gtk),gtk-widget-show) +-dnl if test "$foo_widget_show" = yes; then +-dnl AC_DEFINE(FOO_WIDGET_SHOW,1,"Defined if guile-gnome module (gnome gtk) already contains gtk-widget-show") +-dnl fi +- +-GUILE_MODULE_EXPORTS(have_guile_gtk_menu_popup,(gnome-2)(gnome gtk),gtk-menu-popup) +-if test "$have_guile_gtk_menu_popup" = yes; then +- AC_DEFINE(HAVE_GUILE_GTK_MENU_POPUP,1,"Defined if guile-gnome module (gnome gtk) already contains gtk-menu-popup") +-fi +- +- + dnl doesn't work if prefix isn't specified. + dnl AC_DEFINE_UNQUOTED(DATADIR,"${datadir}",Installation prefix for finding necessary guile code) + + AC_OUTPUT(Makefile \ +-src/Makefile spicefile/Makefile scheme/Makefile \ +-src/app/Makefile \ +-remote/Makefile \ +-utilities/Makefile \ +-utilities/gwave-doc-snarf \ +-utilities/doc-split \ +-utilities/sweepsplit \ +-gwave.spec \ +-scheme/gwave-config.scm) ++src/Makefile spicefile/Makefile) Property changes on: head/cad/sp2sp/files/patch-configure.ac ___________________________________________________________________ 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/sp2sp/pkg-descr =================================================================== --- head/cad/sp2sp/pkg-descr (nonexistent) +++ head/cad/sp2sp/pkg-descr (revision 425428) @@ -0,0 +1,10 @@ +sp2sp ("spice to spice") is a processor of waveform data generated by +SPICE-type simulators. It uses libspicefile library in Gwave which +provides SpiceStream and WaveFile avstraction levels. sp2sp uses +SpiceStream to convert any file format supported by the SpiceStream +layer into one of several ASCII printable formats, and it is useful +for converting files any of the binary formats into a printable form, +where they can easily be processed by awk, perl, or some other scripting +language. + +WWW: http://gwave.sourceforge.net/ Property changes on: head/cad/sp2sp/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