Commit graph

120642 commits

Author SHA1 Message Date
hira
8796871ecc Note update of misc/openoffice2 to 2.3.1. 2007-12-12 10:09:51 +00:00
hira
d914a1ad81 Update to 2.3.1.
This release fixes CVE-2007-4575 (Potential arbitrary code execution
vulnerability in 3rd party module (HSQLDB)).

Changes since 2.3.0:
canvas23101		cairo canvas fixes
os105			Fixe of issue 82625
dndthreading		Fix for DND threading apartment problems on Windows
extpatchfix
impress135		single fix cws for impress presentation
localisation26		l10n fixes for arabic
native119		New Java GUI Installer
c03v10
c17v001
ext002			Release CWS to provide DirectX Canvas as Extension
fwk75			Framework fixes for OOo2.3.1
native115		OOo 2.3.1 installation tasks
sw8u9bf01		Writer bug fixes for OOo2.3.1/SO8PU9
atkbridge8		Fix crash when leaving presentation mode with
			accessibility enabled.
dr59			Calc issues for target OOo 2.3.1
fwk76			Framework OOo2.3.1 fixes.
hsql1808		upgrading hsqldb to latest release 1.8.0.9
jl80			Bundle new JRE with StarOffice/OpenOffice
pdffix01		Fix regressions in PDF export of OOo 2.3.0
proxru
pythonhcheck		fix Python.h check
sw8u9bf02		Writer bugfixes for 2.3.1
thbpp9			Misc fixes for 2.3.1
tl48			Various fixes for OOo 2.3.1
updatedutchspellcheck	Update Dutch spell checker for 2.3.1.
dba231a			DBA related bug fixing towards 2.3.1
impress131		impress fixes for OOo 2.3.1
javastuffor231		fix two Java issues for 2.3.1
jl81
localizationcws20071022	L10N cws for OOo 2.3.1, do not integrate into SRC680.
mav25			Showstopper cws.
pmladek07		Do not crash when loading too big pictures.
updateptbrspellchecker	Update pt-BR spellchecker.
vcl23102		Fixes for 2.3.1
i18n38_OOG680		i18n bug fix
chart16			chart bugfixes for OOo 2.3.1
swlayout01		fix for issue i79774 respectively internal issue
			b6596954
ause086			small build fixes to avoid bigger trouble - 2.3.1 only!
c05v005
c07v015
c13v001
chart18			chart regressions in 2.3
jl78			new cli assemblies
sb78			ScriptFramework.jar not available to extensions
vcl23101		Issues for 2.3.1
allowcurloldies		fix ucb build with system curl 7.17.0
2007-12-12 10:07:54 +00:00
markd
4a5bf5eba5 Install q3porting.xml where uic3 can find it so that uic3 generates
correct files.  Bump PKGREVISION.
2007-12-12 09:53:46 +00:00
obache
3fbba04610 Add and enable ebview. 2007-12-12 08:35:53 +00:00
obache
975cebdb26 Added textproc/ebview version 0.3.6 2007-12-12 08:35:10 +00:00
obache
17b2046355 Import ebview version 0.3.6.
Packaged by Yamashiro Jun and privided in  PR 37452.

EBView is a GTK+ based tool to access CD-ROM dictionaries of
EPWING/EB/EBG/EBXA/EBXA-C formats.
2007-12-12 08:34:16 +00:00
markd
98be5e390c Add support for kde4 (currently in wip) so that packages in wip can use
"USE_DIRS+= kde4-1.0"
2007-12-12 05:14:15 +00:00
bjs
0cbe534417 + Updated devel/scmgit to 1.5.3.7 [bjs 2007-12-12]
+	Added devel/scmgit-base version 1.5.3.7 [bjs 2007-12-12]
+	Added devel/scmgit-docs version 1.5.3.7 [bjs 2007-12-12]
2007-12-12 04:26:15 +00:00
bjs
13cc1ee99b Add scmgit-{docs,base} to pkgsrc/devel top-level Makefile. 2007-12-12 04:23:56 +00:00
bjs
4bcdf3fe12 Switch GIT to use a meta-pkg hierarchy like, for example, devel/subversion.
Also, update to 1.5.3.7.


Fixes since v1.5.3.6
--------------------

 * git-send-email added 8-bit contents to the payload without
   marking it as 8-bit in a CTE header.

 * "git-bundle create a.bndl HEAD" dereferenced the symref and
   did not record the ref as 'HEAD'; this prevented a bundle
   from being used as a normal source of git-clone.

 * The code to reject nonsense command line of the form
   "git-commit -a paths..." and "git-commit --interactive
   paths..." were broken.

 * Adding a signature that is not ASCII-only to an original
   commit that is ASCII-only would make the result non-ASCII.
   "git-format-patch -s" did not mark such a message correctly
   with MIME encoding header.

 * git-add sometimes did not mark the resulting index entry
   stat-clean.  This affected only cases when adding the
   contents with the same length as the previously staged
   contents, and the previous staging made the index entry
   "racily clean".

 * git-commit did not honor GIT_INDEX_FILE the user had in the
   environment.

 * When checking out a revision, git-checkout did not report where the
   updated HEAD is if you happened to have a file called HEAD in the
   work tree.

 * "git-rev-list --objects" mishandled a tree that points at a
   submodule.

 * "git cvsimport" was not ready for packed refs that "git gc" can
   produce and gave incorrect results.

 * Many scripted Porcelains were confused when you happened to have a
   file called "HEAD" in your work tree.

 * Miscellaneous updates to the user manual and documentation.
2007-12-12 04:22:20 +00:00
bjs
149ac59da8 Only include non-meta-pkg-friendly definitions if the meta-pkg is not being built. 2007-12-12 04:21:45 +00:00
bjs
6379170887 Fix import botch. 2007-12-12 04:11:29 +00:00
bjs
dadfdcf249 Switch GIT to use a meta-pkg hierarchy like, for example, devel/subversion.
Also, update to 1.5.3.7.


Fixes since v1.5.3.6
--------------------

 * git-send-email added 8-bit contents to the payload without
   marking it as 8-bit in a CTE header.

 * "git-bundle create a.bndl HEAD" dereferenced the symref and
   did not record the ref as 'HEAD'; this prevented a bundle
   from being used as a normal source of git-clone.

 * The code to reject nonsense command line of the form
   "git-commit -a paths..." and "git-commit --interactive
   paths..." were broken.

 * Adding a signature that is not ASCII-only to an original
   commit that is ASCII-only would make the result non-ASCII.
   "git-format-patch -s" did not mark such a message correctly
   with MIME encoding header.

 * git-add sometimes did not mark the resulting index entry
   stat-clean.  This affected only cases when adding the
   contents with the same length as the previously staged
   contents, and the previous staging made the index entry
   "racily clean".

 * git-commit did not honor GIT_INDEX_FILE the user had in the
   environment.

 * When checking out a revision, git-checkout did not report where the
   updated HEAD is if you happened to have a file called HEAD in the
   work tree.

 * "git-rev-list --objects" mishandled a tree that points at a
   submodule.

 * "git cvsimport" was not ready for packed refs that "git gc" can
   produce and gave incorrect results.

 * Many scripted Porcelains were confused when you happened to have a
   file called "HEAD" in your work tree.

 * Miscellaneous updates to the user manual and documentation.
2007-12-12 04:05:27 +00:00
bjs
927c84ec12 Removal of devel/scmgit in preparation for new meta-pkg-based hierarchy 2007-12-12 04:00:52 +00:00
markd
fec4eb9036 poppler-qt4 addition. 2007-12-12 01:33:25 +00:00
markd
051e0b26ce Add poppler-qt4. 2007-12-12 01:30:27 +00:00
markd
d11072b8e9 Initial import of QT4 support library for poppler. 2007-12-12 01:29:22 +00:00
markd
7973e17a57 Add a patch required for poppler-qt4 package. No change to existing
packages.
2007-12-12 01:25:17 +00:00
markd
6c097ac7b3 Don't directly reference libtool .la files in pkgconfig files. PR pkg/37479 2007-12-12 01:14:29 +00:00
obache
93d9d9bd77 squeak-3.9.8 is in pkg/37522. 2007-12-12 01:06:44 +00:00
markd
e1372e9ff3 Document USE_CMAKE. 2007-12-12 01:03:33 +00:00
markd
ec09af76f0 Add support for cmake as a tool (USE_TOOLS+=cmake) and for using it in
the configure stage of a build (by setting USE_CMAKE=yes).
2007-12-12 01:00:38 +00:00
heinz
27a1a5eca5 The package supports installation to DESTDIR. 2007-12-11 22:54:04 +00:00
heinz
5328e76bd0 Adapted MASTER_SITES to changed project directory at sourceforge.
Added support for installation to DESTDIR.
2007-12-11 22:41:54 +00:00
bjs
dd39556586 the update to dar 2.3.6 has been done 2007-12-11 22:36:25 +00:00
bjs
5413932deb + Updated archivers/dar to 2.3.6 [bjs 2007-12-11] 2007-12-11 22:35:20 +00:00
bjs
8efa91babd Update to version 2.3.6:
Changes within pkgsrc:

 	(*)	While here, add some logic to allow REPLACE_PERL and
		REPLACE_BASH to work without USE_TOOLS+="perl bash".
		Thus, the paths in share/dar/samples will now [usually]
		be correct.  Simplify options handling.


	(*)	Use PTHREAD_AUTO_VARS to ensure harmony with the
		rest of pkgsrc, add USE_FEATURES.openssl=threads
		when necessary.  Threads are enabled if a built-in
		thread library is used.


    Changes in source (since version 2.3.5):

	(*)	fixed:  Makefile.am in src/dar_suite
		        (removed "/" after $(DESTDIR))

	(*) 	fixed:  bug in regex mask building when not using
		        ordered masks

	(*) 	fixed:  bug that led dar_manager to report no error while
	 	        some files failed to be restored due to command-line
		        for dar being too large.

	(*) 	fixed:  bug encountered when user aborts operation while
		        dar is finalizing archive creation [SF #1800507]

	(*)	fixed:  problem with execvp when dar_manager launches dar
2007-12-11 22:34:49 +00:00
xtraeme
09ea0eaadb Updated multimedia/mplayer-plugin-firefox to 3.50 2007-12-11 21:48:24 +00:00
xtraeme
c85243ef95 Update to 3.50:
Initialize enable_mp3 to enabled (it should have been)
Add javascript src attribute
Get rid of GTK size request exception
Alternate parsing of RAM files
Updated Spanish translation by Festor Wailon Dacoba
Make qtsrc locations work, makes some apple sites work
Add support for realmedia pnm:// streaming media
Turn volume down by pressing 9 and up by pressing 0
Add the ability to set the onClick callback via a javascript method
2007-12-11 21:46:51 +00:00
heinz
1f01bc95b9 The package supports installation to DESTDIR. 2007-12-11 21:40:42 +00:00
heinz
c500777638 Updated list of sourceforge mirrors according to
http://sourceforge.net/project/mirror_picker.php and sourceforge.jp
2007-12-11 19:55:06 +00:00
bjs
f3255c7087 Diction/spelling/grammar fixes. 2007-12-11 17:35:57 +00:00
rhaen
83354c9cd7 corrected my typos (mail from pkg-changes2html) 2007-12-11 17:00:46 +00:00
obache
1ced54dcf7 DESTDIR ready. 2007-12-11 14:49:25 +00:00
yyamano
e5671f2d9d Make this buld on DragonFly.
Confirmed by Petr Janda on pkgsrc-users. Thanks!
2007-12-11 13:35:37 +00:00
obache
8c1ad89211 Add and enable monafonts-ttf. 2007-12-11 13:17:40 +00:00
obache
9df4fa5365 Added fonts/monafonts-ttf version 2.90 2007-12-11 13:16:51 +00:00
obache
f735e564f0 Import monafonts-2.90.
Based on packaged by Yamashiro Jun in PR 37450.
pkglintfy, fix PLIST and DESTDIR support by me.

TrueType kanji propotional fonts that have same metric and order as
Japanese Windows font. This is named after ascii art 'mona' used in
'2 channel' ,notrious huge Web BBS.
2007-12-11 13:16:29 +00:00
obache
380379f0d4 Add and enabe vlgothic-ttf. 2007-12-11 12:53:42 +00:00
obache
59f9528ee1 Added fonts/vlgothic-ttf version 20071031 2007-12-11 12:52:50 +00:00
obache
2fe069b4f8 Import vlgothic-ttf version 20071031.
Based on packaged by Yamashiro Jun in PR 37449.
pkglintfy, DESTDIR support by me.

VLGothic is Japanese TrueType font using by Vine Linux.
Based on Sazanami Gothic and M+ font.
2007-12-11 12:52:06 +00:00
rhaen
1ec165e8b3 Updated CHANGES-2007 2007-12-11 12:48:17 +00:00
obache
626fbc6387 DESTDIR ready. 2007-12-11 12:29:39 +00:00
rhaen
8ee0e451af updated the packages: p5-Archive-Tar, p5-MailTools, p5-Test-File-Contents, p5-Test-Inline, p5-Test-NoWarnings, p5-Test-Simple, p5-Test-Tester, p5-Text-WikiFormat, p5-Tree-Simple, p5-Want 2007-12-11 12:28:26 +00:00
rhaen
4460e2b26c - updated package to 2.207
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
2.207 Fri 17 Aug 2007
	- The filenames method not correctly returns 0 when there are no file names.

2.206 Fri 17 Aug 2007
	- Updating Params::Util dep to 0.21 to avoid a problem on ActivePerl
	- Updating List::Util to 1.19 to avoid leaks on some platforms
	- No longer include Test::ClassAPI
	- Skip the false-negative failing readonly tests when testing as root
	- Changed some non-working code in a heredoc that should never be
	  run that was none-the-less breaking the RedHat package generator
	  because it naively scans for dependencies.

2.205 Thu 12 Jul 2007
	- ACTUALLY adding a missing dependency on Test::Script

2.204 Thu 12 Jul 2007
	- Adding a missing dependency on Test::Script
	- Correcting the script/inline2test version

2.203 Wed 11 Jul 2007
	- When overwriting readonly files, delete them properly first.
	  Don't naively assume we can write to them (obviously, duh) :(
	- It turns out that File::chmod is smart enough to correctly
	  make files readonly even on Win32. Removed all the code that
	  skipped on Win32. All platforms now equal again! Yay!

2.202 Tue 10 Jul 2007
	- Adding support for writing test scripts with read-only permissions
	- Upgraded to Module::Install 0.65
	- Moving bin/inline2test to the more correct script/inline2test
	  (this has no effect on where it will actually be installed)
	- Fixing another couple of kwalitee nigglies
	  (automatically via release tool improvements since last release)
2007-12-11 12:21:00 +00:00
rhaen
fdaae7372d - new package (dependency for devel/p5-Test-Inline)
- ok'ed by rillig
Perl API-Implements symbolic and ls chmod modes
2007-12-11 12:19:18 +00:00
rhaen
e009022af0 - new packages (dependency for devel/p5-Test-Inline)
- ok'ed by rillig
IPC::Run3 - run a subprocess in batch mode
2007-12-11 12:16:35 +00:00
rhaen
dbe3c60a12 - new package (dependency for p5-Test-Inline)
- ok'ed by rillig
Perl API - Test::Script - Cross-platform basic tests for scripts
2007-12-11 12:14:18 +00:00
rhaen
28944f24a3 - updated package to 0.16
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.16  Thu Dec  6 11:15:39 GMT 2007
    - Make sure there are no ._ files in the tarball
    - Refuse to run Makefile.PL with Perl < 5.006
2007-12-11 12:05:54 +00:00
rhaen
9d50a9054c - updated package to 1.18
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
Revision history for Perl extension Tree::Simple.

1.18 Sun. Nov. 11, 2007
    - fixing version string to not choke on 5.10
      (RT #29746)
2007-12-11 12:04:03 +00:00