gnu: miniupnpc: Improve synopsis and description.
* gnu/packages/upnp.scm (miniupnp)[synopsis, description]: Edit, fix typos, add some relevant (search) terms from the home page, and expand acronyms.
This commit is contained in:
		
							parent
							
								
									5af82630fe
								
							
						
					
					
						commit
						e0f8a520ed
					
				
					 1 changed files with 8 additions and 6 deletions
				
			
		| 
						 | 
					@ -63,12 +63,14 @@
 | 
				
			||||||
               (("upnpc")
 | 
					               (("upnpc")
 | 
				
			||||||
                (string-append (assoc-ref outputs "out") "/bin/upnpc"))))))))
 | 
					                (string-append (assoc-ref outputs "out") "/bin/upnpc"))))))))
 | 
				
			||||||
    (home-page "http://miniupnp.free.fr/")
 | 
					    (home-page "http://miniupnp.free.fr/")
 | 
				
			||||||
    (synopsis "Library implementing the client side UPnP protocol")
 | 
					    (synopsis "UPnP protocol client library")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "MiniUPnPc is a library is useful whenever an application needs to listen
 | 
					     "The MiniUPnPc client library facilitates access to the services provided
 | 
				
			||||||
for incoming connections but is run behind a UPnP enabled router or firewall.
 | 
					by any Universal Plug and Play (UPnP) Internet Gateway Device (IGD) present on
 | 
				
			||||||
Examples for such applications include: P2P applications, FTP clients for
 | 
					the network.  In UPnP terminology, MiniUPnPc is a UPnP Control Point.  It is
 | 
				
			||||||
active mode, IRC (for DCC) or IM applications, network games, any server
 | 
					useful whenever an application needs to listen for incoming connections while
 | 
				
			||||||
software.")
 | 
					running behind a UPnP-enabled router or firewall.  Such applications include
 | 
				
			||||||
 | 
					peer-to-peer applications, active-mode FTP clients, DCC file transfers over
 | 
				
			||||||
 | 
					IRC, instant messaging, network games, and most server software.")
 | 
				
			||||||
    (license
 | 
					    (license
 | 
				
			||||||
     (x11-style "file://LICENSE" "See 'LICENSE' file in the distribution"))))
 | 
					     (x11-style "file://LICENSE" "See 'LICENSE' file in the distribution"))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue