Ports Search

Results 891900 of 6,332 for /net-p2p/.(0.058 seconds)
japanese/ipaex-00201 (Score: 0.024128214)
IPAex Japanese fonts
Japanese TrueType fonts distributed by Infomation-technology Promotion Agency (IPA) Japan. IPAex Mincho, the integration of IPA Mincho and IPA P Mincho, and IPAex Gothic, the integration of IPA Gothic and IPA P Gothic are newly developed. This new font series is strictly following Japanese printing font tradition, namely, Japanese characters (Kanji, Kana and punctuation marks) are full width mono-space pitch, and Western characters are proportional pitch.
japanese/waeijiro-fpw-1.1 (Score: 0.024128214)
WAEIJIRO English - Japanese Dictionary (EPWING V1 format)
Waeijiro is a dictionary compiled by E.D.P. For details, such as how to obtain the whole data, visit EDP's Web site. http://member.nifty.ne.jp/eijiro/ -- E.D.P. Data in this port are converted from the original dictionary into JIS X 4081 format (that is a subset of EPWING V1) by FreePWING. So this can be used by EPWING viewers on Unix and the other OS (e.g. Windows or MacOS). o URL for this converted dictionary: -- S.TAOKA
ports-mgmt/FreeBSD-Ports-0.04 (Score: 0.024128214)
Perl modules for parsing FreeBSD's Ports INDEX file
FreeBSD::Ports and FreeBSD::Ports::Port are modules for parsing FreeBSD's Ports INDEX file and selecting ports that match certain criteria. For example, you might want to list ports maintained by tom@FreeBSD.org sorted alphabetically: my $ports = tie my %port, 'FreeBSD::Ports', '/usr/ports/INDEX'; $ports->maintainer('tom@FreeBSD.org'); $ports->sort('alpha'); foreach my $p (keys %port) { print $p->as_ascii,"\n"; }
science/simsmith-9.9 (Score: 0.024128214)
A Java-based Smith Chart program
Java based Smith chart program. Performs single-frequency and sweep charting with both Smitch charts and SWR/PWR curves. Does drag-and-drop schematic entry with direct entry of component values as well as "drag tuning". Can import load parameters directly from the following: - EZNEC (and EZNEC GAM files) - miniVNA and miniVNApro - AIM4170 - CocoaNEC - Rig Expert ".aaplot" files - Touchstone S1P ".s1p" files (shunt and series)
dns/Net-Domain-ExpireDate-1.15.2 (Score: 0.023996098)
Perl module obtain expiration date of domain names
Net::Domain::ExpireDate gets WHOIS information of given domain using Net::Whois::Raw and tries to obtain expiration date of domain. Unfortunately there are too many different whois servers which provides whois info in very different formats. Net::Domain::ExpireDate knows more than 40 different formats of expiration date representation provided by different servers (almost all gTLD registrars and some ccTLD registrars are covered). Now obtaining of domain creation date is also supported.
audio/Net-DAAP-DMAP-1.27 (Score: 0.023944173)
Perl module for reading and writing DAAP structures
Net::DAAP::DMAP is a Perl module for reading and writing DMAP structures, the binary structure used in Apple's DAAP protocol.
dns/Net-DNS-Codes-0.12 (Score: 0.023944173)
Collection of C library DNS codes
Net::DNS::Codes provides forward and reverse lookup for most common C library DNS codes as well as all the codes for the DNS HEADER field.
net-mgmt/Net-Abuse-Utils-0.25 (Score: 0.023944173)
Routines useful for processing network abuse
Net::Abuse::Utils provides serveral functions useful for determining information about an IP address including contact/reporting addresses, ASN/network info, reverse dns, and DNSBL listing status.
textproc/Net-Groonga-HTTP-0.03 (Score: 0.023944173)
Perl extension for Groonga httpd client library
Net::Groonga::HTTP is a client library for Groonga http server. Groonga is a fast full text search engine. Please look http://groonga.org/.
lang/mono-4.4.2.11 (Score: 0.023891265)
Open source implementation of .NET Development Framework
Mono is an open source implementation of .NET Development Framework. Its objective is to enable UNIX developers to build and deploy cross-platform .NET Applications. The project implements various technologies developed by Microsoft that have now been submitted to the ECMA for standardization. Mono provides the necessary software to develop and run .NET client and server applications on BSD, Linux, Solaris, Mac OS X, Windows, and Unix.