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

Port details
objectivelib 1.0.0 devel on this many watch lists=0 search for ports that depend on this port
Object containers and generic algorithms for Objective-C

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: 01 Dec 2006 20:38:45
Also Listed In: gnustep
License: LGPL21


ObjectiveLib provides two primary services: containers and algorithms.
An important part of the library that keeps everything moving is
iterators.  ObjectiveLib is designed to offer the same functionality
to Objective-C programmers that the Standard Template Library offers
to C++ programmers. Therefore, anyone familiar with the STL will have
no trouble using and understanding the machinery of ObjectiveLib.

LICENSE: LGPL2 or later

WWW: http://objectivelib.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Build:
  1. devel/gnustep-make
  2. lang/gnustep-base
  3. devel/gmake
Required To Run:
  1. devel/gnustep-make
  2. lang/gnustep-base
Required Libraries:
  1. converters/libiconv

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/objectivelib/ && make install clean
To add the package: pkg_add -r objectivelib


Configuration Options
     No options to configure

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

Number of commits found: 15

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
27 Apr 2013 08:50:47
Original commit files touched by this commit  1.0.0
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
13 Oct 2012 13:39:59
Original commit files touched by this commit  1.0.0
dinoex search for other commits by this committer
- cleanup comments
Feature safe: yes
26 Jun 2012 05:43:33
Original commit files touched by this commit  1.0.0
dinoex search for other commits by this committer
- reset MAINTAINER
07 Apr 2011 18:26:01
Original commit files touched by this commit  1.0.0
dinoex search for other commits by this committer
- drop MD5
05 Jun 2010 06:14:28
Original commit files touched by this commit  1.0.0
dinoex search for other commits by this committer
LICENSE LGPL21
30 May 2010 12:28:39
Original commit files touched by this commit  1.0.0
dinoex search for other commits by this committer
- drop USE_GNUSTEP_PREFIX
22 Aug 2009 00:18:43
Original commit files touched by this commit  1.0.0
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
05 Jun 2009 03:41:16
Original commit files touched by this commit  1.0.0
dinoex search for other commits by this committer
- add iconv as direct depenency

- fix buildwith custom LOCALBASE
Reported by:    QAT
16 Jan 2009 16:33:38
Original commit files touched by this commit  1.0.0
dinoex search for other commits by this committer
- add LICENSE:
25 May 2007 06:09:43
Original commit files touched by this commit  1.0.0
dinoex search for other commits by this committer
- update to 1.0.0
31 Jan 2007 18:18:14
Original commit files touched by this commit  0.10
dinoex search for other commits by this committer
- add category gnustep
PR:             103931
Approved by:    pav
13 Jan 2007 10:55:37
Original commit files touched by this commit  0.10
dinoex search for other commits by this committer
- use new macros
25 Dec 2006 20:00:46
Original commit files touched by this commit  0.10
dinoex search for other commits by this committer
- update to 0.10
01 Dec 2006 20:54:04
Original commit files touched by this commit  0.9
dinoex search for other commits by this committer
- cleanup
forget to mention
Obtained from:  NetBSD
01 Dec 2006 20:31:28
Original commit files touched by this commit  0.9
dinoex search for other commits by this committer
ObjectiveLib provides two primary services: containers and algorithms.
An important part of the library that keeps everything moving is
iterators.  ObjectiveLib is designed to offer the same functionality
to Objective-C programmers that the Standard Template Library offers
to C++ programmers. Therefore, anyone familiar with the STL will have
no trouble using and understanding the machinery of ObjectiveLib.

WWW: http://objectivelib.sourceforge.net/

Number of commits found: 15

283a
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24526
Broken 217
Deprecated 473
Ignore 636
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours11
new 7 days26
new fortnight58
new month212

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