diff options
Diffstat (limited to 'devel')
35 files changed, 0 insertions, 641 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7e32416c2333..fd81f366f530 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -200,14 +200,12 @@ SUBDIR += bennugd-core SUBDIR += bennugd-modules SUBDIR += bglibs - SUBDIR += bhyve-vm-goagent SUBDIR += bicyclerepair SUBDIR += bin86 SUBDIR += binaryen SUBDIR += bingrep SUBDIR += binutils SUBDIR += bison - SUBDIR += bisoncpp SUBDIR += blame SUBDIR += blitz SUBDIR += bmake @@ -287,8 +285,6 @@ SUBDIR += check SUBDIR += checkbashisms SUBDIR += checkheaders - SUBDIR += cheritrace-devel - SUBDIR += cherivis-devel SUBDIR += chromium-gn SUBDIR += chrpath SUBDIR += chruby @@ -1255,7 +1251,6 @@ SUBDIR += jam SUBDIR += jansson SUBDIR += java-findbugs - SUBDIR += javolution SUBDIR += jclassinfo SUBDIR += jcmdline SUBDIR += jech-dht diff --git a/devel/bhyve-vm-goagent/Makefile b/devel/bhyve-vm-goagent/Makefile deleted file mode 100644 index 09a673b28a52..000000000000 --- a/devel/bhyve-vm-goagent/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# $FreeBSD$ - -PORTNAME= bhyve-vm-goagent -PORTVERSION= 1.0 -DISTVERSIONPREFIX= v -PORTREVISION= 4 -CATEGORIES= devel sysutils - -MAINTAINER= araujo@FreeBSD.org -COMMENT= Agent developed in Go that runs inside guest vm - -LICENSE= BSD2CLAUSE - -BROKEN= attempts to download dependencies during build -DEPRECATED= Broken for more than 5 months -EXPIRATION_DATE= 2018-08-20 - -ONLY_FOR_ARCHS= amd64 i386 - -BUILD_DEPENDS= git:devel/git - -USES= go -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} - -USE_GITHUB= yes -GH_ACCOUNT= freenas -GH_TAGNAME= a640870c90752e01af30e394ce7c8157f4371a1b -GH_TUPLE= gorilla:websocket:v1.2.0:websocket/src/github.com/gorilla/websocket \ - shirou:gopsutil:v2.17.12:gopsutil/src/github.com/shirou/gopsutil - -MAKE_ENV= GOPATH=${WRKSRC} GOROOT=${LOCALBASE}/go - -PLIST_FILES= sbin/bhyve-vm-goagent - -do-build: - cd ${WRKSRC} ; make deps ; make build - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-freebsd-${ARCH}-1.0-RELEASE \ - ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} - -.include <bsd.port.mk> diff --git a/devel/bhyve-vm-goagent/distinfo b/devel/bhyve-vm-goagent/distinfo deleted file mode 100644 index fd2029ed73e9..000000000000 --- a/devel/bhyve-vm-goagent/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -TIMESTAMP = 1520447374 -SHA256 (freenas-bhyve-vm-goagent-v1.0-a640870c90752e01af30e394ce7c8157f4371a1b_GH0.tar.gz) = 71ff3e116f6a4298ec683154b6deadad22d0bc7e1e9541c2f765991714d7ba15 -SIZE (freenas-bhyve-vm-goagent-v1.0-a640870c90752e01af30e394ce7c8157f4371a1b_GH0.tar.gz) = 7262 -SHA256 (gorilla-websocket-v1.2.0_GH0.tar.gz) = 04d1c4fa839a01d32d3c8c558370a964d83b5c980f74c4b965f3dd04f8cb9276 -SIZE (gorilla-websocket-v1.2.0_GH0.tar.gz) = 42984 -SHA256 (shirou-gopsutil-v2.17.12_GH0.tar.gz) = 0abdee29c3c70d9860d8177e70b9bbb0651af4e48b03cfbb36bdf53300fa7268 -SIZE (shirou-gopsutil-v2.17.12_GH0.tar.gz) = 107887 diff --git a/devel/bhyve-vm-goagent/files/patch-Makefile b/devel/bhyve-vm-goagent/files/patch-Makefile deleted file mode 100644 index 31ef0f3f5c9c..000000000000 --- a/devel/bhyve-vm-goagent/files/patch-Makefile +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.orig 2018-01-29 12:30:37 UTC -+++ Makefile -@@ -1,6 +1,6 @@ - GO ?= go - TARGET := bhyve-vm-goagent --OS := freebsd netbsd linux windows -+OS := freebsd - ARCH := 386 amd64 - VERSION := `grep \"VERSION\" main.go | cut -d '"' -f 2 | head -1` - -@@ -9,10 +9,8 @@ all: build - deps: - @echo "===> Downloading crossbuild dependencies." - go get github.com/gorilla/websocket -- go get github.com/shirou/w32 -- go get github.com/StackExchange/wmi -- go get github.com/go-ole/go-ole -- go get github.com/go-ole/go-ole/oleutil -+ go get github.com/araujobsd/bhyve-vm-goagent/plugins -+ go get github.com/araujobsd/bhyve-vm-goagent/termios - - build: - @for os in $(OS); do \ diff --git a/devel/bhyve-vm-goagent/pkg-descr b/devel/bhyve-vm-goagent/pkg-descr deleted file mode 100644 index e039ab969f30..000000000000 --- a/devel/bhyve-vm-goagent/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -It is an agent developed using Go that runs inside guest virtual machines -and allows host hypervisor to obtain information from guest such like -memory usage, cpu, disk and ethernet configuration. - -It supports virtio-console as well as WebSocket protocol. - -WWW: https://github.com/freenas/bhyve-vm-goagent diff --git a/devel/bisoncpp/Makefile b/devel/bisoncpp/Makefile deleted file mode 100644 index b6feb307cf2b..000000000000 --- a/devel/bisoncpp/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# $FreeBSD$ - -PORTNAME= bisoncpp -PORTVERSION= 4.10.01 -PORTREVISION= 4 -CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/bisonc%2B%2B/${PORTVERSION} -DISTNAME= bisonc++_${PORTVERSION}.orig - -MAINTAINER= bofh@FreeBSD.org -COMMENT= LALR(1) parser generator that generates C++ classes - -LICENSE= GPLv3 - -DEPRECATED= Depends on broken and expiring libbobcat -EXPIRATION_DATE= 2018-08-20 - -BUILD_DEPENDS= icmake:devel/icmake \ - yodl>=3.0:textproc/yodl \ - libbobcat>=3.18:devel/libbobcat - -DOCSDIR= ${PREFIX}/share/doc/bisonc++ -PORTDOCS= * - -WRKSRC= ${WRKDIR}/bisonc++-${PORTVERSION} - -USE_GCC= yes - -USES= shebangfix - -SHEBANG_LANG= icmake -icmake_OLD_CMD= /usr/bin/icmake -icmake_CMD= ${LOCALBASE}/bin/icmake - -SHEBANG_FILES= build \ - documentation/examples/bison++Example.NEW/make \ - documentation/man/calculator/build \ - documentation/manual/examples/calc/build \ - documentation/manual/examples/errorcalc/build \ - documentation/manual/examples/mfcalc/build \ - documentation/manual/examples/rpn/build \ - documentation/manual/grammar/poly/build \ - documentation/regression/run \ - parser/driver/build \ - scanner/driver/build - -post-patch: - @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/INSTALL.im - @${REINPLACE_CMD} 's|"g++|"${CXX}|' \ - ${WRKSRC}/INSTALL.im \ - ${WRKSRC}/scanner/driver/build \ - ${WRKSRC}/parser/driver/build - @${REINPLACE_CMD} 's|"gcc|"${CC}|' \ - ${WRKSRC}/icmake/special - @${REINPLACE_CMD} 's|"cp -d |"cp -Pp | ; \ - s|"cp -r |"cp -R | ; \ - s|-doc|/doc|' \ - ${WRKSRC}/icmake/install - -do-build: - @cd ${WRKSRC} && ./build program strip - @cd ${WRKSRC} && ./build man - @cd ${WRKSRC} && ./build manual - -do-install: - cd ${WRKSRC} && ./build install program ${STAGEDIR} - cd ${WRKSRC} && ./build install man ${STAGEDIR} - cd ${WRKSRC} && ./build install manual ${STAGEDIR} - cd ${WRKSRC} && ./build install skel ${STAGEDIR} - -.include <bsd.port.mk> diff --git a/devel/bisoncpp/distinfo b/devel/bisoncpp/distinfo deleted file mode 100644 index 7ffd9672e6c8..000000000000 --- a/devel/bisoncpp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bisonc++_4.10.01.orig.tar.gz) = d03b1c3982f7cff9663382cb6933ccc5aa8ce35a7ccbd6f76769aa261777bf0b -SIZE (bisonc++_4.10.01.orig.tar.gz) = 652569 diff --git a/devel/bisoncpp/files/patch-INSTALL.im b/devel/bisoncpp/files/patch-INSTALL.im deleted file mode 100644 index da9da2af455b..000000000000 --- a/devel/bisoncpp/files/patch-INSTALL.im +++ /dev/null @@ -1,36 +0,0 @@ ---- INSTALL.im.orig 2015-04-28 13:26:33 UTC -+++ INSTALL.im -@@ -15,7 +15,7 @@ - #define LDFLAGS "" - // flags passed to the linker - --#define SKEL "/usr/share/bisonc++" -+#define SKEL "%%PREFIX%%/share/"${PROGRAM} - // the directory where the skeleton files are installed - // Recompile options/data.cc if the skeleton location changes - -@@ -23,19 +23,19 @@ - // ========================================================================= - // The following locations are overruled by `build' arguments - --#define BINARY "/usr/bin/"${PROGRAM} -+#define BINARY "%%PREFIX%%/bin/"${PROGRAM} - // the full path of the final program - --#define MAN "/usr/share/man/man1" -+#define MAN "%%PREFIX%%/man/man1" - // the directory whre the manual page is stored - --#define MANUAL "/usr/share/doc/"${PROGRAM}"-doc/manual" -+#define MANUAL "%%PREFIX%%/share/doc/"${PROGRAM}"/manual" - // the directory whre the manual page is stored - --#define STD "/usr/share/doc/"${PROGRAM} -+#define STD "%%PREFIX%%/share/doc/"${PROGRAM} - // the directory where the standard documentation is stored - --#define EXTRA "/usr/share/doc/"${PROGRAM}"-doc" -+#define EXTRA "%%PREFIX%%/share/doc/"${PROGRAM} - // the directory where the extra documentation is stored - - diff --git a/devel/bisoncpp/files/patch-block__atindex.cc b/devel/bisoncpp/files/patch-block__atindex.cc deleted file mode 100644 index ada84c34c3b6..000000000000 --- a/devel/bisoncpp/files/patch-block__atindex.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- block/atindex.cc.orig 2013-06-23 18:13:49 UTC -+++ block/atindex.cc -@@ -6,7 +6,7 @@ void Block::atIndex(size_t lineNr, strin - d_atDollar.push_back( - AtDollar( - AtDollar::AT, length(), lineNr, -- text, stol(text.substr(1)), false -+ text, A2x(text.substr(1)), false - ) - ); - append(text); diff --git a/devel/bisoncpp/files/patch-block__block.ih b/devel/bisoncpp/files/patch-block__block.ih deleted file mode 100644 index 44ae3d32c687..000000000000 --- a/devel/bisoncpp/files/patch-block__block.ih +++ /dev/null @@ -1,12 +0,0 @@ ---- block/block.ih.orig 2013-06-23 18:13:49 UTC -+++ block/block.ih -@@ -5,6 +5,8 @@ - #include <iterator> - #include <limits> - --using namespace std; -+#include <bobcat/a2x> - -+using namespace std; -+using namespace FBB; - diff --git a/devel/bisoncpp/files/patch-block__dollarindex.cc b/devel/bisoncpp/files/patch-block__dollarindex.cc deleted file mode 100644 index 8da87784e644..000000000000 --- a/devel/bisoncpp/files/patch-block__dollarindex.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- block/dollarindex.cc.orig 2013-06-23 18:13:49 UTC -+++ block/dollarindex.cc -@@ -6,7 +6,7 @@ void Block::dollarIndex(size_t lineNr, s - { - d_atDollar.push_back( - AtDollar(AtDollar::DOLLAR, length(), lineNr, -- text, stol(text.substr(1)), member) -+ text, A2x(text.substr(1)), member) - ); - append(text); - } diff --git a/devel/bisoncpp/files/patch-block__idindex.cc b/devel/bisoncpp/files/patch-block__idindex.cc deleted file mode 100644 index 6053994cd8e6..000000000000 --- a/devel/bisoncpp/files/patch-block__idindex.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- block/idindex.cc.orig 2013-06-23 18:13:49 UTC -+++ block/idindex.cc -@@ -8,7 +8,7 @@ void Block::IDindex(size_t lineNr, strin - d_atDollar.push_back( - AtDollar( - AtDollar::DOLLAR, length(), lineNr, -- text, text.substr(begin, end - begin), stol(text.substr(end + 1)) -+ text, text.substr(begin, end - begin), A2x(text.substr(end + 1)) - ) - ); - diff --git a/devel/bisoncpp/files/patch-build b/devel/bisoncpp/files/patch-build deleted file mode 100644 index e3abd5377864..000000000000 --- a/devel/bisoncpp/files/patch-build +++ /dev/null @@ -1,13 +0,0 @@ ---- build.orig 2015-05-25 15:47:08 UTC -+++ build -@@ -40,7 +40,10 @@ void main(int argc, list argv) - manpage(); - - if (option == "manual") -+ { -+ manhtmlpage(); - manual(); -+ } - - if (option == "library") - { diff --git a/devel/bisoncpp/files/patch-documentation-manual-conditions-gpl.yo b/devel/bisoncpp/files/patch-documentation-manual-conditions-gpl.yo deleted file mode 100644 index 3ec1b7132a29..000000000000 --- a/devel/bisoncpp/files/patch-documentation-manual-conditions-gpl.yo +++ /dev/null @@ -1,12 +0,0 @@ ---- documentation/manual/conditions/gpl.yo.orig 2012-02-08 19:53:51 UTC -+++ documentation/manual/conditions/gpl.yo -@@ -1,8 +1,2 @@ - The text of the em(GNU General Public License) (GPL) is frequently found in --files named tt(COPYING). On em(Debian) systems the GPL may be found in the --file tt(/usr/share/common-licenses/GPL). -- --The GPL is shown below: -- --verbinclude(/usr/share/common-licenses/GPL) -- -+files named tt(COPYING). diff --git a/devel/bisoncpp/files/patch-documentation-manual-invoking-options.yo b/devel/bisoncpp/files/patch-documentation-manual-invoking-options.yo deleted file mode 100644 index 20578380e0f2..000000000000 --- a/devel/bisoncpp/files/patch-documentation-manual-invoking-options.yo +++ /dev/null @@ -1,11 +0,0 @@ ---- documentation/manual/invoking/options.yo.orig 2015-04-28 13:26:33 UTC -+++ documentation/manual/invoking/options.yo -@@ -235,7 +235,7 @@ END) - - it() loption(own-tokens) (soption(T))nl() - The tokens returned as well as the text matched when bic() reads -- its input files(s) are shown when this option is used. -+ its input file(s) are shown when this option is used. - - This option does em(not) result in the generated parsing function - displaying returned tokens and matched text. If that is what you diff --git a/devel/bisoncpp/files/patch-icmake-install b/devel/bisoncpp/files/patch-icmake-install deleted file mode 100644 index 4f9ab11fe265..000000000000 --- a/devel/bisoncpp/files/patch-icmake-install +++ /dev/null @@ -1,91 +0,0 @@ ---- icmake/install.orig 2013-06-21 09:16:34 UTC -+++ icmake/install -@@ -3,7 +3,6 @@ string setWhere(string where, string def - if (where == "") - where = defaultWhere; - -- md(where); - return where; - } - -@@ -13,22 +12,15 @@ void install(string what, string where) - - if (what == "program") - { -- if (where == "") -- where = BINARY; -- -- path = get_path(where); -- if (path != "") -- md(path); -- -+ where = setWhere(where + BINARY, BINARY); - printf(" INSTALLING the executable `", where, "'\n"); -- run("icmbuild install program " + where); -+ run("cp tmp/bin/* " + where); - exit(0); - } - - if (what == "skel") - { -- where = setWhere(where, SKEL); -- -+ where = setWhere(where + SKEL, SKEL); - printf(" INSTALLING skeleton files at `" + where + "'\n"); - md(where); - run("cp skeletons/* " + where); -@@ -37,8 +29,7 @@ void install(string what, string where) - - if (what == "man") - { -- where = setWhere(where, MAN); -- -+ where = setWhere(where + MAN, MAN); - printf(" INSTALLING the manual page at `", where, "'\n"); - run("gzip -9 < tmp/man/" PROGRAM ".1 > " + where + "/" PROGRAM ".1.gz"); - exit(0); -@@ -46,21 +37,18 @@ void install(string what, string where) - - if (what == "manual") - { -- where = setWhere(where, MANUAL); -- -+ where = setWhere(where + MANUAL, MANUAL); - printf(" INSTALLING the manual at `", where, "'\n"); -- run("cp -r tmp/manual " + where); -- -+ md(where); -+ run("cp -r tmp/manual/* " + where); - exit(0); - } - - if (what == "std") - { -- where = setWhere(where, STD); -- -+ where = setWhere(where + STD, STD); - printf(" INSTALLING the changelog at `", where, "\n"); - run("gzip -9 < changelog > " + where + "/changelog.gz"); -- - printf(" INSTALLING the html-manual page at `", where, "\n"); - run("cp tmp/manhtml/" PROGRAM "man.html " + where); - exit(0); -@@ -68,17 +56,14 @@ void install(string what, string where) - - if (what == "extra") - { -- where = setWhere(where, EXTRA); -- -+ where = setWhere(where + EXTRA, EXTRA); - printf(" INSTALLING original bison's docs at `", where + "'\n"); - md(where + "/bison-docs"); - run("cp -r documentation/html " - "documentation/bison.ps.org " + where + "/bison-docs"); -- - printf(" INSTALLING examples at `", where + "'\n"); - run("cp -r documentation/examples " + where); - run("cp -r documentation/man/calculator " + where + "/examples"); -- - printf(" INSTALLING regression tests at `", where + "'\n"); - run("cp -r documentation/regression " + where); - exit(0); diff --git a/devel/bisoncpp/files/patch-icmake-manpage b/devel/bisoncpp/files/patch-icmake-manpage deleted file mode 100644 index 77bf277ef6a0..000000000000 --- a/devel/bisoncpp/files/patch-icmake-manpage +++ /dev/null @@ -1,35 +0,0 @@ ---- icmake/manpage.orig 2013-06-21 09:16:34 UTC -+++ icmake/manpage -@@ -3,14 +3,29 @@ - - void manpage() - { -- md("tmp/man tmp/manhtml"); -+ md("tmp/man"); - - chdir("documentation/man"); - - if (PROGRAM ".yo" younger MANPAGE || "release.yo" younger MANPAGE) - { -- run("yodl2man -o " MANPAGE " " PROGRAM); -- run("yodl2html -o " MANHTML " " PROGRAM); -+ run("yodl2man -l3 -o " MANPAGE " " PROGRAM); - } - exit(0); - } -+ -+void manhtmlpage() -+{ -+ md("tmp/manhtml"); -+ -+ special(); -+ -+ chdir("documentation/man"); -+ -+ if (PROGRAM ".yo" younger MANHTML || "release.yo" younger MANHTML) -+ { -+ run("yodl2html -l3 -o " MANHTML " " PROGRAM); -+ } -+ -+ chdir("../.."); -+} diff --git a/devel/bisoncpp/files/patch-options__options.ih b/devel/bisoncpp/files/patch-options__options.ih deleted file mode 100644 index 10ca2e47d667..000000000000 --- a/devel/bisoncpp/files/patch-options__options.ih +++ /dev/null @@ -1,10 +0,0 @@ ---- options/options.ih.orig 2013-06-21 09:16:34 UTC -+++ options/options.ih -@@ -4,6 +4,7 @@ - #include <bobcat/arg> - #include <bobcat/string> - #include <bobcat/mstream> -+#include <bobcat/a2x> - - using namespace std; - using namespace FBB; diff --git a/devel/bisoncpp/files/patch-options__setbasicstrings.cc b/devel/bisoncpp/files/patch-options__setbasicstrings.cc deleted file mode 100644 index eba8b7f7a014..000000000000 --- a/devel/bisoncpp/files/patch-options__setbasicstrings.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- options/setbasicstrings.cc.orig 2014-02-17 12:30:08 UTC -+++ options/setbasicstrings.cc -@@ -34,7 +34,7 @@ void Options::setBasicStrings() - - string nTokens; - if (d_arg.option(&nTokens, "required-tokens")) -- d_requiredTokens = stoul(nTokens); -+ d_requiredTokens = A2x(nTokens); - - d_arg.option(&d_genericFilename, 'f'); - if (d_genericFilename.empty()) diff --git a/devel/bisoncpp/files/patch-scanner__lex.cc b/devel/bisoncpp/files/patch-scanner__lex.cc deleted file mode 100644 index 1374957ee507..000000000000 --- a/devel/bisoncpp/files/patch-scanner__lex.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- scanner/lex.cc.orig 2015-05-17 14:35:38 UTC -+++ scanner/lex.cc -@@ -2698,7 +2698,7 @@ try - { - #line 194 "lexer" - { -- d_number = stoul(d_matched); -+ d_number = A2x(d_matched); - return Parser::NUMBER; - } - } diff --git a/devel/bisoncpp/files/patch-scanner__scanner.ih b/devel/bisoncpp/files/patch-scanner__scanner.ih deleted file mode 100644 index 9b41544192c6..000000000000 --- a/devel/bisoncpp/files/patch-scanner__scanner.ih +++ /dev/null @@ -1,10 +0,0 @@ ---- scanner/scanner.ih.orig 2013-06-23 18:13:49 UTC -+++ scanner/scanner.ih -@@ -14,6 +14,7 @@ - #include <bobcat/arg> - #include <bobcat/mstream> - #include <bobcat/string> -+#include <bobcat/a2x> - - #include "../parser/parserbase.h" - #include "../options/options.h" diff --git a/devel/bisoncpp/files/patch-scanner__scanner1.cc b/devel/bisoncpp/files/patch-scanner__scanner1.cc deleted file mode 100644 index 362eda1f68b8..000000000000 --- a/devel/bisoncpp/files/patch-scanner__scanner1.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- scanner/scanner1.cc.orig 2013-06-23 18:13:49 UTC -+++ scanner/scanner1.cc -@@ -15,7 +15,7 @@ Scanner::Scanner(std::string const &infi - - string value; - if (arg.option(&value, "max-inclusion-depth")) -- d_maxDepth = stoul(value); -+ d_maxDepth = A2x(value); - else - d_maxDepth = 10; - } diff --git a/devel/bisoncpp/pkg-descr b/devel/bisoncpp/pkg-descr deleted file mode 100644 index 3cbf857e3fc9..000000000000 --- a/devel/bisoncpp/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The program bisonc++ creates a C++ parser function and -class having a -cleaner setup than the code generated by Alain Coetmeur's bison++. -Furthermore, since bisonc++ more closely follows current-day ideas about -C++ programming its code is easier to read. - -WWW: http://bisoncpp.sourceforge.net/ diff --git a/devel/bisoncpp/pkg-plist b/devel/bisoncpp/pkg-plist deleted file mode 100644 index 561869d9ba69..000000000000 --- a/devel/bisoncpp/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/bisonc++ -man/man1/bisonc++.1.gz -share/bisonc++/bisonc++.cc -share/bisonc++/bisonc++.h -share/bisonc++/bisonc++.ih -share/bisonc++/bisonc++base.h -share/bisonc++/bisonc++polymorphic -share/bisonc++/bisonc++polymorphic.inline -share/bisonc++/debugdecl.in -share/bisonc++/debugfunctions1.in -share/bisonc++/debugfunctions2.in -share/bisonc++/debugfunctions3.in -share/bisonc++/debugincludes.in -share/bisonc++/debuglookup.in -share/bisonc++/lex.in -share/bisonc++/ltype.in -share/bisonc++/ltypedata.in -share/bisonc++/print.in -share/bisonc++/threading.in diff --git a/devel/cheritrace-devel/Makefile b/devel/cheritrace-devel/Makefile deleted file mode 100644 index 8d2d2e9c0db7..000000000000 --- a/devel/cheritrace-devel/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: David Chisnall <theraven@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= cheritrace -PORTVERSION= 0.0.1 -PORTREVISION= 3 -CATEGORIES= devel security - -MAINTAINER= theraven@FreeBSD.org -COMMENT= Library and tool for interacting with CHERI streamtraces - -BROKEN= fails to build: cheritrace-0.0.1_2 depends on shared library: libLLVMCore.so - not found -DEPRECATED= Broken for more than 5 months -EXPIRATION_DATE= 2018-08-20 -BROKEN_powerpc64= fails to compile: addressmap.cc: 'stoll' is not a member of 'std' - -BUILD_DEPENDS= llvm-config-cheri:devel/llvm-cheri -LIB_DEPENDS= libLLVMCore.so:devel/llvm-cheri - -USES= cmake compiler:c++11-lib -USE_GITHUB= yes -GH_ACCOUNT= CTSRD-CHERI -GH_TAGNAME= a7ddf11 - -CMAKE_ARGS= -DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config-cheri - -.include <bsd.port.mk> diff --git a/devel/cheritrace-devel/distinfo b/devel/cheritrace-devel/distinfo deleted file mode 100644 index e907c5aa08c3..000000000000 --- a/devel/cheritrace-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (CTSRD-CHERI-cheritrace-0.0.1-a7ddf11_GH0.tar.gz) = c85467fdadd8ac70f54cf8187421cce1e79697c26e2645e68ce7113482f790cb -SIZE (CTSRD-CHERI-cheritrace-0.0.1-a7ddf11_GH0.tar.gz) = 86733 diff --git a/devel/cheritrace-devel/pkg-descr b/devel/cheritrace-devel/pkg-descr deleted file mode 100644 index 7dbb61ecb01f..000000000000 --- a/devel/cheritrace-devel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Library and associated tool for reading streamtraces for the CHERI processor. - -WWW: https://github.com/CTSRD-CHERI/cheritrace diff --git a/devel/cheritrace-devel/pkg-plist b/devel/cheritrace-devel/pkg-plist deleted file mode 100644 index d3b40e05da2e..000000000000 --- a/devel/cheritrace-devel/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/cheritrace/addressmap.hh -include/cheritrace/cheri.hh -include/cheritrace/cheritrace.hh -include/cheritrace/disassembler.hh -include/cheritrace/objectfile.hh -include/cheritrace/streamtrace.hh -lib/libcheritrace.a -lib/libcheritrace.so -bin/cheri-tracedump diff --git a/devel/cherivis-devel/Makefile b/devel/cherivis-devel/Makefile deleted file mode 100644 index f1a41048557d..000000000000 --- a/devel/cherivis-devel/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cherivis-devel -PORTVERSION= 0.4 -DISTVERSIONPREFIX= v -PORTREVISION= 2 -CATEGORIES= devel gnustep - -MAINTAINER= theraven@FreeBSD.org -COMMENT= Visualisation tool for CHERI / BERI streamtraces - -LICENSE= MIT - -DEPRECATED= Depends on broken and expiring cheritrace-devel -EXPIRATION_DATE= 2018-08-20 -BROKEN_aarch64= does not compile: error: unexpected token in argument list - -USES= gnustep -USE_GITHUB= yes -GH_ACCOUNT= CTSRD-CHERI -GH_PROJECT= CheriVis - -LIB_DEPENDS+= libcheritrace.so:devel/cheritrace-devel - -USE_GNUSTEP= back build -USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} - -.include <bsd.port.mk> diff --git a/devel/cherivis-devel/distinfo b/devel/cherivis-devel/distinfo deleted file mode 100644 index b5f3b76e295f..000000000000 --- a/devel/cherivis-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1464769956 -SHA256 (CTSRD-CHERI-CheriVis-v0.4_GH0.tar.gz) = 507539f335e8ec7f4fb4127ad179cb200c50e28664d0d4d27991431cee5f9ebe -SIZE (CTSRD-CHERI-CheriVis-v0.4_GH0.tar.gz) = 519445 diff --git a/devel/cherivis-devel/pkg-descr b/devel/cherivis-devel/pkg-descr deleted file mode 100644 index 98e82b9eae08..000000000000 --- a/devel/cherivis-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A tool for viewing streamtraces from the BERI and CHERI processors from SRI -International and the University of Cambridge. CheriVis uses LLVM to read -object code and to disassemble MIPS instructions. - -WWW: https://github.com/CTSRD-CHERI/CheriVis diff --git a/devel/cherivis-devel/pkg-plist b/devel/cherivis-devel/pkg-plist deleted file mode 100644 index ef922929cdf2..000000000000 --- a/devel/cherivis-devel/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -GNUstep/System/Applications/CheriVis.app/CheriVis -GNUstep/System/Applications/CheriVis.app/Resources/CheriVis.desktop -GNUstep/System/Applications/CheriVis.app/Resources/CheriVis.tiff -GNUstep/System/Applications/CheriVis.app/Resources/Document.xib -GNUstep/System/Applications/CheriVis.app/Resources/Info-gnustep.plist -GNUstep/System/Applications/CheriVis.app/Resources/MainMenu.xib -GNUstep/System/Applications/CheriVis.app/stamp.make -GNUstep/System/Tools/CheriVis diff --git a/devel/javolution/Makefile b/devel/javolution/Makefile deleted file mode 100644 index 1c48dbff092b..000000000000 --- a/devel/javolution/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= javolution -PORTVERSION= 5.5.1 -CATEGORIES= devel java -MASTER_SITES= LOCAL/ale - -MAINTAINER= ale@FreeBSD.org -COMMENT= Java solution for real time and embedded systems - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -BROKEN= fails to build -DEPRECATED= Broken for more than 5 months -EXPIRATION_DATE= 2018-08-20 - -USE_JAVA= yes -JAVA_VERSION= 1.6 -USE_ANT= yes -ALL_TARGET= 1.6 - -PORTDOCS= * - -PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -post-patch: -.if ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} "s|doc, jar, _zip|doc, jar|" ${WRKSRC}/build.xml -.else - @${REINPLACE_CMD} "s|doc, jar, _zip|jar|" ${WRKSRC}/build.xml -.endif - -do-install: - @${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}.jar..." - @${INSTALL_DATA} ${WRKSRC}/target/${PORTNAME}-${PORTVERSION}.jar \ - ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar - @${ECHO_MSG} " [DONE]" -.if ${PORT_OPTIONS:MDOCS} - @${ECHO_MSG} -n ">> Installing documentation..." - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC} && ${FIND} index.html css \ - | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} > /dev/null 2>&1 - @cd ${WRKSRC}/target/site && ${FIND} apidocs \ - | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} > /dev/null 2>&1 - @${ECHO_MSG} " [DONE]" -.endif - -.include <bsd.port.mk> diff --git a/devel/javolution/distinfo b/devel/javolution/distinfo deleted file mode 100644 index 7fc1f0ecd4c3..000000000000 --- a/devel/javolution/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (javolution-5.5.1.tar.gz) = 171c4c479f34bee7b8c12efb0741864cc7fce02705ab84a2c61c2e44ee51b7c4 -SIZE (javolution-5.5.1.tar.gz) = 435340 diff --git a/devel/javolution/pkg-descr b/devel/javolution/pkg-descr deleted file mode 100644 index 5a621e04ece2..000000000000 --- a/devel/javolution/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -Javolution is the Java solution for real-time and embedded systems. -Javolution real-time goals are simple: to make your application -faster and more time predictable! - -That being accomplished through: - * High performance and time-deterministic (real-time) - util / lang / text / io / xml base classes. - * Context programming in order to achieve true separation of - concerns (logging, performance, etc). - * A testing framework addressing not only unit tests but also - performance and regression tests as well. - * Straightforward and low-level parallel computing capabilities - with ConcurrentContext. - * Struct and Union base classes for direct interfacing with native - applications (e.g. C/C++). - * World's fastest and first hard real-time XML - marshalling/unmarshalling facility. - * Simple yet flexible configuration management of your application. - -WWW: http://javolution.org/ |