aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/onew-canna+freewnn
ModeNameSize
-rw-r--r--Makefile349logstatsplainblame
-rw-r--r--pkg-comment51logstatsplainblame
-rw-r--r--pkg-descr134logstatsplainblame
-rw-r--r--pkg-plist102logstatsplainblame
-021-1/+1 | * Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1 | * net-mgmt/ipv6calc: Update to 2.1.1Danilo G. Baio2019-09-091-1/+2 | * net-mgmt/ipv6calc: Update to 2.0.0Danilo G. Baio2019-02-171-1/+1 | * net-mgmt/ipv6calc: Fix build with mips, mips64 and powerpc64Danilo G. Baio2018-10-251-6/+9 | | | | | | | | Base GCC doesn't support -Wno-unknown-warning-option. PR: 232515 [1] Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> [1] Sponsored by: IntegriCloud [1] * net-mgmt/ipv6calc: Update to 1.1.0Danilo G. Baio2018-10-161-1/+2 | | | | Changes: https://github.com/pbiering/ipv6calc/releases/tag/1.1.0 * Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-0/+2 | | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) * net-mgmt/ipv6calc: Update to 1.0.0Danilo G. Baio2017-07-041-2/+4 | | | | | | | | Improve port with DATADIR macro (pkg-plist) and shebangfix Changes: https://github.com/pbiering/ipv6calc/releases/tag/1.0.0 Approved by: garga (mentor, implicit) * Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-141-0/+2 | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) * Update my email addressDanilo G. Baio2017-05-091-1/+1 | | | | | Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648 * net-mgmt/ipv6calc: update 0.99.1 -> 0.99.2Jason Unovitch2017-01-101-1/+1 | | | | | | | Changelog: https://github.com/pbiering/ipv6calc/releases/tag/0.99.2 PR: 215784 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer) * Update to 0.99.1 and pass maintainer-ship to submitter.Emanuel Haupt2016-12-191-3/+3 | | | | | PR: 215364 Submitted by: dbaio@bsd.com.br * - Add LICENSEDmitry Marakasov2016-11-251-5/+6 | | | | | - Strip binary - Regenerate patches * Reset edwin's ports, he has handed in his commit bit.Rene Ladan2016-11-171-1/+1 | | | | With hat: portmgr-secretary * Add perl5 to USES statement to make the pkg-fallout-builder happy.Edwin Groothuis2014-02-191-1/+1 | * Upgrade to version 0.96.0Edwin Groothuis2014-02-141-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use of md5 bundled code will be only used if not available on the system (external md5 is currently only supported via openssl library). Old behavior can be triggered using: --enable-bundled-md5 (and for getopt: --enable-bundled-getopt) ipv6calcweb.cgi was extended for supporting the new outputformat "textkeyvalue", which can be parsed easier in scripts, example: http://ip.bieringer.de/cgi-bin/ipv6calcweb.cgi?format=textkeyvalue ipv6calc binaries can be build using shared libraries internally to save space on disk with configure option: --enable-shared ipv6calc (approx. 170 kB) ipv6loganon (approx. 50 kB) ipv6logstats (approx. 60 kB) ipv6logconv (approx. 50 kB) libipv6calc.so.0.96.0 (approx. 450 kB) libipv6calc_db_wrapper.so.0.96.0 (approx. 1.8 MB) (containing the BuiltIn databases) instead of ipv6calc (non-shared, 1.9 MB) ipv6loganon (approx. 1.9 MB) ipv6logstats (approx. 1.9 MB) ipv6logconv (approx. 1.9 MB) * - Stage supportMartin Wilke2014-02-121-6/+5 | * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-5/+2 | | | | net-mgmt) * Update to version 0.94.0Edwin Groothuis2013-04-261-2/+1 | | | | | | | | | | | | | Major extensions: ipv6calc/ipv6loganon/ipv6logstats - IID privacy detection - implement filter mode (-A filter) [very helpful if used in pipe mode] - reliable IPv6 address anonymization (means all IPv6 address type information is kept while anonymize the rest [SLA, unique values in IID] - support MAC address input in Cisco format xxxx.xxxx.xxxx - support OUI-36 * - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-251-1/+1 | | | | Approved by: portmgr (bapt) * Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-03