aboutsummaryrefslogtreecommitdiff
path: root/www/linuxpluginwrapper
Commit message (Collapse)AuthorAgeFilesLines
* unBROKEN.Norikatsu Shigemura2005-10-301-6/+4
| | | | | | | | | | | | | | | | | | | | | | | Don't depend on Flash/Acroread//RealPlayer plugins as default. 1. These plugins should install $X11BASE/lib/browser_linux_plugins as symlink. 2. Mozilla and family browsers should not readlink $X11BASE/lib/browser_linux_plugins/libfoo.so. And libmap.conf(5) file will be described more simply. 3. Mozilla and family browsers should support $X11BASE/lib/browser_linux_plugins/. These idea was requested by mezz@. I thought so and agreed. And I posted how to support above, but no response. So I don't depend on plugins, until above conditions are supported. (If support, I think that LPW don't need to depend on plugins.) SEE ALSO: http://lists.freebsd.org/pipermail/freebsd-gnome/2005-October/012507.html http://lists.freebsd.org/pipermail/freebsd-gnome/2005-October/012504.html Notes: svn path=/head/; revision=146750
* BROKEN: Broken by update to acroread7Kris Kennaway2005-10-281-0/+2
| | | | Notes: svn path=/head/; revision=146628
* Update to 20050910.Norikatsu Shigemura2005-09-102-3/+3
| | | | | | | | | o Fix path to nphelix.so. Submitted by: Franz Klammer <klammer@webonaut.com> Notes: svn path=/head/; revision=142365
* Update to 20050909.Norikatsu Shigemura2005-09-094-26/+17
| | | | | | | | | | | | | | | o Overhaul libmap.conf samples. [1] (Remove old setting) o Cleanup some functions on flash7. But... o Add support Acroread7 on 4.x. [2] I don't test it:-). o Add support 6.0-BETA3 or after. Pointed out by: many people [1] Reported by: vs [2] Notes: svn path=/head/; revision=142283
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:Alexander Leidinger2005-06-171-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2] Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout) Tested on: ports cluster (kris) Reviewed by: silence on emulation@ Superseedes PR: 69997 Maintainer approval from: chris@chrisburkert.de cracauer@cons.org des girgen jamie@bishopston.net mezz mi nivit@users.sf.net pat simond@irrelevant.org riggs@rrr.de Udo.Schweigert@Siemens.com Notes: svn path=/head/; revision=137660
* Oops, I forgot to fix pkg-plist.Norikatsu Shigemura2005-06-121-0/+1
| | | | Notes: svn path=/head/; revision=137328
* Update to 20050613.Norikatsu Shigemura2005-06-122-3/+3
| | | | | | | | | | | | | | | | o Add /usr before /compat/linux. [1] o Add a configuration for japanese/acroread. o Fix build problem on 6-current. [2] o Use errno instead of __error. [3] Requested by: many people [1] Submitted by: many people [1] YONETANI Tomokazu <qhwt+fbsd@les.ath.cx> [3] Reported by: many people [1] [2] Suggested by: ume [2] Notes: svn path=/head/; revision=137327
* o Fix build on 4-stable and DragonFlyBSD. [1]Norikatsu Shigemura2005-03-202-4/+4
| | | | | | | | | | | o Chase port name as print/acroread7. Submitted by: YONETANI Tomokazu <qhwt+fbsd@les.ath.cx> [1] Reported by: many people, ports/78165 [1] Committed at: Echigo Yuzawa Camp 2005 Notes: svn path=/head/; revision=131684
* Update to 20050319.Norikatsu Shigemura2005-03-184-16/+12
| | | | | | | | | | | o Add support Acrobat Reader 7.0. [1] o Remove oldest notes in pkg-message. [2] I was cheated by: ume and Shinichiro Komatsu <koma2@ms.u-tokyo.ac.jp> [1] Pointed out by: kuriyama [2] Notes: svn path=/head/; revision=131581
* Fix pkg-plist error.Norikatsu Shigemura2005-02-092-2/+2
| | | | | | | Pointed out by: pointyhat via kris Notes: svn path=/head/; revision=128383
* Update to 20050119.Norikatsu Shigemura2005-01-193-3/+13
| | | | | | | | | | | | o Add more support DragonFlyBSD. [1] o Add support Helix Real Player. [2] But not tested well. Submitted by: YONETANI Tomokazu <qhwt+dfly@les.ath.cx> [1] Sebastian Strollo <seb@strollo.org> [2] Notes: svn path=/head/; revision=126835
* o Cleanup to support DragonFlyBSD. [1]Norikatsu Shigemura2005-01-092-4/+4
| | | | | | | | | | | | o Cosmetic change. o Overhaul acrobat plugin, but not improved:-(. o Add some debug code. I always welcome your fix:-). Inspired from: YONETANI Tomokazu <qhwt+dfly@les.ath.cx> [1] References: http://leaf.dragonflybsd.org/mailarchive/users/2005-01/msg00054.html [1] Notes: svn path=/head/; revision=126001
* Chase print/acroread5 to print/acroreadKris Kennaway2004-12-241-1/+1
| | | | | | | Extra Special Pointy Santa Hat to: trevor Notes: svn path=/head/; revision=125026
* Update to 20041219.Norikatsu Shigemura2004-12-193-12/+14
| | | | | | | | | | o Fix libmap.conf error on 4-stable and Opera. [1] o Fix recursive call problem on firefox. [2] Submitted by: vs [1], deischen[2] Notes: svn path=/head/; revision=124445
* The First Contact^W Implementation of Macromedia Flash7 pluginNorikatsu Shigemura2004-10-174-3/+19
| | | | | | | | | | | | | | | | | I'm plesure to support Macromedia Flash7 plugin. o Update to 20041017. o Flash7 support is alpha quality. o mozilla looks good, but firefox looks bad. firefox has a double free problem with Flash7. I don't know how to fix this problem. o For Flash7 support, we must apply a rtld dlsym(3) patch. Please read pkg-message for detail. Desired by: ume Notes: svn path=/head/; revision=119636
* o Add emulators to CATEGORIES. [1]Norikatsu Shigemura2004-10-114-6/+17
| | | | | | | | | | | | | | | | | | | o Chase libm.so version-bumpd. [2] o Fix comments about KDE/Konqueror. [3] o Install libmap.conf to EXAMPLEDIR. [4] Suggested by: takawata [1] Pointed out by: ume [2] Discussed by: KDE/FreeBSD [3] (Sorry, I lost mails which was disscused about this). Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [4] PR: ports/72494 [2] Submitted by: Amir Shalem <amir@active.ath.cx> [2] Tested by: ume Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118609
* Update to 20040831.Norikatsu Shigemura2004-08-302-3/+3
| | | | | | | | | | o Add support PIPS(pips-sc60s, EPSON Stylus C60). Submitted by: Vladimir Novoseltsev <blacknova@tut.by> Approved by: ume Notes: svn path=/head/; revision=117685
* Update to 20040824.Norikatsu Shigemura2004-08-232-4/+4
| | | | | | | | | o Add support PIPS2.6.2. Submitted by: ume Notes: svn path=/head/; revision=117141
* o Add pips.so to pkg-plist [1].Norikatsu Shigemura2004-08-222-3/+8
| | | | | | | | | | | | o Fix @exec mkdir... from @unexec mkdir.... This is used by package install. o No longer symlink to acrobat plugin on 4-stable. o Bump PORTREVISION accordingly. Pointed out by: ume [1] Notes: svn path=/head/; revision=117004
* Update to 20040822.Norikatsu Shigemura2004-08-212-3/+3
| | | | | | | | | | | | | o Add support Photo Image Print System (PIPS) for Linux on native FreeBSD. (PIPS is EPSON bubble jet printers drivers.) NOTE: However, pips ports don't use this support. This is a experimental support to investigate pips ports. Submitted by: ume Notes: svn path=/head/; revision=116983
* Add support Opera7.52 on 4-stable. No feature change.Norikatsu Shigemura2004-07-262-4/+4
| | | | | | | Submitted by: vs Notes: svn path=/head/; revision=114788
* o Add WITHOUT_PLUGINS knob.Norikatsu Shigemura2004-07-061-4/+19
| | | | | | | | | | | If you want to choice any plugins, linuxpluginwrapper don't require all mandatory ones. PR: ports/65873 Submitted by: Stijn Hoop <stijn@win.tue.nl> Notes: svn path=/head/; revision=113076
* o Fix symlink on packge install.Norikatsu Shigemura2004-03-152-4/+4
| | | | | | | | | o Bump PORTREVISION. Submitted by: ru Notes: svn path=/head/; revision=104089
* Mark alpha quality of Acrobat Plugin on 4-stable. This is minor fix.Norikatsu Shigemura2004-03-092-6/+5
| | | | | | | | | No feature change. Suggested by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=103445
* s/liblstdc++/libstdc++/. liblstdc++ is a library of linuxthreads.Norikatsu Shigemura2004-02-291-2/+3
| | | | | | | Pointed out by: ume Notes: svn path=/head/; revision=102553
* o A DDDD IIII OOA SSSSNorikatsu Shigemura2004-02-293-29/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A A D D II OO OO S A A D D II OO OO SSS AAAAA D D II OO OO S A A DDDD IIII OO SSSS linuxthreads! o Accordingly, Flash6 plugin was more stable and robust with libc_r. Maybe, I'll stop to hear that some browsers (firefox, epiphany, etc..) will be overrun on own exit. o With the result, /etc/libmap.conf sould be updated. Please be careful. [libflashplayer.so] libpthread.so.0 liblthread.so.3 to libpthread.so.0 pluginwrapper/flash6.so o Acrobat plugin became beta1 quality state and more stable. You will be able to view PDF on native browsers with PTHREAD(KSE/THR), but I'm afraid that /usr/local/Acrobat5/Reader/intellinux/bin/acroread will not exit. Because acrobat plugin cannot stop it. I think that I should add more (some?) pthread(3) functions. Please be careful: Native browsers with acrobat requires libKSE/THR/PTHREAD. On libc_r, these will be overrun. o Major errno (ENOENT, ...) are almost same between FreeBSD's and Linux's. So I didn't convert it. But EAGAIN is not same between these. So I fixed this, and acrobat became good. Not tested on: 4-stable Tested on: 5.2-current Obtained from: Using the Linux flash plugin on Solaris x86 http://www.tools.de/solaris/flash/ Notes: svn path=/head/; revision=102532
* Workaround for old make.Norikatsu Shigemura2004-02-101-1/+3
| | | | | | | Submitted by: Andrew J Caines <A.J.Caines@halplant.com> Notes: svn path=/head/; revision=100532
* Bump PORTREVISION by previous commit.Norikatsu Shigemura2004-02-091-0/+1
| | | | Notes: svn path=/head/; revision=100433
* Add dependency on Motif for Opera's operamotifwrapper.Norikatsu Shigemura2004-02-091-0/+1
| | | | | | | Submitted by: lioux Notes: svn path=/head/; revision=100432
* Oops, I forgot to update distinfo on previous commit.Norikatsu Shigemura2004-02-081-1/+2
| | | | Notes: svn path=/head/; revision=100356
* o Add support Java3D, Java Advanced Imaging, JAI I/O Tools. [1]Norikatsu Shigemura2004-02-081-1/+1
| | | | | | | | | | o Add more messages for KDE Konqueror users. [2] Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> [1] Hiroo Ono <hiroo@@oikumene.gcd.org> [2] Notes: svn path=/head/; revision=100337
* o Update libmap.conf(5) check-version in pre-everything.Norikatsu Shigemura2004-02-041-2/+2
| | | | | | | o make silence. Notes: svn path=/head/; revision=99931
* Clear how to apply a patch for 4-stable rtld-elf.Norikatsu Shigemura2004-01-131-1/+3
| | | | | | | Submitted by: Andrew J Caines <A.J.Caines@halplant.com> Notes: svn path=/head/; revision=98085
* o Add support Java Advanced Imaging (JAI) API.Norikatsu Shigemura2004-01-113-2/+3
| | | | | | | | | Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> Committed at: CBUG 2004 New Year Party Reviewed by: ume and OISHI on the fly Notes: svn path=/head/; revision=97913
* Fix 'make describe' on older versions of 5.x by removing extraMark Linimon2004-01-071-1/+1
| | | | | | | | set of parentheses. Seems to do the right thing on 4.9, 5.0, and -current now. Notes: svn path=/head/; revision=97524
* Use 'strings' vs. 'grep' to find strings w/in a binary.David E. O'Brien2004-01-061-11/+15
| | | | | | | | | Also minor portlinting. Approved by: nork Notes: svn path=/head/; revision=97482
* Update a message if you don't enable libmap.conf(5) feature.Norikatsu Shigemura2003-12-281-0/+6
| | | | | | | Asked by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=96726
* o Correct to use acrobat on firebird. But I don't know that this fix isNorikatsu Shigemura2003-12-274-11/+14
| | | | | | | | | | | | | | right. I heard BAD and OK:-). [1] o Support Linux Blackdown Java3D API on native JDK(tested only 1.4.2p5). [2] OISHI discoursed this feature on eleventh CBUG Meeting at 2003-11-29. It really got to me. Reported by: Vladimir B. Grebenschikov <vova@@fbsd.ru>, osa, ale [1] Tested by: osa, ale [1] Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> [2] Notes: svn path=/head/; revision=96707
* Fix build on -stable. [1]Norikatsu Shigemura2003-11-212-3/+4
| | | | | | | | | Add another MASTER_SITES. Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [1] Notes: svn path=/head/; revision=94664
* Remove needless fileNorikatsu Shigemura2003-11-211-16/+0
| | | | Notes: svn path=/head/; revision=94617
* Add linuxpluginwrapper 20031120, a wrapper allowing use ofNorikatsu Shigemura2003-11-205-22/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linux-plugins like flash6(almost stable) and acroread5(unstable, you can use only one shot from boot) with native browsers. Flash6 |mozilla | firebird | galeon | ephiphany | opera | konquere ------------+--------+----------+--------+-----------+-------+---------- 4-stable[*] | OK | OK | OK | OK | OK | OK but... 5-current | OK | OK | OK | OK | NG | OK but... For konquere user: Please set plugins directory by hand. Acrobat |mozilla | firebird | galeon | ephiphany | opera | konquere ------------+--------+----------+--------+-----------+-------+---------- 4-stable[*] | ONLY 5-current | ONE SHOT USE [*] patched with http://people.FreeBSD.org/~nork/libmap_4stable.diff [1] port to NetBSD and try to use realplayer plugin. [2] use linux-threads. [3] map libc.so.6 -> pluginwrapper.so idea Submitted by: Takahiro Igarashi <thir@thir.org> [1] Joe Kelsey <joek@mail.flyingcroc.net> [2] t3rra yi <t3rra@hotmail.com> [3] Tested by: members of C BSD Users Group in Tokyo, Japan (C is Capital?) and many many many many many many many people! Desired by: ume as Trekkie Yoshihiko Sarumaru <sarumaru@yamayuri.org> Reviewed by: simokawa, ume, takawata, nectar Repo copied by: joe (cvs) Approved by: marcus (portmgr) Notes: svn path=/head/; revision=94495
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Hand maintainership over to nork@.Pete Fritchman2003-02-222-4/+1
| | | | Notes: svn path=/head/; revision=76177
* Update www/flashpluginwrapper: needs USE_XLIBEdwin Groothuis2003-02-031-0/+1
| | | | | | | | | | Noticed on: bento PR: ports/47641 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=74582
* 1. drop the RUN_DEPENDS on mozilla so the users can choose what mozillaPete Fritchman2003-01-092-9/+5
| | | | | | | | | | | they want to install. 2. make the pkg-message refer to ${PREFIX}/lib/browser_plugins/ Suggested by: obrien (a long time ago, sorry I forgot about this) [1], marcus [2] Notes: svn path=/head/; revision=72792
* Add flashpluginwrapper 0.20021113, a wrapper allowing use ofPete Fritchman2002-11-136-0/+64
linux-flashplugin with native mozilla. Notes: svn path=/head/; revision=70055