# Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= dzip PORTVERSION= 2.9 CATEGORIES= archivers games MASTER_SITES= http://speeddemosarchive.com/dzip/ DISTNAME= dz${PORTVERSION:S/.//g}src MAINTAINER= ports@FreeBSD.org COMMENT= File compression utility specializing in Quake demo compression LICENSE= ZLIB USE_ZIP= yes USE_DOS2UNIX= yes NO_WRKSUBDIR= yes MAKEFILE= ${WRKSRC}/Makefile.linux MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} post-extract: .SILENT ${REINPLACE_CMD} -e 's/ifdef BIG_ENDIAN/if BYTE_ORDER == BIG_ENDIAN/' \ -e 's/ifndef BIG_ENDIAN/if BYTE_ORDER == LITTLE_ENDIAN/' \ ${WRKSRC}/dzip.h ${WRKSRC}/conmain.c ${REINPLACE_CMD} -e '4s,^,#include ,' \ ${WRKSRC}/dzip.h ${REINPLACE_CMD} -e 's/) $$(OBJECTS/&:T/' ${MAKEFILE} ${REINPLACE_CMD} -e '21d;23d' ${WRKSRC}/dzipcon.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include mg src='/~lantw44/cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Add support for muine audio player pluginahze2005-06-263-1/+26
| | | | * allows you to write your playlist directly from Muine.
* Upgrade to 6/24/2005.thierry2005-06-262-5/+5
| | | | Changelog at <http://www.spambouncer.org/whatsnew.shtml>.
* serpentine --> ports/sysutils/serpentineahze2005-06-261-0/+1
|
* - Add sysutils/serpentineahze2005-06-266-0/+137
| | | | | | | | | | | | | | | | | | | Gnome application for writing CD-Audio discs. It aims for simplicity, usability and compability. Its features are: o Supports multiple formats files, like WAV, MP3, OGG, FLAC and every other gstreamer does o Save and open PLS, M3U and XSPF playlists o Extracts audio from video contents, like an MPEG video o Uses audio metadata for better handling o Supports drag and drop: drop musics directly from Rhythmbox or Nautilus! o Clean and easy to use interface o Easy integration with other applications WWW: http://s1x.homelinux.net/projects/serpentine There is probably a better way for handling os.statfs on FreeBSD than the way I did, but this works. Patches welcome =)
* Remove expired port edonkey-gui-javalawrance2005-06-266-84/+0
|
* - Allow the configure script to use any zlib version rather thanjylefort2005-06-253-14/+12
| | | | | | | | | | | requiring 1.1.3 or 1.1.4 (the program requires zlib >= 1.1.3, which was imported in January 1999) [1] - Refactor pkg-plist as PLIST_FILES/PORTDOCS - Polish the Makefile [1]: PR: ports/82524 Submitted by: Andrew McNaughton <andrew@scoop.co.nz>
* update to 0.40 - still broken (compiles on 5, but overwrites files fromoliver2005-06-2511-68/+329
| | | | | security/heimdal, does not compile on 6, and won't compile on 4 because security/heimdal is broken)
* Add WITH_NIVIDIA_GL switch to depend upon x11/nvidia-driver instead uponnetchild2005-06-255-10/+35
| | | | | | graphics/linux_mesa3. Requested by: Marius Nuennerich <marius.nuennerich@gmx.net>
* Update to 1.3.3.netchild2005-06-253-3/+10
| | | | Prodded by: jkoshy
* Chase dependency location (linux-gid) after my linux mega-patch.netchild2005-06-251-1/+2
| | | | Noticed by: pfgshield-freebsd@yahoo.com
* Update to 0.12.6.lawrance2005-06-254-15/+10
| | | | | | | Add missing % in pkg-message substitution. PR: ports/82622 Submitted by: J Randolph <snortsms@servangle.net> (maintainer)
* p5-IP-Country --> ports/net/p5-IP-Countryflz2005-06-251-0/+1
|
* - Add net/p5-IP-Country - Perl module to lookup country codes from IP addresses.flz2005-06-255-0/+66
| | | | | PR: ports/78030 Submitted by: Tim Buck <tbuck@rrinc.com>
* Update to 1.4.1.novel2005-06-252-43/+74
| | | | | PR: 82525 Submitted by: Antonio Carlos Venancio Junior (maintainer)
* Update to 0.4.10.novel2005-06-253-14/+3
|
* Add an extra patch which adds support of recently added tags system fornovel2005-06-252-0/+277
| | | | | | | livejournal.com. It can be enabled via WITH_TAGS_PATCH knob. Approved by: Mike (maintainer) Obtained from: http://www.livejournal.com/community/logjam_dev/28745.html
* Include additional mastersitelawrance2005-06-251-1/+2
| | | | | PR: ports/82628 Submitted by: Emanuel Haupt <ehaupt@critical.ch> (maintainer)
* Remove expired port 'doconfig'lawrance2005-06-251-1/+0
|
* Remove expired port.lawrance2005-06-255-74/+0
|
* p5-Acme-Monta --> ports/www/p5-Acme-Montalawrance2005-06-251-0/+1
|
* Add p5-Acme-Monta 0.01.lawrance2005-06-255-0/+36
| | | | | | | | | The description is "Monta Method reproduced in web" ... seems to be a presentation technique originating from Japanese television. PR: ports/82215 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
* Minor install change + fix plist to matchlawrance2005-06-258-14/+16
| | | | | | | | Bump PORTREVISION PR: ports/82606 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: statue@netlab.cse.yzu.edu.tw (maintainer)
* Update to the 20050623 snapshot of GCC 4.0.1.gerald2005-06-252-13/+13
|
* gdm moved from bin/ to sbin/oliver2005-06-251-2/+2
| | | | Submitted by: olgeni
* utilise OPTIONSoliver2005-06-254-72/+417
| | | | | | | | | | | add WITHOUT_NLS knob fix coredumping on 64bit platforms [1] make X-CD-Roast much more nicer in accepting some wav files [2] remove autoconf dependency bump PORTREVISION Inspired by: http://www.xcdroast.org/xcdr098/patches/64bit_gsize.patch [1] Taken from: http://www.xcdroast.org/xcdr098/patches/wav.patch [2]
* Update to 0.04lth2005-06-252-3/+3
|
* Document ethereal -- multiple protocol dissectors vulnerabilities.simon2005-06-251-0/+131
|
* Update to 1.9.17lofi2005-06-255-30/+20
|
* Update to 0.6.10lofi2005-06-253-5/+5
|
* - Update to 2.0.7. [1]mezz2005-06-254-45/+59
| | | | | | | | | | | - I have added a patch to force not bump the shared library version, because I can't find any info of break compatibility or change of ABI/API. I am running two apps that depend on it without recompile; it works fine. Also, I did recompile and they compile fine. If anyone find any problem with this, let me know. PR: ports/82616 [1] Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> [1]
* - Update to 0.86.1lawrance2005-06-253-13/+3
| | | | | | | | A possible crash in the libmspack's Quantum decompressor has been fixed. PR: ports/82604 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: maintainer
* Chase PDF checksums.olgeni2005-06-252-34/+35
|
* Update to 1.6.0lawrance2005-06-254-4/+19
| | | | | PR: ports/82601 Submitted by: CAMPBELL, Gordon <seawolf@marinewolf.net> (maintainer)
* Use DOCSDIR.mezz2005-06-252-28/+28
| | | | | PR: ports/82613 Submitted by: Vasil Dimov <vd@datamax.bg>
* . Make this actually work on amd64 (treat it as i386).glewis2005-06-254-0/+48
|
* . Update to 1.3.1_16.glewis2005-06-252-5/+4
|
* Update to 2.0.0lawrance2005-06-254-20/+24
| | | | | PR: ports/82614 Submitted by: Daniel Blankensteiner <db@trunet.dk> (maintainer)
* Update to version 8lawrance2005-06-253-8/+14
| | | | | | | | | - respect CC, CFLAGS, LDFLAGS - remove pkg-plist, use PLIST_FILES - submitter takes maintainership :-) PR: ports/82610 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* Update DAT to 4521jeh2005-06-252-3/+3
|
* Forgot to add new file pkg-plist.lawrance2005-06-242-0/+478
| | | | | | | | | Spotted by: maintainer > Update to 1.1.0 > > PR: ports/82589 > Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
* Update to reflect the addition of sha256 to the RELENG_5 base system.cperciva2005-06-243-3/+3
| | | | Simultaneously approved by: simon, tobez
* Update to 0.70skv2005-06-243-7/+13
|
* Update to 1.12lawrance2005-06-247-36/+33
| | | | | | | | - now respects CFLAGS and LDFLAGS - submitter takes maintainership PR: ports/82600 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* Update to 5.2lawrance2005-06-243-8/+9
| | | | | PR: ports/82597 Submitted by: Remington <MrL0Lz@gmail.com> (maintainer)
* Update to 1.1.0lawrance2005-06-2422-192/+288
| | | | | PR: ports/82589 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
* Update to 2.3-20050623lawrance2005-06-242-3/+3
| | | | | PR: ports/82587 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* Chase commoncpp update and bump PORTREVISION for these ports.lawrance2005-06-243-4/+6
| | | | | As result of PR: ports/82565
* Update to 1.3.12lawrance2005-06-244-20/+20
| | | | | PR: ports/82565 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* p5-POE-Component-Client-Keepalive --> ↵skv2005-06-241-0/+1
| | | | ports/net/p5-POE-Component-Client-Keepalive
* Add p5-POE-Component-Client-Keepalive 0.03,skv2005-06-245-0/+47
| | | | | POE component for managing connections, with keep-alive.
* Update to 0.05skv2005-06-242-3/+3
|
* Document tor -- information disclosure.hrs2005-06-241-0/+29
|
* - New maintainer. He's only person who updated the ports lately.sem2005-06-241-1/+1
| | | | | Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Approved by: eik MIA
* - Update to 6.0.p23sem2005-06-246-327/+403
| | | | | | | | - Lowercase port name - Fix fetching PR: ports/82545 Submitted by: maintainer
* Update to 1.6.markp2005-06-242-3/+3
| | | | | PR: 82598 Submitted by: Andrej Zverev <az@inec.ru>
* Update to 0.1.37.osa2005-06-244-14/+22
| | | | | | | Add one more knob: WITH_DEBUG. Fix whitespaces for PLIST_SUB directives. Use '+=' instead of '=' for PKGNAMESUFFIX for prevent some future modifications in the name and suffixes.
* Update bsd.port.mk's notion of the current perl version.tobez2005-06-241-2/+2
| | | | Approved by: portmgr (krion)
* Mention lang/perl5.8 upgrade and describe what to do after.tobez2005-06-241-0/+9
|
* Upgrade to 5.8.7. In addition:tobez2005-06-2450-465/+3835
| | | | | | | | | | | | | | | | | | | | | | | - add perl-after-upgrade utility to move around dependent packages - fix $0 expansion in use.perl [1] - enable threaded perl on amd64 [2] - always compile perl with -pthread [3] - fix errno issue in SDBM_File [4] - add support for // and err (defined-or) [5] - add WITH_DEBUGGING option [6] - fix suidperl symlink [7] - fix several small bugs in use.perl - print possible WITH_XXX flags (no OPTIONS support yet) [1] Submitted by: erwin, Niël Dogger <niel@introweb.nl> [2] Nudged by: Mike Schroll <FreeBSD@LogicX.us> [3] Nudged by: skv [4] perl bug #35938 [5] Obtained from: H.Merijn Brand <h.m.brand@xs4all.nl> [6] PR: 78811, submitted by: skv [7] PR: 80069, submitted by: Sergey N. Voronkov <serg@tmn.ru> A different solution was actually implemented.
* Document linux-realplayer -- RealText parsing heap overflow.hrs2005-06-241-0/+31
|
* - Bump PORTREVISIONsem2005-06-242-0/+2
| | | | Requested by: Pavel Rochnyack (irc)
* - Update to 2.5.28.1pav2005-06-2412-76/+214
| | | | | | | | | | | - Add rc script [1] PR: ports/82467 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Approved by: Holger Lamm <holger@e-gitt.net> (maintainer) [1] Submitted by: hq via maintainer
* py-ll-url --> ports/devel/py-ll-urlahze2005-06-241-0/+1
|
* Add py-ll-url 0.15.1, RFC2396 implementation of URLs and file likeahze2005-06-245-0/+36
| | | | | | | classes for URLs. PR: ports/82580 Submitted by: Choe, Cheng-Dae
* - Update to 0.6.1ahze2005-06-243-10/+13
| | | | | | | - Transfer maintainer to submitter PR: ports/82581 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
* py-ll-core --> ports/devel/py-ll-coreahze2005-06-241-0/+1
|
* Add py-ll-core 0.3, utility functions and classes used by the otherahze2005-06-245-0/+33
| | | | | | | LivingLogic packages. PR: ports/82578 Submitted by: Choe, Cheng-Dae
* - Update to 1.1.1.b13sem2005-06-243-7/+4
| | | | | PR: ports/82538 Submitted by: maintainer
* ripole --> ports/textproc/ripoleahze2005-06-241-0/+1
|
* Add ripole 0.1.4, a small program designed to pull attachments out ofahze2005-06-244-0/+41
| | | | | | | OLE2 documents. PR: ports/82492 Submitted by: Freddie Cash <fcash@sd73.bc.ca>
* - Update to 0.89ahze2005-06-242-3/+3
| | | | | PR: ports/82585 Submitted by: Rong-En Fan (maintainer)
* - Update to 2.0.42ahze2005-06-242-4/+3
| | | | | PR: ports/82594 Submitted by: Anish Mistry (maintainer)
* Upgrade to version R10B-6.olgeni2005-06-2411-156/+158
|
* . Update to 1.5.0_04.glewis2005-06-244-8/+6
|
* isql-viewer --> ports/databases/isql-viewerthierry2005-06-241-0/+1
|
* Add isql-viewer 2.1.8, jDBC 2.x compliant database front end.thierry2005-06-246-0/+112
| | | | | | | | | | | | PR: 37904 Submitted by: Stefan Schmidt <stefan.schmidt (at) stadtbuch.de> Remark: isql-viewer depends on IBM's version (2.2) of BSF before it has been donated to the Apache Software Foundation. Therefore this version still uses the package name "com.ibm.bsf". In the current version of BSF, the package name has been changed to "org.apache.org" to reflect the new ownership. Thus, no separate port has been created to install this dated version of BSF.
* Update DAT to 4520jeh2005-06-242-3/+3
|
* - update to 2.2dinoex2005-06-245-35/+20
|
* - remove .orig file after patch and unbreak buildleeym2005-06-241-0/+3
|
* Upgrade to 050622.thierry2005-06-242-3/+3
|
* Update to 2.0.1.kwm2005-06-243-4/+9
| | | | | | Fix leftover directories [1] Submitted by: pointyhat
* - Update to libticalcs 4.5.9, libtifiles 0.6.5, libticables 3.9.2 and tilp 6.79pav2005-06-2427-254/+136
| | | | | PR: ports/82407 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* - Update to 7.5.3pav2005-06-245-17/+12
| | | | | | PR: ports/82429 Submitted by: Peter <me@example.com> Approved by: lab1701@earthlink.net (maintainer)
* - Update to 5.43.0pav2005-06-232-5/+5
| | | | | PR: ports/82571 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* - Update to 2.2.2pav2005-06-239-43/+265
| | | | | | | - Take maintainership PR: ports/82454 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
* readd DRAC support to mail/courier-imapoliver2005-06-232-25/+26
| | | | | PR: ports/82463 Submitted by: nork
* - Update to 1.005 [1]jylefort2005-06-233-8/+5
| | | | | | | | - Unsilence post-install [1]: PR: ports/82567 Submitted by: maintainer
* Update to 0.58jylefort2005-06-232-4/+3
| | | | | PR: ports/82566 Submitted by: maintainer
* - Fix compilation of the milter interfacejylefort2005-06-232-5/+12
| | | | - Unconditionally define PORTDOCS, as bsd.port.mk now tests ${NOPORTDOCS}
* - Fix compilation of the milter interface [1]jylefort2005-06-232-6/+13
| | | | | | | | - Unconditionally define PORTDOCS, as bsd.port.mk now tests ${NOPORTDOCS} [1]: PR: ports/82543 Submitted by: Thomas Abthorpe <thomas@stthomasanglican.org>
* update to 2.0.0 beta3oliver2005-06-236-9/+9
|
* Update from 1.0a to 1.2. Fix to use OpenSSL's (optimized) md5 routinesmi2005-06-235-46/+115
| | | | | instead of compiling the vendor's (as every other package seems to be doing now) -- again.
* Update to 1.12mat2005-06-232-3/+3
|
* Update to 2.10.2.kwm2005-06-233-3/+4
|
* aamath --> ports/math/aamathsem2005-06-231-0/+1
|
* Aamath is a program that reads mathematical expressions in infix notation andsem2005-06-235-0/+50
| | | | | | | | renders them as ASCII art. It may be useful to send mathematics through text-only media, such as e-mail or newsgroups. PR: ports/82552 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Update to 20050616 snapshot.barner2005-06-232-4/+4
| | | | | | PR: ports/82570 Submitted by: Krzysztof Pawlowski <msciciel@darkzone.ma.cx> (maintainer)
* Fix the build on 4.x by disabling some code that gcc 2.95 doesn't like.kwm2005-06-232-0/+28
| | | | | PR: 82434 Submitted by: lofi
* - Update to 0.92.flz2005-06-233-5/+11
| | | | | | PR: ports/81736 Submitted by: Aaron Dalton <aaron@daltons.ca> Approved by: maintainer timeout (3 weeks)
* - Update to 6.1 (bump PORTEPOCH)sem2005-06-232-6/+7
| | | | | PR: ports/82553 Submitted by: Dan Ottavio <dottavio@ic.sunysb.edu>
* refix plistmat2005-06-234-14/+0
| | | | PR: ports/79330
* gaim-latex --> ports/net/gaim-latexbarner2005-06-231-0/+1
|
* Add gaim-latex 0.3, a gaim plugin to display LaTeX output in your IMs.barner2005-06-2310-0/+121
| | | | | PR: 82542 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
* Fix plist for perl ports using devel/p5-Module-Buildmat2005-06-231-0/+1
| | | | | PR: ports/79330 Approved by: portmgr (kris with pointyhat help)
* Update to 2.29mat2005-06-232-4/+3
|
* - Update to 8.15rc3barner2005-06-236-67/+59
| | | | | | | | - Uses CUPS from espgs - Builds with gs-gpl and gs-gnu PR: ports/76731 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
* - Update to 4.63sem2005-06-233-27/+34
| | | | | PR: ports/82517 Submitted by: maintainer
* - Add USE_PERL5_BUILDahze2005-06-232-0/+13
| | | | - Add patch to fix build with older ffmpeg.
* - Fix firmware file names.flz2005-06-232-15/+15
|
* - Rename firmware files.flz2005-06-234-15/+17
|
* - Reviving with mod_perl2 new APIsem2005-06-232-13/+14
| | | | | | | - Drop maintainership PR: ports/82457 Submitted by: maintainer
* - Fix segfault on 6.x.flz2005-06-232-1/+15
| | | | | | PR: ports/82563 Submitted by: maintainer Obtained from: bbkeys CVS
* Document ruby -- arbitrary command execution on XMLRPC server.hrs2005-06-231-0/+33
|
* - Update to 2.0.8sem2005-06-235-31/+24
|
* Upgrade to 0.9.9, fix coredump under gcin with tsin input methodvanilla2005-06-234-6/+6
| | | | | PR: ports/82559 Submitted by: chinsan
* Update to v3.1.2, add OPTIONS support, add support for aalib, andjkoshy2005-06-2312-828/+280
| | | | | | some minor fixes. Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* - Remove unison-devel from the build as the port isn't yet update to develflz2005-06-231-1/+0
| | | | | version and it seems to break INDEX. I'll keep it in modules because it won't do any harm in the meantime.
* The file to patch is in DOS format (NL+CR) but the patch didn't addressed that.oliver2005-06-231-10/+10
| | | | | | Fixing the patch makes it apply... Pointed out by: Colin Worthy <cworthy@myrealbox.com>
* - Update to 0.8.2.20050622 (aka 0.8.2 test3)ahze2005-06-232-5/+7
|
* Somehow, unison-devel was never added to modules or net/Makefileerwin2005-06-231-0/+1
| | | | | and went unnoticed until flz added it to modules. Now, also add it to net/Makefile to keep these consistent.
* Upgrade to 0.9.8.vanilla2005-06-236-8/+32
| | | | | | PR: ports/82541 Submitted by: chinsan Approved by: maintainer
* Update to 6.8.99.12, and incorporate the PCI ID fix for a Radeon X600. Add aanholt2005-06-234-3/+56
| | | | | | soon-to-be-committed-upstream patch to fix the build after the removal of xf86drmCompat.c. Also includes the fix for ports/32121, which had been committed.
* Sweeping.jylefort2005-06-232-15/+7
|
* [1] Fix the Chipset lines written by xorgcfg for 3dfx cards.anholt2005-06-233-1/+31
| | | | | | | | [2] Add the PCI ID for Radeon X600, 0x5B62 to a place that was missed. PR: [1] ports/32121 Submitted by: [1] alane [2] Vladimir Kushnir <vkushnir@i.kiev.ua>
* Fix directory traversal and permission race security vulnerabilities insimon2005-06-233-1/+92
| | | | | | | | | gzip, and zgrep improper argument sanitation. Security: CAN-2005-0758, CAN-2005-0988, CAN-2005-1228 Security: FreeBSD-SA-05:11.gzip Obtained from: RedHat, Steve Grubb via RedHat, Debian Approved by: maintainer timeout (4 days; security)
* Upgrade to 20050622: catch the wildly prolific new Mytob-GB variant virus.thierry2005-06-232-5/+5
|
* Upgrade to version 1.56.olgeni2005-06-233-3/+8
|
* Fix various issues with the rc-script and adjust pkg-message accordingly.lofi2005-06-233-8/+29
|
* iwi-firmware --> ports/net/iwi-firmwareflz2005-06-231-0/+2
|
* - Add iwi-firmware, Intel Pro/Wireless Lan 2200 firmware to be usedflz2005-06-236-0/+134
| | | | | | | | | | in conjunction with iwi(4). iwi(4) had already been included in HEAD, but according to Damien Bergamini, there are no plans to MFC it to RELENG_5. There is an option (WITH_)MODULE to build and install an iwi(4) module from a snapshot if you're running RELENG_5. Note: As of the date of this commit, it seems there are issues with the iwi(4) snapshot and you might experience some problems.
* - Update to 2.3-20050621.flz2005-06-233-3/+5
| | | | | | | - Update pkg-plist. PR: ports/82547 Submitted by: maintainer
* - Update to 2.2.4.flz2005-06-2316-32/+32
| | | | | | PR: ports/82546 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer
* Bump the PORTREVISION to reflect fixes to the patch to make thisimp2005-06-231-1/+1
| | | | compile again.
* Update to 4.1.1arved2005-06-233-3/+6
| | | | | | | | | | | | - iLBC 20ms implementation added - Some new translations - Some qt3 fixes - Saved password support added - DTMF support updated - Command line call support added PR: 82485 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* Use new PCI_BAR(x) macro everywhere in preference to the PCI_MAPS + x * 4imp2005-06-231-33/+55
| | | | | | | used before. PCI_MAPS has disappeared. If PCI_BAR(x) doesn't exist, define it to the old expansion. Reviewed by: jhb
* - Document latest changes to ftp/proftpd.flz2005-06-231-1/+9
|
* - Use USE_RC_SUBR's true force.flz2005-06-238-122/+64
| | | | | | | | | - Use default do-install target. - Install ftpdctl. - Fix scoreboard issue. - Move proftpd binary from ${PREFIX}/libexec/ to ${PREFIX}/sbin. Approved by: mharo
* Update to 1.0flawrance2005-06-232-3/+3
| | | | | PR: ports/82536 Submitted by: Ports Fury
* Update to 0.9.0lawrance2005-06-232-6/+7
| | | | | PR: ports/82530 Submitted by: Ports Fury
* Update to 3.17.17lawrance2005-06-234-9/+6
| | | | | PR: ports/82529 Submitted by: Ports Fury
* Update to 2.0lawrance2005-06-232-10/+7
| | | | | PR: ports/82528 Submitted by: Ports Fury
* Update to 1.12.3lawrance2005-06-232-3/+3
| | | | | PR: ports/82531 Submitted by: Ports Fury
* Update to 2.0.7lawrance2005-06-232-3/+3
| | | | | PR: ports/82532 Submitted by: Ports Fury
* Update to 0.9.13lawrance2005-06-232-3/+3
| | | | | PR: ports/82533 Submitted by: Ports Fury
* Update to 0.2.2lawrance2005-06-233-3/+5
| | | | | PR: ports/82534 Submitted by: Ports Fury
* Update to 0.5.4lawrance2005-06-2312-295/+329
| | | | | PR: ports/82535 Submitted by: Ports Fury
* Update to 0.6.17lawrance2005-06-238-63/+22
| | | | | PR: ports/82537 Submitted by: Ports Fury
* Update DAT to 4519jeh2005-06-232-3/+3
|
* . Avoid memory corruption on FreeBSD 4.x. This seems to have no affectglewis2005-06-222-0/+36
| | | | | | under 5.x which was running fine without it. Approved by: phantom
* cnupm --> ports/net/cnupmlawrance2005-06-221-0/+1
|
* Add cnupm 3.8, the BPF Traffic Collector (IPv4/IPv6).lawrance2005-06-227-0/+115
| | | | | PR: ports/66275 Submitted by: Dennis S. Davidoff <null@1system.ru>
* - Update to 1.2.3pav2005-06-222-5/+5
| | | | | PR: ports/82523 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Update to 0.7mpav2005-06-228-77/+101
| | | | | PR: ports/82519 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> (maintainer)
* - Update to 1.2pav2005-06-223-6/+12
| | | | | | | - Take maintainership PR: ports/82518 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* - Update to 2.0.1pav2005-06-222-3/+3
| | | | | PR: ports/82522 Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer)
* goom -> graphics/goomkwm2005-06-221-0/+2
| | | | libvisual-plugins -> graphics/libvisual-plugins
* Add libvisual-plugins. This is a set of plugins for the graphics/libvisual port.kwm2005-06-225-0/+666
|
* Add goom. Goom is a visual effects library with optional xmms plugin.kwm2005-06-225-0/+66
|
* Fix permissions in post-extract: target instead of pre-clean: -- it makesdanfe2005-06-221-8/+4
| | | | things less cumbersome.
* lmclock --> ports/x11-clocks/lmclockjylefort2005-06-221-0/+1
|
* Add lmclock.jylefort2005-06-224-0/+36
| | | | | | | | | | A simple, transparent analog clock for X11 without window decorations. The author was inspired by an early Xerox Lisp machine clock. WWW: http://pantransit.reptiles.org/prog/ PR: ports/82388 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* xmms-efxmms --> ports/audio/xmms-efxmmsjylefort2005-06-221-0/+1
|
* Add xmms-efxmms.jylefort2005-06-22