summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2005-05-01Removed the -Wpatches command line option, because -Cpatches does therillig1-43/+17
same and fits better. Removed checking for the (deprecated) NO_WRKSUBDIR Makefile variable. Approved by wiz.
2005-04-30Added TODO list for pkglint.rillig1-0/+7
2005-04-29Read the definitions for MASTER_SITES_* from <mk/bsd.sites.mk> instead ofrillig1-48/+56
hard-coding them in the source code. Approved by wiz.
2005-04-21Regen.wiz1-10/+6
2005-04-21Various fixes.wiz1-22/+13
2005-04-20update pkg_chk to 1.57abs2-5/+9
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)
2005-04-20Add and enable genrpmagc1-1/+2
2005-04-20Initial import of genrpm-1.0, a tool to generate rpm packages.agc6-0/+456
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.
2005-04-12Remove NO_BUILDLINK from makevars.map -- no-op now, but changed the package,tv2-4/+3
so number this 4.12.1.
2005-04-12Took over maintainership. Suggested and approved by wiz.rillig1-2/+2
2005-04-12Globally replaced calls to the log_* functions by shorter variants. Thisrillig1-43/+51
helps avoid typing errors. Approved by jlam.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv24-48/+24
2005-04-11Remove autogenerated USE_BUILDLINK3 line. 1.28.tv2-5/+3
2005-04-11Remove USE_BUILDLINK3 support, and deprecate the name instead. 4.12.tv2-13/+8
2005-04-07Update to 4.11:riz2-5/+5
Remove references to PLIST-mi, and substitute check for PLIST.common instead. Fixes pkg/29848 by me. Approved by wiz.
2005-04-06Add DragonFly to ONLY_FOR_PLATFORM.xtraeme1-2/+2
2005-04-06Added pkg_select-20050403 (thanks to iMil for creating this greatxtraeme1-1/+2
frontend).
2005-04-06Initial import of pkg_select-20050403 from pkgsrc-wip (this packagextraeme4-0/+74
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.
2005-04-05Pre-create needed directory. (My man/man7 was a text file insteadreed1-1/+2
of a directory; it was packages.7.)
2005-04-04Update pkglint to 4.10:abs2-5/+5
Fix variable usage when checking distinfo Size values, and more than one package references the same distinfo file with different sizes.
2005-03-31Fix the man page patch to match the current digest man page. Whileatatat3-64/+24
I'm here, also adjust the length of DESCR to less than 24 lines (requested in private email).
2005-03-30Update to version 0.6.seb2-6/+6
Support NetBSD release like X.Y.Z_LABEL eg 1.6.2_STABLE.
2005-03-28Update this package after the additions of the new hashes to the digestagc3-23/+30
package. Fixes PR 29795 from A L Meyers.
2005-03-28Improve a warning; from Lex Wennmacher in PR 29796.wiz1-2/+2
2005-03-26Fix typo: hypen -> hyphen (twice!)hubertf1-3/+3
Noted by burnhard on #NetBSD (IRCnet)
2005-03-24Include stdint.h because uint32_t is used. Makes the package build onminskim1-0/+7
Linux again.
2005-03-23fix a memory leak.yamt1-2/+4
2005-03-23Update digest to version 20050323. The whirlpool digest algorithm wasagc9-24/+2023
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).
2005-03-22Bump date for tiger. > -> \*[Gt]wiz1-3/+3
2005-03-22Add support for the tiger algorithm to digest.agc9-13/+880
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.
2005-03-211.27: Do not add LIBTOOL_OVERRIDE to Makefiles by default -- the pkgsrcwiz2-7/+3
default is usable for nearly all cases.
2005-03-20Drop extra word.jmmv1-2/+2
2005-03-20Address PR pkg/24744 by Jarmo Jaakkola <jarmo.jaakkola@iki.fi>:hubertf2-6/+6
* 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
2005-03-14NROFF isn't used here; don't define it.tv1-3/+1
2005-03-14Fix typo in previous.tv1-2/+2
2005-03-14There's no need to manually format and install a nroffed manpage.tv2-15/+3
Install the source and let man(1) do it.
2005-03-11Never access argv[i+1] before you know that argv[i] != NULL. Approvedrillig1-6/+6
by wiz.
2005-03-07update pkglint to 4.09:abs2-6/+10
Handle ! in .if conditionals, plus move slightly closer to the real 'make's behaviour when using defined() and empty(). Should fix pkg/28346
2005-03-07Bring over the clearer mismatch warning message from src.agc1-3/+3
+ state that the message is just a warning + make it clearer what an OS mismatch is
2005-03-07On IRIX, only link in ABI specific files to avoid conflicts lateronjschauma2-134/+48
2005-03-05Instead of disabling the randrext and Xrandr packages on systemswiz1-9/+1
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.
2005-02-28Update to 1.56:wiz3-21/+43
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@.
2005-02-24Minor wording changes. Fixed a bug. (The string "$line->text" does not callrillig2-10/+8
the method text() on $line, so I had to get the method call out of the string quotes. Approved by jlam.
2005-02-24Add RMD160 digests.agc4-4/+8
2005-02-234.07: Use correct variable in workdir-cleanup warning.wiz2-4/+4
2005-02-21Claim maintainership.wiz1-2/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2005-02-21sync with src:grant1-3/+3
initialise a variable before using it. pkg_info binpkg.tgz would pass garbage on the command line to tar(1).
2005-02-20sync with src:grant1-3/+3
cast return value of min_free() to uint64_t. fixes pkg_add <binarypkg> on Solaris 8.
2005-02-20turn off shlib dependency checking for openwin, which can have X sharedgrant1-1/+6
libraries dependencies missing from a "normal" installation.