FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 2:33 AM GMT
Port details
xpk 0.1.4_1 archivers on this many watch lists=3 search for ports that depend on this port
The eXternal PacKer (XPK) library system

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: 11 Jun 2001 00:48:13
License: not specified in port
This the Unix port of the Amiga XPK library.

The XPK system consists of a master library (libxpkmaster.so) and several
(un)packer sublibraries (libxpkXXXX.so). Application programs only use the
master library directly: the master library takes care of loading and using
the sublibraries. Each sublibrary implements one type of compression.

There are different libraries for different types of data. When unpacking the
applications do not need to know which library was used to pack the data --
the appropriate library needs to be installed.

WWW: http://www.jormas.com/~vesuri/xpk/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/libtool
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
http://vesuri.jormas.com/xpk/
http://www.energyhq.es.eu.org/files/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Dec 2011 01:03:31
Original commit files touched by this commit  0.1.4_1
vanilla search for other commits by this committer
Fix clang compile issue.
18 Mar 2011 17:59:51
Original commit files touched by this commit  0.1.4_1
miwi search for other commits by this committer
- Get Rid MD5 support

With hat:       portmgr (myself)
04 Dec 2010 07:34:27
Original commit files touched by this commit  0.1.4_1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
02 Aug 2009 19:36:34
Original commit files touched by this commit  0.1.4_1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
18 Apr 2008 15:49:21
Original commit files touched by this commit  0.1.4_1
jmelo search for other commits by this committer
- Update mastersite.
- Use USE_LDCONFIG instead of INSTALLS_SHLIB

PR:             ports/122412
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com>
25 Jan 2008 17:37:34
Original commit files touched by this commit  0.1.4_1
danfe search for other commits by this committer
Clean up port descriptions for unmaintained ports in `archivers' category:
markup and spelling fixes, kill EOL whitespace and extraneous attribution.
01 Feb 2007 02:42:06
Original commit files touched by this commit  0.1.4_1
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
05 Sep 2006 04:26:13
Original commit files touched by this commit  0.1.4_1
linimon search for other commits by this committer
Reset inactive maintainer who has not responded to email.

Hat:            portmgr
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.1.4_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 06:58:31
Original commit files touched by this commit  0.1.4
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.1.4
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.
14 Jul 2005 17:45:28
Original commit files touched by this commit  0.1.4
mezz search for other commits by this committer
There is some problem with the master site, so maintainer is mirror it on
his server.

PR:             ports/83462
Submitted by:   Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
Reported by:    krismail
15 Feb 2005 08:32:08
Original commit files touched by this commit  0.1.4
erwin search for other commits by this committer
Miguel Mendez is the new victim of these ports. Thanks!
09 Jul 2004 17:43:11
Original commit files touched by this commit  0.1.4
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
22 May 2004 07:24:38
Original commit files touched by this commit  0.1.4
krion search for other commits by this committer
- Remove dead MASTER_SITES

PR:             ports/67028
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.1.4
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
27 Jan 2004 20:51:07
Original commit files touched by this commit  0.1.4
trevor search for other commits by this committer
Add SIZE.
07 Jan 2004 07:31:00
Original commit files touched by this commit  0.1.4
adamw search for other commits by this committer
Release maintainership.
26 Oct 2003 21:58:50
Original commit files touched by this commit  0.1.4
kris search for other commits by this committer
portlint (fix whitespace)
07 Mar 2003 05:55:13
Original commit files touched by this commit  0.1.4
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
18 Oct 2002 07:58:00
Original commit files touched by this commit  0.1.4
adamw search for other commits by this committer
Change maintainership on all my ports.
adam@vectors.cx -> adam@FreeBSD.org

Approved by:    pat (mentor)
26 Aug 2002 00:28:23
Original commit files touched by this commit  0.1.4
trevor search for other commits by this committer
Turn Miguel Mendez' ports over to Adam Weinberger.

PR:     42012
11 Jun 2002 13:57:06
Original commit files touched by this commit  0.1.4
will search for other commits by this committer
Miguel Mendez informed me in private e-mail that he has changed his mind
and would like to maintain these ports again.  Welcome back, Miguel.  :-)
07 Jun 2002 11:01:48
Original commit files touched by this commit  0.1.4
trevor search for other commits by this committer
Set Miguel Mendez' ports loose.  Look out, world!

I would like to try maintaining the acroread5 one, so I pre-snarfed
it.  :-P

PR:             38978
Submitted by:   Miguel Mendez (outgoing maintainer)
04 Jan 2002 23:07:18
files touched by this commit
pat search for other commits by this committer
Update maintainer's email address    
01 Jan 2002 09:43:03
files touched by this commit
ache search for other commits by this committer
Fix MAINTAINER    
11 Jun 2001 04:48:13
files touched by this commit
will search for other commits by this committer
Add xpk 0.1.4, the eXternal PacKer (XPK) library system.    

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 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 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 4
new 48 hours7
new 7 days45
new fortnight70
new month141

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

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