I am not touching the husky ports with a 10 foot pole.
atp:
stage, improve pkg-message
crashmail:
stage
diablo:
too wacky to stage, but convert WITH_* to OPTIONS, unmute
commands that shouldn't be muted, use :MDOCS
fidogate-ds:
stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
/var/* in the plist properly
golded+:
stage, OPTIONS, protect examples behind %%PORTEXAMPLES%%
nntpbtr:
this was an unbelievably PITA
stage, add missing prototypes, add missing return types,
rename patch files to what they actually patch
nntpcache:
stage support, required lots of Makefile.in patching,
call submakes correctly, handle config files properly
nzbperl:
stage, use OPTIONS, remove obsolete pkg-message
papercut:
stage, handle config file properly
py-pynzb:
stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion
s-news:
stage
slrnconf:
stage
slrnface:
stage, install required files to datadir, not examplesdir,
generate proper pkg-message
sn:
stage
new TracePoint API for execution control and the new Debug Inspector API
for call stack navigation, so it doesn't depend on internal core sources.
It's developed as a C extension, so it's fast. And it has a full test
suite so it's reliable.
WWW: https://github.com/deivid-rodriguez/byebug
PR: ports/188006
Submitted by: Michael Moll <kvedulv at kvedulv.de>
Rack compatible web applications. The CORS spec allows web applications
to make cross domain AJAX calls without using workarounds such as JSONP.
WWW: https://github.com/cyu/rack-cors
PR: ports/188005
Submitted by: Michael Moll <kvedulv at kvedulv.de>
optional constraints. It can be used for logic programming.
WWW: https://github.com/dkubb/axiom-types
PR: ports/188002
Submitted by: Michael Moll <kvedulv at kvedulv.de>
responsible for coercing only one type into other types.
WWW: https://github.com/solnic/coercible
PR: ports/187991
Submitted by: Michael Moll <kvedulv at kvedulv.de>
Ruby objects. This module provides an alternative method of freezing
objects to the embedded from the Ruby Object module.
WWW: https://github.com/dkubb/ice_nine
PR: ports/187988
Submitted by: Michael Moll <kvedulv at kvedulv.de>
It supports several PDF features, such as among others:
* low-level annotation
* istream objects and stream filters
* NameTree
* object repository
* object serialization
* indirect objects
* page geometries
It is used internally by Prawn (provided in the rubygems-prawn package),
a Ruby PDF generation library.
WWW: http://prawnpdf.org/
PR: ports/187987
Submitted by: Michael Moll <kvedulv at kvedulv.de>
This means the programmer specifies *what* the format of the binary
data is, and BinData works out *how* to read and write data in this
format. It is an easier (and more readable) alternative to Ruby's
#pack and #unpack methods.
WWW: https://github.com/dmendel/bindata
PR: ports/187950
Submitted by: Michael Moll <kvedulv at kvedulv.de>