aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Update portsnap to version 1.1, to reflect three months of development inColin Percival2006-05-262-4/+4
| | | | | | | | | | the src tree. PR: ports/93901, bin/96288 Sponsored by: FreeBSD security development fundraiser Notes: svn path=/head/; revision=163557
* Bump the version number of the port for the new version of the scriptDoug Barton2006-05-201-1/+1
| | | | Notes: svn path=/head/; revision=162852
* 1. Implemented recursive 'make config' at the beginning of the run, so it'sDoug Barton2006-05-202-139/+336
| | | | | | | | | | | | | | | | | | | | | | | | easier to leave it running unattended for large updates. (This can be toggled off.) 2. Implemented a completely unattended mode which accepts the defaults for all portmaster dialogues. (Note, this does not help with ports that have interaction other than 'make config', such as ghostscript, etc.) 3. Added -u to sort(1) calls to try and address a bug report about duplicate lines in +REQUIRED_BY files. I was not able to reproduce this bug, but better safe than sorry. 4. Verbose mode is now slightly more informative about what's happening. 5. More common code factored out into functions. 6. The -n flag now cancels the build of the port called on the command line too. 7. Improved (?) the stale distfile deletion routine to better handle ports that have multiple distfiles. 8. We now launch 'make checksum' (which performs a fetch if needed) in the background while recursing through dependencies. 9. Various code cleanups, such as adding -t to a mktemp invocation that was missing it, more local variables in functions, more consistent flag variable values, etc. Notes: svn path=/head/; revision=162851
* Update to 0.1.1. [1]Sam Lawrance2006-05-153-6/+6
| | | | | | | | | | | Update maintainer's email address. PR: ports/96620 [1] Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1] Approved by: semionov@mail.bg (maintainer) Notes: svn path=/head/; revision=162428
* Make bpm capable of handling ports with OPTIONS by using zenity toSam Lawrance2006-05-142-2/+22
| | | | | | | | | | | display them. PR: ports/96149 Submitted by: Panagiotis Astithas <past@ebs.gr> Approved by: Seth Kingsley <sethk@meowfishies.com> (maintainer) Notes: svn path=/head/; revision=162340
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-136-6/+0
| | | | Notes: svn path=/head/; revision=162215
* Depend on the right databases/p5-DBD-mysqlIon-Mihai Tetcu2006-05-122-6/+20
| | | | | | | | | | | | | | | Don't restrict Apache version to 1.3 The csup change won't work now, and the port should be updated - as promised by the maintainer 3 weeks ago. PR: ports/94288 Submitted by: itetcu (me), maintainer Reviewed by: maintianer, jmelo, sem Approved by: maintaner, lawrance (mentor) Notes: svn path=/head/; revision=162176
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Convert MAINTAINER to my freebsd.org account.Stefan Walter2006-05-071-1/+1
| | | | Notes: svn path=/head/; revision=161594
* - Update to 0.77:Sergei Kolobov2006-05-062-4/+4
| | | | | | | | - fixed a stupid bug in port create: quote arguments passed to newfile(1); thanks Radim Kolar for reporting it Notes: svn path=/head/; revision=161487
* - Update to 0.76 (bugfix release, see NEWS for the list of changes)Sergei Kolobov2006-05-024-56/+6
| | | | | | | | | | | | | | | | - Remove patches that have now been integrated upstream [1],[3] PR: ports/70156 [1], ports/70300 [2], ports/71363 [3], ports/94055 [4] Submitted by: Cheng-Lung Sung <clsung@dragon2.net> [1], Janos Mohacsi <janos.mohacsi@bsd.hu> [2], Yen-Ming Lee <leeym@utopia.leeym.com> [3], Diane Bruce <db@net.net> [4] Notes: svn path=/head/; revision=161194
* Update from 1.2.2 to 1.2.3:Vasil Dimov2006-05-022-4/+4
| | | | | | | | | | * bugfix: do not ignore option for case-insensitivity when searching for packing list files * added "-b something" option to simulate -f '/something$', since I got tired of typing the later Notes: svn path=/head/; revision=161159
* - Update to 0.75:Sergei Kolobov2006-04-303-6/+9
| | | | | | | - 4 new commands added: commit, getpr, install, upgrade Notes: svn path=/head/; revision=160983
* - Update to 20060430, which uses pkg_delete instead of pkg_deinstallPav Lucistnik2006-04-302-8/+5
| | | | | | | | | | - Remove dependency on sysutils/portupgrade PR: ports/96558 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer) Notes: svn path=/head/; revision=160960
* Track Mk/bsd.port.mk r1.530.Mark Linimon2006-04-291-2/+2
| | | | Notes: svn path=/head/; revision=160860
* [patch] Clarify using instructions for sysutils/newportsversioncheckEdwin Groothuis2006-04-201-1/+1
| | | | | | | | | | | | There are two patches in the PR mentioned bye pkg-message, but this tool depends on the first one and doesn't work with the second one. This should be clearly mentioned. PR: ports/96100 Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> Notes: svn path=/head/; revision=160047
* Avoid unnecessary invocations of pkg_info by checking whether theSimon L. B. Nielsen2006-04-162-1/+5
| | | | | | | | | | | | | | | | package is installed or not using a precalculated regex. This speeds up "portaudit -a" with around a factor of 10. The change is slightly modified from the one from the PR by using pkg_info -aE instead of ls /var/db/pkg for determining installed packages. Submitted by: Kuang-che Wu <kcwu@csie.org> PR: ports/92942 Notes: svn path=/head/; revision=159700
* Perform the hand-merge.Mark Linimon2006-04-151-30/+182
| | | | Notes: svn path=/head/; revision=159553
* Backout previous commit because all changes here should be merged byKirill Ponomarev2006-04-151-183/+139
| | | | | | | | | hand and honestly, I have neither time nor energy for this game. Submitted by: linimon Notes: svn path=/head/; revision=159543
* Merge changes for the next experimental build.Kirill Ponomarev2006-04-131-139/+183
| | | | Notes: svn path=/head/; revision=159438
* Remove USE_REINPLACE to give portlint a better self-image.Joe Marcus Clarke2006-04-071-1/+0
| | | | | | | | PR: 95448 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Notes: svn path=/head/; revision=158991
* - Update to 20060403Sergey Matveychuk2006-04-053-8/+8
| | | | | | | | | | - Add WWW: line in pkg-descr PR: ports/95246 Submitted by: maintainer Notes: svn path=/head/; revision=158855
* - Add some messages in pkg-message that were missing.Jean Milanez Melo2006-04-042-2/+4
| | | | | | | | PR: 95007 Approved by: Andreas Kohn (maintainer), mnag (mentor) Notes: svn path=/head/; revision=158788
* Bring these up to the level that was committed to the master files onMark Linimon2006-03-202-87/+56
| | | | | | | | | 2006/02/11 - 2006/02/23. Originally forgotten by: linimon Notes: svn path=/head/; revision=157716
* Update to 2.8.7.Joe Marcus Clarke2006-03-122-4/+4
| | | | | | | | | * Remove support for PERL_{BUILD,RUN}_DEPENDS Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157066
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-0/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* - Update to 1.1Renato Botelho2006-02-282-4/+4
| | | | | | | | | | | | A bug in psearch 1.0 leads to the --or switch being completely broken. psearch 1.1 fixes that. There are no other changes. PR: ports/93946 Submitted by: maintainer Approved by: portmgr (linimon) Notes: svn path=/head/; revision=156904
* Try to clean up lib/compat and lib/compat/pkg at deinstall.Kris Kennaway2006-02-262-2/+4
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156812
* Update to 2.8.6, and sync with my own CVS repo.Joe Marcus Clarke2006-02-252-5/+4
| | | | | | | | Pointy hat to: ade Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156782
* Move maintainership to andreas@syndrom23.deEdwin Groothuis2006-02-242-2/+2
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=156767
* Conversion to a single libtool environment.Ade Lovett2006-02-232-9/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Back out PERL_(BUILD|RUN)_DEPENDS pending reimplementationKris Kennaway2006-02-233-14/+13
| | | | Notes: svn path=/head/; revision=156743
* - Add a patch to fix a crash when trying to remove a MOVED port with -y optionEmanuel Haupt2006-02-232-2/+13
| | | | | | | | | | - Bump PORTREVISION PR: 93178 Submitted by: Eric <eric7wang@gmail.com> Notes: svn path=/head/; revision=156734
* Improve the description, and add a WWW link.Doug Barton2006-02-211-6/+22
| | | | Notes: svn path=/head/; revision=156555
* Add my portmaster utility. This is a shell script to manage portsDoug Barton2006-02-204-0/+765
| | | | | | | that does not require external databases or languages. Notes: svn path=/head/; revision=156552
* Add psearch.Jean-Yves Lefort2006-02-183-0/+36
| | | | | | | | | | | | | | | | psearch is an utility for searching the FreeBSD Ports Collection. It allows you to use regular expressions, and has support for searching the long description (pkg-descr files), as well as inverse matches that allow filtering of ports. WWW: http://www.maxlor.com/freebsd-scripts.shtml PR: ports/93490 Submitted by: Benjamin Lutz <benlutz@datacomm.ch> Notes: svn path=/head/; revision=156281
* Update to 2.8.5.Joe Marcus Clarke2006-02-142-10/+41
| | | | | | | | | | | | | * Add a check for .mo (translation) files, and warn if USE_GETTEXT is not set. [1] * Make sure USE_RC_SUBR checking does macro expansion to catch cases were USE_RC_SUBR=${PORTNAME} (for example). [2] PR: 93273 [2] Requested by: kris [1] Notes: svn path=/head/; revision=155974
* fix pkg-plistEdwin Groothuis2006-02-124-18/+22
| | | | Notes: svn path=/head/; revision=155848
* Update to 2.8.4.Joe Marcus Clarke2006-02-112-6/+42
| | | | | | | | | | | | | | | | | | | | * Add a check to see if PORTREVISION=0 in master ports. [1] * Add checks for direct use of the pkg_* commands. [2] * Add a check that if a port is new, it is not maintained by ports@FreeBSD.org. [3] * Do not warn about .la files if USE_KDELIBS_VER is set. [4] * Add a check for deprecated use of USE_RC_SUBR along with checks for its proper use. [5] PR: 91324 [1] 92888 [2] 92665 [3] 92586 [4] Submitted by: lofi [4] dougb [5] Notes: svn path=/head/; revision=155794
* Update port: misc/tinderbox to 2.3.0 + enhancementsEdwin Groothuis2006-02-116-156/+160
| | | | | | | | | | | | | * update from 2.2.1 to 2.3.0 * fix options parsing so `make' in a pristine directory works as expected [1] * sort the new plist PR: ports/92881 Submitted by: Vasil Dimov <vd@FreeBSD.org> Notes: svn path=/head/; revision=155683
* - Update to version 20060207Andrej Zverev2006-02-082-4/+4
| | | | | | | | PR: ports/92931 Submitted by: maintainer Notes: svn path=/head/; revision=155483
* - Package Frontend is a ncurses based, graphical front-end to manageAndrej Zverev2006-02-033-0/+37
| | | | | | | | | | the FreeBSD ports collection. PR: ports/92761 Submitted by: Sulev-Madis Silber <madis555@hot.ee> Notes: svn path=/head/; revision=155130
* Add new port sysutils/portsearchVasil Dimov2006-02-013-0/+32
| | | | | | | | | | | Portsearch allows searching for ports that install some file, like ``find /usr/ports -name pkg-plist |xargs grep pattern'' but honoring PLIST_(FILES|DIRS) and %%FOOBAR%% variables. Approved by: garga (mentor) Notes: svn path=/head/; revision=155006
* Update sysutils/portsnap to version 1.0, to match the version in theColin Percival2006-01-302-4/+4
| | | | | | | | | | | | src tree. This only affects users of FreeBSD 5.4 and earlier, since the port is IGNOREd for recent versions of the FreeBSD base system. PR: ports/92563 Approved by: linimon Notes: svn path=/head/; revision=154845
* Fix PERL_RUN_DEPENDS syntax.Edwin Groothuis2006-01-291-2/+2
| | | | | | | Noticed by: YAPHR Notes: svn path=/head/; revision=154744
* Update to 1.5Andrey Slusar2006-01-292-4/+4
| | | | | | | | | | | This version contains fix to prevent cache-init crashing when it tries to process the currently empty net-p2p port category. PR: ports/92503 Submitted by: Matthew Seaman (maintainer) Notes: svn path=/head/; revision=154735
* Incorporate 1.63 from the master.Mark Linimon2006-01-281-5/+9
| | | | Notes: svn path=/head/; revision=154632
* Incorporate 1.523 from the master.Mark Linimon2006-01-281-1/+1
| | | | Notes: svn path=/head/; revision=154631
* SHA256ify (manually checked)Edwin Groothuis2006-01-241-0/+1
| | | | | | | | > > Approved by: krion@ Notes: svn path=/head/; revision=154315
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308