| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=46094
|
|
|
|
|
|
|
|
| |
- Reword and fix documents.
- Make portsdb -U not imply -u.
Notes:
svn path=/head/; revision=46091
|
|
|
|
| |
Notes:
svn path=/head/; revision=46090
|
|
|
|
| |
Notes:
svn path=/head/; revision=46071
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portsclean:
- Rewrite in Ruby and implement the distfiles cleaner. [new]
portsdb:
- Show a progress message while updating INDEX.*.
- Record version information into INDEX.rdo.
- Record category information into INDEX.rdo and enhance the API
accordingly.
- Introduce the automatic PORTS_DBDIR selector. Now it will use
whichever writable directory in the following ones: $PORTS_DBDIR,
$PORTS_DIR, /usr/ports, $PKG_DBDIR, /var/db/pkg, $TMPDIR, /var/tmp,
/tmp (checked in the order named)
portcvsweb:
- New tool: a tool to open CVSweb to view a CVS log. [new]
Notes:
svn path=/head/; revision=46069
|
|
|
|
|
|
|
|
|
|
|
|
| |
o re-phrase PKGMESSAGE and typo fix: PREFIX -> /usr/local
o gracefull install/deinstall of a default configuration file
PR: 28917
Submitted by: MAINTAINER,
Karaszi Istvan <raszi@bigfoot.com>
Notes:
svn path=/head/; revision=46048
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkg_deinstall:
- Bring in most of the options of pkg_delete(1).
- Add a new option `-P', which preserves shared libraries.
- List failed packages if any.
- Obsolete GNU style long options, which take space and would
only rarely be used.
portupgrade:
- Make portupgrade use pkg_deinstall instead of pkg_delete, to
utilize its -P option.
- Now portupgrade always uninstalls old packages, but
preserves shared libraries by default. The -u option has
been changed to mean "Do not preserve old shared libraries".
Note, however, that its behavior is the same as before, it
is just the default behavior that has been changed.
With this change, portupgrade no longer leaves extra garbage
even if you don't specify -u, but only old versions of
shared libraries for safety. :)
- Utilize $tmpdir properly for pkg_tarup. (previously
PKGREPOSITORY was used prior to PKG_TMPDIR or TMPDIR)
- Add a notice regarding the disk space for backup files.
Since it's my birthday today, I just wish this update doesn't contain
terrible bugs.. ;)
Notes:
svn path=/head/; revision=45990
|
|
|
|
|
|
|
|
| |
PR: 29533
Submitted by: Pete Fritchman <petef@databits.net>
Notes:
svn path=/head/; revision=45947
|
|
|
|
| |
Notes:
svn path=/head/; revision=45926
|
|
|
|
|
|
|
|
| |
PR: 29494
Submitted by: maintainer
Notes:
svn path=/head/; revision=45925
|
|
|
|
|
|
|
|
|
|
|
| |
changing the modes on several directories to 2755.
Guess I should have noticed this at my first installworld
after testing this port. Bad me, no cookie.
Submitted by: bento
Notes:
svn path=/head/; revision=45901
|
|
|
|
|
|
|
|
| |
PR: 29243
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=45811
|
|
|
|
|
|
|
| |
Correct WWW.
Notes:
svn path=/head/; revision=45805
|
|
|
|
|
|
|
|
|
|
| |
- Update patch-af and pkg-descr for new release
- NOPORTDOCS support for pkg-plist and sort it
PR: 29396
Notes:
svn path=/head/; revision=45790
|
|
|
|
|
|
|
| |
Submitted by: mrakm
Notes:
svn path=/head/; revision=45774
|
|
|
|
| |
Notes:
svn path=/head/; revision=45728
|
|
|
|
| |
Notes:
svn path=/head/; revision=45727
|
|
|
|
| |
Notes:
svn path=/head/; revision=45726
|
|
|
|
| |
Notes:
svn path=/head/; revision=45725
|
|
|
|
|
|
|
| |
Add knobs for mkisofs slave port.
Notes:
svn path=/head/; revision=45724
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
overall:
- Fix commands not to quit when user answers ^D to a yes/no question.
- Call pkg_* commands in fullpaths.
portupgrade:
- When -s is specified, run sudo to build & install dependent ports
when some are missing, too.
portsclean:
- This is a new command which cleans ports' working directories.
Notes:
svn path=/head/; revision=45722
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Be more graceful with install/deinstall: handle situation
where man/ru_RU.KOI8-R exists prior to installation of this port,
i.e., it cannot be a symlink
o Protect configuration file with perms 0400
This is a followup commit to the following PR
PR: 29024
Notes:
svn path=/head/; revision=45674
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o PREFIX safeness
o hier(7) police: share/ipa/examples -> share/examples/ipa
o better deinstall:
- remove all pending directories
- more graceful removal of startup files
o deploy BSD_INSTALL_* var where appropriate
PR: 29024
Submitted by: maintainer
Notes:
svn path=/head/; revision=45673
|
|
|
|
| |
Notes:
svn path=/head/; revision=45665
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o LIB_DEPENDS on gdbm
o Better deinstall handling
o Several port style changes
o Add both WWW and Author tags
PR: 28799
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Approved by: maintainer
Notes:
svn path=/head/; revision=45634
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade:
- Make portupgrade a little bit more fail-safe by restoring modified
dependency info on installation failure.
portversion:
- Make portversion refer to the ports database and run several times
faster. (!)
portsdb:
- Do not immediately fail in error when it finds an error in the INDEX
file, but skip the line and continue.
Notes:
svn path=/head/; revision=45619
|
|
|
|
|
|
|
|
| |
PR: 29212
Submitted by: maintainer
Notes:
svn path=/head/; revision=45594
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
have been made to the existing utilities)
pkg_deinstall: This is a package deinstaller with wildcards and
dependency recursion support.
pkg_glob: This is a package glob expander with wildcards and
dependency recursion support.
Notes:
svn path=/head/; revision=45516
|
|
|
|
| |
Notes:
svn path=/head/; revision=45477
|
|
|
|
|
|
|
| |
A lib that creates a libxml2 tree w/ info. token on a *NIX filesystem
Notes:
svn path=/head/; revision=45440
|
|
|
|
|
|
|
|
|
|
|
| |
Rename patches to sensible names
Sync port with archivers/star
PR: 29092
Submitted by: maintainer
Notes:
svn path=/head/; revision=45375
|
|
|
|
| |
Notes:
svn path=/head/; revision=45370
|
|
|
|
| |
Notes:
svn path=/head/; revision=45366
|
|
|
|
|
|
|
|
| |
PR: 29133
Submitted by: maintainer
Notes:
svn path=/head/; revision=45353
|
|
|
|
|
|
|
|
| |
PR: 29125
Submitted by: maintainer
Notes:
svn path=/head/; revision=45342
|
|
|
|
|
|
|
| |
cvsup port instead. I am removing the *-bin ports.
Notes:
svn path=/head/; revision=45318
|
|
|
|
|
|
|
|
| |
PR: 29106
Submitted by: Konrad Heuer <kheuer@gwdu60.gwdg.de>
Notes:
svn path=/head/; revision=45305
|
|
|
|
|
|
|
| |
Last File Manager
Notes:
svn path=/head/; revision=45299
|
|
|
|
|
|
|
| |
drop maintainership
Notes:
svn path=/head/; revision=45269
|
|
|
|
|
|
|
| |
drop maintainership
Notes:
svn path=/head/; revision=45268
|
|
|
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
Notes:
svn path=/head/; revision=45265
|
|
|
|
| |
Notes:
svn path=/head/; revision=45263
|
|
|
|
| |
Notes:
svn path=/head/; revision=45259
|
|
|
|
| |
Notes:
svn path=/head/; revision=45253
|
|
|
|
|
|
|
|
| |
PR: 29044
Submitted by: maintainer
Notes:
svn path=/head/; revision=45245
|
|
|
|
|
|
|
| |
syntax.
Notes:
svn path=/head/; revision=45231
|
|
|
|
| |
Notes:
svn path=/head/; revision=45189
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-07-14 17:05 knu
* misc/zsh/: _pkgdepfix, _portupgrade, _portversion: Improve zsh
compdefs.
2001-07-14 16:40 knu
* portupgrade.1: Fix manpage.
[Submitted by: Sean Chittenden <sean@chittenden.org>]
2001-07-03 14:26 knu
* pkgdepfix.1, portsdb, portsdb.1, portsdb.rb, portupgrade.1:
Introduce a new environment variable PORTS_DBDIR, which specifies
an alternative ports database directory. This is useful when
/usr/ports is on a readonly filesystem.
[Requested by: Makoto MATSUSHITA <matusita@jp.freebsd.org>]
Warn and abort the update if PORTS_DBDIR is not writable,
instead of just failing in error.
Notes:
svn path=/head/; revision=45115
|
|
|
|
| |
Notes:
svn path=/head/; revision=45102
|
|
|
|
| |
Notes:
svn path=/head/; revision=45085
|