dc50 FreshPorts -- misc/ossp-uuid
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
ossp-uuid 1.6.2_2 misc on this many watch lists=4 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
License: not specified in port


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

This port is required by:

for Build

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:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.ntua.gr/pub/utils/ossp/lib/uuid/
  3. ftp://ftp.ossp.org/pkg/lib/uuid/

Number of commits found: 40

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
12 Jun 2013 17:45:03
Original commit files touched by this commit  1.6.2_2
az search for other commits by this committer
 - Fix build with new site_perl

Submitted by:	olli hauer <ohauer@gmx.de>
16 Dec 2012 06:12:28
Original commit files touched by this commit  1.6.2_2
az search for other commits by this committer
- Set default perl version for ports which currently using
  (5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
10 Jun 2012 18:10:08
Original commit files touched by this commit  1.6.2_2
vd search for other commits by this committer
Install misc/ossp-uuid header files into PREFIX/include/ossp instead
of PREFIX/include because they conflict with system /usr/include/uuid.h

PR:             ports/146321
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.6.2_1
miwi search for other commits by this committer
- Get Rid MD5 support
29 Jul 2009 07: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 07: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 06: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 14: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 10: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 01: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 11: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 09: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 11: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 12: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 15: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 19: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 17: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 15: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 15: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 06: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 07: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 15: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 08: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: 40

28b1
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 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 24572
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 6
new 48 hours13
new 7 days33
new fortnight85
new month177

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