ba8b FreshPorts -- devel/libYGP
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
libYGP 0.9.42_2 devel on this many watch lists=1 search for ports that depend on this port
Broken BROKEN: Does not build with recent boost
Ignore IGNORE: is marked as broken: Does not build with recent boost
Yet another General Purpose library

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 20 Aug 2006 12:20:48
License: not specified in port


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Slave ports
  1. devel/libXGP

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
  2. devel/gmake
  3. lang/gcc
  4. devel/binutils
Required To Run:
  1. lang/gcc
Required Libraries:
  1. math/gmp
  2. devel/boost-libs
  3. devel/gettext

This port is required by:

for Libraries

To install the port: cd /usr/ports/devel/libYGP/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  3. http://freefr.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  4. http://garr.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  5. http://heanet.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  6. http://hivelocity.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  7. http://ignum.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  8. http://internode.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  9. http://iweb.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  10. http://jaist.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  11. http://kaz.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  12. http://kent.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  13. http://master.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  14. http://nchc.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  15. http://ncu.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  16. http://netcologne.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  17. http://sunet.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  18. http://superb-dca3.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  19. http://switch.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  20. http://tenet.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  21. http://ufpr.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/
  22. http://waix.dl.sourceforge.net/project/libymp/libymp/libYGP-0.9.42/

Number of commits found: 29

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Apr 2013 07:35:41
Original commit files touched by this commit  0.9.42_2
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 1)

Approved by:	portmgr (bapt)
23 Apr 2013 10:13:20
Original commit files touched by this commit  0.9.42_2
bapt search for other commits by this committer
Convert devel to USES=pkgconfig
19 Mar 2013 13:04:31
Original commit files touched by this commit  0.9.42_2
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
31 Jan 2013 13:38:43
Original commit files touched by this commit  0.9.42_2
bapt search for other commits by this committer
Chase boost update
09 Oct 2012 22:12:14
Original commit files touched by this commit  0.9.42_1
linimon search for other commits by this committer
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
26 Jul 2012 05:40:24
Original commit files touched by this commit  0.9.42_1
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
23 Jul 2012 01:33:56
Original commit files touched by this commit  0.9.42_1
dougb search for other commits by this committer
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
01 Jun 2012 05:26:28
Original commit files touched by this commit  0.9.42_1
dinoex search for other commits by this committer
- update png to 1.5.10
10 Mar 2012 03:43:59
Original commit files touched by this commit  0.9.42
amdmi3 search for other commits by this committer
- Prepare for devel/boost update

Feature safe:   yes
27 Apr 2011 01:56:47
Original commit files touched by this commit  0.9.42
dougb search for other commits by this committer
By Maintainer's request, toss these ports back into the pool
14 Jan 2011 14:33:36
Original commit files touched by this commit  0.9.42
sunpoet search for other commits by this committer
- Update to 0.9.42
- Add CONFIGURE_ARGS: --enable-network-trav

Changes:        http://libymp.cvs.sourceforge.net/viewvc/libymp/libYGP/ChangeLog
PR:             ports/153944
Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
Feature safe:   yes
22 Nov 2010 16:24:06
Original commit files touched by this commit  0.9.41
nivit search for other commits by this committer
- Update to 0.9.41
- Add USE_GMAKE
- Remove MD5 checksum from distinfo
- Remove files/patch-configure

PR:             ports/152433
Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
31 May 2010 02:01:56
Original commit files touched by this commit  0.9.30_2
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
19 Apr 2010 10:43:43
Original commit files touched by this commit  0.9.30_1
ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
13 Mar 2010 04:10:00
Original commit files touched by this commit  0.9.30
beat search for other commits by this committer
- Update to 0.9.30
- Pass maintainership to submitter

PR:             ports/144434
Submitted by:   Charlie Kester <corky1951 AT comcast.net>
22 Aug 2009 00:18:43
Original commit files touched by this commit  0.9.12
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
22 Jul 2009 20:32:33
Original commit files touched by this commit  0.9.12
pgollucci search for other commits by this committer
- Update to 0.9.12
13 May 2009 09:46:02
Original commit files touched by this commit  0.9.10_1
ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
05 Oct 2008 13:36:29
Original commit files touched by this commit  0.9.10
miwi search for other commits by this committer
- Update to 0.9.10

PR:             127835
Submitted by:   "Beat Gätzi" <beat@chruetertee.ch>
07 Sep 2008 00:19:05
Original commit files touched by this commit  0.8.23_1
linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
06 Jun 2008 13:21:59
Original commit files touched by this commit  0.8.23_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
01 Jun 2008 09:42:37
Original commit files touched by this commit  0.8.23
olgeni search for other commits by this committer
Large round of typo fixes in ports/devel (pkg-descr).
28 Mar 2008 01:50:20
Original commit files touched by this commit  0.8.23
mezz search for other commits by this committer
Fix the build with new libsigc++20 2.2.2. I have tested these ports in runtime
and these seem work fine in normal use. I don't test every functions, so let
me know if you have any problem with it.

Reported by:    pointyhat via pav
23 Apr 2007 00:27:12
Original commit files touched by this commit  0.8.23
sat search for other commits by this committer
- Update libYGP and libXGP to 0.8.23
- libXGP no longer depends on libYGP
04 Apr 2007 21:53:39
Original commit files touched by this commit  0.8.22
sat search for other commits by this committer
- Update to 0.8.22
19 Mar 2007 05:14:07
Original commit files touched by this commit  0.8.10
marcus search for other commits by this committer
Presenting GNOME 2.18 for FreeBSD.  GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features.  Not that it doesn't have its share of new and exciting
items.  See http://www.gnome.org/start/2.18/ for all the goodies in
this release.

GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
01 Sep 2006 08:41:30
Original commit files touched by this commit  0.8.10
sat search for other commits by this committer
- Mark broken on 4.x
- Fix XGP plist
- Bump XGP portrevision

Reported by:    pointyhat via kris
21 Aug 2006 16:26:42
Original commit files touched by this commit  0.8.10
sat search for other commits by this committer
- Add forgotten patches
20 Aug 2006 12:20:14
Original commit files touched by this commit  0.8.10
sat search for other commits by this committer
Add ports devel/libYGP and devel/libXGP:

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 filenames (with completion, analogue to modern
    browsers),
  o Formatted entry fields (with validy 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/

Number of commits found: 29

285b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24537
Broken 218
Deprecated 474
Ignore 633
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days32
new fortnight63
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0