aboutsummaryrefslogtreecommitdiff
path: root/japanese/acroread
Commit message (Collapse)AuthorAgeFilesLines
* Update to 7.0.8.Hiroki Sato2006-08-022-5/+5
| | | | Notes: svn path=/head/; revision=169430
* Bump PORTREVISION to reflect the fact that the .desktop file is noJean-Yves Lefort2006-05-201-1/+1
| | | | | | | longer installed. Notes: svn path=/head/; revision=162896
* Bump PORTREVISION to reflect the fact that these ports may nowJean-Yves Lefort2006-05-191-1/+1
| | | | | | | install/deinstall a desktop entry. Notes: svn path=/head/; revision=162754
* Downgrade to 7.0.1 temporarily mainly because the printing featureHiroki Sato2006-03-072-5/+6
| | | | | | | | | does not work with Linux emulation environment. Bump PORTEPOCH. Approved by: portmgr (krion) Notes: svn path=/head/; revision=157024
* - Use a distfile in tarball instead of one in rpm.Hiroki Sato2006-02-214-570/+5
| | | | | | | | | | | | - Remove CONFLICTS. All of the localized versions can coexist now. - Update the localized versions to 7.0.5 if possible. - Add support for print/acroreadwrapper. Discussed with: netchild and mezz PR: ports/90319 Notes: svn path=/head/; revision=156607
* - Set UNAME_s=Linux since FreeBSD's native uname(1) is invokedHiroki Sato2006-02-112-2/+4
| | | | | | | | | | | | from the wrapper script under some circumstances[*]. Bump PORTREVISION. - Add another site to MASTER_SITES. Reported by: nyan Notes: svn path=/head/; revision=155760
* Update to 7.0.5.Hiroki Sato2006-02-114-208/+277
| | | | Notes: svn path=/head/; revision=155687
* - install nppdf.so to lib/browser_linux_plugins instead ofHiroki Sato2005-11-133-6/+7
| | | | | | | | | | | lib/browser_plugins[1] - add SHA256 checksum Requested by: nork[1] Notes: svn path=/head/; revision=148081
* Fix a bug in post-install which can be triggered when the browser_pluginsHiroki Sato2005-09-121-2/+4
| | | | | | | | | directory does not exist. Pointed out by: sf Notes: svn path=/head/; revision=142497
* Add a symlink of nppdf.so into X11BASE/lib/browser_plugins.Hiroki Sato2005-09-112-1/+10
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=142415
* Update to 7.0.1.Hiroki Sato2005-08-192-5/+5
| | | | | | | | Security: CVE-2005-2470 Approved by: portmgr (krion) Notes: svn path=/head/; revision=140939
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:Alexander Leidinger2005-06-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Fix pkg-plist to remove top of the install directory.Hiroki Sato2005-06-061-0/+1
| | | | | | | Noticed by: sf Notes: svn path=/head/; revision=136894
* Add japanese/acroread, Japanese version of Adobe Reader.Hiroki Sato2005-06-055-0/+502
Notes: svn path=/head/; revision=136805