port
Noun · Verb · AdjectiveWordNet 3.0
Noun (5)
- a place (seaport or airport) where people and merchandise can enter or leave a country
- sweet dark-red dessert wine originally from PortugalSynonyms: port wine
- an opening (in a wall or ship or armored vehicle) for firing throughSynonyms: embrasureporthole
- the left side of a ship or aircraft to someone who is aboard and facing the bow or noseSynonyms: larboard
- (computer science) computer circuit consisting of the hardware and associated circuitry that links one device with another (especially a computer and a hard disk drive or other peripherals)Synonyms: interface
Verb (8)
- put or turn on the left side, of a ship“port the helm”
- bring to port“the captain ported the ship at night”
- land at or reach a port“The ship finally ported”
- turn or go to the port or left side, of a ship“The big ship was slowly porting”
- carry, bear, convey, or bring“The small canoe could be ported easily”
- carry or hold with both hands diagonally across the body, especially of weapons“port a rifle”
- drink port“We were porting all in the club after dinner”
- modify (software) for use on a different machine or platform
Adjective (1)
- located on the left side of a ship or aircraftSynonyms: larboard
Webster's Dictionary (GCIDE)
Note: Larboard is a nearly obsolete term, having been superseded by port to avoid liability of confusion with starboard, owing to similarity of sound. [1913 Webster]
1.A passageway; an opening or entrance to an inclosed place; a gate; a door; a portal. [Archaic] [1913 Webster]
Him I accuse The city ports by this hath entered.— Shak.[1913 Webster]
Form their ivory port the cherubim Forth issuing.— Milton.[1913 Webster]
2.(Naut.) An opening in the side of a vessel; an embrasure through which cannon may be discharged; a porthole; also, the shutters which close such an opening. [1913 Webster]
Her ports being within sixteen inches of the water.— Sir W. Raleigh.[1913 Webster]
3.(Mach.) A passageway in a machine, through which a fluid, as steam, water, etc., may pass, as from a valve to the interior of the cylinder of a steam engine; an opening in a valve seat, or valve face. [1913 Webster]
Air port, Bridle port, etc. See under Air, Bridle, etc.
Port bar (Naut.), a bar to secure the ports of a ship in a gale.
Port lid (Naut.), a lid or hanging for closing the portholes of a vessel.
Steam port, & Exhaust port (Steam Engine), the ports of the cylinder communicating with the valve or valves, for the entrance or exit of the steam, respectively. [1913 Webster]
1.A place where ships may ride secure from storms; a sheltered inlet, bay, or cove; a harbor; a haven. Used also figuratively. [1913 Webster]
Peering in maps for ports and piers and roads.— Shak.[1913 Webster]
We are in port if we have Thee.— Keble.[1913 Webster]
2.In law and commercial usage, a harbor where vessels are admitted to discharge and receive cargoes, from whence they depart and where they finish their voyages. [1913 Webster]
Port bar. (Naut,) (a) A boom. See Boom, 4, also Bar, 3. (b) A bar, as of sand, at the mouth of, or in, a port.
Port charges (Com.), charges, as wharfage, etc., to which a ship or its cargo is subjected in a harbor.
Port of entry, a harbor where a customhouse is established for the legal entry of merchandise.
Port toll (Law), a payment made for the privilege of bringing goods into port.
Port warden, the officer in charge of a port; a harbor master. [1913 Webster]
And of his port as meek as is a maid. --Chaucer. [1913 Webster]
The necessities of pomp, grandeur, and a suitable port in the world. --South. [1913 Webster]
1.To carry; to bear; to transport. [Obs.] [1913 Webster]
They are easily ported by boat into other shires.— Fuller.[1913 Webster]
2.(Mil.) To throw, as a musket, diagonally across the body, with the lock in front, the right hand grasping the small of the stock, and the barrel sloping upward and crossing the point of the left shoulder; as, to port arms. [1913 Webster]
Began to hem him round with ported spears.— Milton.[1913 Webster]
Port arms, a position in the manual of arms, executed as above. [1913 Webster]
Free On-line Dictionary of Computing
1.<networking> A logical channel or channel endpoint in a communications system. The Transmission Control Protocol and User Datagram Protocol transport layer protocols used on Ethernet use port numbers to distinguish between (demultiplex) different logical channels on the same network interface on a computer.
Each application program has a unique port number associated with it, defined in /etc/services or the Network Information Service "services" database. Some protocols, e.g. telnet and HTTP (which is actually a special form of telnet) have default ports specified as above but can use other ports as well.
Some port numbers are defined in RFC 3232 (which replaces RFC 1700). Ports are now divided into: "Well Known" or "Privileged", and "Ephemeral" or "Unprivileged" (comprising "Registered", "Dynamic", "Private").
(2004-12-30)
2.<operating system, programming> To translate or modify software to run on a different platform, or the results of doing so. The portability of the software determines how easy it is to port.
3.<language> An imperative language descended from Zed from Waterloo Microsystems (now Hayes Canada) ca. 1979.
["Port Language" document in the Waterloo Port Development System].
(2002-06-19)