notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
GiNaC C++ library for symbolic mathematical calculations
1.8.7_1 math on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.8.7Version of this port present on the latest quarterly branch.
Maintainer: stephen@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-03-07 04:09:04
Last Update: 2024-03-12 12:04:28
Commit Hash: f07380d
People watching this port, also watch:: iverilog, python
License: GPLv2
WWW:
https://www.ginac.de/
Description:
GiNaC is an iterated and recursive acronym for GiNaC is Not a CAS, where CAS stands for Computer Algebra System. It is designed to allow the creation of integrated systems that embed symbolic manipulations together with more established areas of computer science (like computation-intense numeric applications, graphical interfaces, etc.) under one roof.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (65 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/GiNaC-1.8.7_1/catalog.mk
  3. /usr/local/share/licenses/GiNaC-1.8.7_1/LICENSE
  4. /usr/local/share/licenses/GiNaC-1.8.7_1/GPLv2
  5. bin/ginsh
  6. bin/viewgar
  7. include/ginac/add.h
  8. include/ginac/archive.h
  9. include/ginac/assertion.h
  10. include/ginac/basic.h
  11. include/ginac/class_info.h
  12. include/ginac/clifford.h
  13. include/ginac/color.h
  14. include/ginac/compiler.h
  15. include/ginac/constant.h
  16. include/ginac/container.h
  17. include/ginac/ex.h
  18. include/ginac/excompiler.h
  19. include/ginac/expair.h
  20. include/ginac/expairseq.h
  21. include/ginac/exprseq.h
  22. include/ginac/factor.h
  23. include/ginac/fail.h
  24. include/ginac/fderivative.h
  25. include/ginac/flags.h
  26. include/ginac/function.h
  27. include/ginac/ginac.h
  28. include/ginac/hash_map.h
  29. include/ginac/idx.h
  30. include/ginac/indexed.h
  31. include/ginac/inifcns.h
  32. include/ginac/integral.h
  33. include/ginac/integration_kernel.h
  34. include/ginac/lst.h
  35. include/ginac/matrix.h
  36. include/ginac/mul.h
  37. include/ginac/ncmul.h
  38. include/ginac/normal.h
  39. include/ginac/numeric.h
  40. include/ginac/operators.h
  41. include/ginac/parse_context.h
  42. include/ginac/parser.h
  43. include/ginac/power.h
  44. include/ginac/print.h
  45. include/ginac/pseries.h
  46. include/ginac/ptr.h
  47. include/ginac/registrar.h
  48. include/ginac/relational.h
  49. include/ginac/structure.h
  50. include/ginac/symbol.h
  51. include/ginac/symmetry.h
  52. include/ginac/tensor.h
  53. include/ginac/version.h
  54. include/ginac/wildcard.h
  55. lib/libginac.a
  56. lib/libginac.so
  57. lib/libginac.so.11
  58. lib/libginac.so.11.1.6
  59. libdata/pkgconfig/ginac.pc
  60. libexec/ginac-excompiler
  61. share/man/man1/ginsh.1.gz
  62. share/man/man1/viewgar.1.gz
  63. @owner
  64. @group
  65. @mode
Collapse this list.
Dependency lines:
  • GiNaC>0:math/GiNaC
To install the port:
cd /usr/ports/math/GiNaC/ && make install clean
To add the package, run one of these commands:
  • pkg install math/GiNaC
  • pkg install GiNaC
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: GiNaC
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1691956120 SHA256 (ginac-1.8.7.tar.bz2) = 71ff4f2d8a00e6f07ce8fee69b76dcc1ebbb727be6760b587c1fbb5ccf7b61ea SIZE (ginac-1.8.7.tar.bz2) = 1153952

Packages (timestamps in pop-ups are UTC):
GiNaC
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.8.71.8.7_1-1.8.71.8.7_1-1.7.11-
FreeBSD:13:quarterly1.8.71.8.71.8.61.8.71.8.71.8.71.8.71.8.7
FreeBSD:14:latest1.8.71.8.71.8.51.8.71.8.71.8.6-1.8.6
FreeBSD:14:quarterly1.8.71.8.7-1.8.71.8.71.8.71.8.71.8.7
FreeBSD:15:latest1.8.71.8.7n/a1.8.7n/a1.8.71.8.71.8.7
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. makeinfo : print/texinfo
  3. pkgconf>=1.3.0_1 : devel/pkgconf
  4. python3.9 : lang/python39
Runtime dependencies:
  1. indexinfo : print/indexinfo
Library dependencies:
  1. libcln.so : math/cln
  2. libreadline.so.8 : devel/readline
This port is required by:
for Libraries

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. astro/orsa*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
math_GiNaC
USES:
compiler:c++11-lib gmake libtool makeinfo ncurses pathfix pkgconfig python:build readline tar:bzip2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/
  2. http://www.ginac.de/
Collapse this list.

Number of commits found: 113 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.8.7_1
12 Mar 2024 12:04:28
commit hash: f07380d016763d598edcf06f012a034d683c73d0commit hash: f07380d016763d598edcf06f012a034d683c73d0commit hash: f07380d016763d598edcf06f012a034d683c73d0commit hash: f07380d016763d598edcf06f012a034d683c73d0 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
math/GiNaC: Move man pages to share/man

Approved by:	portmgr (blanket)
1.8.7
13 Aug 2023 19:57:19
commit hash: 2b15531182de4fa869c26b537dd6ee82fef36917commit hash: 2b15531182de4fa869c26b537dd6ee82fef36917commit hash: 2b15531182de4fa869c26b537dd6ee82fef36917commit hash: 2b15531182de4fa869c26b537dd6ee82fef36917 files touched by this commit
Stephen Montgomery-Smith (stephen) search for other commits by this committer
math/GiNaC: Update to 1.8.7.
1.8.6
12 Feb 2023 04:20:05
commit hash: 209efca09d762ad858a01dfc8c26dafc6ee78ac1commit hash: 209efca09d762ad858a01dfc8c26dafc6ee78ac1commit hash: 209efca09d762ad858a01dfc8c26dafc6ee78ac1commit hash: 209efca09d762ad858a01dfc8c26dafc6ee78ac1 files touched by this commit
Stephen Montgomery-Smith (stephen) search for other commits by this committer
math/GiNaC: Update to 1.8.6.
1.8.5
03 Jan 2023 22:59:01
commit hash: 827ac158821233dbebfdfc68dd9c6f8b37353c8ecommit hash: 827ac158821233dbebfdfc68dd9c6f8b37353c8ecommit hash: 827ac158821233dbebfdfc68dd9c6f8b37353c8ecommit hash: 827ac158821233dbebfdfc68dd9c6f8b37353c8e files touched by this commit
Stephen Montgomery-Smith (stephen) search for other commits by this committer
math/GiNaC: Update to 1.8.5.
1.8.4
23 Sep 2022 03:31:58
commit hash: aa0d3354329b9ccd0892481fb8b02f3839fa38dccommit hash: aa0d3354329b9ccd0892481fb8b02f3839fa38dccommit hash: aa0d3354329b9ccd0892481fb8b02f3839fa38dccommit hash: aa0d3354329b9ccd0892481fb8b02f3839fa38dc files touched by this commit
Stephen Montgomery-Smith (stephen) search for other commits by this committer
math/GiNaC: Update to 1.8.4.
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.8.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.8.3
20 Jul 2022 14:22:24
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
math: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.8.3
24 Mar 2022 17:15:01
commit hash: 104f375409662f4cae9993525df8ddfd2f8e0043commit hash: 104f375409662f4cae9993525df8ddfd2f8e0043commit hash: 104f375409662f4cae9993525df8ddfd2f8e0043commit hash: 104f375409662f4cae9993525df8ddfd2f8e0043 files touched by this commit
Stephen Montgomery-Smith (stephen) search for other commits by this committer
math/GiNaC: Update to 1.8.3.
1.8.2
01 Jan 2022 19:16:05
commit hash: c15a9f6fe05e2ac74b71f940cdabe2ce62530c16commit hash: c15a9f6fe05e2ac74b71f940cdabe2ce62530c16commit hash: c15a9f6fe05e2ac74b71f940cdabe2ce62530c16commit hash: c15a9f6fe05e2ac74b71f940cdabe2ce62530c16 files touched by this commit
Stephen Montgomery-Smith (stephen) search for other commits by this committer
math/GiNaC: Update to 1.8.2.
1.8.1
20 Aug 2021 00:47:13
commit hash: dee02c88c2ec440f0106dc09464b70a55c2df21ccommit hash: dee02c88c2ec440f0106dc09464b70a55c2df21ccommit hash: dee02c88c2ec440f0106dc09464b70a55c2df21ccommit hash: dee02c88c2ec440f0106dc09464b70a55c2df21c files touched by this commit
Stephen Montgomery-Smith (stephen) search for other commits by this committer
math/GiNaC: Update to 1.8.1, and other small changes.

The other small changes are as follows:
- USES: add ncurses and readline, sort the entries
- add TEST_TARGET
- remove REINPLACE_CMDs since nothing was changed

PR:		257956
Reported by:	bsd@philippost.de
1.7.11
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.7.11
05 Aug 2020 02:33:27
Revision:544197Original commit files touched by this commit
stephen search for other commits by this committer
- Update to 1.7.11.
1.7.10
04 Jul 2020 20:45:00
Revision:541235Original commit files touched by this commit
stephen search for other commits by this committer
- Update to 1.7.10.
1.7.9
13 Apr 2020 02:37:57
Revision:531568Original commit files touched by this commit
stephen search for other commits by this committer
- Update to 1.7.9.
1.7.8
07 Oct 2019 21:17:27
Revision:514000Original commit files touched by this commit
stephen search for other commits by this committer
- Update to 1.7.8.
1.7.7
25 Sep 2019 04:12:59
Revision:512762Original commit files touched by this commit
stephen search for other commits by this committer
- Update to 1.7.7.
1.7.6
14 Sep 2019 22:01:13
Revision:512079Original commit files touched by this commit
jbeich search for other commits by this committer
Drop C++11 workaround for GCC < 6 after r449590

lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.

PR:		193528
1.7.6
22 Apr 2019 23:34:51
Revision:499696Original commit files touched by this commit
stephen search for other commits by this committer
 _update to 1.7.6.
1.7.5
17 Feb 2019 23:40:35
Revision:493229Original commit files touched by this commit
stephen search for other commits by this committer
- Update to 1.7.5.
1.7.2_1
10 Nov 2018 18:12:58
Revision:484628Original commit files touched by this commit
bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
1.7.2
20 Jun 2017 03:09:02
Revision:443926Original commit files touched by this commit
stephen search for other commits by this committer
- Update 1.7.2.
1.7.0
10 May 2016 23:17:44
Revision:414970Original commit files touched by this commit
stephen search for other commits by this committer
- Put back CXXFLAGS option suggested by Walter Schwarzenfeld to hopefully
  enable build on FreeBSD-9.

Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
1.7.0
09 May 2016 16:23:33
Revision:414864Original commit files touched by this commit
stephen search for other commits by this committer
- Trying a different solution to C11 compliance on FreeBSD-9.

Submitted by:	Don Lewis <truckman@FreeBSD.org>
1.7.0
07 May 2016 17:39:02
Revision:414779Original commit files touched by this commit
stephen search for other commits by this committer
- One more attempt to make it work with FreeBSD-9.

Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
1.7.0
06 May 2016 22:35:16
Revision:414733Original commit files touched by this commit
stephen search for other commits by this committer
- Further attempts to make it C11 compliant for FreeBSD 9.

Suggested by:	Brooks Davis <brooks@freebsd.org>
Reported by:	pkg-fallout@FreeBSD.org
1.7.0
03 May 2016 17:24:20
Revision:414541Original commit files touched by this commit
stephen search for other commits by this committer
- Use a C11 compliant compiler.

Reported by:	pkg-fallout@FreeBSD.org
1.7.0
30 Apr 2016 21:43:26
Revision:414367Original commit files touched by this commit
stephen search for other commits by this committer
- Update to 1.7.0.
1.6.6
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
1.6.6
12 Jan 2016 01:09:30
Revision:405818Original commit files touched by this commit
stephen search for other commits by this committer
- Update to 1.6.6.
1.6.5
28 Jul 2015 03:26:42
Revision:393050Original commit files touched by this commit
stephen search for other commits by this committer
- Update to 1.6.5.
- Add license.
1.6.4
08 May 2015 13:02:40
Revision:385775Original commit files touched by this commit
stephen search for other commits by this committer
- Update to 1.6.4.
1.6.3_1
10 Jan 2015 11:08:08
Revision:376687Original commit files touched by this commit
wen search for other commits by this committer
- Update math/cln to 1.3.4 and bump PORTREVISION of the ports
which depends on cln
1.6.3
28 Nov 2014 23:18:23
Revision:373584Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak
1.6.3
28 Nov 2014 19:20:15
Revision:373576Original commit files touched by this commit
stephen search for other commits by this committer
- Update to 1.6.3.
1.6.2_1
13 Nov 2014 23:24:01
Revision:372546Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
1.6.2_1
25 Jun 2014 21:45:56
Revision:359306Original commit files touched by this commit
antoine search for other commits by this committer
Allow to build with texinfo from ports
1.6.2_1
10 May 2014 21:36:37
Revision:353611Original commit files touched by this commit
stephen search for other commits by this committer
- Change AUTOTOOLS=libtool to USES=libtool.
- Bump portrevision.

Reference:	http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html
1.6.2
05 May 2014 09:45:37
Revision:352986Original commit files touched by this commit
bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
1.6.2
29 Jan 2014 16:18:32
Revision:341757Original commit files touched by this commit
danfe search for other commits by this committer
- Drop indefinite article from COMMENT, modernize LID_DEPENDS syntax
- Remove the check for long-unsupported "alpha" architecture
- Reindent INFO knob and wrap one overly long line while I'm here
1.6.2
26 Jan 2014 22:56:26
Revision:341301Original commit files touched by this commit
stephen search for other commits by this committer
- Implement staging.
1.6.2
13 Jan 2014 01:20:58
Revision:339564Original commit files touched by this commit
stephen search for other commits by this committer
- Fix compilation error with clang.

Reported by:	pkg-fallout@FreeBSD.org
Reference:	http://beefy1.isc.freebsd.org/bulk/10i386-default/2014-01-08_23h51m38s/logs/GiNaC-1.6.2.log
Obtained
from:	http://www.cebix.net/pipermail/ginac-list/2013-October/001974.html
1.6.2
20 Sep 2013 20:55:06
Revision:327746Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
1.6.2
31 Aug 2013 00:35:35
Revision:325752Original commit files touched by this commit
bapt search for other commits by this committer
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GNOME=gnomehack to USES=pathfix
Convert USE_GMAKE to USES=gmake
1.6.2
06 Nov 2011 16:29:16
Original commit files touched by this commit
stephen search for other commits by this committer
- Update to 1.6.2.
1.6.1
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
1.6.1
19 Jul 2011 01:52:48
Original commit files touched by this commit
stephen search for other commits by this committer
- Update to 1.6.1

Approved by:    maho (mentor)
1.6.0
14 Jun 2011 22:40:08
Original commit files touched by this commit
stephen search for other commits by this committer
- Update to version 1.6.0

PR:             157257
Submitted by:   stephen
Approved by:    gabor (mentor)
1.5.8
14 Jun 2011 07:26:55
Original commit files touched by this commit
stephen search for other commits by this committer
Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org

Approved by: maho (mentor)
1.5.8
04 Mar 2011 14:07:14
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.5.8

PR:             154564
Submitted by:   Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
1.5.6
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
1.5.6
30 Jan 2010 01:09:44
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.5.6
- Remove USE_GCC since the creators of GiNaC claim that it now works with
gcc-3.4

PR:             ports/143314
Submitted by:   Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
1.5.5
17 Jan 2010 23:57:10
Original commit files touched by this commit
pav search for other commits by this committer
- Unbreak INDEX on amd64/6

Reported by:    pointyhat
Pointy hat to:  wen
1.5.5
15 Jan 2010 11:08:15
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.5.5

PR:             ports/142848
Submitted by:   Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
1.5.3_1
16 Aug 2009 14:42:45
Original commit files touched by this commit
araujo search for other commits by this committer
- Fix build on AMD64 based on the latest patch that was sent by
  maintainer.
- Bump PORTREVISION.

PR:             ports/137577 (based on)
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Reported by:    itetcu (QAT)
Approved by:    maintainer implicit
1.5.3
16 Aug 2009 01:22:58
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 1.5.3.

PR:             ports/137577
Submitted by:   Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
1.4.4
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
1.4.4
05 Apr 2009 20:50:49
Original commit files touched by this commit
dhn search for other commits by this committer
- Update maintainer mail address

PR:             ports/133397
Submitted by:   Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by:    tabthorpe (co-mentor)
1.4.4
13 Feb 2009 15:25:27
Original commit files touched by this commit
wxs search for other commits by this committer
- Pass maintainership along.
1.4.4
16 Jan 2009 09:12:36
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.4.4

PR:             130434
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
1.4.3
28 Apr 2008 07:52:03
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.4.3

PR:             122501
Submitted by:   Ports Fury
1.3.8_1
22 Apr 2008 21:10:33
Original commit files touched by this commit
pav search for other commits by this committer
- Chase cln update

Pointy hat to:  araujo
1.3.8
20 Oct 2007 09:04:13
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.3.8
1.3.6
06 Mar 2007 20:04:31
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.3.6

PR:             109802
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
1.3.5
01 Feb 2007 02:42:06
Original commit files touched by this commit
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
1.3.5
07 Oct 2006 15:01:20
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.3.5

PR:             ports/104076
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
1.3.3
15 Aug 2006 00:29:13
Original commit files touched by this commit
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
1.3.3
25 Nov 2005 15:48:16
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
1.3.3
01 Nov 2005 23:58:31
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 1.3.3

PR:             ports/88348
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
1.3.2
18 Jul 2005 16:00:12
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 1.3.2

PR:             ports/83615
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
1.3.1
08 May 2005 23:21:02
Original commit files touched by this commit
jylefort search for other commits by this committer
Update to 1.3.1

PR:             ports/80778
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
1.3.0
02 Jan 2005 01:03:15
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on alpha: Does not compile

Approved by:    portmgr (self)
1.3.0
26 Oct 2004 07:01:08
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 1.3.0

PR:             ports/73080
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
1.2.3
30 Sep 2004 05:32:00
Original commit files touched by this commit
kris search for other commits by this committer
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
1.2.3
28 Sep 2004 01:50:40
Original commit files touched by this commit
kris search for other commits by this committer
Now builds on amd64

Approved by:    portmgr (self)
1.2.3
16 Aug 2004 19:34:41
Original commit files touched by this commit
krion search for other commits by this committer
Update to verion 1.2.3

PR:             ports/70545
Submitted by:   Ports Fury
1.1.6_2
13 Mar 2004 10:37:04
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on amd64: Configure fails
1.1.6_2
04 Feb 2004 05:10:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
1.1.6_1
02 Feb 2004 16:20:02
Original commit files touched by this commit
krion search for other commits by this committer
- Utilize USE_GNOME
- Fix pkg-plist

PR:             ports/62264
Submitted by:   Ports Fury
1.1.6
29 Jan 2004 16:13:06
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
1.1.6
23 Jan 2004 14:58:24
Original commit files touched by this commit
krion search for other commits by this committer
- Update to version 1.1.6

PR:             ports/61780
Submitted by:   Ports Fury
1.1.5
06 Nov 2003 21:31:51
Original commit files touched by this commit
krion search for other commits by this committer
- Update to version 1.1.5

PR:             59011
Submitted by:   Ports Fury
1.1.3
10 Oct 2003 17:54:50
Original commit files touched by this commit
krion search for other commits by this committer
- Update to version 1.1.3

PR:             57842
Submitted by:   Ports Fury
1.1.0
27 Jun 2003 15:59:58
Original commit files touched by this commit
naddy search for other commits by this committer
IGNORE should be used instead of BROKEN to indicate that a port
will never be available on a particular OS release version.

PR:             53441
Submitted by:   Mark Linimon <linimon@lonesome.com>
1.1.0
23 Apr 2003 14:09:38
Original commit files touched by this commit
ijliao search for other commits by this committer
mark it broken on -stable
1.1.0
11 Apr 2003 02:18:44
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.1.0
1.0.14
02 Mar 2003 14:51:14
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.14
1.0.13
20 Feb 2003 18:42:25
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.0.13
28 Jan 2003 16:53:21
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.13
1.0.12
07 Nov 2002 03:10:58
Original commit files touched by this commit
adamw search for other commits by this committer
Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:     me
Approved by:            pat
1.0.12
31 Oct 2002 15:59:49
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.12
1.0.11
19 Sep 2002 14:56:29
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.11
1.0.10
31 Aug 2002 02:44:07
Original commit files touched by this commit
kris search for other commits by this committer
Remove USE_NEWGCC, which is no longer supported or required.

Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
1.0.10
30 Jul 2002 06:19:00
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.10
1.0.9
22 Jun 2002 17:06:27
Original commit files touched by this commit
ijliao search for other commits by this committer
Replace ${PERL} with ${REINPLACE_CMD}

PR:             39656
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
1.0.9
13 Jun 2002 10:39:28
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.9
1.0.8
02 Apr 2002 02:36:32
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.8
1.0.7
29 Mar 2002 07:31:39
Original commit files touched by this commit
petef search for other commits by this committer
Fix pkg-plist.

Reported by:    bento
1.0.7
19 Mar 2002 14:38:46
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.7
09 Mar 2002 18:31:05
commit hash: fp1.25688@dev.null.freshports.orgcommit hash: fp1.25688@dev.null.freshports.orgcommit hash: fp1.25688@dev.null.freshports.orgcommit hash: fp1.25688@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.6    

Number of commits found: 113 (showing only 100 on this page)

1 | 2  »