A C++ library, separated in 2 parts:
* A common one, designed to have no dependencies to the operating system
or any library, providing:
o A class for communication,
o Classes to handle regular expressions (both common and UNIX-file like),
o A general parser,
o Smart pointers
o A class to search directories
o A relation-class to relate objects
* Some classes for the X-windows system (basing on gtkmm (previously
known as Gtk--)) like:
o An entry field to enter file names (with completion, analogue to modern
browsers),
o Formatted entry fields (with validity check),
o A ListBox to display files (with an icon based on the type of the file),
o A base-class for Applications
WWW: http://libymp.sourceforge.net/
ntry>
- update libgd to 2.2.22016-07-20T09:33:31+00:00dinoexdinoex@FreeBSD.org2016-07-20T09:33:31+00:002afcd3b6ad5f06d3067961169a53647734b3e377
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.2016-04-01T14:33:55+00:00matmat@FreeBSD.org2016-04-01T14:33:55+00:006126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700
With hat: portmgr
Sponsored by: Absolight
With hat: portmgr
Sponsored by: Absolight
Remove NOPORTDOCS and NOPORTEXAMPLES.2014-07-04T23:11:33+00:00adamwadamw@FreeBSD.org2014-07-04T23:11:33+00:0000278d949a09e32f5fba7f528b1ac1efbc57f73a
1: Stagify.2014-06-11T16:21:29+00:00vanillavanilla@FreeBSD.org2014-06-11T16:21:29+00:008f19cfce378b60a61ba01bf086a43224f5e273e6
2: new syntax of LIB_DEPENDS.