Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- Bugfix from Matthias Drochner WRT handling of WRKSRC
- url2pkg is now under CVS maintainance (othersrc/usr.bin/url2pkg), but
since there's no gateway for that to ftp/http, esp. none without
versioning), the old distribution site is kept.
I still wanted to point this out. :-)
|
|
|
|
|
|
Matthias Drochner <M.Drochner@fz-juelich.de>
|
|
bumped version number
|
|
a '$' or a ':', bumped version number
|
|
|
|
Leading/trailing whitespace
Trailing '.'
Leading '(a|an) ' (case insensitive)
|
|
+ add VENDOR so you can change TNF to a different one without hacking
the source code
+ add the -t flag to transform the package into a compressed file.
This is a change from the current behaviour which always compresses
the file, but you have to uncompress and transform it when you want to
install packages with the OS.
+ add the -d flag to change /var/spool/pkg to a different directory,
this is also for the support to build packages directly on a machine
from which you install new machines.
+ ARCH=\"Sparc\" is wrong, it has to be ARCH=\"sparc\" otherwise an
installtion of an package during an OS install would fail
+ duplicate the PKG= line and rename it to PKGDIR=, otherwise an
installation during an OS installation fails when you forget to add
the package to a different file.
+ fix symlinks properly
|
|
|
|
|
|
ports/LEGAL, which is a FreeBSD-ism we don't have; bumped
version number to 1.91
|
|
|
|
Addresses PR 9049 by ITOH Yasufumi <itohy@netbsd.org>
|
|
binary packages, "Move on... move on... move on" (even if it offers to tell
you about its mother).
|
|
ftp.netbsd.org gives rather interesting results from:
lintpkgsrc -P /pub/NetBSD/NetBSD-current/pkgsrc -K /pub/NetBSD/packages -R
|
|
ftp.netbsd.org), implement dewey-decimal version matching, and add
some comments. lintpkgsrc now qualifies as "very lightly commented"
|
|
packages.7 man page up into its own distfile.
Depending on Operating System, install the manual page into the correct
place.
Update distfile checksum accordingly.
|
|
|
|
the globs used in pkgsrc. Also optimise variable expansion in parse_makefile
(The previous algorithm was somewhat.... dumb)
|
|
problems are encountered)
|
|
|
|
|
|
(unless PLIST_SRC or NO_PKG_REGISTER are set)
Fixes PR 8953 by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
|
|
|
|
keep it in sync with the packages collection itself.
|
|
|
|
Changes from version 1.4:
+ Fixed an off-by-one error in Solaris package name generation
+ Ignore file names with embedded spaces - Solaris package tools
can't handle these.
|
|
|
|
|
|
- warn if there's a emacs backup file of a patch (patches/*~)
- warn if there's a checksum of such a backup file in files/patch-sum
- warn if there's something in the patch-sum file that's not in
the patches-dir
- vice versa
- warn if the checksums don't match
Also, check for work* instead of work for the workdir, needed if someone
uses OBJMACHINE. Some more small changes and a versioin bump will follow
in a second.
|
|
|
|
WARN: no ./files/patch-sum file. Please run 'make makepatchsum'.
WARN: no ./files/md5 file. Please run 'make makesum'.
WARN: RUN_DEPENDS is deprecated, please use DEPENDS.
WARN: LIB_DEPENDS is deprecated, please use DEPENDS.
Fixes PR 8861 by Dan McMahill <mcmahill@mit.edu>
|
|
the net/lukemftp package.
|
|
net/lukemftp package.
|
|
|
|
|
|
Added functionality includes:
+ Remove the need to specify the Solaris package abbreviated name -
it gets generated from PKGNAME automatically
+ Add depend file generation, for all dependencies
+ Add support for symlinks in PLIST
+ Add support for conflicts in depend(4) file.
+ Create a compressed, stream package after the original package
is made.
|
|
|
|
Change since previous version:
PLIST entries are checked, and any directories which are incorrectly listed
as files in the PLIST will now be treated as directories in the generated
prototype file.
|
|
|
|
Changes from version 1.1:
+ ignore leading and trailing whitespace in PLIST entries
|
|
Changes include:
+ prefix is found automatically, using the new show-var target in bsd.pkg.mk
+ pkgname is found using the new show-var target, rather than the old egrep(1)
way, which failed for packages like xv.
|
|
|
|
environment, so that the correct prefix is set by default.
|
|
|
|
from a NetBSD package, into the NetBSD packages collection. This package
only works on Solaris, for obvious reasons.
|
|
|
|
a script for displaying dependence information on software packages
|