FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:07 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
ossp-uuid 1.6.2_1 misc on this many watch lists=3 search for ports that depend on this port
ISO-C & Perl API and CLI for generating Universally Unique Identifiers
Maintained by: vd@FreeBSD.org search for ports maintained by this maintainer
Port Added: 14 Feb 2004 04:38:48
Also Listed In: devel


OSSP uuid is a ISO-C and Perl application programming interface (API)
and corresponding command line interface (CLI) for the generation of
DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers
(UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node
based), version 3 (name based, MD5), version 4 (random number based) and
version 5 (name based, SHA-1).

WWW: http://www.ossp.org/pkg/lib/uuid/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/misc/ossp-uuid/ && make install clean
To add the package: pkg_add -r ossp-uuid


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.ossp.org/pkg/lib/uuid/
ftp://ftp.ntua.gr/pub/utils/ossp/lib/uuid/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 36

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
29 Jul 2009 08:34:45
Original commit files touched by this commit  1.6.2_1
vd search for other commits by this committer
Forced commit to note that the previous commit contains a typo, it should read:

PR:             ports/136455
29 Jul 2009 08:31:46
Original commit files touched by this commit  1.6.2_1
vd search for other commits by this committer
misc/ossp-uuid:

Add -fPIC -DPIC for amd64 and ia64.

PR:             ports/13645
Submitted by:   mm@
27 Nov 2008 07:35:26
Original commit files touched by this commit  1.6.2
vd search for other commits by this committer
Upgrade misc/ossp-uuid from 1.6.1 to 1.6.2

ChangeLog:
http://cvs.ossp.org/fileview?f=ossp-pkg/uuid/ChangeLog&v=1.161
21 Aug 2008 07:18:49
Original commit files touched by this commit  1.6.1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
25 Jul 2008 15:34:52
Original commit files touched by this commit  1.6.1
pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
30 May 2008 11:43:08
Original commit files touched by this commit  1.6.1
vd search for other commits by this committer
Upgrade misc/ossp-uuid from 1.6.0 to 1.6.1
12 Dec 2007 15:06:11
Original commit files touched by this commit  1.6.0_1
vd search for other commits by this committer
Turn on the C++ support of misc/ossp-uuid.

Suggested by:   Bradford Castalia <Castalia@idaeim.com>
08 Sep 2007 02:01:47
Original commit files touched by this commit  1.6.0
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
04 Aug 2007 12:41:31
Original commit files touched by this commit  1.6.0
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
23 Jul 2007 10:36:52
Original commit files touched by this commit  1.6.0
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
22 Jul 2007 12:09:46
Original commit files touched by this commit  1.6.0
vd search for other commits by this committer
* Upgrade misc/ossp-uuid from 1.5.1 to 1.6.0
* s/INSTALLS_SHLIB/USE_LDCONFIG
* Add regression-test: target (same as test:)
04 Aug 2006 13:34:50
Original commit files touched by this commit  1.5.1
erwin search for other commits by this committer
Add support for DESTDIR part I.

This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
02 Aug 2006 16:11:19
Original commit files touched by this commit  1.5.1
vd search for other commits by this committer
Upgrade from 1.4.2 to 1.5.1
17 Mar 2006 06:43:10
Original commit files touched by this commit  1.4.2
vd search for other commits by this committer
Update from 1.4.1 to 1.4.2 (bugfix release)
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.4.1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
07 Feb 2006 14:07:35
Original commit files touched by this commit  1.4.1
vd search for other commits by this committer
* Update misc/ossp-uuid from 1.4.0 to 1.4.1
* Take maintainership, requested by mnag (maintainer)

PR:             ports/92957
Submitted by:   vd
Approved by:    garga (mentor), mnag (maintainer)
27 Jan 2006 01:24:41
Original commit files touched by this commit  1.4.0
mnag search for other commits by this committer
* audio/marlin, devel/upnp, devel/upnp104

Update dependency to misc/e2fsprogs-libuuid
Bump PORTREVISION

* misc/e2fsprogs-libuuid

Add new port:

UUID library from the e2fsprogs package

* misc/Makefile

Add entry to misc/e2fsprogs-libuuid
(Only the first 15 lines of the commit message are shown above View all of this commit message)
16 Jan 2006 14:32:41
Original commit files touched by this commit  1.4.0
mnag search for other commits by this committer
Update to 1.4.0

PR:             91865
Submitted by:   Vasil Dimov <vd@datamax.bg>
09 Dec 2005 14:55:34
Original commit files touched by this commit  1.3.2
mnag search for other commits by this committer
Added forgotten patch

Notified by:    Vasil Dimov <vd@datamax.bg>
09 Dec 2005 13:40:21
Original commit files touched by this commit  1.3.2
mnag search for other commits by this committer
Update to 1.3.2 [1]
Reorganize Makefile
Remove .la files

PR:             90109 [1]
Submitted by:   Vasil Dimov <vd@datamax.bg>
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.3.1
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
09 Nov 2005 02:32:50
Original commit files touched by this commit  1.3.1
mnag search for other commits by this committer
Add SHA256
28 Sep 2005 20:04:19
Original commit files touched by this commit  1.3.1
mnag search for other commits by this committer
Update to 1.3.1

Approved by:    pav (mentor)
16 Sep 2005 18:58:32
Original commit files touched by this commit  1.3.0
mnag search for other commits by this committer
Update my email

Approved by: pav (mentor)
06 Sep 2005 16:51:18
Original commit files touched by this commit  1.3.0
garga search for other commits by this committer
- Update to 1.3.0

PR:             ports/85774
Submitted by:   maintainer
31 Aug 2005 16:34:09
Original commit files touched by this commit  1.2.1
garga search for other commits by this committer
- Update to 1.2.1

PR:             ports/85526
Submitted by:   maintainer
29 Aug 2005 07:36:12
Original commit files touched by this commit  1.2.0
novel search for other commits by this committer
Anti Unmaintained Ports Campaign by Marcus Grando.

PR:             854[06-15]
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
24 Jan 2005 09:02:26
Original commit files touched by this commit  1.2.0
rse search for other commits by this committer
upgrade to OSSP uuid 1.2.0 (now supporting version 5 UUIDs which are name based
with SHA-1 hashing)
18 Nov 2004 16:24:41
Original commit files touched by this commit  1.1.1
rse search for other commits by this committer
upgrade to OSSP uuid 1.1.1
09 Nov 2004 19:44:14
Original commit files touched by this commit  1.1.0
rse search for other commits by this committer
- portlint: reduces COMMENT to less than 70 chars
- build Perl API no longer by default (but allow WITH_PERL to enable it)
- IGNORE package on WITH_PERL and installed Perl is not 5.8.0 or higher
06 Nov 2004 08:18:02
Original commit files touched by this commit  1.1.0
rse search for other commits by this committer
- upgrade to OSSP uuid 1.1.0
- build both Perl API, C API and CLI
- allow Perl API to be disabled with WITHOUT_PERL
- build static libraries only because of the conflict
  with libc's uuid_create(3)
21 Oct 2004 08:50:49
Original commit files touched by this commit  1.0.1
sergei search for other commits by this committer
- Reset maintainership to ports@FreeBSD.org

PR:             ports/72950
Submitted by:   Kimura Fuyuki (maintainer)
21 Aug 2004 16:19:42
Original commit files touched by this commit  1.0.1
pav search for other commits by this committer
- Introduce MASTER_SITE_OSSP

PR:             ports/70504
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
22 Jul 2004 09:47:04
Original commit files touched by this commit  1.0.1
krion search for other commits by this committer
Update to 1.0.1

PR:             ports/69396
Submitted by:   maintainer
17 Feb 2004 09:43:58
Original commit files touched by this commit  1.0.0
krion search for other commits by this committer
- Update to version 1.0.0

PR:             ports/62941
Submitted by:   maintainer
14 Feb 2004 04:38:17
Original commit files touched by this commit  0.9.7
marcus search for other commits by this committer
Add ossp-uuid, a ISO-C API and command line utility for generating DCE 1.1
and ISO/IEC 11578:1996 compliant Universally Unique Identifiers (UUIDs).
It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3
(name based), and version 4 (random number based).

PR:             62810
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>

Number of commits found: 36

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

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

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.349 seconds.