Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第6,8716,880项(搜索用时0.012秒)
graphics/sdl2_ttf-2.0.14 (Score: 2.33289E-4)
Library to use TrueType fonts to render text in SDL applications
This library is a wrapper around the excellent FreeType library. WARNING: There may be patent issues with using the FreeType library. Check the FreeType website for up-to-date details. This library allows you to use TrueType fonts to render text in SDL applications. Be careful when including fonts with your application, as many of them are copyrighted. The Microsoft fonts, for example, are not freely redistributable and even the free "web" fonts they provide are only redistributable in their special executable installer form (May 1998). There are plenty of freeware and shareware fonts available on the Internet though, and may suit your purposes.
graphics/sdl_ttf-2.0.11 (Score: 2.33289E-4)
Library to use TrueType fonts to render text in SDL applications
This library is a wrapper around the excellent FreeType library. WARNING: There may be patent issues with using the FreeType library. Check the FreeType website for up-to-date details. This library allows you to use TrueType fonts to render text in SDL applications. Be careful when including fonts with your application, as many of them are copyrighted. The Microsoft fonts, for example, are not freely redistributable and even the free "web" fonts they provide are only redistributable in their special executable installer form (May 1998). There are plenty of freeware and shareware fonts available on the Internet though, and may suit your purposes.
japanese/kon2-0.3 (Score: 2.33289E-4)
Kanji On Console -- Display kanji characters on your own console
KON2 is a program for displaying Kanji (japanese characters) on the console of Linux/FreeBSD. KON2 hooks the output of console and redirects to pseudo tty, drawing on the VGA display. If KON2 would be going to something wrong, check shared-memories being loading or not. If not, add "options SYSVSHM" to /usr/src/sys/i386/conf/GENERIC, and reconfigure the kernel. Be aware that using KON2 with X is not allowed (You should shutdown X first when you use KON2, and vice versa). In order to use 30 lines (default is 25), modify the "Normal" entry of kon.cfg as follows: ------- VGA:Normal VGA 640 680 768 800 480 491 493 525 1 79 29 -------
misc/nut-20.1 (Score: 2.33289E-4)
Nutrition software to record what you eat
nut is nutrition software to record what you eat and analyze your meals for nutrient composition. The database included is the USDA Nutrient Database for Standard Reference, Release 15, which contains 6,220 foods and 117 nutrients. This database contains values for vitamins, minerals, fats, calories, protein, carbohydrates, fiber, etc., and includes the essential polyunsaturated fats, Omega-3 and Omega-6. Nutrient levels are expressed as a percentage of the Daily Value, the familiar standard of food labeling in the United States, but also can be fully customized. Recipes can be added, and graphs drawn. The program is completely menu-driven and there are no commands to learn.
net-mgmt/GRNOC-TL1-1.3.10 (Score: 2.33289E-4)
Retrieve data from different models of TL1 devices
This module supports the ability to retrieve data from several different models of TL1 devices. Explictly supported devices include the following: * Cisco ONS15327 * Cisco ONS15454 * Cisco ONS15808 * Nortel OME 6500 * Nortel HDXc * Ciena CoreDirector * Infinera DTC * Fujitsu FLASHWAVE 7500 Each specifically supported device has its own GRNOC::TL1::Device module, which sets the default port and prompt used for that device. They also may each export their own unique commands on top of what is already provided in GRNOC::TL1::Device. Raw commands and output can be sent and received, or output can be parsed via the parse function, or by calling a function for that device.
print/flpsed-0.7.2 (Score: 2.33289E-4)
WYSIWYG Postscript annotator
flpsed is a WYSIWYG PostScript annotator. flpsed can add arbitrary text lines to existing PostScript documents, but cannot remove or modify existing elements of such documents. The added lines can later be re-edited with flpsed, either interactively or via batch-processing (the latter is useful for repeatedly filling in forms). Text lines can also be imported from other documents that have been modified with flpsed. Using pdftops, which is part of xpdf, one can convert PDF documents to PostScript and then add text to them using flpsed. flpsed is thus useful for filling in forms, adding notes, etc.
security/Tree-Authz-0.03 (Score: 2.33289E-4)
Role-Based Access Control authorization scheme
Class for inheritable, role-based permissions system (Role Based Access Control - RBAC). Custom methods can be placed on role objects. Authorization can be performed either by checking whether the role name matches the required name, or by testing (via can) whether the role can perform the method required. Two role are specified by default. At the top, superusers can do anything ($superuser->can( $action ) always returns a coderef). At the bottom, the base role can do nothing ($base->can( $action ) always returns undef). All roles are automatically capable of authorizing actions named for the singular and plural of the role name.
sysutils/clean-3.4 (Score: 2.33289E-4)
Automatically remove unwanted files
The clean utility searches through the filesystem for "temporary files" left behind by editors and the like which can be deleted safely. WARNING: This program was written with the express purpose of deleting (unwanted) files. Please be certain that you understand this program and that you really want to use such an automatic deletion process before you begin. [ On the other hand, I've been using it for over ten years without doing anything worse than not having a core.1 manpage. The normal mode is interactive and prompts for confirmation. You are advised to have backups before using the non-interactive batch mode. ] -Chuck Swiger <chuck@pkix.net>
sysutils/Fuse-0.16.1 (Score: 2.33289E-4)
Write filesystems in Perl using FUSE
This lets you implement filesystems in perl, through the FUSE (Filesystem in USErspace) kernel/lib interface. FUSE expects you to implement callbacks for the various functions. In the following definitions, "errno" can be 0 (for a success), -EINVAL, -ENOENT, -EONFIRE, any integer less than 1 really. You can import standard error constants by saying something like "use POSIX qw(EDOTDOT ENOANO);". Every constant you need (file types, open() flags, error values, etc) can be imported either from POSIX or from Fcntl, often both. See their respective documentations, for more information.
sysutils/Monitor-Simple-0.2.8 (Score: 2.33289E-4)
Simple monitoring of applications and services
Monitor::Simple allows simple monitoring of applications and services of your IT infrastructure. There are many such tools, some of them very complex and sophisticated. For example, one widely used is Nagios (http://www.nagios.org/). The Monitor::Simple does not aim, as its name indicates, for all features provided by those tools. It allows, however, to check whether your applications and services are running correctly. Its simple command-line interface can be used in cron jobs and reports can be viewed as a single HTML or text page.