Age | Commit message (Collapse) | Author | Files | Lines |
|
same and fits better. Removed checking for the (deprecated) NO_WRKSUBDIR
Makefile variable. Approved by wiz.
|
|
|
|
hard-coding them in the source code. Approved by wiz.
|
|
|
|
|
|
Two fixes to -l (list required binary packages to stdout)
a) If a dependency is missing, display its name correctly
b) Display any progress to stderr not stdout (for obvious reasons)
|
|
|
|
This package installs a script called genrpm, which is used to
generate a Redhat Package Manager (RPM) package from an installed
pkgsrc package. It does this by generating a spec file, and using
that to identify the components of the RPM and package them.
If a pkgsrc tree is present on the system, a source RPM (or srpm)
can also be generated. This will include the distfile, any pkgsrc
patches, and the files used to accomplish the pkgsrc packaging.
|
|
so number this 4.12.1.
|
|
|
|
helps avoid typing errors. Approved by jlam.
|
|
|
|
|
|
|
|
Remove references to PLIST-mi, and substitute check for PLIST.common
instead. Fixes pkg/29848 by me. Approved by wiz.
|
|
|
|
frontend).
|
|
seems to be really useful now, and it's ready to be on pkgsrc).
pkg_select will display a curses file browser for the pkg system. You can
browse pkgsrc and gather various informations about packages, like avail-
able version, installed version, comment and homepage. A simple paging
system lets you read information files. You can browse both installed
and uninstalled packages, as well as dependencies list and perform vari-
ous administrative tasks to them. A package finder system helps you to
easily locate a package by its name. pkg_select can handle either source
or binary installations when pkgsrc is installed on the local system, or
binary only when using the pkgsrc-over-ftp feature.
If no pkgsrc is installed, pkg_select offers ability fo fetch it, either
by FTP or CVS. It is also possible to update an existing pkgsrc via the
interface.
pkg_select user interface is quite self explainatory, every available
shortcut is shown and annotated.
|
|
of a directory; it was packages.7.)
|
|
Fix variable usage when checking distinfo Size values, and more
than one package references the same distinfo file with different
sizes.
|
|
I'm here, also adjust the length of DESCR to less than 24 lines
(requested in private email).
|
|
Support NetBSD release like X.Y.Z_LABEL eg 1.6.2_STABLE.
|
|
package.
Fixes PR 29795 from A L Meyers.
|
|
|
|
Noted by burnhard on #NetBSD (IRCnet)
|
|
Linux again.
|
|
|
|
added in this version, taken from the reference code from the NESSIE
project. Passes regression test suite on NetBSD/{i386,sparc64} and
also on SunOS 5.9 sparc (thanks, Jonathan).
|
|
|
|
Bump version to 20050310.
The cabal known as the cryptographers might like to have a look at the
first two results in test 6 of the regression tests.
|
|
default is usable for nearly all cases.
|
|
|
|
* ftp.fi.netbsd.org returns "257" in return to a "cd" command, accept that
(in addition to 250 and 550). Seems to be allowed per RFC 959.
* Make buffer for reply bigger (not too big, as it may hit performance).
* Bump PKGTOOLS_VERSION (NOT!!! PKGTOOLS_REQD) to 20050318
|
|
|
|
|
|
Install the source and let man(1) do it.
|
|
by wiz.
|
|
Handle ! in .if conditionals, plus move slightly closer to the real
'make's behaviour when using defined() and empty(). Should fix pkg/28346
|
|
+ state that the message is just a warning
+ make it clearer what an OS mismatch is
|
|
|
|
which have no extutil.h header file, just make them depend on the
xextensions package which provides it.
Bump PKGREVISION for Xrandr and randrext.
Add builtin.mk file for xextensions.
jlam says ok.
|
|
Add new -N option, showing for each installed package any corresponding
entries in pkgsrc/doc/TODO (to give you an idea what updates you could
be interested in :) ).
While here, sort options in usage.
Ok'd by abs@.
|
|
the method text() on $line, so I had to get the method call out of the string
quotes. Approved by jlam.
|
|
|
|
|
|
|
|
|
|
initialise a variable before using it. pkg_info binpkg.tgz would pass
garbage on the command line to tar(1).
|
|
cast return value of min_free() to uint64_t.
fixes pkg_add <binarypkg> on Solaris 8.
|
|
libraries dependencies missing from a "normal" installation.
|