aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Support WITHOUT_NLSKirill Ponomarev2004-07-116-13/+34
| | | | Notes: svn path=/head/; revision=113385
* Support WITHOUT_NLSKirill Ponomarev2004-07-114-27/+41
| | | | Notes: svn path=/head/; revision=113384
* - Improve plist generation.Clement Laforet2004-07-112-2/+24
| | | | | | | | It fixes problems when you deinstall a port with $PREFIX != $(apxs -q prefix). Now plist is aware of real location of apache module. Notes: svn path=/head/; revision=113383
* - Update to 2.2.8Clement Laforet2004-07-113-14/+10
| | | | | | | - Utilize www/apache2/Makefile.modules.3rd macros Notes: svn path=/head/; revision=113382
* Retreat to using OpenSSL's message digest routines instead of -lmd. TheyMikhail Teterin2004-07-1110-142/+346
| | | | | | | | | | | | | | are sometimes faster and never slower. Using -lmd is still possible by building with ``TRF_USE_MD=yes''. Bump PORTREVISION. Use the RIPEMD160* routines from -lcrypto (or -lmd) instead of our own -- just like for md[25] and sha*. Neither -lcrypto nor -lmd provide RIPEMD128 (not strong enough?), so stay with our own implementation. sparc64/amd64 are not expected to work yet... Notes: svn path=/head/; revision=113381
* Pet portlint.Michael Nottebrock2004-07-1118-9/+27
| | | | Notes: svn path=/head/; revision=113380
* Fix LIB_DEPENDS for wxgtk2-utils-devel port.Max Khon2004-07-116-36/+28
| | | | Notes: svn path=/head/; revision=113379
* Declare USE_GETOPT_LONG=yes for the sake of -stableMikhail Teterin2004-07-112-0/+10
| | | | Notes: svn path=/head/; revision=113378
* Distfile has been rerolled. Bump PORTREVISION.Thierry Thomas2004-07-112-4/+3
| | | | | | | Noticed by: Kris / pointyhat. Notes: svn path=/head/; revision=113377
* BROKEN: UnfetchableKris Kennaway2004-07-111-0/+2
| | | | Notes: svn path=/head/; revision=113376
* Now I can finally say that I've done a grammar tweak onAdam Weinberger2004-07-112-2/+2
| | | | | | | a pkg-plist. Notes: svn path=/head/; revision=113375
* - replace the default value of <razorhome> "/etc/razor" with "${PREFIX}/etc"Yen-Ming Lee2004-07-111-0/+4
| | | | | | | | | | - bump PORTREVISION PR: 68868 Submitted by: Rob Evers <rob@debank.tv> Notes: svn path=/head/; revision=113374
* BROKEN: UnfetchableKris Kennaway2004-07-112-0/+4
| | | | Notes: svn path=/head/; revision=113373
* BROKEN: Checksum mismatchKris Kennaway2004-07-111-0/+2
| | | | Notes: svn path=/head/; revision=113372
* Drop maintainership to ports.Jeremy Messenger2004-07-111-1/+1
| | | | Notes: svn path=/head/; revision=113371
* Update to 1.3.2.Jeremy Messenger2004-07-114-15/+15
| | | | Notes: svn path=/head/; revision=113370
* BROKEN: Broken pkg-plistKris Kennaway2004-07-112-0/+4
| | | | Notes: svn path=/head/; revision=113369
* BROKEN: Fails to configureKris Kennaway2004-07-112-0/+4
| | | | Notes: svn path=/head/; revision=113368
* BROKEN on 5.x: Does not compileKris Kennaway2004-07-111-0/+4
| | | | Notes: svn path=/head/; revision=113367
* BROKEN: Build failsKris Kennaway2004-07-112-0/+4
| | | | Notes: svn path=/head/; revision=113366
* BROKEN: Missing dependencyKris Kennaway2004-07-115-0/+10
| | | | Notes: svn path=/head/; revision=113365
* BROKEN: UnfetchableKris Kennaway2004-07-1113-0/+25
| | | | Notes: svn path=/head/; revision=113364
* etherealOliver Eikemeier2004-07-111-1/+87
| | | | Notes: svn path=/head/; revision=113363
* BROKEN: Size mismatchKris Kennaway2004-07-113-0/+6
| | | | Notes: svn path=/head/; revision=113362
* BROKEN: Configure failsKris Kennaway2004-07-112-0/+4
| | | | Notes: svn path=/head/; revision=113361
* BROKEN: Broken dependencyKris Kennaway2004-07-111-0/+2
| | | | Notes: svn path=/head/; revision=113360
* BROKEN: Does not buildKris Kennaway2004-07-112-0/+4
| | | | Notes: svn path=/head/; revision=113359
* BROKEN: Build failsKris Kennaway2004-07-111-0/+2
| | | | Notes: svn path=/head/; revision=113358
* Upgrade to 1.41.Thierry Thomas2004-07-109-79/+244
| | | | Notes: svn path=/head/; revision=113357
* o Add VCD plugin [1]Mario Sergio Fujikawa Ferreira2004-07-106-24/+898
| | | | | | | | | | | | | | | | | | | | | | - take bsdi_dvd.h from mplayer which now lies on FILESDIR - MD5 (MPlayer-1.0pre4.tar.bz2) = 83ebac0f05b192516a41fca2350ca01 o Add WITH_CDROM_DEVICE to allow one to pick the CDROM device [1] o Add WITH_DVD_DEVICE to allow one to pick the DVD device [1] o Add mpeg2enc plugin which depends on multimedia/mjpegtools port o Really install KDE kio support WITH_KIO. This required some CONFIGURE_ENV hacking o Make sure plugins build/install even if PREFIX != {LOCAL,X11}BASE. This required hackery called EXTRA_BUILD_DIR. Check port's Makefile for more information. This fixed both vcd and modplug plugins o Bump PORTREVISION due to PLIST change since VCD plugin is built per default PR: 65451 [1] Submitted by: michael johnson <ahze@ahze.net> [1] Reviewed by: marcus, vs, michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=113356
* Update to 2.2.1Kirill Ponomarev2004-07-102-3/+3
| | | | Notes: svn path=/head/; revision=113355
* - Correct dependency on linux-pngPav Lucistnik2004-07-103-3/+3
| | | | | | | | | Thank to Jean-Yves for spotting this and finding a solution. Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=113354
* - Add conflicts, differentiate latest linkPav Lucistnik2004-07-106-0/+15
| | | | Notes: svn path=/head/; revision=113353
* - Revive linux png library version 1.0.14 as graphics/linux-png10 after repocopyPav Lucistnik2004-07-1016-57/+91
| | | | | | | | | | from graphics/linux-png. This old version is needed for some binary ports that don't work with 1.2 series. Repocopy by: marcus Notes: svn path=/head/; revision=113351
* Support WITHOUT_NLSKirill Ponomarev2004-07-102-14/+21
| | | | Notes: svn path=/head/; revision=113350
* Support WITHOUT_NLSKirill Ponomarev2004-07-102-25/+32
| | | | | | | Pet portlint Notes: svn path=/head/; revision=113349
* Update to the 20040709 snapshot of GCC 3.4.2 (from GCC 3.4.1).Gerald Pfeifer2004-07-1026-182/+182
| | | | Notes: svn path=/head/; revision=113348
* Support WITHOUT_NLSKirill Ponomarev2004-07-102-8/+15
| | | | Notes: svn path=/head/; revision=113347
* Support WITHOUT_NLSKirill Ponomarev2004-07-102-2/+9
| | | | Notes: svn path=/head/; revision=113346
* Support WITHOUT_NLSKirill Ponomarev2004-07-102-32/+39
| | | | Notes: svn path=/head/; revision=113345
* Support WITHOUT_NLSKirill Ponomarev2004-07-104-14/+28
| | | | Notes: svn path=/head/; revision=113344
* Remove USE_GETTEXTKirill Ponomarev2004-07-104-4/+0
| | | | Notes: svn path=/head/; revision=113343
* Support WITHOUT_NLSKirill Ponomarev2004-07-104-6/+22
| | | | Notes: svn path=/head/; revision=113342
* Support WITHOUT_NLSKirill Ponomarev2004-07-102-28/+36
| | | | Notes: svn path=/head/; revision=113341
* sbd is a Netcat-clone, designed to be portable and offer strongSergey Matveychuk2004-07-105-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | encryption. It runs on Unix-like operating systems and on Microsoft Win32. sbd features AES-CBC-128 + HMAC-SHA1 encryption (by Christophe Devine), program execution (-e option), choosing source port, continuous reconnection with delay, and some other nice features. Only TCP/IP communication is supported. Source code and binaries are distributed under the GNU General Public License. sbd can be used for any number of network-related things, e.g.: * Secure file transfer * Remote administration * Simple (but secure) peer-to-peer chat * Pen-test tool (crypto avoids NIDS detection and telnet-style traffic recording) PR: 68838 Submitted by: David Thiel <lx@redundancy.redundancy.org> Approved by: krion (mentor) Notes: svn path=/head/; revision=113339
* Support WITHOUT_NLSKirill Ponomarev2004-07-102-15/+23
| | | | Notes: svn path=/head/; revision=113338
* Support WITHOUT_NLSKirill Ponomarev2004-07-102-2/+9
| | | | Notes: svn path=/head/; revision=113337
* Sigh. Remove testing artifact.Mark Linimon2004-07-101-1/+1
| | | | Notes: svn path=/head/; revision=113336
* Re-add the MAINTAINER line. In theory, it should not be necessary, butMark Linimon2004-07-101-0/+1
| | | | | | | | | there appears to be a bug in bsd.*.mk at the moment. Pointed out by: Johan Pettersson <manlix at demonized to net> Notes: svn path=/head/; revision=113335
* Update to 6.0.0p1 release.Alex Dupre2004-07-102-3/+3
| | | | Notes: svn path=/head/; revision=113334