The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD archivers : rpm

The Red Hat Package Manager

 This is the Red Hat Package Manager.

FYI:
There is also a rpm2cpio converter written in perl. You don't have to 
install the whole RPM manager to get the files in an RPM. 

http://www.rpm.org/



rpm history


v. 1.63
date: 2007/03/22 22:20:38;  author: pav;  state: Exp;  lines: +10 -3
- Make gettext optional with WITHOUT_NLS knob

PR:		ports/110534
Submitted by:	Helge Oldach 

v. 1.62 date: 2006/08/14 09:56:58; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
v. 1.61 date: 2006/07/07 16:18:02; author: jmelo; state: Exp; lines: +2 -1 - Fix mastersite.
v. 1.60 date: 2006/05/03 05:14:03; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports in categories starting with A.
v. 1.59 date: 2006/02/23 10:34:20; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.58 date: 2006/02/14 18:34:36; author: netchild; state: Exp; lines: +1 -1 Fix plist (typo).
v. 1.57 date: 2006/02/04 13:16:11; author: netchild; state: Exp; lines: +1 -1 Fix plist for ia64 and sparc64. Noticed by: pointyhat/kris
v. 1.56 date: 2005/11/15 06:47:47; author: ade; state: Exp; lines: +1 -3 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.
v. 1.55 date: 2005/11/14 10:56:27; author: edwin; state: Exp; lines: +0 -3 Remove explicit checks for /usr/bin/bzip2. This has been part of the base OS since 4.4.
v. 1.54 date: 2005/09/29 13:43:45; author: marius; state: Exp; lines: +2 -0 Add a missing CONFLICTS on archivers/rpm4. Approved by: netchild
v. 1.53 date: 2005/05/27 22:02:06; author: pat; state: Exp; lines: +1 -1 - sync rpmrc with FC3 only to make i386 and amd64 archs compatible (no --ignorearch necessary) - bump PORTREVISION PR: ports/80922 Submitted by: KOMATSU Shinichiro
v. 1.52 date: 2004/07/26 12:13:46; author: vs; state: Exp; lines: +1 -2 Remove references to mirror.ac.uk PR: ports/69481 Submitted by: Tim Bishop
v. 1.51 date: 2004/07/09 17:41:49; author: marcus; state: Exp; lines: +1 -1 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
v. 1.50 date: 2004/06/04 17:29:07; author: ade; state: Exp; lines: +1 -0 Sync with new bsd.autotools.mk
v. 1.49 date: 2004/03/14 06:15:55; author: ade; state: Exp; lines: +1 -1 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.
v. 1.48 date: 2004/02/04 04:35:43; author: marcus; state: Exp; lines: +3 -3 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.47 date: 2004/01/23 18:11:42; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.46 date: 2003/08/26 20:25:35; author: marcus; state: Exp; lines: +1 -1 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.45 date: 2003/08/25 05:41:18; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.44 date: 2003/07/11 19:56:12; author: nork; state: Exp; lines: +2 -2 Don't compile with -static [1]. Drop MAINTAINERship. PR: ports/42556 [1] Requested by: Mikhail Teterin [1] Approved by: maintainer timeout (a long time)
v. 1.43 date: 2003/03/07 05:55:12; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.42 date: 2002/11/04 02:55:13; author: edwin; state: Exp; lines: +2 -1 PERL -> REINPLACE Noticed on: bento
v. 1.41 date: 2002/09/23 16:55:26; author: sobomax; state: Exp; lines: +2 -4 Remove gettext-old dependency, which moves us kloser to nuking that outdated piece of crap (only 5 packages depending on it remain).
v. 1.40 date: 2002/08/01 16:21:59; author: ade; state: Exp; lines: +1 -1 Chase shlib rev of devel/gettext Submitted by: lots and lots Pointy hat to: ade
v. 1.39 date: 2002/04/12 17:09:22; author: ade; state: Exp; lines: +6 -3 gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
v. 1.38 date: 2002/03/15 19:43:42; author: ade; state: Exp; lines: +1 -1 Stage 1 of gettext update. Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
v. 1.37 date: 2002/01/06 06:20:17; author: will; state: Exp; lines: +2 -2 First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
v. 1.36 date: 2001/08/15 20:33:12; author: knu; state: Exp; lines: +5 -3 Conditionalize bzip2 dependencies.
v. 1.35 date: 2001/03/20 21:29:25; author: obrien; state: Exp; lines: +2 -2 Add dummy getmntent() func. PR: 24570 Submitted by: Roman Shterenzon
v. 1.34 date: 2001/03/20 20:28:11; author: obrien; state: Exp; lines: +2 -2 `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".
v. 1.33 date: 2000/11/28 09:49:55; author: ben; state: Exp; lines: +3 -2 Add a .uk master site. Approved by: maintainer
v. 1.32 date: 2000/11/02 04:29:55; author: nakai; state: Exp; lines: +2 -2 Revision up for patch-bi
v. 1.31 date: 2000/10/25 10:30:09; author: nakai; state: Exp; lines: +2 -2 Add patch for rpm2cpio. PR: ports/22257 Submitted by: Scott Renfro
v. 1.30 date: 2000/10/20 04:33:38; author: nakai; state: Exp; lines: +10 -10 Fix about - Add patch to refer /usr/ports/popt - etc PR: ports/22046 Submitted by: KATO Tsuguru
v. 1.29 date: 2000/10/20 02:50:02; author: nakai; state: Exp; lines: +3 -2 Fix for INSTALLS_SHLIB Add patch for configure.in PR: ports/22046 Submitted by: KATO Tsuguru
v. 1.28 date: 2000/10/17 08:42:00; author: nakai; state: Exp; lines: +23 -7 Update to 3.0.6 PR: misc/21801 Submitted by: KATO Tsuguru
v. 1.27 date: 2000/10/05 04:09:43; author: nakai; state: Exp; lines: +2 -2 I maintain this port.
v. 1.26 date: 2000/05/28 01:40:48; author: vanilla; state: Exp; lines: +1 -3 Remove unneeded LIB_DEPENDS, and make it dynamic link. PR: ports/18472 Submitted by: KATO Tsuguru
v. 1.25 date: 2000/04/14 08:46:36; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION.
v. 1.24 date: 1999/12/24 18:39:38; author: mharo; state: Exp; lines: +2 -2 remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups PR: 14759 Submitted by: Jeremy Lea
v. 1.23 date: 1999/11/14 03:01:54; author: steve; state: Exp; lines: +6 -6 * Removed (unnecessary) dependancy on GNU gettext * Modified install path of configuration files from lib/ to etc/ * Fixed some files to set file permission properly PR: 14803 Submitted by: KATO Tsuguru
v. 1.22 date: 1999/11/01 00:12:19; author: steve; state: Exp; lines: +3 -3 Update to version 2.5.6. PR: 14579 Submitted by: KATO Tsuguru
v. 1.21 date: 1999/08/31 06:48:25; author: mharo; state: Exp; lines: +3 -3 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.20 date: 1999/08/25 07:22:28; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.19 date: 1999/05/04 09:29:30; author: tg; state: Exp; lines: +2 -2 Fix packaging. Disown.
v. 1.18 date: 1999/05/02 12:02:45; author: foxfair; state: Exp; lines: +5 -8 RPM port update to v2.2.5.(Actually, v3.x has already there.) PR: 10137 Submitted by: Marcel Moolenaar
v. 1.17 date: 1998/12/14 17:02:13; author: tg; state: Exp; lines: +4 -2 Add some master sites.
v. 1.16 date: 1998/10/28 12:06:26; author: tg; state: Exp; lines: +2 -4 Un-break. Don't build with i18n support.
v. 1.15 date: 1998/10/13 04:21:00; author: jseger; state: Exp; lines: +4 -1 Mark BORKEN for ELF: xgettext --default-domain=rpm \ --add-comments --keyword=_ --keyword=N_ /usr/ports/misc/rpm/work/rpm-2.5.1/rpm.c /usr/ports/misc/rpm/work/rpm-2.5.1/query.c /usr/ports/misc/rpm/work/rpm-2.5.1/install.c /usr/ports/misc/rpm/work/rpm-2.5.1/verify.c /usr/ports/misc/rpm/work/rpm-2.5.1/checksig.c /usr/ports/misc/rpm/work/rpm-2.5.1/url.c /usr/ports/misc/rpm/work/rpm-2.5.1/ftp.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/uninstall.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmdb.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/signature.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/dbindex.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/depends.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/formats.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/fs.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/header.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/lookup.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rebuilddb.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/messages.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/package.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmlead.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmrc.c Unrecognized option: - usage: xgettext [-adnuv] [-c] [-m] [-o] ... [-p] [-x] - | file xgettext -h (HELP)
v. 1.14 date: 1998/06/02 10:52:54; author: tg; state: Exp; lines: +4 -3 Upgrade to 2.5.1.
v. 1.13 date: 1998/01/30 08:11:27; author: tg; state: Exp; lines: +3 -3 Upgrade to 2.4.12.
v. 1.12 date: 1998/01/08 08:02:05; author: tg; state: Exp; lines: +3 -3 Upgrade to 2.4.11.
v. 1.11 date: 1997/11/20 12:26:54; author: tg; state: Exp; lines: +3 -3 Upgrade to 2.4.10.
v. 1.10 date: 1997/10/24 09:40:42; author: tg; state: Exp; lines: +3 -3 Upgrade to 2.4.8.
v. 1.9 date: 1997/09/23 07:07:32; author: tg; state: Exp; lines: +3 -3 Upgrade to 2.4.7.
v. 1.8 date: 1997/09/01 09:26:28; author: tg; state: Exp; lines: +3 -3 Upgrade to 2.4.6.
v. 1.7 date: 1997/08/08 08:17:23; author: tg; state: Exp; lines: +5 -4 Upgrade to 2.4.3. Add a mirror site.
v. 1.6 date: 1997/07/02 12:40:30; author: tg; state: Exp; lines: +3 -3 Upgrade to 2.4.2.
v. 1.5 date: 1997/04/16 07:48:41; author: tg; state: Exp; lines: +3 -3 Upgrade to 2.3.10. I hate them.
v. 1.4 date: 1997/04/16 06:29:59; author: tg; state: Exp; lines: +3 -3 Upgrade to 2.3.9.
v. 1.3 date: 1997/04/03 07:07:01; author: tg; state: Exp; lines: +3 -3 Upgrade to 2.3.8. Should quiet Bill Fenner's distfile checker.
v. 1.2 date: 1997/01/24 11:43:57; author: asami; state: Exp; lines: +4 -1 Create directory before installation.
v. 1.1 date: 1997/01/24 07:50:07; author: tg; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/01/24 07:50:07; author: tg; state: Exp; lines: +0 -0 Import of the Red Hat package manager. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm