aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-042-0/+2
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add a patch to make portupgrade just use stdout/stderr redirection toAkinori MUSHA2004-01-314-0/+94
| | | | | | | | | keep build logs rather than calling script(1) when stdin is not a tty. I wonder if this works against the portupgrade-from-cron problem... Notes: svn path=/head/; revision=99628
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-301-0/+1
| | | | Notes: svn path=/head/; revision=99525
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Speling 8POliver Eikemeier2004-01-281-1/+1
| | | | Notes: svn path=/head/; revision=99333
* Add some more examples (inn, apache) to test combined >= & < relationsOliver Eikemeier2004-01-281-1/+10
| | | | Notes: svn path=/head/; revision=99323
* tandart vulnerability test for port auditing systemsOliver Eikemeier2004-01-282-0/+50
| | | | | | | | | | | This is a package to test FreeBSD port auditing systems, e.g. portaudit and the upcoming VuXML based system. Even though it installs no files, it is listed in the portaudit database as vulnerable. Kind of a EICAR-STANDARD-ANTIVIRUS-TEST-FILE Notes: svn path=/head/; revision=99322
* portaudit provides a list of published security vulnerabilitiesOliver Eikemeier2004-01-277-0/+295
| | | | | | | | | | | of FreeBSD ports and tools to check if installed ports are listed. Since this is a prerelease version, it is mostly usable for committers that want to contribute to the project, and can currently not be relied upon as an extensive security auditing tool. Notes: svn path=/head/; revision=99292
* - remove sourceforge from MASTER_SITESOliver Eikemeier2004-01-274-34/+49
| | | | | | | | - install in /usr/local by default - conflict with sysutils/pkg_install Notes: svn path=/head/; revision=99285
* Development version of the FreeBSD 5.x pkg_install suite of toolsOliver Eikemeier2004-01-267-0/+188
| | | | | | | | | to test new features PR: 56961, 56989 and 57029 Notes: svn path=/head/; revision=99147
* - Use PLIST_FILESClement Laforet2004-01-252-1/+2
| | | | | | | | PR: 61886 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer) Notes: svn path=/head/; revision=99093
* * Update to 2.5.7Joe Marcus Clarke2004-01-223-30/+50
| | | | | | | | | | | | | | | | | | | | | | | * Fix some grammar nits in portlint.1 * Add some missing options to the summary in portlint.1 * Reorganize some option descriptions in portlint.1 * Add an ENVIRONMENT section describing PL_CVS_IGNORE and PORTSDIR in portlint.1 * Don't check the MAINTAINER field for direct command use [1] * Add a new PL_CVS_IGNORE environment variable that allows users to filter out certain patterns from the CVS files check [2] * Only warn about CATEGORY problems if the user is in PORTSDIR [3] * Sync new command macros with recent bsd.port.mk changes * Correct a regular expression problem when looking for direct command use [4] PR: 61562 [1] 61449 [2] [3] Submitted by: Sergey Matveychuk <sem@ciam.ru> [1] sergei [3] leeym [4] Notes: svn path=/head/; revision=98823
* check out Tools along with Mk and Templates. also fix a minor typo.Dag-Erling Smørgrav2004-01-222-2/+3
| | | | Notes: svn path=/head/; revision=98809
* Update to 20040113, a small maintenance release.Akinori MUSHA2004-01-144-4/+8
| | | | | | | | | | | | | | | portsdb(1) - Follow ports intrastructure changes wrt build-time dependency -- now portsdb -U properly picks EXTRACT_DEPENDS so they appear build-time dependency. (Thanks to schweikh) misc. - Fix typos in documentation. I seem to be unable to spell "pacakge" correctly, being a portmgr. Or was it "pakcage" ? Anyway, it was fortunate that I wasn't a packge manager. Notes: svn path=/head/; revision=98138
* Update to 0.04 which fixes some bugs (and provides tests to reduce theTom Hukins2004-01-142-3/+4
| | | | | | | risk of further bugs), and has cleaner code in a few places. Notes: svn path=/head/; revision=98126
* Update to 2.5.6.Joe Marcus Clarke2004-01-072-4/+7
| | | | | | | | | | | | * Check to make sure RCS tags begin with capital letters [1] * Do not look direct command use in .for loops [2] PR: 60947 [1] Submitted by: leeym [1] petef [2] Notes: svn path=/head/; revision=97545
* * Update to 2.5.5Joe Marcus Clarke2004-01-023-9/+17
| | | | | | | | | | | | | | | | | * Fix up the usage text * Ignore arguments passed to REINPLACE_CMD so portlint will not complain on things such as ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' [1] * Only match libraries installed into lib when looking for .so's [2] * Try to make the PKGCATEGORY check a little more forgiving to committers checking single ports [3] PR: 60608 [1] 60803 [2] Submitted by: leeym [1] [2] (based on) dougb [3] Notes: svn path=/head/; revision=97059
* Update to 20031231Pav Lucistnik2003-12-312-26/+37
| | | | | | | | | | | | | Cosmetic update, no functional changes: - exit automatically when there aren't any more packages to process - send error messages to stderr - ignore whitespace in user input, don't blindly get the first character PR: ports/60763 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer) Notes: svn path=/head/; revision=96996
* - Update to 20031227Pav Lucistnik2003-12-274-29/+52
| | | | | | | | | | | | | | - check for empty +REQUIRED_BY files, too (Yen-Ming Lee <leeym@leeym.com>) - optionally run 'pkgdb -F' after each run (new parameter '-F') - add info messages for progress status when deinstalling packages - minor code cleanups, improvement of messages/comments - remove the 'usage' text from the pkg-descr file PR: ports/60639 Submitted by: Stefan Walter <sw@gegenunendlich.de> (author) Notes: svn path=/head/; revision=96709
* Catch the pkg-descr up with reality.Joe Marcus Clarke2003-12-271-1/+3
| | | | Notes: svn path=/head/; revision=96660
* * Update to 2.5.4Joe Marcus Clarke2003-12-272-5/+7
| | | | | | | | | | | * Correct a typo (-n should be -N) [1] * Don't check comments for direct command use [2] Submitted by: pav [1] Sascha Holzleiter <sascha@root-login.org> [2] Notes: svn path=/head/; revision=96659
* Add sysutils/portdowngrade, a utility to help downgrade FreeBSD ports byMark Linimon2003-12-045-0/+53
| | | | | | | | | | | | | analyzing the history of commits to the port and presenting the user the list of changes. By selecting one, the port can be set back to a previous version easily. WWW: http://sourceforge.net/projects/portdowngrade/ PR: ports/48257 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> Notes: svn path=/head/; revision=94875
* Ack, I knew I forgot something. Add a new -C argument that enables pedanticJoe Marcus Clarke2003-11-223-8/+12
| | | | | | | | | | committer mode. This is the identical to -A except it omits the new port checks. Requested by: eik Notes: svn path=/head/; revision=94725
* Standardize all error messages to include the filename at least (and lineJoe Marcus Clarke2003-11-222-196/+213
| | | | | | | | | number where possible). Bump version to 2.5.2. Reviewed by: eik Notes: svn path=/head/; revision=94724
* * Check to make sure new ports do not contain PORTREVISION [1]Joe Marcus Clarke2003-11-212-4/+150
| | | | | | | | | | | | | | | | | * Check to make sure new ports do not contain PORTEPOCH * Throw a FATAL error if an additional file exists in the port directory but not in CVS [2] * Throw a FATAL error if a file is in CVS but not in the port's directory [2] * Throw a FATAL error if a file was deleted from CVS but still in the port's directory [2] * Warn if a new file contains a non-empty RCS Id [2] * Add a missing ``if ($verbose)'' [2] Submitted by: arved [1] eik [2] Notes: svn path=/head/; revision=94591
* Remove EXAMPLESDIR.Joe Marcus Clarke2003-11-171-0/+1
| | | | | | | Submitted by: krion Notes: svn path=/head/; revision=94199
* Update to 2.5.0.Joe Marcus Clarke2003-11-174-45/+135
| | | | | | | | | | | | | | | | | * Add some linenumbers to the whole file search * Hack the direct command use code some more * Add a check for the deprecated USE_MESA * Allow PKGCATEGORY not in CATEGORIES [1] * Allow %B in pkg-plist, as it has a valid prefix [1] * Allow simple rm -f, it needs no redirection [1] * Add portlintgrep.pl, an example on how to use portlint to find certain portlint problems in the ports tree [2] Submitted by: dinoex [1] eik [2] Notes: svn path=/head/; revision=94190
* Update to 20031115Pav Lucistnik2003-11-163-16/+40
| | | | | | | | | PR: ports/59304 Submitted by: Stefan Walter (maintainer) Approved by: marcus (backup mentor) Notes: svn path=/head/; revision=94114
* * Update to 2.4.8Joe Marcus Clarke2003-11-152-6/+45
| | | | | | | | | | | | | | * Add a check to make sure the last line of a slave port's Makefile contains an appropriate MASTERDIR include directive [1] * study() the $whole string to improve performance [1] * Fix the search for direct command use * Check for ports that may break INDEX [1] * Check for GNOME ports that use pre-patch and gnomehack Submitted by: eik [1] Notes: svn path=/head/; revision=94059
* * Add support for the arabic category [1]Joe Marcus Clarke2003-11-092-15/+60
| | | | | | | | | | | | | * Check for variables that are used too late [1] * Rename some of the language variables. Admittedly, this needs more work. * Check for anything after bsd.port(.post).mk [1] * Fix the language category search code * Bump version to 2.4.7 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> [1] Notes: svn path=/head/; revision=93475
* [Patch] pkg_tree additional switchesEdwin Groothuis2003-11-022-0/+66
| | | | | | | | | | | | | I found convinient some additional key to the pkg_tree utility, and I propose to include them. The patches can be placed in files directory. PR: ports/46810 Submitted by: Vladimir I. Chukharev <chu@gpi.ru> Approved by: moi Notes: svn path=/head/; revision=92822
* Whoops. Flush out my CVS repo, and share some missing bug fixes with theJoe Marcus Clarke2003-11-013-6/+5
| | | | | | | | | | | | | | rest of the world. * Fix the -V option in the manpage [1] * Handle the case where parentheses may not exist around NOPORTDOCS [2] * Bump version to 2.4.6 Submitted by: mat [1] Reported by: kris [2] Notes: svn path=/head/; revision=92800
* Per distfile survey, chase change in mastersite. Informed maintainer.Mark Linimon2003-10-291-1/+1
| | | | Notes: svn path=/head/; revision=92536
* Recognize .ifndef(NOPORTDOCS) as well as .if !defined(NOPORTDOCS).Joe Marcus Clarke2003-10-272-2/+4
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=92287
* * Add some @unexec checking for plists [1]Joe Marcus Clarke2003-10-262-5/+40
| | | | | | | | | | | | | | | | | | | * Check for the common typo, NOPORTSDOC [2] * Make sure .CURDIR is the primary category [3] * Check for USE_* macros that are user-settable [4] * Try to be a little more intelligent when checking for macros that need to appear earlier * Ignore make directives when checking for extra items in certain sections PR: 55921 [1] 57751 [2] 58292 [3] 58525 [4] Submitted by: edwin [1] Oliver Eikemeier <eikemeier@fillmore-labs.com> [2] [3] [4] Notes: svn path=/head/; revision=92239
* Remove obsolete mastersite per distfile survey. Google does notMark Linimon2003-10-261-1/+2
| | | | | | | show any alternative sites. Notes: svn path=/head/; revision=92168
* utilize SITE_PERLYing-Chieh Liao2003-10-241-7/+7
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Change to my @FreeBSD.org address.Sergei Kolobov2003-10-231-1/+1
| | | | | | | Approved by: krion Notes: svn path=/head/; revision=91927
* Update to 0.50:Sergey A. Osokin2003-10-213-19/+15
| | | | | | | | | | | | | | | - new unified interface via port(1) front-end - port submit command has been improved: - autodetects operation mode (new, change, update) - autodetects maintainership requests and resets - autodetects added/removed files - new commands: create, diff, fetch Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer) PR: 58324 Notes: svn path=/head/; revision=91801
* If no CVS root was specified, but a (possibly out-of-date) ports treeDag-Erling Smørgrav2003-10-013-3/+12
| | | | | | | already exists, use the CVS root specified by $portsdir/CVS/Root. Notes: svn path=/head/; revision=89985
* add pkg_cutleaves-20030727Yen-Ming Lee2003-09-305-0/+293
| | | | | | | | | | | | pkg_cutleaves finds installed 'leaf' packages, i.e. packages that are not referenced by any other installed package, and lets you decide for each one if you want to keep or deinstall it via pkg_deinstall(1). PR: 54912 Submitted by: Stefan Walter <sw@gegenunendlich.de> Notes: svn path=/head/; revision=89898
* Fix compilation on systems <= 4.4.Joe Marcus Clarke2003-09-041-0/+6
| | | | | | | | | PR: 56324 56389 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=88476
* Fix a bad copy-paste error.Joe Marcus Clarke2003-09-021-1/+0
| | | | | | | Reported by: FreshPorts Notes: svn path=/head/; revision=88314
* * Remove a dependency on bzip2Joe Marcus Clarke2003-09-022-2/+10
| | | | | | | | | | * Roll our own deinstall code since we get into a sticky situation when we try to use the new code [1] Reported by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=88313
* Remove OpenSSL support in this port so that it does not depend on any otherJoe Marcus Clarke2003-09-012-6/+3
| | | | | | | | | | | | port to be installed. Note, the port still uses USE_BZIP2, but as soon as the local mirrors update, I will remove this as well. This prevents infinite loops on systems <= 4.6. Discussed with: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=88307
* - Update to 0.26 (fixes several minor bugs), see NEWS forKirill Ponomarev2003-08-252-2/+2
| | | | | | | | | | details PR: 55970 Submitted by: maintainer Notes: svn path=/head/; revision=87692
* Update to 2.4.4.Joe Marcus Clarke2003-08-162-15/+23
| | | | | | | | | | | * Add support for the Polish locale * Try to add more intelligence to the direct command use code * Fix up the wording about numbered info files [1] Suggested by: gerald [1] Notes: svn path=/head/; revision=87083
* Really fix the bug where portlint looks through COMMENT for direct commandJoe Marcus Clarke2003-08-152-5/+5
| | | | | | | usage. Notes: svn path=/head/; revision=86992
* * Add support for the new INFO macroJoe Marcus Clarke2003-08-152-42/+85
| | | | | | | | | | | | | * Clean up some more Perl warnings * Make sure all the MAN macros are printed in all uppercase * Add perl, ruby, python, and the auto* tools to the list of direct commands [1] PR: 55529 [1] Submitted by: Jens Rehsack <rehsack@liwing.de> [1] Notes: svn path=/head/; revision=86972